From 7eaa3d187bc01b3091587d43f52ddafbcbc91d28 Mon Sep 17 00:00:00 2001
From: Cornelia Michlits <cornelia.michlits@tuwien.ac.at>
Date: Thu, 2 Dec 2021 23:47:00 +0100
Subject: [PATCH] #104 add om ontology, validation function

---
 fda-units-service/README.md        |     5 +
 fda-units-service/onto/om-2.ttl    | 23536 +++++++++++++++++++++++++++
 fda-units-service/requirements.txt |     1 +
 fda-units-service/validate.py      |    22 +
 4 files changed, 23564 insertions(+)
 create mode 100644 fda-units-service/README.md
 create mode 100644 fda-units-service/onto/om-2.ttl
 create mode 100644 fda-units-service/validate.py

diff --git a/fda-units-service/README.md b/fda-units-service/README.md
new file mode 100644
index 0000000000..9c91ba6748
--- /dev/null
+++ b/fda-units-service/README.md
@@ -0,0 +1,5 @@
+# Units Service
+
+Suggest and validates units of measurements defined in Ontology of units of Measure (OM) [1] is used. 
+
+[1] https://github.com/HajoRijgersberg/OM
diff --git a/fda-units-service/onto/om-2.ttl b/fda-units-service/onto/om-2.ttl
new file mode 100644
index 0000000000..691da16f19
--- /dev/null
+++ b/fda-units-service/onto/om-2.ttl
@@ -0,0 +1,23536 @@
+
+<http://www.w3.org/2004/02/skos/core#hiddenLabel> a <http://www.w3.org/2002/07/owl#AnnotationProperty> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx11 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "singular unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/> a <http://www.w3.org/2002/07/owl#Ontology> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The Ontology of units of Measure (OM) 2.0 models concepts and relations important to scientific research. It has a strong focus on units, quantities, measurements, and dimensions."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Ontology of units of Measure (OM)"@en ;
+	<http://purl.org/dc/elements/1.1/creator> "Hajo Rijgersberg, Don Willems, Xin-Ying Ren, Mari Wigham, Jan Top"@en ;
+	<http://purl.org/dc/elements/1.1/date> "2017/12/28" ;
+	<http://purl.org/dc/elements/1.1/identifier> "http://www.ontology-of-units-of-measure.org/vocabularies/om-2/" ;
+	<http://www.w3.org/2002/07/owl#versionInfo> "2.0.7"@en ;
+	<http://purl.org/dc/elements/1.1/license> "This document is available under Creative Common License. You are free to Share — to copy, distribute, display, and perform the work and to Remix — to make derivative works; under the condition of Attribution: You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work). The publisher does not accept any liability for the inaccuracies in this document."@en ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.openisbn.com/isbn/9789462280618/> ;
+	<http://www.wurvoc.org/vocabularies/WV/illustration> "http://www.wurvoc.org/images/vocabularies/om-illustration.jpg" ;
+	<http://www.wurvoc.org/vocabularies/WV/logo> "http://www.wurvoc.org/images/vocabularies/om-logo.jpg" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx100 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx101 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx101 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/LengthUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "has value"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#range> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx4 ;
+	<http://www.w3.org/2000/01/rdf-schema#domain> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1000 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1001 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/FahrenheitScale> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/FahrenheitScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/IntervalScale> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Fahrenheit scale"@en , "Fahrenheitschaal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/KelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeFahrenheit> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.8"^^<http://www.w3.org/2001/XMLSchema#float> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasOff-Set> "-459.67"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1001 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1002 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/ReaumurScale> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ReaumurScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/IntervalScale> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Réaumur scale"@en , "Réaumurschaal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/KelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeReaumur> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasOff-Set> "-218.52"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1002 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1003 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/KelvinScale> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/KelvinScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/RatioScale> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Kelvin scale"@en , "Kelvinschaal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPoint> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1234.93OnTheKelvinScale> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_13.8033OnTheKelvinScale> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_1337.33OnTheKelvinScale> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_1357.77OnTheKelvinScale> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_234.3156OnTheKelvinScale> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_24.5561OnTheKelvinScale> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_273.16OnTheKelvinScale> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_302.9146OnTheKelvinScale> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_3To5OnTheKelvinScale> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_429.7485OnTheKelvinScale> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_505.078OnTheKelvinScale> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_54.3584OnTheKelvinScale> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_692.677OnTheKelvinScale> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_83.8058OnTheKelvinScale> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_933.473OnTheKelvinScale> , <http://www.ontology-of-units-of-measure.org/resource/om-2/approximately17OnTheKelvinScale> , <http://www.ontology-of-units-of-measure.org/resource/om-2/approximately203OnTheKelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "International Kelvin Temperature scale of 1990"@en .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1003 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/RankineScale> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/RankineScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/RatioScale> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Rankine scale"@en , "Rankineschaal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/KelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeRankine> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.8"^^<http://www.w3.org/2001/XMLSchema#float> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasOff-Set> "0"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1004 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1005 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1005 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1006 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "has scale"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#range> <http://www.ontology-of-units-of-measure.org/resource/om-2/Scale> ;
+	<http://www.w3.org/2000/01/rdf-schema#domain> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx57 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1006 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1007 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusScale> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/IntervalScale> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Celsius scale"@en , "Celsiusschaal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/KelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPoint> <http://www.ontology-of-units-of-measure.org/resource/om-2/_-189.3442OnTheCelsiusScale> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_-218.7916OnTheCelsiusScale> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_-248.5939OnTheCelsiusScale> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_-259.3467OnTheCelsiusScale> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_-270.15To-268.15OnTheCelsiusScale> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_-38.8344OnTheCelsiusScale> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_0.01OnTheCelsiusScale> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_1064.18OnTheCelsiusScale> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_1084.62OnTheCelsiusScale> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_156.5985OnTheCelsiusScale> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_231.928OnTheCelsiusScale> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_29.7646OnTheCelsiusScale> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_419.527OnTheCelsiusScale> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_660.323OnTheCelsiusScale> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_961.78OnTheCelsiusScale> , <http://www.ontology-of-units-of-measure.org/resource/om-2/approximately-252.85OnTheCelsiusScale> , <http://www.ontology-of-units-of-measure.org/resource/om-2/approximately-256.15OnTheCelsiusScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "International Celsius Temperature scale of 1990"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1"^^<http://www.w3.org/2001/XMLSchema#float> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasOff-Set> "-273.15"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1007 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1008 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/FahrenheitScale> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1008 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1009 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/ReaumurScale> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1009 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1010 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/KelvinScale> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1010 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/RankineScale> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/LengthUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "length unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx65 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "has unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#range> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#domain> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx13 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1011 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1012 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1012 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1013 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1013 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1014 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1014 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1015 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/TemperatureUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/TemperatureUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "temperature unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx899 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1015 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/Temperature_scale> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Temperature_scale> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Scale> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx998 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1016 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/FahrenheitScale> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1017 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1018 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1018 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1019 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1019 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1020 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1020 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1021 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/FahrenheitTemperatureUnit> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx102 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx104 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx104 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx106 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx103 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/FahrenheitTemperatureUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Fahrenheit temperature unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/TemperatureUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx932 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1021 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/FahrenheitTemperatureScale> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/FahrenheitTemperatureScale> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Fahrenheit temperature scale"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Scale> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> <http://www.ontology-of-units-of-measure.org/resource/om-2/FahrenheitScale> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1022 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/RankineScale> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1023 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1024 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1024 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1025 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1025 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1026 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1026 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1027 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/RankineTemperatureUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/RankineTemperatureUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Rankine temperature unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/TemperatureUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx936 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1027 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/RankineTemperatureScale> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/RankineTemperatureScale> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Rankine temperature scale"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Scale> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> <http://www.ontology-of-units-of-measure.org/resource/om-2/RankineScale> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1028 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/ReaumurScale> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1029 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1030 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1030 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1031 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx103 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The metre is a unit of length defined as the length of the path travelled by light in vacuum during a time interval of 1/299 792 458 of a second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre"@en , "meter"@nl , "米"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "meter"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "The metre is a unit of length defined as the length of the path travelled by light in vacuum during a time interval of 1/299 792 458 of a second. The metre is a base unit in the International System of Units." ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/lengthOfThePathTravelledByLightInVacuumDuringATimeIntervalOf1299792458OfASecond> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1031 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1032 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1032 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1033 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/ReaumurTemperatureUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ReaumurTemperatureUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Réaumur temperature unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/TemperatureUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx940 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1033 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/ReaumurTemperatureScale> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ReaumurTemperatureScale> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Réaumur temperature scale"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Scale> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> <http://www.ontology-of-units-of-measure.org/resource/om-2/ReaumurScale> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1034 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "thermodynamic temperature dimension"@en , "absolute-temperatuurdimensie"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Θ" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 0 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "has dimension"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#range> <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#domain> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx61 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1035 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/entropyOrHeatCapacity-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/entropyOrHeatCapacity-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "entropy or heat capacity dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -2 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1036 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/entropyOrHeatCapacity-Dimension> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1037 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEntropyOrSpecificHeatCapacity-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/specificEntropyOrSpecificHeatCapacity-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "specific entropy or specific heat capacity dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -2 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1038 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEntropyOrSpecificHeatCapacity-Dimension> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1039 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermalConductivity-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/thermalConductivity-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "thermal conductivity dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -3 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx106 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx108 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx105 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1040 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermalInsulance-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/thermalInsulance-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "thermal insulance dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 3 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1041 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermalResistance-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/thermalResistance-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "thermal resistance dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> -2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 3 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1042 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/heatTransferCoefficient-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/heatTransferCoefficient-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "heat transfer coefficient dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -3 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1043 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/volumetricHeatCapacity-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/volumetricHeatCapacity-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "volumetric heat capacity dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -2 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1044 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1046 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1046 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1051 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1045 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1045 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1047 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1047 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1048 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/abampere> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1051 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedAmpere> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/abampere> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The abampere is a unit of electric current defined as 10 ampere."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "abampere"@en , "abampère"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCurrent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "abA" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.0e1"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1048 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1049 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The ampere is a unit of electric current defined as the constant current that produces an attractive force of 2e–7 newton per metre of length between two straight, parallel conductors of infinite length and negligible circular cross section placed one metre apart in a vacuum."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "ampere"@en , "ampère"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCurrent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "A" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "The ampere is a unit of electric current defined as the constant current that produces an attractive force of 2e–7 newton per metre of length between two straight, parallel conductors of infinite length and negligible circular cross section placed one metre apart in a vacuum. The ampere is a base unit in the International System of Units." ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/constantCurrentThatProducesAnAttractiveForceOf2e-7NewtonPerMetreOfLengthBetweenTwoStraightParallelConductorsOfInfiniteLengthAndNegligibleCircularCrossSectionPlacedOneMetreApartInAVacuum> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1049 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1050 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/biot> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/biot> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The biot is a unit of electric current defined as 10 ampere."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "biot"@en , "biot"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCurrent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Bi" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.0e1"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1050 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/statampere> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx105 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/statampere> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The statampere is a unit of electric current defined as 3.335641e-10 ampere."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "statampere"@en , "statampère"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCurrent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "statA" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "3.335641e-10"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedAmpere> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed ampere"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1061 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1052 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1054 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1054 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1056 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1053 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1053 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1055 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1055 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/gilbert> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1056 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedAmpere> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gilbert> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The gilbert is a unit of electric current defined as 7.957747e-1 ampere."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gilbert"@en , "gilbert"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCurrent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Gb" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "7.957747e-1"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1057 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1058 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1058 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricCurrentUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricCurrentUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electric current unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1044 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1059 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1060 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1060 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/MagnetomotiveForceUnit> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx108 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx110 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx107 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MagnetomotiveForceUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "magnetomotive force unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1052 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1061 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1063 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1063 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1065 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1062 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1062 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1065 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1067 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1064 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1064 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1067 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1069 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1066 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1066 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "SI prefix"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Prefix> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> a <http://www.w3.org/2002/07/owl#ObjectProperty> , <http://www.w3.org/2002/07/owl#FunctionalProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "has prefix"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#range> <http://www.ontology-of-units-of-measure.org/resource/om-2/Prefix> ;
+	<http://www.w3.org/2000/01/rdf-schema#domain> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1069 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1068 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1068 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx107 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1070 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1071 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1071 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/amperePerSquareMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/amperePerSquareMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Ampere per square metre is a unit of current density defined as ampere divided by square metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "ampere per square metre"@en , "ampère per vierkante meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/currentDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "A/m2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "A m-2" , "A·m-2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "Ampere per square metre is a unit of current density defined as ampere divided by square metre. Ampere per square metre is a derived unit in the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1072 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1073 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1073 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/CurrentDensityUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CurrentDensityUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "current density unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1070 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1074 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1076 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1076 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1083 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1075 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1075 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1077 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1077 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1078 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/abcoulomb> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1083 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedCoulomb> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/abcoulomb> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The abcoulomb is a unit of electric charge defined as 10 coulomb."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "abcoulomb"@en , "abcoulomb"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCharge-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "abC" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.0e1"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1078 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1079 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The coulomb is a unit of electric charge defined as ampere times second = farad times volt."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "coulomb"@en , "coulomb"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeAmpere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCharge-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "C" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "The coulomb is a unit of electric charge defined as ampere times second = farad times volt. The coulomb is a derived unit in the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1079 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1080 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/faraday> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/faraday> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The faraday is a unit of electric charge defined as 9.648531e4 coulomb."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "faraday"@en , "faraday"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCharge-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "9.648531e4"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1080 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1081 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/franklin> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx110 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx109 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/franklin> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The franklin is a unit of electric charge defined as 3.335641e-10 coulomb."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "franklin"@en , "franklin"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCharge-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Fr" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "3.335641e-10"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1081 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1082 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/statcoulomb> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/statcoulomb> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The statcoulomb is a unit of electric charge defined as 3.335641e-10 coulomb."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "statcoulomb"@en , "statcoulomb"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCharge-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "statC" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "3.335641e-10"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1082 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeAmpere> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeAmpere> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "second ampere"@en , "seconde ampère"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCharge-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "s A" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "s·A" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedCoulomb> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed coulomb"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1086 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1084 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1085 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1085 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricChargeUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricChargeUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electric charge unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1074 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1086 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1088 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1088 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1090 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1087 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1087 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1090 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1092 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1089 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1089 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx109 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1092 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1094 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1091 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1091 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1094 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1093 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1093 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1095 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1097 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1097 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1102 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1096 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1096 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1098 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1098 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1099 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/abvolt> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1102 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedVolt> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/abvolt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The abvolt is a unit of electric potential defined as 1.0e-8 volt."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "abvolt"@en , "abvolt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricPotential-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "abV" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.0e-8"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1099 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1100 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/statvolt> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/statvolt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The statvolt is a unit of electric potential defined as 2.997925e2 volt."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "statvolt"@en , "statvolt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricPotential-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "statV" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "2.997925e2"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1100 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1101 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "fixed point"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Point> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx54 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/volt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The volt is a unit of electric potential defined as watt divided by ampere = joule divided by coulomb = newton times metre divided by ampere times second = kilogram times square metre divided by ampere times second to the power 3."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "volt"@en , "volt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerAmpere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricPotential-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "V" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "The volt is a unit of electric potential defined as watt divided by ampere = joule divided by coulomb = newton times metre divided by ampere times second = kilogram times square metre divided by ampere times second to the power 3. The volt is a derived unit in the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1101 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerAmpere> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerAmpere> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "watt per ampere"@en , "watt per ampère"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricPotential-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "W/A" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "W A-1" , "W·A-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedVolt> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed volt"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1105 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1103 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1104 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1104 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricPotentialUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricPotentialUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electric potential unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1095 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1105 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1107 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1107 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1109 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1106 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1106 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1109 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1111 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1108 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1108 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1111 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1113 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1110 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx111 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx113 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx113 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx120 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx112 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1110 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1113 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1112 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1112 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1114 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1116 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1116 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1121 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1115 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1115 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1117 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1117 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1118 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/abfarad> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1121 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedFarad> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/abfarad> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The abfarad is a unit of capacitance defined as 1.0e9 farad."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "abfarad"@en , "abfarad"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/farad> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/capacitance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "abF" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.0e9"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1118 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1119 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/farad> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/farad> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The farad is a unit of capacitance defined as ampere times second divided by volt = coulomb divided by volt = coulomb squared divided by joule = coulomb squared divided by newton times metre = second squared times coulomb squared divided by square metre times kilogram = second to the power 4 times ampere squared divided by square metre times kilogram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "farad"@en , "farad"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulombPerVolt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/capacitance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "F" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "The farad is a unit of capacitance defined as ampere times second divided by volt = coulomb divided by volt = coulomb squared divided by joule = coulomb squared divided by newton times metre = second squared times coulomb squared divided by square metre times kilogram = second to the power 4 times ampere squared divided by square metre times kilogram. The farad is a derived unit in the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1119 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1120 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/statfarad> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/statfarad> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The statfarad is a unit of capacitance defined as 1.112650e-12 farad."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "statfarad"@en , "statfarad"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/farad> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/capacitance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "statF" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.112650e-12"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1120 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulombPerVolt> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx112 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx114 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx114 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx115 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/acre-International> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/coulombPerVolt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "coulomb per volt"@en , "coulomb per volt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/capacitance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "C/V" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "C V-1" , "C·V-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedFarad> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed farad"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1124 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1122 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1123 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1123 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/CapacitanceUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CapacitanceUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "capacitance unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1114 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1124 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1126 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1126 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1128 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1125 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1125 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/farad> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1128 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1130 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1127 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1127 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1130 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1132 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1129 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1129 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx120 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx121 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedAre> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1132 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1131 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1131 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1133 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1135 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1135 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1140 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1134 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1134 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1136 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1136 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1137 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/abohm> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1140 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedOhm> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/abohm> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The abohm is a unit of electrical resistance defined as 1.0e-9 ohm."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "abohm"@en , "abohm"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ohm> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalResistance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "abΩ" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.0e-9"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1137 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1138 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/ohm> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ohm> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The ohm is a unit of electrical resistance defined as volt divided by ampere = square metre times kilogram divided by second to the power 3 times ampere squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "ohm"@en , "ohm"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/voltPerAmpere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalResistance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ω" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "The ohm is a unit of electrical resistance defined as volt divided by ampere = square metre times kilogram divided by second to the power 3 times ampere squared. The ohm is a derived unit in the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1138 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1139 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/statohm> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/statohm> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The statohm is a unit of electrical resistance defined as 8.987552e11 ohm."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "statohm"@en , "statohm"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ohm> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalResistance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "statΩ" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "8.987552e11"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1139 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/voltPerAmpere> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/voltPerAmpere> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "volt per ampere"@en , "volt per ampère"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalResistance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "V/A" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "V A-1" , "V·A-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/acre-International> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The international acre is a unit of area defined as 4.0468564224e3 square metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "acre (international)"@en , "英亩(国际)"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/area-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ac" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "international acre"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "4.0468564224e3"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx115 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx116 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/acre-USSurvey> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedOhm> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed ohm"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1143 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1141 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1142 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1142 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalResistanceUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalResistanceUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electrical resistance unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1133 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1143 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1145 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1145 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1147 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1144 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1144 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/ohm> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1147 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1149 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1146 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1146 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1149 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1151 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1148 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1148 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1151 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1150 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/acre-USSurvey> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The US survey acre is a unit of area defined as 4.046872609874252e3 square metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "acre (US survey)"@en , "英亩(美国调查)"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/area-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ac" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "US survey acre"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "4.046872609874252e3"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx116 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx117 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/are> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1150 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1152 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1154 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1154 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1160 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1153 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1153 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1155 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1155 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1156 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/abmho> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1160 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSiemens> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/abmho> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The abmho is a unit of electrical conductance defined as 1.0e9 siemens."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "abmho"@en , "abmho"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/siemens> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalConductance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "absiemens"@en , "absiemens"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.0e9"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1156 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1157 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/mho> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/mho> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The mho is a unit of electrical conductance defined as 1 siemens."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mho"@en , "mho"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/siemens> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalConductance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/LaTeXCommand> "\\mhoUnit" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1157 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1158 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/siemens> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/siemens> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The siemens is a unit of electrical conductance defined as 1 divided by ohm = ampere divided by volt = coulomb squared times second divided by kilogram times square metre = ampere squared times second to the power 3 divided by kilogram times square metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "siemens"@en , "siemens"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/amperePerVolt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalConductance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "S" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "The siemens is a unit of electrical conductance defined as 1 divided by ohm = ampere divided by volt = coulomb squared times second divided by kilogram times square metre = ampere squared times second to the power 3 divided by kilogram times square metre. The siemens is a derived unit in the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1158 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1159 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/statmho> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/statmho> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The statmho is a unit of electrical conductance defined as 1.112650e-12 siemens."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "statmho"@en , "statmho"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/siemens> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalConductance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "statsiemens"@en , "statsiemens"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.112650e-12"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1159 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/amperePerVolt> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/amperePerVolt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "ampere per volt"@en , "ampère per volt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalConductance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "A/V" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "A V-1" , "A·V-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/are> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The are is a unit of area defined as 100 square metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "are"@en , "are"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/area-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "a" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.0e2"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx117 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx118 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/barn> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSiemens> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed siemens"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1163 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1161 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1162 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1162 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalConductanceUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalConductanceUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electrical conductance unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1152 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1163 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1165 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1165 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1167 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1164 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1164 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/siemens> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1167 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1169 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1166 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1166 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1169 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1171 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1168 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1168 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1171 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1170 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/barn> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The barn is a unit of area defined as 1.0e-28 square metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "barn"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/area-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "b" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.0e-28"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx118 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx119 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/circularMil> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1170 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1172 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1173 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1173 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1174 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonPerCoulomb> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/newtonPerCoulomb> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "newton per coulomb"@en , "newton per coulomb"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricField-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "N/C" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "N C-1" , "N·C-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1174 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/voltPerMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/voltPerMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "volt per metre"@en , "volt per meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricField-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "V/m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "V m-1" , "V·m-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1175 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1176 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1176 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricFieldUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricFieldUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electric field unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1172 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1177 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1178 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1178 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulombPerCubicmetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/coulombPerCubicmetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "coulomb per cubic metre"@en , "coulomb per kubieke meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricChargeDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "C/m3" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "C m-3" , "C·m-3" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1179 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1180 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1180 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricChargeDensityUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/circularMil> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The cicular mil is a unit of area defined as 5.067075e-10 square metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "circular mil"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/area-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "5.067075e-10"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx119 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricChargeDensityUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electric charge density unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1177 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1181 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1182 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1182 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulombPerSquareMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/coulombPerSquareMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "coulomb per square metre"@en , "coulomb per vierkante meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricFluxDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "C/m2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "C m-2" , "C·m-2" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1183 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1184 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1184 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricFluxDensityUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricFluxDensityUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electric flux density unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1181 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1185 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1187 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1187 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1193 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1186 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1186 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1188 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1188 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1189 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/maxwell> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1193 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedWeber> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/maxwell> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The maxwell is a unit of magnetic flux defined as 1.0e-8 weber."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "maxwell"@en , "maxwell"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/weber> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Mx" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.0e-8"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1189 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1190 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/statweber> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/statweber> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The statweber is a unit of magnetic flux defined as 2.9979e2 weber."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "statweber"@en , "statweber"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/weber> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "statWb" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "2.9979e2"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1190 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1191 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/unitPole> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Square metre is a unit of area defined as the area of a square whose sides measure exactly one metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "square metre"@en , "vierkante meter"@nl , "平方米"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/area-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "Square metre is a unit of area defined as the area of a square whose sides measure exactly one metre. Square metre is a derived unit in the International System of Units." .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/unitPole> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The unit pole is a unit of magnetic flux defined as 1.256637e-7 weber."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "unit pole"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/weber> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.256637e-7"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1191 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1192 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/weber> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/weber> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The weber is a unit of magnetic flux defined as kilogram times square metre divided by second squared times ampere = volt times second = joule divided by ampere."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "weber"@en , "weber"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/voltSecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Wb" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "The weber is a unit of magnetic flux defined as kilogram times square metre divided by second squared times ampere = volt times second = joule divided by ampere. The weber is a derived unit in the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1192 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/voltSecond-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/voltSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "volt second"@en , "volt seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "V s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "V·s" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedWeber> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed weber"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1196 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1194 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1195 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1195 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticFluxUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticFluxUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "magnetic flux unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1185 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1196 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1198 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1198 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1200 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1197 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1197 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/weber> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1200 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1202 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1199 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1199 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx12 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedAre> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed are"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx133 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx121 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/SquarePrefixedMetre> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1202 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1204 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1201 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1201 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1204 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1203 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1203 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1205 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1206 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1206 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1207 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/oersted> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/oersted> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The oersted is a unit of magnetic field defined as 7.957747e1 ampere per metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "oersted"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/amperePerMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticField-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Oe" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "7.957747e1"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1207 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/amperePerMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/amperePerMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Ampere per metre is a unit of magnetic field defined as ampere divided by metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "ampere per metre"@en , "ampère per meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticField-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "A/m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "A m-1" , "A·m-1" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "Ampere per metre is a unit of magnetic field defined as ampere divided by metre. Ampere per metre is a derived unit in the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1208 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1209 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1209 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticFieldUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticFieldUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "magnetic field unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1205 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SquarePrefixedMetre> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "square prefixed metre"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx124 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1210 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1212 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1212 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1219 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1211 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1211 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1213 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1213 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1214 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/gamma> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1219 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedTesla> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gamma> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The gamma is a unit of magnetic flux density defined as 1.0e-9 tesla."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gamma"@en , "gamma"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/tesla> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFluxDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "γ" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/LaTeXCommand> "\\gammaUnit" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.0e-9"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1214 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1215 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/gauss> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gauss> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The gauss is a unit of magnetic flux density defined as 1.0e-4 tesla."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gauss"@en , "gauss"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/tesla> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFluxDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "G" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "abtesla"@en , "abtesla"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Gs" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.0e-4"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1215 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1216 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/stattesla> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/stattesla> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The stattesla is a unit of magnetic flux density defined as 2.9979e6 tesla."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "stattesla"@en , "stattesla"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/tesla> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFluxDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "statT" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "2.9979e6"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1216 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1217 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/tesla> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/tesla> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The tesla is a unit of magnetic flux density defined as volt times second divided by square metre = newton divided by ampere times metre = weber divided by square metre = kilogram divided by coulomb times second = kilogram divided by ampere times second squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "tesla"@en , "tesla"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/weberPerSquareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFluxDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "T" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "The tesla is a unit of magnetic flux density defined as volt times second divided by square metre = newton divided by ampere times metre = weber divided by square metre = kilogram divided by coulomb times second = kilogram divided by ampere times second squared. The tesla is a derived unit in the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1217 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1218 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/weberPerSquareMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/weberPerSquareMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "weber per square metre"@en , "weber per vierkante meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFluxDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/weber> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Wb/m2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Wb m-2" , "Wb·m-2" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1218 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/milligauss> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/milligauss> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The milligauss is a unit of magnetic flux density defined as 1.0e-3 gauss."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "milligauss"@en , "milligauss"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gauss> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFluxDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mG" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedTesla> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed tesla"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1222 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx122 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx123 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx123 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/AreaUnit> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1220 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1221 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1221 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticFluxDensityUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticFluxDensityUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "magnetic flux density unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1210 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1222 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1224 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1224 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1226 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1223 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1223 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/tesla> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1226 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1228 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1225 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1225 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1228 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1230 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1227 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1227 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1230 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1229 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1229 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AreaUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "area unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx111 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1231 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1233 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1233 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1238 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1232 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1232 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1234 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1234 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1235 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/abhenry> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1238 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedHenry> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/abhenry> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The abhenry is a unit of inductance defined as 1.0e-9 henry."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "abhenry"@en , "abhenry"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/henry> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/inductanceOrPermeance-Electromagnetic-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "abH" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.0e-9"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1235 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1236 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/henry> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/henry> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The henry is a unit of inductance defined as square metre times kilogram divided by second squared times ampere squared = weber divided by ampere = volt second divided by ampere = (joule divided by coulomb) times second divided by (coulomb divided by second) = joule times second squared divided by coulomb squared = square metre times kilogram divided by coulomb squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "henry"@en , "henry"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/weberPerAmpere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/inductanceOrPermeance-Electromagnetic-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "H" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "The henry is a unit of inductance defined as square metre times kilogram divided by second squared times ampere squared = weber divided by ampere = volt second divided by ampere = (joule divided by coulomb) times second divided by (coulomb divided by second) = joule times second squared divided by coulomb squared = square metre times kilogram divided by coulomb squared. The henry is a derived unit in the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1236 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1237 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/stathenry> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/stathenry> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The stathenry is a unit of inductance defined as 8.987552e11 henry."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "stathenry"@en , "stathenry"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/henry> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/inductanceOrPermeance-Electromagnetic-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "statH" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "8.987552e11"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1237 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/weberPerAmpere> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/weberPerAmpere> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "weber per ampere"@en , "weber per ampère"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/inductanceOrPermeance-Electromagnetic-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/weber> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Wb/A" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Wb A-1" , "Wb·A-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedHenry> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed henry"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1245 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1239 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1240 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1240 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/weberPerAmpere> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx124 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx126 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx126 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx128 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx125 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1241 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1242 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1242 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/InductanceUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/InductanceUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "inductance unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1231 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1243 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1244 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1244 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/Permeance-ElectromagneticUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Permeance-ElectromagneticUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "permeance (electromagnetic) unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1239 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1245 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1247 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1247 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1249 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1246 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1246 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/henry> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1249 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1251 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1248 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1248 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1251 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1253 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1250 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx125 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetre> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed metre"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx102 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "has base"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#range> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx35 ;
+	<http://www.w3.org/2000/01/rdf-schema#domain> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx33 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1250 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1253 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1252 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1252 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1254 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1255 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1255 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/henryPerMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/henryPerMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "henry per metre"@en , "henry per meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/permeabilityOfFreeSpace-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/henry> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "H/m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "H m-1" , "H·m-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1256 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1257 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1257 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/PermeabilityOfFreeSpaceUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PermeabilityOfFreeSpaceUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "permeability of free space unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1254 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1258 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1259 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1259 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/faradPerMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/faradPerMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "farad per metre"@en , "farad per meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/permittivity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/farad> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "F/m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "F m-1" , "F·m-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx128 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx130 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx127 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1260 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1261 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1261 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/PermittivityUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PermittivityUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "permittivity unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1258 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1262 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1263 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1263 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1264 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/debye> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/debye> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The debye is a unit of electric dipole moment defined as 3.33564e-30 coulomb metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "debye"@en , "debye"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulombMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricDipoleMoment-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "D" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "3.33564e-30"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1264 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulombMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/coulombMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "coulomb metre"@en , "coulomb meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricDipoleMoment-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "C m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "C·m" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1265 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1266 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1266 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricDipoleMomentUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricDipoleMomentUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electric dipole moment unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1262 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1267 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1268 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1268 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalHenry> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalHenry> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "reciprocal henry"@en , "omgekeerde henry"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/reluctance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/henry> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "H-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1269 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1270 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1270 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/ReluctanceUnit> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx127 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ReluctanceUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "reluctance unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1267 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1271 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1272 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1272 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/ohmMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ohmMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "ohm metre"@en , "ohm meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalResistivity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/ohm> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ω m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Ω·m" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1273 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1274 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1274 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalResistivityUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalResistivityUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electrical resistivity unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1271 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1275 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1276 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1276 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/siemensPerMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/siemensPerMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "siemens per metre"@en , "siemens per meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalConductivity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/siemens> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "S/m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "S m-1" , "S·m-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1277 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1278 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1278 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalConductivityUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalConductivityUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electrical conductivity unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1275 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1279 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCurrent-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/electricCurrent-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electric current dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "I" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 0 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx130 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx132 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx129 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1280 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCurrent-Dimension> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1281 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/currentDensity-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/currentDensity-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "current density dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> -2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 0 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1282 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCharge-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/electricCharge-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electric charge dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 1 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1283 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricPotential-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/electricPotential-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electric potential dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -3 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1284 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/capacitance-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/capacitance-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "capacitance dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> -2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 4 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1285 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalResistance-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/electricalResistance-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electrical resistance dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> -2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -3 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1286 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalConductance-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/electricalConductance-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electrical conductance dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> -2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 3 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1287 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricField-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/electricField-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electric field dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -3 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1288 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricChargeDensity-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/electricChargeDensity-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electric charge density dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> -3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 1 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1289 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricFluxDensity-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/electricFluxDensity-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electric flux density dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> -2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 1 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx129 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> ;
+	<http://www.w3.org/2002/07/owl#hasValue> "2"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "has exponent"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> ;
+	<http://www.w3.org/2000/01/rdf-schema#domain> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx37 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1290 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFlux-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFlux-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "magnetic flux dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -2 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1291 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticField-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticField-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "magnetic field dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 0 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1292 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFluxDensity-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFluxDensity-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "magnetic flux density dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -2 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1293 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/inductanceOrPermeance-Electromagnetic-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/inductanceOrPermeance-Electromagnetic-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "inductance or permeance (electromagnetic) dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> -2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -2 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1294 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/inductanceOrPermeance-Electromagnetic-Dimension> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1295 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/permeabilityOfFreeSpace-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/permeabilityOfFreeSpace-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "permeability of free space dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> -2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -2 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1296 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/permittivity-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/permittivity-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "permittivity dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> -3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 4 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1297 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricDipoleMoment-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/electricDipoleMoment-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electric dipole moment dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 1 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1298 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/reluctance-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/reluctance-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "reluctance dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> -2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 2 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1299 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalResistivity-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/electricalResistivity-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electrical resistivity dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> -2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -3 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx13 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx14 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx14 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx15 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx132 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx131 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1300 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalConductivity-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/electricalConductivity-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electrical conductivity dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> -3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 3 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1301 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "pressure dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -2 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1302 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1303 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1303 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1304 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/one> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Unit one is a unit of dimension one."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "one"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "1" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "unit one"@en .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1304 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/percent> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The percent is a unit of dimension one defined as 1/100."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "percent"@en , "procent"@nl , "百分"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "%" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "0.01"^^<http://www.w3.org/2001/XMLSchema#float> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/LaTeXSymbol> "\\%" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1305 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1306 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1306 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/StrainUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/StrainUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "strain unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1302 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1307 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "dimensionOne"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "1" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 0 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1308 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1309 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/surfaceTension-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/surfaceTension-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "surface tension dimension"@en , "oppervlaktespanningdimensie"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -2 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx131 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1310 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1311 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1311 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1312 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1313 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1313 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/AlfvenNumberUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AlfvenNumberUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Alfvén number unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1310 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1314 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1315 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1316 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1316 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1317 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1318 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1318 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/CowlingNumberUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CowlingNumberUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Cowling number unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1315 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1319 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1320 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1321 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1321 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1322 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1323 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1323 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/EulerNumberUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/EulerNumberUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Euler number unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1320 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1324 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1325 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1326 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1326 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1327 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1328 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1328 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/FirstCowlingNumberUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/FirstCowlingNumberUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "first Cowling number unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1325 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1329 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx133 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx135 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx135 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx137 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx134 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1330 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1331 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1331 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1332 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1333 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1333 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/FourierNumberUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/FourierNumberUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Fourier number unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1330 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1334 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1335 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1336 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1336 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1337 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1338 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1338 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/FourierNumberForMassTransferUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/FourierNumberForMassTransferUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Fourier number for mass transfer unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1335 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1339 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx134 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/are> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1340 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1341 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1341 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1342 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1343 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1343 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/FroudeNumberUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/FroudeNumberUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Froude number unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1340 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1344 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1345 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1346 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1346 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1347 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1348 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1348 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/GrashofNumberUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/GrashofNumberUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Grashof number unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1345 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1349 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx137 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx139 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx136 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1350 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1351 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1351 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1352 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1353 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1353 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/GrashofNumberForMassTransferUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/GrashofNumberForMassTransferUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Grashof number for mass transfer unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1350 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1354 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1355 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1356 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1356 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1357 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1358 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1358 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/HartmannNumberUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/HartmannNumberUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Hartmann number unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1355 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1359 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx136 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1360 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1361 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1361 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1362 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1363 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1363 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/KnudsenNumberUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/KnudsenNumberUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Knudsen number unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1360 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1364 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1365 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1366 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1366 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1367 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1368 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1368 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/LewisNumberUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/LewisNumberUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Lewis number unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1365 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1369 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx139 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx141 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx138 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1370 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1371 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1371 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1372 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1373 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1373 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/MachNumberUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MachNumberUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Mach number unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1370 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1374 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1375 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1376 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1376 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1377 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1378 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1378 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticReynoldsNumberUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticReynoldsNumberUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "magnetic Reynolds number unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1375 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1379 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx138 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1380 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1381 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1381 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1382 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1383 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1383 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/NusseltNumberUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NusseltNumberUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Nusselt number unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1380 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1384 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1385 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1386 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1386 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1387 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1388 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1388 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/NusseltNumberForMassTransferUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NusseltNumberForMassTransferUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Nusselt number for mass transfer unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1385 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1389 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx141 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx140 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1390 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1391 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1391 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1392 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1393 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1393 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/PecletNumberUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PecletNumberUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Péclet number unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1390 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1394 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1395 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1396 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1396 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1397 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1398 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1398 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/PecletNumberForMassTransferUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PecletNumberForMassTransferUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Péclet number for mass transfer unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1395 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1399 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx12 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx16 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiple> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx140 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1400 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1401 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1401 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1402 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1403 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1403 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrandtlNumberUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrandtlNumberUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Prandtl number unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1400 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1404 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1405 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1406 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1406 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1407 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1408 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1408 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/RayleighNumberUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/RayleighNumberUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Rayleigh number unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1405 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1409 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1410 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1411 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1411 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1412 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1413 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1413 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/ReynoldsNumberUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ReynoldsNumberUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Reynolds number unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1410 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1414 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1415 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1416 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1416 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1417 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1418 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1418 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SchmidtNumberUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SchmidtNumberUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Schmidt number unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1415 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1419 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx142 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx144 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx144 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx173 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx143 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1420 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1421 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1421 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1422 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1423 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1423 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/StantonNumberUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/StantonNumberUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Stanton number unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1420 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1424 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1425 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1426 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1426 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1427 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1428 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1428 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/StantonNumberForMassTransferUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/StantonNumberForMassTransferUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Stanton number for mass transfer unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1425 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1429 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx143 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx145 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx145 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx146 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/acreFoot> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1430 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1431 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1431 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1432 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1433 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1433 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/StrouhalNumberUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/StrouhalNumberUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Strouhal number unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1430 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1434 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1435 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1436 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1436 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1437 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1438 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1438 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/WeberNumberUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/WeberNumberUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Weber number unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1435 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1439 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx173 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx174 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedLitre> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1440 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1441 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1443 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1443 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1445 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1442 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1442 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1444 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1444 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1445 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMole> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/mole> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The mole is a unit of amount of substance defined as the amount of substance of a system that contains as many elementary entities as there are atoms in 0.012 kilogram of carbon 12."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole"@en , "mol"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "The mole is a unit of amount of substance defined as the amount of substance of a system that contains as many elementary entities as there are atoms in 0.012 kilogram of carbon 12. The mole is a base unit in the International System of Units." ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceOfASystemThatContainsAsManyElementaryEntitiesAsThereAreAtomsIn0.012KilogramOfCarbon12> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMole> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed mole"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1448 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1446 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1447 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1447 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "amount of substance unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1441 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1448 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1450 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1450 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1452 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1449 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1449 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/acreFoot> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The acre foot is a unit of volume defined as 1.233489e3 cubic metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "acre foot"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.233489e3"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx146 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx147 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/barrel-US> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1452 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1454 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1451 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1451 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1454 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1456 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1453 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1453 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1456 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1455 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1455 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1457 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1459 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1459 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1463 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1458 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1458 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1460 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1460 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1461 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/molair> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1463 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1464 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolair> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/barrel-US> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The US barrel is a unit of volume defined as 1.589873e-1 cubic metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "barrel (US)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "bbl" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "US barrel"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.589873e-1"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx147 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx148 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/bushel-US> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molair> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Molair is a unit of amount of substance concentration defined as 1 mole per litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "molair"@en , "molair"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerLitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "M" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1461 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1462 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerCubicmetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerCubicmetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Mole per cubic metre is a unit of amount of substance concentration defined as mole divided by cubic metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per cubic metre"@en , "mol per kubieke meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/m3" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol m-3" , "mol·m-3" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "Mole per cubic metre is a unit of amount of substance concentration defined as mole divided by cubic metre. Mole per cubic metre is a derived unit in the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1462 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerLitre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Mole per litre is a unit of amount of substance concentration defined as mole divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per litre"@en , "mole per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol l-1" , "mol·l-1" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "Mole per litre is a unit of amount of substance concentration defined as mole divided by litre. Mole per litre is a derived unit in the International System of Units." .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolair> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed molair"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1496 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1464 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1465 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerLitre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerLitre> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed mole per litre"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1469 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1465 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1466 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedLitre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedLitre> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per prefixed litre"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1478 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1466 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerPrefixedLitre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerPrefixedLitre> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed mole per prefixed litre"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1487 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1467 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1468 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1468 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceConcentrationUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceConcentrationUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "amount of substance concentration unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1457 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1469 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1471 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1471 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1473 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1470 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/bushel-US> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The US bushel is a unit of volume defined as 3.523907e-2 cubic metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "bushel (US)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "bu" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "US bushel"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "3.523907e-2"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx148 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx149 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/cord> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1470 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMole> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "has numerator"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#range> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx41 ;
+	<http://www.w3.org/2000/01/rdf-schema#domain> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx39 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1473 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1475 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1472 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1472 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1475 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1477 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1474 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1474 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/litre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The litre is a unit of volume defined as 1.0e-3 cubic metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "litre"@en , "liter"@nl , "升"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "liter"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "L" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.0e-3"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "has denominator"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#range> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx45 ;
+	<http://www.w3.org/2000/01/rdf-schema#domain> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx43 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1477 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1476 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1476 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1478 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1480 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1480 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1482 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1479 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1479 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/cord> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The cord is a unit of volume defined as 3.624556 cubic metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cord"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "3.624556"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx149 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx150 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/cup-USCustomary> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1482 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1484 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1481 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1481 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1484 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1486 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1483 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1483 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedLitre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedLitre> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed litre"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx186 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1486 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1485 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1485 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1487 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1489 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1489 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1491 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1488 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1488 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMole> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1491 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1493 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1490 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/cup-USCustomary> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The US customary cup is a unit of volume defined as 2.365882e-4 cubic metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cup (US customary)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "US customary cup"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/LaTeXCommand> "\\cupUnit" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "2.365882e-4"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx150 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx151 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/dryGallon-US> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1490 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1493 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1495 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1492 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1492 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedLitre> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1495 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1494 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1494 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1496 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1498 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1498 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1500 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1497 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1497 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/molair> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1500 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1502 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1499 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1499 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiple> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "unit multiple"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx16 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx17 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/dryGallon-US> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The US dry gallon is a unit of volume defined as 4.40488377086e-3 cubic metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "dry gallon (US)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "gal" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "US dry gallon"@en , "gallon (US dry)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "4.40488377086e-3"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx151 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx152 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/dryPint-US> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1502 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1504 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1501 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1501 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1504 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1503 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1503 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1505 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1506 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1506 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1507 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1507 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1508 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/partsPerMillion> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/partsPerMillion> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Parts per million is a unit of dimension one defined as 1/1 000 000."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "parts per million"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ppm" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "0.000001"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1508 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1509 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1509 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1510 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerMole> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerMole> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per mole"@en , "mol per mol"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/mol" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol mol-1" , "mol·mol-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1510 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/micromolePerMole> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/dryPint-US> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The US dry pint is a unit of volume defined as 5.506105e-4 cubic metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "dry pint (US)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dry pt" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "US dry pint"@en , "pint (US dry)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "5.506105e-4"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx152 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx153 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/dryQuart-US> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/micromolePerMole> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "micromole per mole"@en , "micromol per mol"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/micromole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μmol/mol" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "μmol mol-1" , "μmol·mol-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1511 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1512 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1512 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceFractionUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceFractionUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "amount of substance fraction unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1505 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1513 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1514 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1514 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerMole> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerMole> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "joule per mole"@en , "joule per mol"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/molarEnergy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "J/mol" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "J mol-1" , "J·mol-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1515 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1516 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1516 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/MolarEnergyUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MolarEnergyUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "molar energy unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1513 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1517 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1518 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1518 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKelvinMole> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKelvinMole> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "joule per kelvin mole"@en , "joule per kelvin mol"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/molarEntropyOrMolarHeatCapacityOrGasConstant-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvinMole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "J/(K mol)" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "J K-1 mol-1" , "J/(K·mol)" , "J·K-1·mol-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1519 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1520 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1520 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKelvinMole> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/dryQuart-US> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The US dry quart is a unit of volume defined as 1.101221e-3 cubic metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "dry quart (US)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dry qt" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "US dry quart"@en , "quart (US dry)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.101221e-3"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx153 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx154 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/fluidOunce-Imperial> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1521 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1522 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1522 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKelvinMole> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1523 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1524 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1524 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/MolarEntropyUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MolarEntropyUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "molar entropy unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1517 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1525 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1526 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1526 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/MolarHeatCapacityUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MolarHeatCapacityUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "molar heat capacity unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1519 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1527 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1528 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1528 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/GasConstantUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/GasConstantUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gas constant unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1521 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1529 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1530 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1530 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerKilogram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/fluidOunce-Imperial> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The imperial fluid ounce is a unit of volume defined as 2.841306e-5 cubic metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "fluid ounce (imperial)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fl oz" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "imperial fluid ounce"@en , "ounce (imperial fluid)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "2.841306e-5"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx154 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx155 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/fluidOunce-US> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerKilogram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per kilogram"@en , "mol per kilogram"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/kg" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol kg-1" , "mol·kg-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1531 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1532 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1532 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/MolalityUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MolalityUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "molality unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1529 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1533 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1534 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1534 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerMole> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerMole> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilogram per mole"@en , "kilogram per mol"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kg/mol" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "kg mol-1" , "kg·mol-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1535 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1536 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1536 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/MolarMassUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MolarMassUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "molar mass unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1533 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1537 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1538 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1538 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1539 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetrePerMole> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetrePerMole> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cubic metre per mole"@en , "kubieke meter per mol"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m3/mol" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m3 mol-1" , "m3·mol-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1539 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/litrePerMole> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/litrePerMole> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "litre per mole"@en , "liter per mol"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "l/mol" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "l mol-1" , "l·mol-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/fluidOunce-US> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The US fluid ounce is a unit of volume defined as 2.957353e-5 cubic metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "fluid ounce (US)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fl oz" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "US fluid ounce"@en , "ounce (US fluid)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "2.957353e-5"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx155 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx156 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/gallon-Imperial> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1540 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1541 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1541 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/MolarVolumeUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MolarVolumeUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "molar volume unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1537 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1542 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1544 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1544 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1546 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1543 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1543 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMole> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1546 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1548 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1545 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1545 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1548 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1550 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1547 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1547 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1550 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1549 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1549 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gallon-Imperial> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The imperial gallon is a unit of volume defined as 4.54609e-3 cubic metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gallon (imperial)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "gal" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "imperial gallon"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "4.54609e-3"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx156 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx157 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/gallon-US> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1551 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1553 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1553 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1555 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1552 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1552 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1555 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1557 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1554 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1554 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1557 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1559 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1556 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1556 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetre> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1559 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1558 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1558 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gallon-US> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The US gallon is a unit of volume defined as 3.785412e-3 cubic metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gallon (US)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "gal" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "US gallon"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "3.785412e-3"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx157 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx158 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/gill-Imperial> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1560 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1562 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1562 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1564 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1561 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1561 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMole> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1564 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1566 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1563 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1563 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1566 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1568 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1565 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1565 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetre> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1568 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1567 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1567 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1569 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstance-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstance-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "amount of substance dimension"@en , "stofhoeveelheiddimensie"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "N" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 0 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gill-Imperial> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The imperial gill is a unit of volume defined as 1.420653e-4 cubic metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gill (imperial)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "gi" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "imperial gill"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.420653e-4"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx158 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx159 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/gill-US> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1570 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "amount of substance concentration dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> -3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 0 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1571 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/molarEnergy-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molarEnergy-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "molar energy dimension"@en , "molaire-energiedimensie"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -2 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1572 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/molarEntropyOrMolarHeatCapacityOrGasConstant-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molarEntropyOrMolarHeatCapacityOrGasConstant-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "molar entropy, molar heat capacity, or gas constant dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -2 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1573 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/molarEntropyOrMolarHeatCapacityOrGasConstant-Dimension> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1574 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/molarEntropyOrMolarHeatCapacityOrGasConstant-Dimension> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1575 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1576 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1576 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1577 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerSecond-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per second"@en , "mol per seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/catalyticActivity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol s-1" , "mol·s-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1577 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/micromolePerSecond-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/micromolePerSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "micromole per second"@en , "micromol per seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/catalyticActivity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/micromole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μmol/s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "μmol s-1" , "μmol·s-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1578 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1580 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1580 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1585 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1579 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1579 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1581 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1581 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1582 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/amylaseUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gill-US> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The US gill is a unit of volume defined as 1.182941e-4 cubic metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gill (US)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "gi" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "US gill"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.182941e-4"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx159 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx160 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1585 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedKatal> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/amylaseUnit> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The amylase unit is a unit of catalytic activity."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "amylase unit"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/catalyticActivity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "AU" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "U" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1582 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1583 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/katal> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/katal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The katal is a unit of catalytic activity defined as mole divided by second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "katal"@en , "katal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerSecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/catalyticActivity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kat" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "The katal is a unit of catalytic activity defined as mole divided by second. The katal is a derived unit in the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1583 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1584 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerSecond-Time> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1584 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/deltaA450PerSecond-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/deltaA450PerSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "delta A450 per second"@en , "delta A450 per seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/catalyticActivity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/deltaA450> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedKatal> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed katal"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1590 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1586 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1587 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1587 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceFlowUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceFlowUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "amount of substance flow unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1575 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1588 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1589 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1589 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/CatalyticActivityUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CatalyticActivityUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "catalytic activity unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1578 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx160 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx161 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/liquidPint-US> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1590 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1592 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1592 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1594 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1591 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1591 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/katal> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1594 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1596 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1593 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1593 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1596 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1598 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1595 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1595 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1598 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1597 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1597 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1599 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1600 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1600 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/katalPerCubicmetre> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx17 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx18 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/IntervalScale> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/liquidPint-US> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The US liquid pint is a unit of volume defined as 4.731765e-4 cubic metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "liquid pint (US)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "liq pt" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "US liquid pint"@en , "pint (US liquid)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "4.731765e-4"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx161 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx162 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/liquidQuart-US> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/katalPerCubicmetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "katal per cubic metre"@en , "katal per kubieke meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/catalyticActivityConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/katal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kat/m3" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "kat m-3" , "kat·m-3" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1601 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1602 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1602 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/CatalyticActivityConcentrationUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CatalyticActivityConcentrationUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "catalytic activity concentration unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1599 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1603 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1604 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1604 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1605 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/nanokatalPerMilligram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanokatalPerMilligram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanokatal per milligram"@en , "nanokatal per milligram"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificCatalyticActivity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/nanokatal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/milligram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nkat/mg" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "nkat mg-1" , "nkat·mg-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1605 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/deltaA450PerSecond-TimePerMilligram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/deltaA450PerSecond-TimePerMilligram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "delta A450 per second per milligram"@en , "delta A450 per seconde per milligram"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificCatalyticActivity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/deltaA450PerSecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/milligram> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1606 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1607 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1607 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificCatalyticActivityUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificCatalyticActivityUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "specific catalytic activity unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1603 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1608 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/catalyticActivity-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/catalyticActivity-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "catalytic activity dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -1 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1609 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/catalyticActivityConcentration-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/catalyticActivityConcentration-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "catalytic activity concentration dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> -3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -1 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/liquidQuart-US> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The US liquid quart is a unit of volume defined as 9.463529e-4 cubic metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "liquid quart (US)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "liq qt" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "US liquid quart"@en , "quart (US liquid)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "9.463529e-4"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx162 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx163 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/peck-US> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1610 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificCatalyticActivity-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/specificCatalyticActivity-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "specific catalytic activity dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> -2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -1 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1611 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1613 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1613 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1615 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1612 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1612 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1614 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1614 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/candela> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1615 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedCandela> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/candela> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The candela is a unit of luminous intensity defined as the luminous intensity, in a given direction, of a source that emits monochromatic radiation of frequency 540e12 hertz and that has a radiant intensity in that direction of 1/683 watt per steradian."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "candela"@en , "candela"@nl , "坎德拉"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousIntensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cd" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "The candela is a unit of luminous intensity defined as the luminous intensity, in a given direction, of a source that emits monochromatic radiation of frequency 540e12 hertz and that has a radiant intensity in that direction of 1/683 watt per steradian. The candela is a base unit in the International System of Units." ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousIntensityInAGivenDirectionOfASourceThatEmitsMonochromaticRadiationOfFrequency540e12HertzAndThatHasARadiantIntensityInThatDirectionOf1683WattPerSteradian> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedCandela> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed candela"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1618 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1616 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1617 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1617 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousIntensityUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousIntensityUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "luminous intensity unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1611 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1618 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1620 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1620 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1622 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1619 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1619 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/candela> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/peck-US> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The US peck is a unit of volume defined as 8.809768e-3 cubic metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "peck (US)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pk" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "US peck"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "8.809768e-3"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx163 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx164 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/pint-Imperial> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1622 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1624 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1621 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1621 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1624 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1626 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1623 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1623 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1626 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1625 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1625 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1627 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1628 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1628 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1629 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/footlambert> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/footlambert> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The footlambert is a unit of luminance defined as 3.426259 candela per square metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "footlambert"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/candelaPerSquareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "3.426259"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1629 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1630 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/lambert> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/lambert> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The lambert is a unit of luminance defined as 3.183099e3 candela per square metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "lambert"@en , "lambert"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/candelaPerSquareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "3.183099e3"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1630 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1631 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/stilb> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/pint-Imperial> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The pint is a unit of volume defined as 568.26125 millilitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "pint (imperial)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/millilitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "imperial pint"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "568.26125"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx164 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx165 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/quart-Imperial> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/stilb> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The stilb is a unit of luminance defined as 1.0e4 candela per square metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "stilb"@en , "stilb"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/candelaPerSquareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "sb" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.0e4"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1631 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1632 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/candelaPerSquareMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/candelaPerSquareMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Candela per square metre is a unit of luminance defined as candela divided by square metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "candela per square metre"@en , "candela per vierkante meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/candela> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cd/m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "cd m-1" , "cd·m-1" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "Candela per square metre is a unit of luminance defined as candela divided by square metre. Candela per square metre is a derived unit in the Internationa; System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1632 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/candelaPerSquareCentimetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/candelaPerSquareCentimetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "candela per square centimetre"@en , "candela per vierkante centimeter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/candela> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareCentimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cd/cm" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "cd cm-1" , "cd·cm-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1633 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1634 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1634 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/LuminanceUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/LuminanceUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "luminance unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1627 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1635 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1637 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1637 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1640 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1636 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1636 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1638 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1638 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1639 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/lumen> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1640 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedLumen> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/lumen> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The lumen is a unit of luminous flux defined as candela times steradian = lux times square metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "lumen"@en , "lumen"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/candelaSteradian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "lm" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "The lumen is a unit of luminous flux defined as candela times steradian = lux times square metre. The lumen is a derived unit in the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1639 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/candelaSteradian> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/candelaSteradian> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "candela steradian"@en , "candela steradiaal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/candela> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/steradian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cd sr" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "cd·sr" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/quart-Imperial> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The imperial quart is a unit of volume defined as 1.1365 litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "quart (imperial)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "imperial quart"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.1365"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx165 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx166 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/stere> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedLumen> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed lumen"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1643 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1641 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1642 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1642 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousFluxUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousFluxUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "luminous flux unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1635 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1643 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1645 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1645 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1647 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1644 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1644 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/lumen> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1647 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1649 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1646 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1646 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1649 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1651 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1648 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1648 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1651 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1650 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/stere> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The stere is a unit of volume defined as cubic metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "stere"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx166 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx167 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/tablespoon-US> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1650 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1652 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1654 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1654 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1653 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1653 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1655 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1655 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/lumenSecond-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/lumenSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "lumen second"@en , "lumen seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousEnergy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/lumen> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "lm s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "lm·s" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1656 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1657 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1657 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousEnergyUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousEnergyUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "luminous energy unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1652 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1658 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1660 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1660 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1665 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1659 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1659 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1661 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1661 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1662 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/footcandle> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/tablespoon-US> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The US tablespoon is a unit of volume defined as 1.478676e-5 cubic metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "tablespoon (US)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "US tablespoon"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.478676e-5"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx167 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx168 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/teaspoon-US> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1665 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedLux> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/footcandle> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The footcandle is a unit of illuminance defined as 1.076391e1 lux."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "footcandle"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lux> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/illuminance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.076391e1"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1662 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1663 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/lux> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/lux> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The lux is a unit of illuminance defined as lumen divided by square metre = candela times steradian divided by square metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "lux"@en , "lux"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lumenPerSquareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/illuminance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "lx" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "The lux is a unit of illuminance defined as lumen divided by square metre = candela times steradian divided by square metre. The lux is a derived unit in the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1663 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1664 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/phot> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/phot> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The phot is a unit of illuminance defined as 1.0e4 lux."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "phot"@en , "phot"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lux> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/illuminance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ph" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.0e4"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1664 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/lumenPerSquareMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/lumenPerSquareMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "lumen per square metre"@en , "lumen per vierkante meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/illuminance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/lumen> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "lm/m2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "lm m-2" , "lm·m-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedLux> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed lux"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1668 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1666 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1667 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1667 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/IlluminanceUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/IlluminanceUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "illuminance unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1658 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1668 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1670 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1670 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1672 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1669 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1669 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/lux> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/teaspoon-US> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The US teaspoon is a unit of volume defined as 4.928922e-6 cubic metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "teaspoon (US)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "US teaspoon"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "4.928922e-6"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx168 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx169 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/dessertspoon> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1672 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1674 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1671 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1671 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1674 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1676 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1673 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1673 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1676 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1675 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1675 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1677 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1679 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1679 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1678 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1678 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1680 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1680 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/luxSecond-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/dessertspoon> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The desserspoon is a unit of volume defined as 2 teaspoon."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "dessertspoon"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/teaspoon-US> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "2"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx169 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx170 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/ton-Register> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/luxSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "lux second"@en , "lux seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/exposure-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/lux> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "lx s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "lx·s" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1681 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1682 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1682 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/ExposureUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ExposureUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exposure unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1677 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1683 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1685 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1685 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1684 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1684 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1686 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1686 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/lumenPerWatt> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/lumenPerWatt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "lumen per watt"@en , "lumen per watt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousEfficacy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/lumen> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "lm/W" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "lm W-1" , "lm·W-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1687 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1688 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1688 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousEfficacyUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousEfficacyUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "luminous efficacy unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1683 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1689 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousIntensity-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/luminousIntensity-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "luminous intensity dimension"@en , "lichtsterktedimensie"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "J" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 0 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ton-Register> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The register ton is a unit of volume defined as 2.831658 cubic metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "ton (register)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "register ton"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "2.831658"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx170 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx171 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1690 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminance-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/luminance-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "luminance dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> -2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 0 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1691 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousEnergy-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/luminousEnergy-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "luminous energy dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 1 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1692 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousFlux-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/luminousFlux-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "luminous flux dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 0 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1693 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/illuminance-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/illuminance-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "illuminance dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> -2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 0 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1694 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/exposure-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exposure-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exposure dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> -2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 1 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1695 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousEfficacy-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/luminousEfficacy-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "luminous efficacy dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> -2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 3 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1696 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1698 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1698 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1703 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1697 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1697 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1699 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1699 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1700 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/gray> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1703 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGray> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gray> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The gray is a unit of absorbed dose defined as joule divided by kilogram = square metre divided by second squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gray"@en , "gray"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Gy" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "The gray is a unit of absorbed dose defined as joule divided by kilogram = square metre divided by second squared. The gray is a derived unit is the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1700 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1701 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/rad> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/IntervalScale> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "interval scale"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Scale> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx18 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx19 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/RatioScale> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Cubic metre is a unit of volume defined as the volume of a cube whose sides measure exactly one metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cubic metre"@en , "kubieke meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m3" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "Cubic metre is a unit of volume defined as the volume of a cube whose sides measure exactly one metre. Cubic metre is a derived unit in the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx171 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx172 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicParsec> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/rad> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The rad is a unit of absorbed dose defined as 1.0e-2 gray."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "rad"@en , "rad"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gray> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "rad" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.0e-2"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1701 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1702 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKilogram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKilogram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "joule per kilogram"@en , "joule per kilogram"@nl , "焦耳每千克"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "J/kg" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "J kg-1" , "J·kg-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1702 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilojoulePerHectogram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilojoulePerHectogram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilojoule per hectogram"@en , "kilojoule per hectogram"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilojoule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/hectogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kJ/hg" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "kilojoule per 100 gram"@en , "kilojoule per 100 gram"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "kJ hg-1" , "kJ·hg-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGray> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed gray"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1709 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1704 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1705 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1705 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/AbsorbedDoseUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AbsorbedDoseUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "absorbed dose unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1696 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1706 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "specific energy, absorbed dose, or dose equivalent dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -2 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1707 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1708 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "frequency dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -1 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1709 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1711 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1711 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1713 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1710 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/cubicParsec> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cubic parsec"@en , "kubieke parsec"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/parsec> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pc3" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx172 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicKiloparsec> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1710 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/gray> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1713 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1715 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1712 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1712 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1715 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1717 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1714 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1714 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1717 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1716 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1716 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1718 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1720 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1720 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1725 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1719 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1719 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1721 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1721 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1722 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/rem> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/cubicKiloparsec> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cubic kiloparsec"@en , "kubieke kiloparsec"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloparsec> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kpc3" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1725 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSievert> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/rem> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The rem is a unit of dose equivalent defined as 1.0e-2 sievert."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "rem"@en , "rem"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "rem" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.0e-2"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1722 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1723 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The sievert is a unit of dose equivalent defined as joule divided by kilogram = square metre divided by second squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "sievert"@en , "sievert"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Sv" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "The sievert is a unit of dose equivalent defined as joule divided by kilogram = square metre divided by second squared. The sievert is a derived unit is the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1723 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1724 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKilogram> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1724 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilojoulePerHectogram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSievert> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed sievert"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1728 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1726 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1727 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1727 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/DoseEquivalentUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/DoseEquivalentUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "dose equivalent unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1718 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1728 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1730 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1730 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1732 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1729 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1729 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx174 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/CubicPrefixedMetre> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1732 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1734 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1731 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1731 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1734 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1736 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1733 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1733 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1736 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1735 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1735 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1737 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1739 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1739 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1743 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1738 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1738 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1740 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1740 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1741 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/becquerel> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1743 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedBecquerel> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CubicPrefixedMetre> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cubic prefixed metre"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx177 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/becquerel> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The becquerel is a unit of activity defined as the activity of a quantity of radioactive material in which one nucleus decays per second. Algebraically it is defined as 1 divided by second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "becquerel"@en , "becquerel"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalSecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Bq" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "The becquerel is a unit of activity defined as the activity of a quantity of radioactive material in which one nucleus decays per second. Algebraically it is defined as 1 divided by second. The becquerel is a derived unit in the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1741 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1742 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/curie> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/curie> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The curie is a unit of activity defined as 3.7e10 becquerel."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "curie"@en , "curie"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/becquerel> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ci" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "3.7e10"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1742 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalSecond-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "reciprocal second"@en , "omgekeerde seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "s-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedBecquerel> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed becquerel"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1746 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1744 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1745 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1745 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/ActivityUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ActivityUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "activity unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1737 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1746 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1748 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1748 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1750 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1747 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1747 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/becquerel> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1750 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1752 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1749 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1749 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx175 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx176 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx176 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/VolumeUnit> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1752 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1754 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1751 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1751 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1754 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1753 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1753 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1755 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1756 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1756 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1757 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/röntgen> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/röntgen> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The röntgen is a unit of exposure to x and γ rays defined as 2.58e-4 coulomb per kilogram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "röntgen"@en , "röntgen"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulombPerKilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/exposureToXAndGammaRays-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "R" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "2.58e-4"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1757 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulombPerKilogram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/coulombPerKilogram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "coulomb per kilogram"@en , "coulomb per kilogram"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/exposureToXAndGammaRays-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "C/kg" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "C kg-1" , "C·kg-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1758 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1759 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1759 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/ExposureToXAndGammaRaysUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ExposureToXAndGammaRaysUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exposure to x and γ rays unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1755 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/VolumeUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "volume unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx142 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1760 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1761 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1761 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/grayPerSecond-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/grayPerSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gray per second"@en , "gray per seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/absorbedDoseRate-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gray> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Gy/s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Gy s-1" , "Gy·s-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1762 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1763 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1763 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/AbsorbedDoseRateUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AbsorbedDoseRateUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "absorbed dose rate unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1760 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1764 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/exposureToXAndGammaRays-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exposureToXAndGammaRays-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exposure to x and γ rays dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 1 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1765 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/absorbedDoseRate-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/absorbedDoseRate-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "absorbed dose rate dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -3 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1766 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/radiance-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/radiance-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "radiance dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -3 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1767 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1768 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1768 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1769 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1770 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1770 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx177 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx179 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx179 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx181 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx178 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1771 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1772 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1772 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/DynamicRangeUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/DynamicRangeUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "dynamic range unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1767 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1773 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1774 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1774 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/QuantumEfficiencyUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/QuantumEfficiencyUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "quantum efficiency unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1769 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1775 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1776 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1777 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1778 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1779 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1779 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1780 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1780 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1781 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx178 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Eenheid waarmee de helderheid van sterren wordt aangegeven. Meestal wordt het symbool niet aangeduid (http://en.wikipedia.org/wiki/Magnitude_(astronomy))."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "magnitude"@en , "magnitude"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mag" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1781 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1782 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/millimagnitude> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millimagnitude> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The millimagnitude is a unit of magnitude defined as 1.0e-3 magnitude."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millimagnitude"@en , "millimagnitude"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mmag" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1782 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/micromagnitude> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/micromagnitude> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The micromagnitude is a unit of magnitude defined as 1.0e-6 magnitude."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "micromagnitude"@en , "micromagnitude"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/micro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μmag" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1783 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1784 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1784 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/MagnitudeUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MagnitudeUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "magnitude unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1778 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1785 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1786 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1786 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1787 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/voltPerWatt> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/voltPerWatt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "volt per watt"@en , "volt per watt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "V/W" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "V W-1" , "V·W-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1787 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/amperePerWatt> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/amperePerWatt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "ampere per watt"@en , "ampere per watt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "A/W" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "A W-1" , "A·W-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1788 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1789 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1789 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/ResponsivityUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ResponsivityUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "responsivity unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques_chapter1> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1785 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx181 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx183 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx180 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1790 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1791 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1791 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1792 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1793 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1793 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/CurvatureConstantUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CurvatureConstantUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "curvature constant unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1790 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1794 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1795 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1796 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1796 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1797 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1798 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1798 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/DecelerationParameterUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/DecelerationParameterUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "deceleration parameter unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1795 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1799 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1800 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1800 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/RatioScale> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "ratio scale"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Scale> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx19 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/Measure> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx180 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1801 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1802 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1802 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameterUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameterUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "density parameter unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1799 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1803 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1804 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1805 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1805 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1806 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerSecond-TimePerMegaparsec> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerSecond-TimePerMegaparsec> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "De eenheid van de Hubble constante (die niet constant is!) (http://en.wikipedia.org/wiki/Hubble_constant)."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilometre per second per megaparsec"@en , "kilometer per seconde per megaparsec"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerSecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/megaparsec> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "km s-1 Mpc-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1806 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerSecond-TimePerMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerSecond-TimePerMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per second per metre"@en , "meter per seconde per metre"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerSecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/s/m" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1807 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1808 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1808 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/HubbleConstantUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/HubbleConstantUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Hubble constant unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1804 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1809 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/area-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/area-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "area dimension"@en , "oppervlaktedimensie"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 0 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx183 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx185 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx182 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1810 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1812 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1812 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1815 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1811 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1811 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1813 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1813 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1814 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/darcy> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1815 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/SquarePrefixedMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/darcy> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The darcy is a unit of area defined as 9.869233e-13 square metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "darcy"@en , "darcy"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/area-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "9.869233e-13"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1814 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1816 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1817 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1817 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/Permeability-EarthScienceUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Permeability-EarthScienceUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "permeability (earth science) unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1810 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1818 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1819 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1819 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1820 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/perm-0C> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/perm-0C> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The 0 °C perm is a unit ofpermeance defined as 5.72135e-11 kilogram per pascal second (time) square metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "perm (0 °C)"@en , "perm (0 °C)"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerPascalSecond-TimeSquareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/permeance-MaterialsScience-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "0 °C perm"@en , "0 °C perm"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "5.72135e-11"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1820 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1821 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/perm-23C> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx182 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> ;
+	<http://www.w3.org/2002/07/owl#hasValue> "3"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/perm-23C> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The 23 °C perm is a unit of permeance defined as 5.74525e-11 kilogram per pascal second (time) square metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "perm (23 °C)"@en , "perm (23 °C)"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerPascalSecond-TimeSquareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/permeance-MaterialsScience-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "23 °C perm"@en , "23 °C perm"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "5.74525e-11"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1821 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerPascalSecond-TimeSquareMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerPascalSecond-TimeSquareMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilogram per pascal second square metre"@en , "kilogram per pascal seconde vierkante meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/permeance-MaterialsScience-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascalSecond-TimeSquareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kg Pa-1 s-1 m-2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "kg/(Pa s m2)" , "kg/(Pa·s·m2)" , "kg·Pa-1·s-1·m-2" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1822 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1823 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1823 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/Permeance-MaterialsScienceUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Permeance-MaterialsScienceUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "permeance (materials science) unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1818 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1824 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/permeance-MaterialsScience-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/permeance-MaterialsScience-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "permeance (materials science) dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 1 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1825 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1826 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1826 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1827 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerMillilitre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerMillilitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "colony forming unit per millilitre"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnit> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/millilitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "CFU/ml" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1827 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1828 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPer25Millilitre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPer25Millilitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "colony forming unit per 25 millilitre"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnit> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/_25Millilitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "CFU/ml" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1828 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1000ColonyFormingUnitPerMillilitre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_1000ColonyFormingUnitPerMillilitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "1000 colony forming unit per millilitre"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1000ColonyFormingUnit> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/millilitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "1000 CFU/ml" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/unofficialAbbreviation> "1000 CFU/ml" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1829 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1830 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1830 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricViableCountUnit> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx185 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx184 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricViableCountUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "volumetric viable count unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1825 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1831 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1832 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1832 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerGram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "colony forming unit per gram"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnit> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "CFU/g" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1833 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1834 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1834 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificViableCountUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificViableCountUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "specific viable count unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1831 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1835 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1836 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1836 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1837 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitedStatesDollar> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/UnitedStatesDollar> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "United States dollar"@en , "美国美元"@zh .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1837 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1838 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/euro> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/euro> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "euro"@en , "欧元"@zh .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1838 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1839 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/JapaneseYen> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/JapaneseYen> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Japanese yen"@en .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1839 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1840 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/poundSterling> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/poundSterling> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "pound sterling"@en , "英镑"@zh .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1840 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1841 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/AustralianDollar> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx184 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AustralianDollar> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Australian dollar"@en .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1841 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1842 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/SwissFranc> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SwissFranc> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Swiss franc"@en .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1842 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1843 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/CanadianDollar> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CanadianDollar> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Canadian dollar"@en .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1843 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1844 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/MexicanPeso> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MexicanPeso> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Mexican peso"@en .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1844 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1845 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/ChineseYuan> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ChineseYuan> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Chinese yuan"@en .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1845 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1846 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/NewZealandDollar> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NewZealandDollar> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "New Zealand dollar"@en .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1846 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1847 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/SwedishKrona> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SwedishKrona> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Swedish krona"@en .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1847 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1848 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/RussianRuble> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/RussianRuble> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "RussianRuble"@en .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1848 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1849 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/HongKongDollar> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/HongKongDollar> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Hong Kong dollar"@en .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1849 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1850 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/NorwegianKrone> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NorwegianKrone> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Norwegian krone"@en .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1850 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1851 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/SingaporeDollar> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SingaporeDollar> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Singapore dollar"@en .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1851 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1852 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/TurkishLira> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/TurkishLira> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Turkish lira"@en .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1852 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1853 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/SouthKoreanWon> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SouthKoreanWon> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "South Korean won"@en .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1853 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1854 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/SouthAfricanRand> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SouthAfricanRand> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "South African rand"@en .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1854 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1855 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/BrazilianReal> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/BrazilianReal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "BrazilianReal"@en .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1855 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1856 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/IndianRupee> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/IndianRupee> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Indian rupee"@en .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1856 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/megaeuro> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megaeuro> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megaeuro"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/euro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mega> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1857 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1858 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1858 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfMoneyUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfMoneyUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "amount of money unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1835 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1859 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1861 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1861 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1866 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1860 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx186 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx188 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx188 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx190 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx187 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1860 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1862 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1862 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1863 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/bit> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1866 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1867 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedBit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/bit> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The bit is a unit of information capacity defined as the information capacity of one binary digit."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "bit"@en , "bit"@nl , "指二进制中的一位"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "bit" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/informationCapacityOfOneBinaryDigit> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1863 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1864 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/byte> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/byte> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The byte is a unit of information capacity defined as 8 bit."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "byte"@en , "byte"@nl , "字节"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/bit> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "B" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "8"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1864 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1865 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/hartley> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hartley> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The hartley is a unit of information capacity defined as 3.321928095 bit."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hartley"@en , "hartley"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/bit> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Hart" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "3.321928095"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1865 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/shannon> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/shannon> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The shannon is a unit of information capacity defined as 1 bit."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "shannon"@en , "shannon"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/bit> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Sh" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedBit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed bit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1870 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1867 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedByte> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedByte> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed byte"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1879 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1868 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1869 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1869 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/InformationCapacityUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/InformationCapacityUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "information capacity unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1859 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx187 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1870 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1872 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1872 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1874 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1871 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1871 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/bit> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1874 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1876 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1873 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1873 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1876 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1878 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1875 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1875 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/Prefix> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Prefix> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "A prefix is a name that precedes a basic unit of measure to indicate a decimal or binary multiple or fraction of the unit. Each prefix has a unique symbol that is prepended to the unit symbol. For example, an electric current of 0.000 000 001 ampere is written by using the SI-prefix nano as 1 nanoampere or 1 nA."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefix"@en .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1878 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1877 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1877 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1879 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1881 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1881 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1883 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1880 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx190 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx192 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx189 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1880 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/byte> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1883 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1885 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1882 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1882 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1885 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1887 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1884 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1884 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/Prefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1887 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1886 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1886 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1888 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1889 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1889 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/baud> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/baud> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The baud is a unit of symbol rate defined as one distinct symbol change or signalling event made to the transmission medium per second in a digitally modulated signal or a line code."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "baud"@en , "baud"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Bd" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/oneDistinctSymbolChangeOrSignallingEventMadeToTheTransmissionMediumPerSecondInADigitallyModulatedSignalOrALineCode> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx189 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1890 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1891 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1891 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SymbolRateUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SymbolRateUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "symbol rate unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1888 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1892 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1893 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1893 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1894 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/cicero> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/cicero> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The cicero is a unit of length defined as 12 point (Didot)."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cicero"@en , "cicero"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Didot> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "12"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1894 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1895 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-ATA> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/pica-ATA> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The ATA pica is a unit of length defined as 12 point (ATA)."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "pica (ATA)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/point-ATA> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "ATA pica"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "12"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1895 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1896 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-Postscript> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/pica-Postscript> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The Postscript pica is a unit of length defined as 12 point (Postscript)."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "pica (Postscript)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Postscript> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "Postscript pica"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "12"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1896 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1897 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-TeX> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/pica-TeX> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The TeX pica is a unit of length defined as 12 point (TeX)."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "pica (TeX)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/point-TeX> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "TeX pica"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "12"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1897 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1898 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/point-ATA> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/point-ATA> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The ATA point is a unit of length defined as 0.3514598e-3 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "point (ATA)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pt" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "ATA point"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "0.3514598e-3"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1898 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1899 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Didot> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/point-Didot> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The Didot point is a unit of length defined as 0.3759e-3 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "point (Didot)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pt" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "Didot point"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "0.3759e-3"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1899 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1900 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Postscript> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/point-Postscript> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The Postscript point is a unit of length defined as 0.013888888888888888888888888888889 inch."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "point (Postscript)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/inch-International> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pt" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "Postscript point"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "0.013888888888888888888888888888889"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1900 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/point-TeX> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Measure> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "A measure combines a number to a unit of measure. For example, \"3 m\" is a measure."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "measure"@en .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx192 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx194 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx191 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/point-TeX> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The TeX point is a unit of length defined as 0.01383700013837000138370001383 inch."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "point (TeX)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/inch-International> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pt" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "TeX point"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "0.013837000138370001383700013837"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1901 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1902 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1902 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/FontSizeUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/FontSizeUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "font size unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/LengthUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1892 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx191 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx194 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx193 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx193 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx195 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx197 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx197 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx208 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx196 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx196 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx198 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx198 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx199 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/degree> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx208 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedRadian> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/degree> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The degree is a unit of angle defined as 1.745329e-2 radian."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "degree"@en , "graad"@nl , "度"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/radian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "°" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.745329e-2"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx199 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx200 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/gon> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gon> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The gon is a unit of angle defined as 1.570796e-2 radian."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gon"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/radian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "gon" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "grade"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.570796e-2"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx200 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx201 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Angle> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx20 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx21 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx21 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx22 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiple> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Angle> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The mil (angle) is a unit of angle defined as 9.817477e-4 radian."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mil (angle)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/radian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "9.817477e-4"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx201 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx202 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Angle> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Angle> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The minute (angle) is a unit of angle defined as 2.908882e-4 radian."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "minute (angle)"@en , "minuut (hoek)"@nl , "分钟(角)"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/radian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "'" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "arcminute"@en , "minute of arc"@en , "arcminuut"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "2.908882e-4"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx202 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx203 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/radian> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/radian> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The radian is a unit of angle defined as the angle subtended at the center of a circle by an arc that is equal in length to the radius of the circle."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "radian"@en , "radiaal"@nl , "弧度"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "rad" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "The radian is a unit of angle defined as the angle subtended at the center of a circle by an arc that is equal in length to the radius of the circle. The radian is a derived unit in the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx203 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx204 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/revolution> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/revolution> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The revolution is a unit of angle defined as 6.283185 radian."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "revolution"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/radian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "r" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "6.283185"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx204 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx205 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Angle> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/second-Angle> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The second (angle) is a unit of angle defined as 4.848137e-6 radian."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "second (angle)"@en , "seconde (hoek)"@nl , "秒(角度)"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/radian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "\"" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "arcsecond"@en , "second of arc"@en , "boogseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "4.848137e-6"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx205 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx206 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Angle> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Angle> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The millisecond (angle) is a unit of length defined as 1.0e-3 second (angle). Used in astronomy (measurements of positions of stars, galaxies, etc.) to represent the error."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millisecond (angle)"@en , "milliseconde (hoek)"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Angle> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mas" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "milliarcsecond"@en , "millisecond of arc"@en , "milliboogseconde"@nl .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx206 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx207 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-Angle> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-Angle> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The microsecond (angle) is a unit of length defined as 1.0e-6 second (angle). Used in astronomy (measurements of positions of stars, galaxies, etc.) to represent the error."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "microsecond (angle)"@en , "microseconde (hoek)"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Angle> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μas" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "microarcsecond"@en , "microsecond of arc"@en , "microboogseconde"@nl .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx207 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per metre"@en , "meter per meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m m-1" , "m·m-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedRadian> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed radian"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx211 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx209 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx210 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx210 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/AngleUnit> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx22 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx23 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AngleUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "angle unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx195 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx211 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx213 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx213 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx215 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx212 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx212 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/radian> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx215 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx217 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx214 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx214 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx217 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx219 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx216 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx216 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx219 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx218 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx218 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx23 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx24 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/Prefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx220 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx222 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx222 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx227 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx221 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx221 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx223 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx223 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx224 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/steradian> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx227 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSteradian> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/steradian> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The steradian is a unit of solid angle defined as the solid angle subtended at the center of a sphere by a portion of the surface of the sphere that has an area equal to the square of the radius of the sphere."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "steradian"@en , "steradiaal"@nl , "球面度"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetrePerSquareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "sr" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "The steradian is a unit of solid angle defined as the solid angle subtended at the center of a sphere by a portion of the surface of the sphere that has an area equal to the square of the radius of the sphere. The steradian is a derived unit in the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx224 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx225 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetrePerSquareMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetrePerSquareMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "square metre per square metre"@en , "vierkante meter per vierkante meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m2/m2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m2 m-2" , "m2·m-2" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx225 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx226 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeSquared> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/degreeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "degree squared"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/degree> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx226 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-AngleSquared> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/second-AngleSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "second (angle) squared"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Angle> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "arcsec2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "arcsecond squared"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSteradian> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed steradian"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx230 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx228 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx229 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx229 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SolidAngleUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SolidAngleUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "solid angle unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx220 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx24 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/Scale> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx230 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx232 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx232 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx234 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx231 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx231 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/steradian> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx234 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx236 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx233 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx233 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx236 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx238 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx235 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx235 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx238 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx237 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx237 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx239 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "length dimension"@en , "lengtedimensie"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "L" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 0 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Scale> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "scale"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "schaal"@nl , "measurement scale"@en , "meetschaal"@nl .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx240 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/area-Dimension> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx241 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "volume dimension"@en , "volumedimensie"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 0 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx242 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx243 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx244 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx245 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx246 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx247 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx248 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx249 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx25 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx26 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx26 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx250 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx251 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx253 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx253 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx267 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx252 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx252 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx254 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx254 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx255 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/day> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx267 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSecond-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/day> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The day is a unit of time defined as 86400 second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "day"@en , "dag"@nl , "天"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "d" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/LaTeXCommand> "\\dayUnit" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "86400"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx255 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx256 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/day-Sidereal> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/day-Sidereal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The sidereal day is a unit of time defined as 8.616409e4 second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "day (sidereal)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "sidereal day"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "8.616409e4"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx256 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx257 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/hour> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hour> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The hour is a unit of time defined as 3600 second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hour"@en , "uur"@nl , "小时"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "h" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "u" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "3.6e3"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx257 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx258 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/hour-Sidereal> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hour-Sidereal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hour (sidereal)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "sidereal hour"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "3.590170e3"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx258 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx259 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The minute (time) is a unit of time defined as 60 second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "minute"@en , "minuut"@nl , "分钟"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "min" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "6.0e1"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx259 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx260 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Sidereal> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Sidereal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The sidereal minute is a unit of time defined as 5.983617e1 second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "minute (sidereal)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "sidereal minute"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "5.983617e1"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx260 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx261 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Sidereal> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "unit multiplication"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/CompoundUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/second-Sidereal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The sidereal second is a unit of time defined as 9.972696e-1 second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "second (sidereal)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "second (sidereal)"@en , "sidereal second"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "9.972696e-1"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx261 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx262 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The second is a unit of time defined as the duration of 9 192 631 770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the cesium 133 atom."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "second"@en , "seconde"@nl , "秒"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/unofficialAbbreviation> "sec" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "The second is a unit of time defined as the duration of 9 192 631 770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the cesium 133 atom. The second is a base unit in the International System of Units." ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/durationOf9192631770PeriodsOfTheRadiationCorrespondingToTheTransitionBetweenTheTwoHyperfineLevelsOfTheGroundStateOfTheCesium133Atom> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx262 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx263 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/shake> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/shake> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The shake is a unit of time defined as 1.0e-8 second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "shake"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.0e-8"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx263 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx264 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/year> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/year> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The year is a unit of time defined as 3.1536e7 second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "year"@en , "jaar"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "a" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "y" , "yr" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/LaTeXCommand> "\\yearUnit" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "3.1536e7"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx264 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx265 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/year-Sidereal> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/year-Sidereal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The sidereal year is a unit of time defined as 3.155815e7 second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "year (sidereal)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "sidereal year"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "3.155815e7"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx265 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx266 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/year-Tropical> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/year-Tropical> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The tropical year is a unit of time defined as 3.155693e7 second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "year (tropical)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "tropical year"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "3.155693e7"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx266 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/gigayear> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigayear> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigayear"@en , "gigajaar"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/year> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/giga> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Gyr" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSecond-Time> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed second (time)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx270 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx268 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx269 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx269 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/TimeUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/TimeUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "time unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx251 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx27 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx28 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx28 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx270 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx272 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx272 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx274 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx271 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx271 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx274 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx276 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx273 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx273 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx276 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx278 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx275 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx275 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx278 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx277 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx277 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx279 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx281 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx281 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx301 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx280 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "A unit of measure is a definite magnitude of a quantity, defined and adopted by convention or by law. It is used as a standard for measurement of the same quantity, where any other value of the quantity can be expressed as a simple multiple of the unit. For example, length is a quantity; the metre is a unit of length that represents a definite predetermined length. When we say 10 metre (or 10 m), we actually mean 10 times the definite predetermined length called \"metre\"."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "unit"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "unit of measure"@en , "unit of measurement"@en .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx280 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx282 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx282 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx283 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/carat-Mass> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx301 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx302 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/carat-Mass> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The carat (mass) is a unit of mass defined as 2.0e-4 kilogram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "carat (mass)"@en , "karaat (massa)"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "2.0e-4"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx283 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx284 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/grain> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/grain> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The grain is a unit of mass defined as 6.479891e-5 kilogram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "grain"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "gr" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "6.479891e-5"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx284 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx285 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The gram is a unit of mass defined as 1.0e-3 kilogram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram"@en , "gram"@nl , "克"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.0e-3"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx285 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx286 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/hundredweight-British> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hundredweight-British> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The British hundredweight is a unit of mass defined as 5.080235e1 kilogram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hundredweight (British)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "British hundredweight"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "5.080235e1"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx286 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx287 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/hundredweight-US> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hundredweight-US> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The US hundredweight is a unit of mass defined as 4.535924e1 kilogram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hundredweight (US)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "US hundredweight"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "4.535924e1"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx287 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx288 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/InternationalUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/InternationalUnit> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "International Unit"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "IU" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx288 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx289 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/milligramRAE> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/milligramRAE> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "milligram RAE"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx289 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx290 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/ounceAvoirdupois> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ounceAvoirdupois> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The avoirdupois ounce is a unit of mass defined as 2.834952e-2 kilogram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "ounce (avoirdupois)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "oz" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "avoirdupois ounce"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "oz (av.)" , "oz avdp" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "2.834952e-2"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx290 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx291 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/ounceApothecaries> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx29 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx30 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx30 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ounceApothecaries> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The apothecaries' ounce is a unit of mass defined as 3.110348e-2 kilogram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "ounce (apothecaries')"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "oz (ap.)" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "apothecaries' ounce"@en , "ounce (troy)"@en , "troy ounce"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "oz (apoth)" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "3.110348e-2"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx291 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx292 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/pennyweight-Troy> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/pennyweight-Troy> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The Troy pennyweight is a unit of mass defined as 1.555174e-3 kilogram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "pennyweight (Troy)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dwt" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "Troy pennyweight"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.555174e-3"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx292 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx293 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/poundApothecaries> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/poundApothecaries> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The apothecaries' pound is a unit of mass defined as 3.732417e-1 kilogram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "pound (apthecaries')"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "lb" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "apothecaries' pound"@en , "pound (troy)"@en , "troy pound"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "3.732417e-1"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx293 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx294 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/poundAvoirdupois> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/poundAvoirdupois> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The avoirdupois pound is a unit of mass defined as 4.535924e-1 kilogram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "pound (avoirdupois)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "lb" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "avoirdupois pound"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "4.5359237e-1"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx294 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx295 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/slug> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/slug> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The slug is a unit of mass defined as 1.459390e1 kilogram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "slug"@en , "金属块"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "slug" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.459390e1"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx295 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx296 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/solarMass> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/solarMass> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Solar mass is a unit used in astronomy to denote stellar or galactic masses (http://en.wikipedia.org/wiki/SolarMass)."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "solar mass"@en , "zonsmassa"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "M_☉" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.98892e30"^^<http://www.w3.org/2001/XMLSchema#float> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/LaTeXSymbol> "M_{\\astrosun}" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx296 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx297 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/ton-ShortAssay> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ton-ShortAssay> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The short assay ton is a unit of mass defined as 2.916667e-2 kilogram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "ton (short assay)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "short assay ton"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "2.916667e-2"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx297 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx298 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/ton-Long> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ton-Long> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The long ton is a unit of mass defined as 1.016047e3 kilogram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "ton (long)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "long ton"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.016047e3"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx298 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx299 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/ton-Short> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ton-Short> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The short ton is a unit of mass defined as 9.071847e2 kilogram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "ton (short)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "short ton"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "9.071847e2"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx299 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx300 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/tonne> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/tonne> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The tonne is a unit of mass defined as 1000 kilogram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "tonne"@en , "ton"@nl , "公吨"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "t" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "metric ton"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.0e3"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx300 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/unifiedAtomicMassUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/unifiedAtomicMassUnit> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The unified atomic mass unit is a unit of mass defined as 1.660538782(83)e-27 kilogram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "unified atomic mass unit"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "u" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGram> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed gram"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx306 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx302 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx303 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedTonne> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedTonne> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed tonne"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx315 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx303 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnifiedAtomicMassUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnifiedAtomicMassUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed unified atomic mass unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx324 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx304 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx305 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx305 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/MassUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MassUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mass unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx279 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx306 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx308 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx308 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx310 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx307 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx307 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx310 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx312 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx309 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx309 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx31 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx32 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx32 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx312 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx314 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx311 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx311 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx314 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx313 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx313 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx315 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx317 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx317 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx319 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx316 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx316 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/tonne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx319 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx321 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx318 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx318 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx321 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx323 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx320 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx320 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx323 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx322 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx322 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx324 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx326 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx326 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx328 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx325 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx325 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/unifiedAtomicMassUnit> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx328 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx330 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx327 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx327 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx330 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx332 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx329 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx329 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx33 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx34 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx34 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx332 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx331 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx331 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx333 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx334 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx334 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx335 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx335 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx336 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx336 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/partsPerMillion> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx337 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx338 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx338 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/QuantityOfDimensionOneUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/QuantityOfDimensionOneUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "quantity of dimension one unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx333 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx339 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx340 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx340 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "unit exponentiation"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/CompoundUnit> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx341 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx342 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx342 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx339 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx343 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx344 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx344 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx345 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx345 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx346 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx346 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/partsPerMillion> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx347 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx348 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx348 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/RatioUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/RatioUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "ratio unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx343 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx349 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx350 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx350 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx35 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx36 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx36 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx351 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx352 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx352 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/PercentageUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PercentageUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "percentage unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx349 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx353 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx354 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx354 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx355 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx355 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx356 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/partsPerMillion> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx356 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx357 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx357 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx358 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerGram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram per gram"@en , "gram per gram"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g/g" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "g g-1" , "g·g-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx358 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx359 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerKilogram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerKilogram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram per kilogram"@en , "gram per kilogram"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g/kg" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "g kg-1" , "g·kg-1" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "0.001"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx359 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx360 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerHectogram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerHectogram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram per hectogram"@en , "gram per hectogram"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/hectogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g/hg" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "gram per 100 gram"@en , "gram per 100 gram"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "g hg-1" , "g·hg-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx360 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx361 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerKilogram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerKilogram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilogram per kilogram"@en , "kilogram per kilogram"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kg/kg" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "kg kg-1" , "kg·kg-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx361 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx362 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/milligramPerHectogram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/milligramPerHectogram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "milligram per hectogram"@en , "milligram per hectogram"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/milligram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/hectogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mg/hg" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "milligram per 100 gram"@en , "milligram per 100 gram"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mg hg-1" , "mg·hg-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx362 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/milligramPerKilogram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/milligramPerKilogram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "milligram per kilogram"@en , "milligram per kilogram"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/milligram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mg/kg" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mg kg-1" , "mg·kg-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx363 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx364 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx364 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/MassFractionUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MassFractionUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mass fraction unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx353 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx365 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx366 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx366 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx367 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx367 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx368 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/partsPerMillion> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx368 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx369 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx369 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetrePerSquareMetre> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx37 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx38 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx38 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx370 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx371 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx371 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/AreaFractionUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AreaFractionUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "area fraction unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx365 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx372 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx373 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx373 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx374 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx374 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx375 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/partsPerMillion> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx375 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx376 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx376 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx377 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicCentimetrePerCubicCentimetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/cubicCentimetrePerCubicCentimetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cubic centimetre per cubic centimetre"@en , "kubieke centimeter per kubieke centimeter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicCentimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicCentimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cm3/cm3" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "cm3 cm-3" , "cm3·cm-3" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx377 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx378 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetrePerCubicmetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetrePerCubicmetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cubic metre per cubic metre"@en , "kubieke meter per kubieke meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m3/m3" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m3 m-3" , "m3·m-3" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx378 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMillimetrePerCubicMillimetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMillimetrePerCubicMillimetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cubic millimetre per cubic millimetre"@en , "kubieke millimeter per kubieke millimeter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMillimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMillimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mm3/mm3" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mm3 mm-3" , "mm3·mm-3" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx379 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx380 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx380 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/VolumeFractionUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/VolumeFractionUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "volume fraction unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx372 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx381 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx382 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx382 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx383 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx383 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx384 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx385 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx385 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/RelativeHumidityUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/RelativeHumidityUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "relative humidity unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx381 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx386 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx388 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx388 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx394 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx387 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx387 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx389 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx389 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx390 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/hertz> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx394 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedHertz> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hertz> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The hertz is a unit of frequency defined as 1 divided by second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hertz"@en , "hertz"@nl , "赫兹"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalSecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Hz" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "The hertz is a unit of frequency defined as 1 divided by second. The hertz is a derived unit in the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx390 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx391 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalHour> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx39 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx40 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx40 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalHour> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "reciprocal hour"@en , "omgekeerd uur"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/hour> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "h-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx391 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx392 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalDay> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalDay> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "reciprocal day"@en , "omgekeerde dag"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/day> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "d-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx392 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx393 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalSecond-Time> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx393 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalYear> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalYear> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "reciprocal year"@en , "omgekeerd jaar"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/year> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "a-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedHertz> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed hertz"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx397 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx395 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx396 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx396 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/FrequencyUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/FrequencyUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "frequency unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx386 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx397 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx399 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx399 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx401 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx398 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx398 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/hertz> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx401 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx403 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx400 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx4 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx5 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx6 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/Measure> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "unit division"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/CompoundUnit> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx400 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx403 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx405 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx402 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx402 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx405 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx404 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx404 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx406 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx407 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx407 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx408 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalCubicCentimetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalCubicCentimetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "reciprocal cubic centimetre"@en , "omgekeerde kubieke centimeter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/numberDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> -3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cm-3" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx408 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx409 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalCubicMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalCubicMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "reciprocal cubic metre"@en , "omgekeerde kubieke meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/numberDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> -3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m-3" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx409 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalCubicParsec> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalCubicParsec> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "reciprocal cubic parsec"@en , "omgekeerde kubieke parsec"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/numberDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/parsec> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> -3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pc-3" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx41 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx42 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx42 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx410 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx411 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx411 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberDensityUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberDensityUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number density unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx406 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx412 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx413 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx413 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx414 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/kayser> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kayser> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The kayser is a unit of wavenumber defined as 100 reciprocal metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kayser"@en , "kayser"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/wavenumber-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "rydberg"@en , "rydberg"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.0e2"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx414 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Reciprocal metre is a unit of wavenumber defined as 1 divided by metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "reciprocal metre"@en , "omgekeerder meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/wavenumber-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m-1" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "Reciprocal metre is a unit of wavenumber defined as 1 divided by metre. Reciprocal metre is a derived unit in the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx415 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx416 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx416 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/WavenumberUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/WavenumberUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "wave number unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx412 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx417 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx419 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx419 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx422 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx418 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx418 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx420 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx420 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx421 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/gal> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx422 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx423 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-TimeSquared> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The gal is a unit of acceleration defined as centimetre per second (time) squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gal"@en , "gal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetrePerSecond-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Gal" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "galileo"@en , "galileo"@nl .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx421 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerSecond-TimeSquared> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerSecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per second squared is a unit of acceleration defined as metre divided by second squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per second squared"@en , "meter per seconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/s2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m s-2" , "m·s-2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "Metre per second squared is a unit of acceleration defined as metre divided by second squared. Metre per second squared is a derived unit in the International System of Units." .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-TimeSquared> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed metre per second (time) squared"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx427 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx423 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx424 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-TimeSquared> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-TimeSquared> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per prefixed second (time) squared"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx436 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx424 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerPrefixedSecond-TimeSquared> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerPrefixedSecond-TimeSquared> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed metre per prefixed secon (time) squared"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx445 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx425 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx426 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx426 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/AccelerationUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AccelerationUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "acceleration unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx417 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx427 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx429 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx429 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx431 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx428 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx428 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetre> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx431 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx433 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx430 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx43 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx44 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx44 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx430 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx433 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx435 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx432 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx432 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeSquared> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "second squared"@en , "seconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "s2" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx435 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx434 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx434 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx436 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx438 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx438 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx440 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx437 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx437 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx440 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx442 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx439 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx439 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx442 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx444 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx441 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx441 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSecond-TimeSquared> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSecond-TimeSquared> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed second (time) squared"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx853 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx444 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx443 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx443 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx445 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx447 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx447 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx449 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx446 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx446 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetre> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx449 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx451 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx448 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx448 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx451 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx453 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx450 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx45 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx46 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx46 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx450 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSecond-TimeSquared> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx453 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx452 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx452 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx454 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx456 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx456 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx465 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx455 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx455 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx457 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx457 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx458 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerCubicmetre> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx465 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx466 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGramPerLitre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerCubicmetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Gram per cubic metre is a unit of density defined as gram divided by cubic metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram per cubic metre"@en , "gram per kubieke meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g/m3" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "g m-3" , "g·m-3" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "Gram per cubic metre is a unit of density defined as gram divided by cubic metre. Gram per cubic metre is a derived unit in the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx458 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx459 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/milligramPerCubicmetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/milligramPerCubicmetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Milligram per cubic metre is a unit of density defined as milligram divided by cubic metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "milligram per cubic metre"@en , "milligram per kubieke meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/milligram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mg/m3" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mg m-3" , "mg·m-3" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "Milligram per cubic metre is a unit of density defined as milligram divided by cubic metre. Milligram per cubic metre is a derived unit in the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx459 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx460 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerCubicCentimetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerCubicCentimetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Gram per cubic centimetre is a unit of density defined as gram divided by cubic centimetre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram per cubic centimetre"@en , "gram per kubieke centimeter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicCentimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g/cm3" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "g cm-3" , "g·cm-3" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "Gram per cubic centimetre is a unit of density defined as gram divided by cubic centimetre. Gram per cubic centimetre is a derived unit in the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx460 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx461 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/microgramPerCubicCentimetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/microgramPerCubicCentimetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Microram per cubic centimetre is a unit of density defined as microgram divided by cubic centimetre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "microgram per cubic centimetre"@en , "microgram per kubieke centimeter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/microgram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicCentimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μg/cm3" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "μg cm-3" , "μg·cm-3" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "Microgram per cubic centimetre is a unit of density defined as microgram divided by cubic centimetre. Microgram per cubic centimetre is a derived unit in the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx461 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx462 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerCubicmetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerCubicmetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Kilogram per cubic metre is a unit of density defined as kilogram divided by cubic metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilogram per cubic metre"@en , "kilogram per kubieke meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kg/m3" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "kg m-3" , "kg·m-3" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "Kilogram per cubic metre is a unit of density defined as kilogram divided by cubic metre. Kilogram per cubic metre is a derived unit in the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx462 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx463 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerCubicDecimetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerCubicDecimetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Kilogram per cubic decimetre is a unit of density defined as kilogram divided by cubic decimetre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilogram per cubic decimetre"@en , "kilogram per kubieke decimeter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicDecimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kg/dm3" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "kg dm-3" , "kg·dm-3" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "Kilogram per cubic decimetre is a unit of density defined as kilogram divided by cubic decimetre. Kilogram per cubic decimetre is a derived unit in the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx463 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx464 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerLitre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Gram per litre is a unit of density defined as gram divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram per litre"@en , "gram per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "g l-1" , "g·l-1" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "Gram per litre is a unit of density defined as gram divided by litre. Gram per litre is a derived unit in the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx464 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/solarMassPerCubicParsec> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/solarMassPerCubicParsec> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The mass (in solar masses) per cubic parsec."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "solar mass per cubic parsec"@en , "zonsmassa per kubieke parsec"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/solarMass> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicParsec> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "M_☉/pc3" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "M_☉ pc-3" , "M_☉·pc-3" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/LaTeXSymbol> "M_{\\astrosun} pc^{-3}" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGramPerLitre> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed gram per litre"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx470 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx466 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx467 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/GramPerPrefixedLitre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/GramPerPrefixedLitre> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram per prefixed litre"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx479 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx467 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGramPerPrefixedLitre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGramPerPrefixedLitre> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed gram per prefixed litre"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx488 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx468 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx469 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx469 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/DensityUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/DensityUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "density unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx454 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx47 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx48 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx48 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx49 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/Measure> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx470 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx472 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx472 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx474 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx471 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx471 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGram> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx474 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx476 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx473 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx473 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx476 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx478 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx475 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx475 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx478 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx477 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx477 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx479 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx481 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx481 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx483 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx480 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx49 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/Point> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx480 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx483 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx485 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx482 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx482 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx485 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx487 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx484 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx484 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedLitre> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx487 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx486 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx486 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx488 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx490 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx490 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx492 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx489 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx489 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Point> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "A point is an element of an interval scale or a ratio scale, for example, 273.16 on the Kelvin scale indicates the triple point of water thermodynamic temperature."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "point"@en .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx492 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx494 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx491 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx491 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx494 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx496 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx493 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx493 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedLitre> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx496 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx495 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx495 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx497 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx498 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx498 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetrePerKilogram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetrePerKilogram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Cubic metre per kilogram is a unit of specific volume defined as cubic metre divided by kilogram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cubic metre per kilogram"@en , "kubieke meter per kilogram"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificVolume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m3/kg" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m3 kg-1" , "m3·kg-1" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "Cubic metre per kilogram is a unit of specific volume defined as cubic metre divided by kilogram. Cubic metre per kilogram is a derived unit in the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx499 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx500 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx500 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificVolumeUnit> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/Point> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx50 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx51 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx51 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx52 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/IntervalScale> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificVolumeUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "specific volume unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx497 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx501 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx503 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx503 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx513 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx502 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx502 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx504 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx504 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx505 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/knot-International> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx513 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx514 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/knot-International> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The international knot is a unit of speed defined as nautical mile per hour."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "knot (international)"@en , "knoop (internationaal)"@nl , "海里/小时(国际)"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-InternationalPerHour> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "international knot"@en .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx505 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx506 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetrePerHour> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millimetrePerHour> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Millimetre per hour is a unit of speed defined as millimetre divided by hour."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millimetre per hour"@en , "millimeter per uur"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/hour> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mm/h" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mm h-1" , "mm·h-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx506 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx507 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerHour> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerHour> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Kilometre per hour is a unit of speed defined as kilometre divided by hour."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilometre per hour"@en , "kilometer per uur"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/hour> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "km/h" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "km h-1" , "km·h-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx507 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx508 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetrePerDay> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centimetrePerDay> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Centimetre per day is a unit of speed defined as centimetre divided by day."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centimetre per day"@en , "centimeter per dag"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/day> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cm/d" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "cm d-1" , "cm·d-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx508 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx509 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDay> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDay> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per day is a unit of speed defined as metre divided by day."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per day"@en , "meter per dag"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/day> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/d" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m d-1" , "m·d-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx509 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx510 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetrePerDay> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millimetrePerDay> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Millimetre per day is a unit of speed defined as millimetre divided by day."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millimetre per day"@en , "millimeter per dag"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/day> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mm/d" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mm d-1" , "mm·d-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx510 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx511 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerSecond-Time> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx52 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx53 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/RatioScale> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per second is a unit of speed defined as metre divided by second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per second"@en , "meter per seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m s-1" , "mps" , "m·s-1" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "Metre per second is a unit of speed defined as metre divided by second. Metre per second is a derived unit in the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx511 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx512 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-StatutePerHour> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/mile-StatutePerHour> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Mile (statute) per hour is a unit of speed defined as mile (statute) divided by hour."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mile (statute) per hour"@en , "mijl per uur"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-Statute> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/hour> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mi/h" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mi h-1" , "mi·h-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx512 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-InternationalPerHour> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-InternationalPerHour> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Nautical mile per hour is a unit of speed defined as nautical mile divided by hour."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nautical mile per hour"@en , "zeemijl per uur"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-International> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/hour> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "M/h" , "nmi/h" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "M h-1" , "M·h-1" , "NM h-1" , "NM/h" , "NM·h-1" , "nm h-1" , "nm/h" , "nmi h-1" , "nmi·h-1" , "nm·h-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-Time> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed metre per second (time)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx518 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx514 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx515 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-Time> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per prefixed second (time)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx527 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx515 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerPrefixedSecond-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerPrefixedSecond-Time> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed metre per prefixed second (time)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx536 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx516 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx517 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx517 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SpeedUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SpeedUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "speed unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx501 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx518 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx520 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx520 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx522 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx519 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx519 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetre> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx53 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx522 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx524 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx521 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx521 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx524 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx526 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx523 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx523 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx526 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx525 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx525 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx527 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx529 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx529 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx531 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx528 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx528 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx531 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx533 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx530 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx530 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx533 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx535 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx532 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx532 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSecond-Time> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx535 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx534 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx534 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx536 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx538 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx538 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx540 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx537 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx537 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetre> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx540 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx542 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx539 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx539 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx54 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPoint> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx55 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx55 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx56 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPoint> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "has point"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#range> <http://www.ontology-of-units-of-measure.org/resource/om-2/Point> ;
+	<http://www.w3.org/2000/01/rdf-schema#domain> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx50 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx542 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx544 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx541 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx541 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSecond-Time> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx544 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx543 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx543 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx545 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx547 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx547 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx555 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx546 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx546 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx548 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx548 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx549 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/dyne> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx555 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedNewton> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/dyne> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The dyne is a unit of force defined as 1.0e-5 newton."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "dyne"@en , "dyne"@nl , "达因"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/force-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dyn" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.0e-5"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx549 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx550 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/kip> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kip> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The kip is a unit of force defined as 4.448222e3 newton."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kip"@nl , "kip"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/force-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "4.448222e3"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx550 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx551 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx56 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/newton> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The newton is a unit of force defined as kilogram timesmetre divided by second squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "newton"@en , "newton"@nl , "牛顿"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metreKilogramPerSecond-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/force-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "N" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "The newton is a unit of force defined as kilogram times metre divided by second squared. The newton is a derived unit in the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx551 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx552 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/poundal> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/poundal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The poundal is a unit of force defined as 1.382550e-1 newton."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "poundal"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/force-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.382550e-1"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx552 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx553 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/pound-Force> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/pound-Force> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The pound-force is a unit of force defined as 4.448222 newton."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "pound-force"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/force-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "lbf" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "4.448222"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx553 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx554 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/ton-Force-Short> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ton-Force-Short> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The short ton-force is a unit of force defined as 8.896443e3 newton."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "ton-force (short)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/force-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "short ton-force"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "8.896443e3"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx554 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/metreKilogramPerSecond-TimeSquared> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metreKilogramPerSecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre kilogram per second squared"@en , "meter kilogram per seconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/force-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metreKilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m kg/s2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m kg s-2" , "m·kg/s2" , "m·kg·s-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedNewton> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed newton"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx558 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx556 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx557 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx557 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/ForceUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ForceUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "force unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx545 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx558 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx560 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx560 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx562 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx559 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx559 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx562 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx564 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx561 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx561 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx564 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx566 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx563 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx563 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx566 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx565 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx565 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx567 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx569 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx569 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx584 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx568 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx568 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx570 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx570 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx571 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Standard> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx584 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedPascal> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx57 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx58 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx58 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx59 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/Scale> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Standard> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The standard atmosphere is a unit of pressure defined as 1.01325e5 pascal."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "atmosphere (standard)"@en , "atmosfeer (standaard)"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "atm" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "standard atmosphere"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.01325e5"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx571 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx572 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Technical> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Technical> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The technical atmosphere is a unit of pressure defined as 9.80665e4 pascal."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "atmosphere (technical)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "at" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "technical atmosphere"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "9.80665e4"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx572 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx573 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/bar> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/bar> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The bar is a unit of pressure defined as 100 000 pascal."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "bar"@en , "bar"@nl , "巴(压力计量单位)"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "bar" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/LaTeXCommand> "\\barUnit" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.0e5"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx573 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx574 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/barye> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/barye> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The barye is a unit of pressure defined as 0.1 pascal."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "barye"@en , "barye"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ba" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.0e-1"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx574 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx575 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/metreOfMercury> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metreOfMercury> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The metre of mercury is a unit of pressure defined as 133 322 pascal."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre of mercury"@en , "meter kwik"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m Hg" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.33322e5"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx575 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx576 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The pascal is a unit of pressure and stress defined as newton divided by square metre = joule divided by cubic metre = kilogram divided by metre second squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "pascal"@en , "pascal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonPerSquareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Pa" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "The pascal is a unit of pressure and stress defined as newton divided by square metre = joule divided by cubic metre = kilogram divided by metre second squared. The pascal is a derived unit in the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx576 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx577 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/torr> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/torr> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The torr is a unit of pressure defined as 1.333224e2 pascal."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "torr"@en , "torr"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Torr" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.33322368421053e2"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx577 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx578 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/decibar> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decibar> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The decibar is a unit of pressure defined as 1.0e-1 bar."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decibar"@en , "decibar"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/bar> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deci> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dbar" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx578 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx579 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/microbar> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/microbar> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The microbar is a unit of pressure defined as 1.0e-6 bar."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "microbar"@en , "microbar"@nl , "微巴"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/bar> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/micro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μbar" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx579 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx580 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/millibar> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millibar> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The millibar is a unit of pressure defined as 1.0e-3 bar."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millibar"@en , "millibar"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/bar> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mbar" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx580 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx581 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetreOfMercury> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx59 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx60 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centimetreOfMercury> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The centimetre of mercury is a unit of pressure defined as 1.0e-2 metre of mercury."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centimetre of mercury"@en , "centimeter kwik"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metreOfMercury> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/centi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cm Hg" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx581 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx582 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetreOfMercury> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millimetreOfMercury> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The millimetre of mercury is a unit of pressure defined as 1.0e-3 metre of mercury."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millimetre of mercury"@en , "millimeter kwik"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metreOfMercury> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mm Hg" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx582 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx583 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramSecond-TimeToThePower-2ReciprocalMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramSecond-TimeToThePower-2ReciprocalMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "reciprocal metre kilogram second to the power -2"@en , "omgekeerde meter kilogram seconde tot de macht -2"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramSecond-TimeToThePower-2> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m-1 kg s-2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m-1·kg·s-2" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx583 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonPerSquareMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/newtonPerSquareMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "newton per square metre"@en , "newton per vierkante meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "N/m2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "N m-2" , "N·m-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedPascal> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed pascal"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx609 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx585 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx587 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx587 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx602 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx586 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx586 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx588 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx588 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx589 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Standard> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx602 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedPascal> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx589 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx590 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Technical> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx590 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx591 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/bar> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "A quantity is a representation of a quantifiable (standardised) aspect (such as length, mass, and time) of a phenomenon (e.g., a star, a molecule, or a food product). Quantities are classified according to similarity in their (implicit) metrological aspect, e.g. the length of my table and the length of my chair are both classified as length."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "quantity"@en .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx60 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/ApplicationArea> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx591 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx592 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/barye> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx592 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx593 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/metreOfMercury> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx593 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx594 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx594 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx595 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/torr> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx595 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx596 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/decibar> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx596 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx597 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/microbar> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx597 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx598 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/millibar> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx598 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx599 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetreOfMercury> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx599 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx600 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetreOfMercury> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx600 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx601 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramSecond-TimeToThePower-2ReciprocalMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ApplicationArea> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "An application area groups quantities and units of measure for application areas such as scientific disciplines (e.g., thermodynamics, mechanics)."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "application area"@en .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx601 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonPerSquareMetre> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx603 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx604 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx604 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/PressureUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PressureUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "pressure unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx567 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx605 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx606 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx606 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/StressUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/StressUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "stress unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx585 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx607 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx608 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx608 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/StressUnit> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx609 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx611 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx611 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx613 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx610 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx61 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx62 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx62 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx63 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx610 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx613 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx615 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx612 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx612 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx615 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx617 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx614 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx614 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx617 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx616 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx616 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx618 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx619 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx619 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx620 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/newtonMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "newton metre"@en , "newton meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "N m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "N·m" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx620 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx621 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/micronewtonMetre> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx63 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx64 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/micronewtonMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "micronewton metre"@en , "micronewton meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/micronewton> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μN m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "μN·m" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx621 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/millinewtonMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millinewtonMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millinewton metre"@en , "millinewton meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/millinewton> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mN m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mN·m" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx622 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx623 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx623 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx624 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonMetre> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx624 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx625 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/micronewtonMetre> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx625 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/millinewtonMetre> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx626 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx627 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx627 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/TorqueUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/TorqueUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "torque unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx618 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx628 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx629 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx629 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/MomentOfForceUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MomentOfForceUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "moment of force unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx622 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx64 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/Scale> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx630 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx632 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx632 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx660 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx631 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx631 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx633 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx633 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx634 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-39F> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx660 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx661 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedJoule> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-39F> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The 39 °F British thermal unit is a unit of energy defined as 1.05967e3 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "British thermal unit (39 °F)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Btu" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "39 °F British thermal unit"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/LaTeXCommand> "\\BritishTermalUnitThirtyNineF" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.05967e3"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx634 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx635 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-59F> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-59F> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The 59 °F British thermal unit is a unit of energy defined as 1.05480e3 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "British thermal unit (59 °F)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Btu" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "59 °F British thermal unit"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/LaTeXCommand> "\\BritishTermalUnitFiftyNineF" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.05480e3"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx635 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx636 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-60F> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-60F> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The 60 °F British thermal unit is a unit of energy defined as 1.05468e3 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "British thermal unit (60 °F)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Btu" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "60 °F British thermal unit"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/LaTeXCommand> "\\BritishTermalUnitSixtyF" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.05468e3"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx636 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx637 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-InternationalTable> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-InternationalTable> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The International Table British thermal unit is a unit of energy defined as 1.055056e3 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "British thermal unit (International Table)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Btu_IT" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "International Table British thermal unit"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.055056e3"^^<http://www.w3.org/2001/XMLSchema#float> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/LaTeXSymbol> "Btu_{IT}" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx637 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx638 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-Mean> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-Mean> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The mean British thermal unit is a unit of energy defined as 1.05587e3 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "British thermal unit (mean)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Btu" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "mean British thermal unit"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.05587e3"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx638 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx639 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-Thermochemical> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-Thermochemical> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The thermochemical British thermal unit is a unit of energy defined as 1.054350e3 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "British thermal unit (thermochemical)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Btu_th" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "thermochemical British thermal unit"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.054350e3"^^<http://www.w3.org/2001/XMLSchema#float> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/LaTeXSymbol> "BTU_{th}" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx639 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx640 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-15C> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-15C> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The 15 °C calorie is a unit of energy defined as 4.18580 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "calorie (15 °C)"@en , "calorie (15 °C)"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cal_15" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "15 °C calorie"@en , "15 °C calorie"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "4.18580"^^<http://www.w3.org/2001/XMLSchema#float> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/LaTeXSymbol> "cal_{15}" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx640 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx641 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-20C> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-20C> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The 20 °C calorie is a unit of energy defined as 4.18190 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "calorie (20 °C)"@en , "calorie (20 °C)"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cal_20" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "20 °C calorie"@en , "20 °C calorie"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/LaTeXCommand> "\\calorieTwentyC" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "4.18190"^^<http://www.w3.org/2001/XMLSchema#float> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/LaTeXSymbol> "cal_{20}" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx641 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx642 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-InternationalTable> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-InternationalTable> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The International Table calorie is a unit of energy defined as 4.1868 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "calorie (International Table)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cal_IT" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "International Steam Table calorie"@en , "International Table calorie"@en , "calorie (International Steam Table)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "4.1868"^^<http://www.w3.org/2001/XMLSchema#float> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/LaTeXSymbol> "cal_{IT}" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx642 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx643 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-Mean> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-Mean> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The mean calorie is a unit of energy defined as 4.19002 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "calorie (mean)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cal" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "mean calorie"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "c" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "4.19002"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx643 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx644 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-Thermochemical> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-Thermochemical> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The thermochemical calorie is a unit of energy defined as 4.184 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "calorie (thermochemical)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cal_th" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "thermochemical calorie"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "4.184"^^<http://www.w3.org/2001/XMLSchema#float> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/LaTeXSymbol> "cal_{th}" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx644 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx645 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/electronvolt> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/electronvolt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The electronvolt is a unit of energy defined as 1.602177e-19 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electronvolt"@en , "electronvolt"@nl , "电子伏特"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "eV" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.602177e-19"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx645 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx646 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/erg> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/erg> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The erg is a unit of energy defined as 1.0e-7 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "erg"@en , "erg"@nl , "尔格"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "erg" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.0e-7"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx646 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx647 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/footPoundal> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/footPoundal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The foot poundal is a unit of energy defined as 4.214011e-2 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "foot poundal"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "4.214011e-2"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx647 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx648 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/joule> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The joule is a unit of energy defined as kilogram times square metre divided by second squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "joule"@en , "joule"@nl , "焦耳"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "J" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "The joule is a unit of energy defined as kilogram times square metre divided by second squared. The joule is a derived unit in the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx648 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx649 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/quad> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/quad> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The quad is a unit of energy defined as 1.0e15 British thermal unit (International Table)."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "quad"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-InternationalTable> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/LaTeXCommand> "\\quadUnit" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.0e15"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx649 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx650 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaelectronvolt> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigaelectronvolt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The gigaelectronvolt is a unit of energy defined as 1.0e9 electronvolt."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigaelectronvolt"@en , "gigaelectronvolt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/electronvolt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/giga> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "GeV" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx650 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx651 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloelectronvolt> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx65 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx67 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx67 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx99 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx66 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kiloelectronvolt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The kiloelectronvolt is a unit of energy defined as 1.0e3 electronvolt."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kiloelectronvolt"@en , "kiloelectronvolt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/electronvolt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "keV" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx651 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx652 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/megaelectronvolt> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megaelectronvolt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The megaelectronvolt is a unit of energy defined as 1.0e6 electronvolt."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megaelectronvolt"@en , "megaelectronvolt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/electronvolt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mega> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "MeV" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx652 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx653 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilowattHour> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilowattHour> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilowatt hour"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilowatt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/hour> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kW h" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "kilowatt-hour"@en , "kilowatthour"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "kWh" , "kW·h" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx653 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx654 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/terawattHour> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/terawattHour> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "terawatt hour"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/terawatt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/hour> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "TW h" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "terawatt-hour"@en , "terawatthour"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "TWh" , "TW·h" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx654 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx655 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/therm-EC> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/therm-EC> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The EC therm is a unit of energy defined as 1.05506e8 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "therm (EC)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "EC therm"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.05506e8"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx655 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx656 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/therm-US> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/therm-US> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The US therm is a unit of energy defined as 1.054804e8 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "therm (US)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "US therm"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.054804e8"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx656 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx657 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/tonOfTNT> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/tonOfTNT> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The ton of TNT is a unit of energy defined as 4.184e9 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "ton of TNT"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "4.184e9"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx657 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx658 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonMetre> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx658 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx659 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/micronewtonMetre> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx659 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/millinewtonMetre> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx66 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx68 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx68 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx69 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/angstrom> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedJoule> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed joule"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx665 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx661 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx662 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedElectronvolt> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedElectronvolt> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed electronvolt"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx674 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx662 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedCalorie-Mean> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedCalorie-Mean> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed calorie (mean)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx683 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx663 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx664 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx664 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/EnergyUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/EnergyUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "energy unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx630 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx665 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx667 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx667 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx669 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx666 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx666 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx669 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx671 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx668 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx668 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx671 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx673 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx670 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx99 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetre> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx670 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx673 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx672 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx672 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx674 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx676 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx676 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx678 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx675 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx675 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/electronvolt> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx678 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx680 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx677 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx677 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx680 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx682 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx679 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx679 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/angstrom> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The ångström is a unit of length defined as 1.0e-10 metre. The unit is often used for wavelengths of electromagnetic radiation or to express the sizes of atoms and molecules."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "ångström"@en , "ångström"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Å" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "angstrom"@en , "angstrom"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.0e-10"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx69 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx70 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/astronomicalUnit> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx682 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx681 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx681 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx683 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx685 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx685 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx687 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx684 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx684 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-Mean> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx687 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx689 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx686 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx686 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx689 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx691 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx688 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx688 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx691 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx690 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/astronomicalUnit> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The atronomical unit is a unit of length defined as 149 597 870 700 metre (IAU 2012 Resolution)."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "astronomical unit"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/IAU_2012_Resolution_B2> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "AU" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.495978707e11"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx70 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx71 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/chain> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx690 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx692 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx694 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx694 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx704 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx693 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx693 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx695 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx695 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx696 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/horsepower-Boiler> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx704 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedWatt> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/horsepower-Boiler> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The boiler horsepower is a unit of power defined as 9.80950e3 watt."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "horsepower (boiler)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/power-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "boiler horsepower"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "9.80950e3"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx696 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx697 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/horsepower-British> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/horsepower-British> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The British horsepower is a unit of power defined as 7.4570e2 watt."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "horsepower (British)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/power-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "British horsepower"@en , "imperial horsepower"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "7.4570e2"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx697 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx698 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/horsepower-Electric> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/horsepower-Electric> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The electric horsepower is a unit of power defined as 7.46e2 watt."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "horsepower (electric)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/power-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "electric horsepower"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "7.46e2"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx698 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx699 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/horsepower-Metric> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/horsepower-Metric> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The metric horsepower is a unit of power defined as 7.354988e2 watt."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "horsepower (metric)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/power-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "PS" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "metric horsepower"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "7.354988e2"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx699 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx700 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/horsepower-Water> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/horsepower-Water> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The water horsepower is a unit of power defined as 7.46043e2 watt."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "horsepower (water)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/power-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "water horsepower"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "7.46043e2"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx700 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx701 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/solarLuminosity> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx7 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx8 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/chain> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The chain is a unit of length defined as 2.011684e1 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "chain"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ch" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "2.011684e1"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx71 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx72 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/cicero> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/solarLuminosity> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Solar luminosity is a unit used in astronomy to denote stellar or galactic radiant fluxes (http://en.wikipedia.org/wiki/SolarLuminosity)."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "solar luminosity"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/power-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "L_☉" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "3.839e26"^^<http://www.w3.org/2001/XMLSchema#float> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/LaTeXSymbol> "L_{\\astrosun}" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx701 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx702 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/tonOfRefrigeration> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/tonOfRefrigeration> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The ton of refrigeration is a unit of power defined as 3.516853e3 watt."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "ton of refrigeration"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/power-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "3.516853e3"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx702 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx703 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/watt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The watt is a unit of power defined as joule divided by second = newton times metre divided by second = volt times ampere = kilogram times square metre divided by second to the power 3."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "watt"@en , "watt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerSecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/power-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "W" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "The watt is a unit of power defined as joule divided by second = newton times metre divided by second = volt times ampere = kilogram times square metre divided by second to the power 3. The watt is a derived unit in the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx703 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerSecond-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "joule per second"@en , "joule per seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/power-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "J/s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "J s-1" , "J·s-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedWatt> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed watt"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx707 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx705 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx706 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx706 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/PowerUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PowerUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "power unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx692 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx707 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx709 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx709 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx711 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx708 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx708 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx711 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx713 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx710 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx72 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx73 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/fathom-USSurvey> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx710 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx713 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx715 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx712 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx712 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx715 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx714 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx714 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx716 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx717 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx717 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx718 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKilogram> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx718 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilojoulePerHectogram> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx719 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx720 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx720 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEnergyUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/fathom-USSurvey> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The US survey fathom is a unit of length defined as 1.828804 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "fathom (US survey)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "US survey fathom"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.828804"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx73 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx74 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/fermi> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEnergyUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "specific energy unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx716 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx721 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx722 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx722 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx723 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-AnglePerYear> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-AnglePerYear> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Wordt gebruikt om de waargenomen verandering van de positie van sterren uit te drukken (de proper motion)."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millisecond (angle) per year"@en , "milliseconde (hoek) per jaar"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/angularSpeed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Angle> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/year> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mas/yr" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx723 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/radianPerSecond-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/radianPerSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "radian per second"@en , "radiaal per seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/angularSpeed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/radian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "rad/s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "rad s-1" , "rad·s-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx724 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx725 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx725 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/AngularSpeedUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AngularSpeedUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "angular speed unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx721 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx726 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx727 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx727 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/radianPerSecond-TimeSquared> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/radianPerSecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "radian per second squared"@en , "radiaal per seconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/angularAcceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/radian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "rad/s2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "rad s-2" , "rad·s-2" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx728 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx729 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx729 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/AngularAccelerationUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AngularAccelerationUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "angular acceleration unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx726 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/fermi> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The fermi is a unit of length defined as 1.0e-15 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "fermi"@en , "fermi"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.0e-15"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx74 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx75 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-International> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx730 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx732 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx732 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx735 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx731 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx731 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx733 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx733 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx734 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/poise> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx735 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedPoise> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/poise> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The poise is a unit of dynamic viscosity defined as 1.0e-1 pascal second (time)."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "poise"@en , "poise"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascalSecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dynamicViscosity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "P" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.0e-1"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx734 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascalSecond-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/pascalSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "pascal second"@en , "pascal seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dynamicViscosity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Pa s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Pa·s" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedPoise> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed poise"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx738 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx736 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx737 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx737 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/DynamicViscosityUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/DynamicViscosityUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "dynamic viscosity unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx730 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx738 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx740 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx740 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx742 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx739 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx739 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/poise> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/foot-International> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The international foot is a unit of length defined as 3.048e-1 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "foot (international)"@en , "英尺(国际)"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ft" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "international foot"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "3.048e-1"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx75 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx76 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-USSurvey> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx742 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx744 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx741 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx741 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx744 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx746 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx743 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx743 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx746 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx745 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx745 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx747 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx749 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx749 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx752 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx748 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx748 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx750 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx750 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx751 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/stokes> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx752 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedStokes> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/foot-USSurvey> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The US survey foot is a unit of length defined as 3.048006e-1 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "foot (US survey)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ft" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "US survey foot"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "3.048006e-1"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx76 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx77 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/furlong-International> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/stokes> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The stokes is a unit of kinematic viscosity defined as 1.0e-4 square metre per second (time)."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "stokes"@en , "stokes"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetrePerSecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/kinematicViscosityOrThermalDiffusivity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "St" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.0e-4"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx751 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetrePerSecond-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetrePerSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "square metre per second"@en , "vierkante meter per seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/kinematicViscosityOrThermalDiffusivity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m2/s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m2 s-1" , "m2·s-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedStokes> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed stokes"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx755 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx753 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx754 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx754 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/KinematicViscosityUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/KinematicViscosityUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kinematic viscosity unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx747 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx755 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx757 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx757 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx759 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx756 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx756 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/stokes> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx759 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx761 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx758 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx758 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx761 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx763 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx760 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/furlong-International> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The international furlong is a unit of length defined as 201.168 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "furlong (international)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "international furlong"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "201.168"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx77 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx78 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/inch-International> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx760 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx763 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx762 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx762 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx764 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx765 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx765 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSquareMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSquareMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "watt per square metre"@en , "watt per vierkante meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/powerDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "W/m2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "W m-2" , "W·m-2" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx766 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx767 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx767 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/PowerDensityUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PowerDensityUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "power density unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx764 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx768 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx769 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx769 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSteradian> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSteradian> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "watt per steradian"@en , "watt per steradiaal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/steradian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "W/sr" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "W sr-1" , "W·sr-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/inch-International> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The international inch is a unit of length defined as 2.54e-2 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "inch (international)"@en , "英寸(国际)"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "in" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "international inch"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "2.54e-2"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx78 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx79 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/lightYear> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx770 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx771 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx771 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/RadiantIntensityUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/RadiantIntensityUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "radiant intensity unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx768 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx772 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx773 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx773 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSquareMetreSteradian> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSquareMetreSteradian> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "watt per square metre steradian"@en , "watt per vierkante meter steradiaal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/radiance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreSteradian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "W/(m2 sr)" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "W m-2 sr-1" , "W/(m2·sr)" , "W·m-2·sr-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx774 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx775 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx775 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/RadianceUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/RadianceUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "radiance unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx772 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx776 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx777 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx777 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerCubicmetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerCubicmetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "joule per cubic metre"@en , "joule per kubieke meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energyDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "J/m3" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "J m-3" , "J·m-3" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx778 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx779 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx779 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/EnergyDensityUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/EnergyDensityUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "energy density unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx776 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/lightYear> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The light year is a unit of length defined as 9.46073e15 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "light year"@en , "lichtjaar"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ly" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "lightyear"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "9.46073e15"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx79 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx80 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx780 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx781 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx781 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx782 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/ergSecond-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ergSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "erg second"@en , "erg seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/actionOrAngularMomentum-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/erg> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "erg s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "erg·s" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx782 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/jouleSecond-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/jouleSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "joule second"@en , "joule seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/actionOrAngularMomentum-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "J s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "J·s" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx783 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx784 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx784 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx785 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/ergSecond-Time> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx785 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/jouleSecond-Time> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx786 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx787 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx787 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/ActionUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ActionUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "action unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx780 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx788 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx789 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx789 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/AngularMomentumUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AngularMomentumUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "angular momentum unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx783 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx80 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx81 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/micron> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx790 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx791 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx791 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx792 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/rhe> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/rhe> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The rhe is a unit of fluidity defined as 10 reciprocal pascal second (time)."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "rhe"@en , "rhe"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalPascalSecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/fluidity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.0e1"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx792 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalPascalSecond-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalPascalSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "reciprocal pascal second"@en , "omgekeerde pascal seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/fluidity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascalSecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Pa-1 s-1" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "(Pa s)-1" , "(Pa·s)-1" , "Pa-1·s-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx793 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx794 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx794 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/FluidityUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/FluidityUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "fluidity unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx790 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx795 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx796 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx796 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/metreKilogramPerSecond-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metreKilogramPerSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre kilogram per second"@en , "meter kilogram per seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metreKilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m kg/s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m kg s-1" , "m·kg/s" , "m·kg·s-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx797 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx798 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx798 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/MomentumUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MomentumUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "momentum unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx795 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx799 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx800 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx800 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramSquareMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/micron> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The micron is a unit of length defined as 1.0e-6 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "micron"@en , "micron"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μ" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.0e-6"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx81 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx82 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Length> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramSquareMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilogram square metre"@en , "kilogram vierkante meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kg m2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "kg·m2" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx801 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx802 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx802 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/MomentOfInertiaUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MomentOfInertiaUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "moment of inertia unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx799 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx803 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx804 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx804 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalSecond-Time> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx805 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx806 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx806 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/ShearRateUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ShearRateUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "shear rate unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx803 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx807 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx808 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx808 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonPerMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/newtonPerMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "newton per metre"@en , "newton per meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/surfaceTension-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "N/m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "N m-1" , "N·m-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx809 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx810 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx810 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SurfaceTensionUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Length> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The mil (length) is a unit of length defined as 2.54e-5 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mil (length)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "thou"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "2.54e-5"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx82 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx83 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-Statute> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SurfaceTensionUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "surface tension unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx807 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx811 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx812 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx812 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx813 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetrePerSecond-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetrePerSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cubic metre per second"@en , "kubieke meter per seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volumetricFlowRate-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m3/s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m3 s-1" , "m3·s-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx813 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx814 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetrePerYear> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetrePerYear> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cubic metre per year"@en , "kubieke meter per jaar"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volumetricFlowRate-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/year> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx814 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/litrePerHour> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/litrePerHour> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "litre per hour"@en , "liter per uur"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/hour> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "l/h" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "l h-1" , "l·h-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx815 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx816 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx816 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricFlowRateUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricFlowRateUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "volumetric flow rate unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx811 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx817 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx818 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx818 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalWatt> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalWatt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "reciprocal watt"@en , "omgekeerde watt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "W-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx819 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx820 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx820 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/DetectivityUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/mile-Statute> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The statute mile is a unit of length defined as 1.609344e3 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mile (statute)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mi" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "statute mile"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.609344e3"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx83 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx84 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-USSurvey> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/DetectivityUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "detectivity unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx817 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx821 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx822 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx822 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerSecond-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilogram per second"@en , "kilogram per seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/massFlow-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kg/s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "kg s-1" , "kg·s-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx823 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx824 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx824 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/MassFlowUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MassFlowUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mass flow unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx821 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx825 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx827 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx827 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx829 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx826 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx826 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "has term 1"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#range> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx27 ;
+	<http://www.w3.org/2000/01/rdf-schema#domain> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx25 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx829 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx831 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx828 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx828 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx831 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx833 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx830 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/mile-USSurvey> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The US survey mile is a unit of length defined as 1.609347e3 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mile (US survey)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "US survey mile"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.609347e3"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx84 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx85 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-International> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx830 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "has term 2"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#range> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx31 ;
+	<http://www.w3.org/2000/01/rdf-schema#domain> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx29 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx833 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx832 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx832 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx834 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx836 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx836 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx835 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx835 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx837 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx837 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx838 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerSquareMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerSquareMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram per square metre"@en , "gram per vierkante meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g/m2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "g m-2" , "g·m-2" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx838 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx839 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerSquareMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerSquareMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilogram per square metre"@en , "kilogram per vierkante meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kg/m2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "kg m-2" , "kg·m-2" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx839 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerHectare> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerHectare> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilogram per hectare"@en , "kilogram per hectare"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/hectare> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kg/ha" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "kg ha-1" , "kg·ha-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-International> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The international nautical mile is a unit of length defined as 1852 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nautical mile (international)"@en , "zeemijl (internationaal)"@nl , "海里(国际)"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nmi" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "international nautical mile"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "M" , "nm" , "NM" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1852"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx85 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx86 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/parsec> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx840 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx841 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx841 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/AreaDensityUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AreaDensityUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "area density unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx834 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx842 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx844 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx844 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx843 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx843 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx845 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx845 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerHectareDay> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerHectareDay> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilogram per hectare day"@en , "kilogram per hectare dag"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/hectareDay> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kg/(ha d)" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "kg ha-1 d-1" , "kg·ha-1·d-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx846 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx847 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx847 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/AreaDensityRateUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AreaDensityRateUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "area density rate unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx842 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx848 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx849 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx849 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx850 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalSquareCentimetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalSquareCentimetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "reciprocal square centimetre"@en , "omgekeerde vierkante centimeter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/columnNumberDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> -2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cm-2" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx850 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalSquareMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/parsec> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The parsec is a unit of length defined as 3.08567758149137e16 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "parsec"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pc" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "3.08567758149137e16"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx86 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx87 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-ATA> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalSquareMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "reciprocal square metre"@en , "omgekeerde vierkante meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/columnNumberDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> -2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m-2" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx851 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx852 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx852 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/ColumnNumberDensityUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ColumnNumberDensityUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "column number density unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx848 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx853 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx855 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx855 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx857 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx854 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx854 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSecond-Time> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx857 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx859 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx856 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx856 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx859 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx861 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx858 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx858 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> ;
+	<http://www.w3.org/2002/07/owl#hasValue> "2"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx861 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx860 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx87 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx88 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-Postscript> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx860 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx862 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "time dimension"@en , "dimensie van tijd"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "T" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 1 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx863 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mass dimension"@en , "massadimensie"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "M" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 0 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx864 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/numberDensity-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/numberDensity-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number density dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> -3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 0 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx865 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/columnNumberDensity-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/columnNumberDensity-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "column number density dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> -2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 0 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx866 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/wavenumber-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/wavenumber-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "wavenumber dimension"@en , "golfgetaldimensie"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 0 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx867 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx868 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "acceleration dimension"@en , "versnellingdimensie"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -2 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx869 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "density dimension"@en , "dichtheiddimensie"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> -3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 0 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx88 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx89 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-TeX> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx870 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificVolume-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/specificVolume-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "specific volume dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 0 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx871 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "speed dimension"@en , "snelheiddimensie"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -1 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx872 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/force-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/force-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "force dimension"@en , "krachtdimensie"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -2 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx873 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx874 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "energy dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -2 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx875 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx876 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx877 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/power-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/power-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "power dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -3 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx878 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx879 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/angularSpeed-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/angularSpeed-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "angular speed dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -1 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx89 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx90 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/point-ATA> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx880 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/angularAcceleration-Dmension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/angularAcceleration-Dmension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "angular acceleration dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -2 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx881 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/dynamicViscosity-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/dynamicViscosity-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "dynamic viscosity dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -1 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx882 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/kinematicViscosityOrThermalDiffusivity-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kinematicViscosityOrThermalDiffusivity-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kinematic viscosity dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -1 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx883 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/powerDensity-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/powerDensity-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "power density dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -3 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx884 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/energyDensity-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/energyDensity-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "energy density dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -2 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx885 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/actionOrAngularMomentum-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/actionOrAngularMomentum-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "action or angular momentum dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -1 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx886 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/actionOrAngularMomentum-Dimension> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx887 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/fluidity-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/fluidity-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "fluidity dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> 1 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx888 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/volumetricFlowRate-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/volumetricFlowRate-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "volumetric flow rate dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -1 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx889 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/massFlow-Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/massFlow-Dimension> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mass flow dimension"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> 1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> 0 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> -1 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx90 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx91 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Didot> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx890 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx891 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx891 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetrePerSecond-Time> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx892 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx893 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx893 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalDiffusivityUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalDiffusivityUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "thermal diffusivity unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx890 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx894 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx896 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx896 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx898 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx895 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx895 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx897 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx897 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx898 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedKelvin> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The kelvin is a unit of temperature defined as 1/273.16 of the thermodynamic temperature of the triple point of water."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kelvin"@en , "kelvin"@nl , "开"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "K" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "The kelvin is a unit of temperature defined as 1/273.16 of the thermodynamic temperature of the triple point of water. The kelvin is a base unit in the International System of Units." ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/_127316OfTheThermodynamicTemperatureOfTheTriplePointOfWater> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedKelvin> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed kelvin"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx909 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx899 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx901 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx901 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx907 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx900 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx9 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx10 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx91 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx92 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Postscript> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx900 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx902 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx902 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx903 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx907 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx908 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedDegreeCelsius> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The degree Celsius is a unit of temperature defined as 1 kelvin."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "degree Celsius"@en , "graad Celsius"@nl , "摄氏度"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "°C" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "centigrade"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "The degree Celsius is a unit of temperature defined as 1 kelvin. The degree Celsius is a derived unit in the International System of Units." .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx903 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx904 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeFahrenheit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/degreeFahrenheit> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The degree Fahrenheit is a unit of temperature defined as 5.555556e-1 kelvin."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "degree Fahrenheit"@en , "graad Fahrenheit"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "°F" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "5.555556e-1"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx904 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx905 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeRankine> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/degreeRankine> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The degree Rankine is a unit of temperature defined as 5.555556e-1 kelvin."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "degree Rankine"@en , "graad Rankine"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "°R" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "°Ra" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "5.555556e-1"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx905 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx906 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeReaumur> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/degreeReaumur> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The degree Réaumur is a unit of temperature defined as 1.25 kelvin."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "degree Réaumur"@en , "graad Réaumur"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "°Ré" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "°R" , "°Re" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.25"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx906 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedDegreeCelsius> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed degree Celsius"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx923 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx908 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedKelvin> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx909 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx911 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx911 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx913 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx910 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx92 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx93 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/point-TeX> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx910 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx913 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx915 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx912 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx912 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx915 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx917 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx914 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx914 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx917 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx916 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx916 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx918 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx920 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx920 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx922 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx919 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx919 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx921 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx921 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx93 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx94 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/rod-US> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx922 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedDegreeCelsius> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx923 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#intersectionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx925 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx925 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx927 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx924 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx924 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx927 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx929 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx926 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx926 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx929 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx931 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx928 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx928 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx931 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx930 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/rod-US> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The US rod is a unit of length defined as 5.029210 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "rod (US)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "rd" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "perch"@en , "US rod"@en , "pole"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "5.029210"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx94 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx95 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/solarRadius> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx930 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> ;
+	<http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx932 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx934 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx934 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx933 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx933 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx935 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx935 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeFahrenheit> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx936 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx938 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx938 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx937 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx937 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx939 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx939 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeRankine> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/solarRadius> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Solar radius is a unit used in astronomy to denote stellar or stellar system radii (http://en.wikipedia.org/wiki/solarRadius)."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "solar radius"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "R_☉" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "6.955e8"^^<http://www.w3.org/2001/XMLSchema#float> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/LaTeXSymbol> "R_{\\astrosun}" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx95 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx96 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/yard-International> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx940 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx942 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx942 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx941 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx941 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx943 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx943 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeReaumur> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx944 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx945 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx945 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKelvin> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKelvin> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "joule per kelvin"@en , "joule per kelvin"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/entropyOrHeatCapacity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "J/K" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "J K-1" , "J·K-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx946 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx947 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx947 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKelvin> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx948 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx949 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx949 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/EntropyUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/EntropyUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "entropy unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx944 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yard-International> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The international yard is a unit of length defined as 9.144e-1 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yard (international)"@en , "码(国际)"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "yd" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "international yard"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "9.144e-1"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx96 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx97 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaparsec> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx950 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx951 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx951 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/HeatCapacityUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/HeatCapacityUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "heat capacity unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx946 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx952 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx953 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx953 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKelvinKilogram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKelvinKilogram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "joule per kelvin kilogram"@en , "joule per kelvin kilogram"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEntropyOrSpecificHeatCapacity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvinKilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "J/(K kg)" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "J K-1 kg-1" , "J/(K·kg)" , "J·K-1·kg-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx954 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx955 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx955 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKelvinKilogram> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx956 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx957 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx957 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEntropyUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEntropyUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "specific entropy unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx952 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx958 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx959 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx959 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificHeatCapacityUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificHeatCapacityUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "specific heat capacity unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx954 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigaparsec> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The gigaparsec is a unit of length defined as 1.0e9 parsec. Gebruikt voor de afstand op de schaal van het heelal."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigaparsec"@en , "gigaparsec"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/parsec> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/giga> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Gpc" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx97 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx98 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloparsec> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx960 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx961 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx961 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerMetreKelvin> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerMetreKelvin> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "watt per metre kelvin"@en , "watt per meter kelvin"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermalConductivity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metreKelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "W/(m K)" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "W m-1 K-1" , "W/(m·K)" , "W·m-1·K-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx962 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx963 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx963 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalConductivityUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalConductivityUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "thermal conductivity unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx960 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx964 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx965 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx965 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreKelvinPerWatt> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreKelvinPerWatt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "square metre kelvin per watt"@en , "vierkante meter kelvin per watt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermalInsulance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreKelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m2 K/W" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m2 K W-1" , "m2·K/W" , "m2·K·W-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx966 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx967 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx967 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalInsulanceUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalInsulanceUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "thermal insulance unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx964 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx968 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx969 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx969 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvinPerWatt> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kelvinPerWatt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kelvin per watt"@en , "kelvin per watt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermalResistance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "K/W" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "K W-1" , "K·W-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kiloparsec> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The kiloparsec is a unit of length defined as 1.0e3 parsec. Gebruikt voor afstanden op de schaal van het melkwegstelsel."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kiloparsec"@en , "kiloparsec"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/parsec> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kpc" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx98 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/megaparsec> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx970 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx971 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx971 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalResistanceUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalResistanceUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "thermal resistance unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx968 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx972 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx973 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx973 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSquareMetreKelvin> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSquareMetreKelvin> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "watt per square metre kelvin"@en , "watt per vierkante meter kelvin"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/heatTransferCoefficient-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreKelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "W/m2 K" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "W-1 m2 K" , "W-1·m2·K" , "W/(m2·K)" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx974 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx975 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx975 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/HeatTransferCoefficientUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/HeatTransferCoefficientUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "heat transfer coefficient unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx972 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx976 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx977 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx977 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx978 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsiusPerHour> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsiusPerHour> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "degree Celsius per hour"@en , "graad Celsius per uur"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/hour> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "°C/h" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "°C h-1" , "°C·h-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx978 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx979 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsiusPerMinute-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsiusPerMinute-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "degree Celsius per minute"@en , "graad Celsius per minuut"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "°C/min" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "°C min-1" , "°C·min-1" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx979 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsiusPerSecond-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsiusPerSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "degree Celsius per second"@en , "graad Celsius per seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "°C/s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "°C s-1" , "°C·s-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megaparsec> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The megaparsec is a unit of length defined as 1.0e6 parsec. Gebruikt voor afstanden op de schaal van clusters."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megaparsec"@en , "megaparsec"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/parsec> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mega> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Mpc" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx980 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx981 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx981 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/TemperatureRateUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/TemperatureRateUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "temperature rate unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx976 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx982 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx983 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx983 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerCubicMetreKelvin> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerCubicMetreKelvin> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "joule per cubic metre kelvin"@en , "joule per kubieke meter kelvin"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volumetricHeatCapacity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetreKelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "J/m3 K" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "J-1 m3 K" , "J-1·m3·K" , "J/(m3·K)" .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx984 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx985 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx985 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> <http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricHeatCapacityUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricHeatCapacityUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "volumetric heat capacity unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx982 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx986 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/KelvinScale> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx987 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx988 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx988 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx989 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx989 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx990 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx990 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx991 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/ThermodynamicTemperatureUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ThermodynamicTemperatureUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "thermodynamic temperature unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/TemperatureUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx894 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx991 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/ThermodynamicTemperatureScale> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ThermodynamicTemperatureScale> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "thermodynamic temperature scale"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Scale> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> <http://www.ontology-of-units-of-measure.org/resource/om-2/KelvinScale> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx992 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> ;
+	<http://www.w3.org/2002/07/owl#hasValue> <http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusScale> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx993 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx994 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx994 a <http://www.w3.org/2002/07/owl#Restriction> ;
+	<http://www.w3.org/2002/07/owl#onProperty> <http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> ;
+	<http://www.w3.org/2002/07/owl#allValuesFrom> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx995 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx995 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#unionOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx996 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx996 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx997 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusTemperatureUnit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusTemperatureUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Celsius temperature unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/TemperatureUnit> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx918 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx997 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusTemperatureScale> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusTemperatureScale> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Celsius temperature scale"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Scale> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> <http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusScale> .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx998 a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2002/07/owl#oneOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx999 .
+
+_:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx999 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1000 ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusScale> .
+
+<http://purl.org/dc/elements/1.1/creator> a <http://www.w3.org/2002/07/owl#AnnotationProperty> .
+
+<http://purl.org/dc/elements/1.1/date> a <http://www.w3.org/2002/07/owl#AnnotationProperty> .
+
+<http://purl.org/dc/elements/1.1/identifier> a <http://www.w3.org/2002/07/owl#AnnotationProperty> .
+
+<http://www.iau.org/static/resolutions/IAU2012_English.pdf> a <http://purl.org/ontology/bibo/Standard> ;
+	<http://purl.org/dc/elements/1.1/creator> <http://www.wurvoc.org/bibliography/om-2/IAUDiv1WG> ;
+	<http://purl.org/dc/elements/1.1/date> "2012" ;
+	<http://purl.org/dc/elements/1.1/publisher> <http://www.wurvoc.org/bibliography/om-2/International_Astronomical_Union> ;
+	<http://purl.org/dc/elements/1.1/title> "IAU 2012" ;
+	<http://purl.org/ontology/bibo/uri> "http://www.iau.org/static/resolutions/IAU2012_English.pdf" .
+
+<http://www.wurvoc.org/bibliography/om-2/IAUDiv1WG> a <http://xmlns.com/foaf/0.1/Organization> ;
+	<http://xmlns.com/foaf/0.1/name> "IAU Division I Working Group Numerical Standards" .
+
+<http://www.wurvoc.org/bibliography/om-2/International_Astronomical_Union> a <http://xmlns.com/foaf/0.1/Organization> ;
+	<http://xmlns.com/foaf/0.1/name> "International Astronomical Union" .
+
+<http://www.wurvoc.org/bibliography/om-2/reference> a <http://www.w3.org/2002/07/owl#ObjectProperty> , <http://www.w3.org/2002/07/owl#FunctionalProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "reference"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/ontology/bibo/Document> .
+
+<http://www.openisbn.com/isbn/9789462280618/> a <http://purl.org/ontology/bibo/Thesis> ;
+	<http://purl.org/dc/elements/1.1/creator> <http://www.wurvoc.org/bibliography/om-2/Hajo_Rijgersberg> ;
+	<http://purl.org/dc/elements/1.1/date> "2013" ;
+	<http://purl.org/dc/elements/1.1/title> "Semantic Support of Quantitative Research" ;
+	<http://purl.org/ontology/bibo/uri> "http://www.openisbn.com/isbn/9789462280618/" ;
+	<http://purl.org/ontology/bibo/degree> <http://purl.org/bibo/degrees/phd> ;
+	<http://purl.org/ontology/bibo/isbn13> "978-94-6228-061-8" ;
+	<http://purl.org/ontology/bibo/issuer> <http://www.wurvoc.org/bibliography/om-2/VU> .
+
+<http://www.wurvoc.org/vocabularies/WV/illustration> a <http://www.w3.org/2002/07/owl#AnnotationProperty> .
+
+<http://www.wurvoc.org/vocabularies/WV/logo> a <http://www.w3.org/2002/07/owl#AnnotationProperty> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AFS> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "AFS"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Aberration> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The apparent angular displacement of the observed position of a celestial object from its geometric position, caused by the finite velocity of light in combination with the motions of the observer and of the observed object."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "aberration"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/AngularDisplacement> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Glossary_Astronomical_Almanac> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degree> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-Angle> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "This property indicates a commonly-used unit." ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "commonly has unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#range> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#domain> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx7 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "commonly has unit of measure"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AngularDisplacement> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "angular displacement"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Angle> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degree> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gon> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/radian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/revolution> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attoradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centiradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/deciradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtoradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milliradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanoradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picoradian> .
+
+<http://www.wurvoc.org/bibliography/om-2/Glossary_Astronomical_Almanac> a <http://purl.org/ontology/bibo/BookSection> ;
+	<http://purl.org/dc/elements/1.1/title> "Glossary" ;
+	<http://purl.org/ontology/bibo/pageEnd> "739" ;
+	<http://purl.org/ontology/bibo/pageStart> "721" ;
+	<http://purl.org/ontology/bibo/reproducedIn> <http://www.openisbn.com/isbn/1891389459/> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AberrationInLatitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The apparent angular displacement in ecliptical latitude of the observed position of a celestial object from its geometric position, caused by the finite velocity of light in combination with the motions of the observer and of the observed object."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "aberration in latitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/AngularDisplacement> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/chapter23_Astronomical_Algorithms> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degree> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-Angle> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Δβ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> a <http://www.w3.org/2002/07/owl#AnnotationProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "symbol"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "has symbol"@en .
+
+<http://www.wurvoc.org/bibliography/om-2/chapter23_Astronomical_Algorithms> a <http://purl.org/ontology/bibo/Chapter> ;
+	<http://purl.org/dc/elements/1.1/title> "Apparent place of a star" ;
+	<http://purl.org/ontology/bibo/chapter> "23" ;
+	<http://purl.org/ontology/bibo/pageEnd> "158" ;
+	<http://purl.org/ontology/bibo/pageStart> "149" ;
+	<http://purl.org/ontology/bibo/reproducedIn> <urn:isbn:0943396611> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AberrationInLongitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The apparent angular displacement in ecliptical longitude of the observed position of a celestial object from its geometric position, caused by the finite velocity of light in combination with the motions of the observer and of the observed object."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "aberration in longitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/AngularDisplacement> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/chapter23_Astronomical_Algorithms> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degree> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Anglee> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Δλ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AbsoluteBolometricMagnitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The absolute magnitude (see absolute magnitude) of a star is a measure of its total energy emission per second, or luminosity, i.e., the bolometric magnitude from a standard distance (10 pc)."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "absolute bolometric magnitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/BolometricMagnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "M_bol" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/BolometricMagnitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The magnitude of a star measured across all wavelengths, so that it takes into account the total amount of energy radiated. If a star is a strong infrared or ultraviolet emitter, its bolometric magnitude  will differ greatly from its visual magnitude."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "bolometric magnitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m_bol" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AbsoluteMagnitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Logarithmic measure of the brightness of an object as seen from a standard distance of 10 pc. Units usually not indicated (http://en.wikipedia.org/wiki/Magnitude_(astronomy)."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "absolute magnitude"@en , "absolute magnitude"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micromagnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "M" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Magnitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Reverse logarithmic measure of the brightness of an object."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "magnitude"@en , "magnitude"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1776 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1783 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques_chapter3> , <http://www.wurvoc.org/bibliography/om-2/IntroAstronomicalPhotometry_chapter_2> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micromagnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> """The magnitude scale was originally created by Hipparchos of Nicea (160-127 BCE) and was measured by comparing the brightness between stars. Initially this was done inaccurately by eye but is currently done by using photoelectric photometers or even more recently by CCDs. Hipparchos divided the stars into six magnitude (brightness classes), the brightest stars being assigned to the first class and the faintest to the sixth class. By about the middle 1800s it became apparent that the traditional magnitude scale is close to a logarithmic scale with base 2.5. This is due to the fact that the response of the eye is nearly logarithmic. N.R. Pogson formalised the magnitude scale to closely match the traditional (visual) scale. It is now defined as:  
+    <math xmlns=\"http://www.w3.org/1998/Math/MathML\" display=\"block\">
+   		<msub xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi xmlns=\"http://www.w3.org/1998/Math/MathML\">m</mi><mn xmlns=\"http://www.w3.org/1998/Math/MathML\">1</mn></msub> <mo xmlns=\"http://www.w3.org/1998/Math/MathML\">-</mo> <msub xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi xmlns=\"http://www.w3.org/1998/Math/MathML\">m</mi><mn xmlns=\"http://www.w3.org/1998/Math/MathML\">2</mn>  </msub><mo xmlns=\"http://www.w3.org/1998/Math/MathML\">=</mo> 
+   		<mn xmlns=\"http://www.w3.org/1998/Math/MathML\">-2.5</mn><mi xmlns=\"http://www.w3.org/1998/Math/MathML\">log</mi>
+    	<mfrac xmlns=\"http://www.w3.org/1998/Math/MathML\" linethickness=\"1\">
+    		<mrow xmlns=\"http://www.w3.org/1998/Math/MathML\">
+    			<msub xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi xmlns=\"http://www.w3.org/1998/Math/MathML\">f</mi><mn xmlns=\"http://www.w3.org/1998/Math/MathML\">1</mn></msub>
+    		</mrow>
+    		<mrow xmlns=\"http://www.w3.org/1998/Math/MathML\"><msub xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi xmlns=\"http://www.w3.org/1998/Math/MathML\">f</mi><mn xmlns=\"http://www.w3.org/1998/Math/MathML\">2</mn></msub>
+    		</mrow>
+    	</mfrac>
+    </math>
+    where <math xmlns=\"http://www.w3.org/1998/Math/MathML\" display=\"inline\"><msub xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi xmlns=\"http://www.w3.org/1998/Math/MathML\">m</mi><mn xmlns=\"http://www.w3.org/1998/Math/MathML\">1</mn></msub> <mo xmlns=\"http://www.w3.org/1998/Math/MathML\">-</mo> <msub xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi xmlns=\"http://www.w3.org/1998/Math/MathML\">m</mi><mn xmlns=\"http://www.w3.org/1998/Math/MathML\">2</mn>  </msub></math> is the magnitude difference between two objects, and <math xmlns=\"http://www.w3.org/1998/Math/MathML\" display=\"inline\"><msub xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi xmlns=\"http://www.w3.org/1998/Math/MathML\">f</mi><mn xmlns=\"http://www.w3.org/1998/Math/MathML\">1</mn></msub></math> and <math xmlns=\"http://www.w3.org/1998/Math/MathML\" display=\"inline\"><msub xmlns=\"http://www.w3.org/1998/Math/MathML\"><mi xmlns=\"http://www.w3.org/1998/Math/MathML\">f</mi><mn xmlns=\"http://www.w3.org/1998/Math/MathML\">2</mn></msub></math> are the luminous fluxes of the two objects. The magnitude of Vega (α Lyrae, HD 172167) is defined to be 0 in all wavelengths and passbands, although in practice this can only be an approximation. The zero point is now defined using multiple standard stars from the north polar sequence (non-variable stars within 2 degrees of the north celestial pole) or secondary standard stars from other parts of the sky. Please note that the scale is inverted, objects of magnitude 1 have a higher luminous flux than objects of magnitude 5. Stars of magnitude 6 are just visible to the naked eye under good observing conditions.
+    The units of magnitude, also called magnitude, are usually not indicated except when indicating small magnitude differences when milli- or micromagnitudes are used."""^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AbsorbedDose> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Absorbed dose is the energy deposited in a medium by ionizing radiation. It is a derived quantity in the International System of Units. Absorbed dose is energy divided by mass."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "absorbed dose"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1704 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1706 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/rad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKilogram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attogray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centigray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decagray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decigray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exagray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtogray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigagray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectogray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megagray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microgray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milligray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanogray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petagray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picogray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teragray> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "total ionizing dose"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> a <http://www.w3.org/2002/07/owl#AnnotationProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "alternative label"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attogray> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The attogray is a unit of absorbed dose defined as 1.0e-18 gray."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attogray"@en , "attogray"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gray> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/atto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "aGy" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centigray> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The centigray is a unit of absorbed dose defined as 1.0e-2 gray."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centigray"@en , "centigray"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gray> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/centi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cGy" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decagray> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The decagray is a unit of absorbed dose defined as 1.0e1 gray."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decagray"@en , "decagray"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gray> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deca> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "daGy" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decigray> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The decigray is a unit of absorbed dose defined as 1.0e-1 gray."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decigray"@en , "decigray"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gray> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deci> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dGy" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exagray> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The exagray is a unit of absorbed dose defined as 1.0e18 gray."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exagray"@en , "exagray"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gray> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/exa> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "EGy" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtogray> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The femtogray is a unit of absorbed dose defined as 1.0e-15 gray."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtogray"@en , "femtogray"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gray> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/femto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fGy" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigagray> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The gigagray is a unit of absorbed dose defined as 1.0e9 gray."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigagray"@en , "gigagray"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gray> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/giga> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "GGy" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectogray> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The hectogray is a unit of absorbed dose defined as 1.0e2 gray."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectogray"@en , "hectogray"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gray> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/hecto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hGy" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilogray> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The kilogray is a unit of absorbed dose defined as 1.0e3 gray."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilogray"@en , "kilogray"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gray> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kGy" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megagray> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The megagray is a unit of absorbed dose defined as 1.0e6 gray."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megagray"@en , "megagray"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gray> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mega> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "MGy" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/microgray> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The microgray is a unit of absorbed dose defined as 1.0e-6 gray."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "microgray"@en , "microgray"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gray> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/micro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μGy" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/milligray> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The milligray is a unit of absorbed dose defined as 1.0e-3 gray."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "milligray"@en , "milligray"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gray> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mGy" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanogray> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The nanogray is a unit of absorbed dose defined as 1.0e-9 gray."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanogray"@en , "nanogray"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gray> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/nano> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nGy" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petagray> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The petagray is a unit of absorbed dose defined as 1.0e15 gray."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petagray"@en , "petagray"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gray> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/peta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "PGy" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picogray> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The picogray is a unit of absorbed dose defined as 1.0e-12 gray."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picogray"@en , "picogray"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gray> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/pico> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pGy" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/teragray> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The teragray is a unit of absorbed dose defined as 1.0e12 gray."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "teragray"@en , "teragray"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gray> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/tera> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "TGy" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AbsorbedDoseRate> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "absorbed dose rate"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1762 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1765 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/grayPerSecond-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Acceleration> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "acceleration"@en , "versnelling"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx425 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx868 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attometrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decametrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exametrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megametrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerAttosecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerCentisecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDecasecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDecisecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerExasecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerFemtosecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerGigasecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerHectosecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerKilosecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMegasecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMicrosecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMillisecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerNanosecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerPetasecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerPicosecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerTerasecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petametrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picometrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terametrePerSecond-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "a" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "acceleratie"@nl .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attometrePerSecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Attometre per second squared is a unit of acceleration defined as attometre divided by second squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attometre per second squared"@en , "attometer per seconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/attometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "am/s2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "am s-2" , "am·s-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centimetrePerSecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Centimetre per second squared is a unit of acceleration defined as centimetre divided by second squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centimetre per second squared"@en , "centimeter per seconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cm/s2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "cm s-2" , "cm·s-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decametrePerSecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Decametre per second squared is a unit of acceleration defined as decametre divided by second squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decametre per second squared"@en , "decameter per seconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/decametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dam/s2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "dam s-2" , "dam·s-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decimetrePerSecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Decimetre per second squared is a unit of acceleration defined as decimetre divided by second squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decimetre per second squared"@en , "decimeter per seconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dm/s2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "dm s-2" , "dm·s-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exametrePerSecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Exametre per second squared is a unit of acceleration defined as exametre divided by second squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exametre per second squared"@en , "exameter per seconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/exametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Em/s2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Em s-2" , "Em·s-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtometrePerSecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Femtometre per second squared is a unit of acceleration defined as femtometre divided by second squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtometre per second squared"@en , "femtometer per seconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fm/s2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "fm s-2" , "fm·s-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigametrePerSecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Gigametre per second squared is a unit of acceleration defined as gigametre divided by second squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigametre per second squared"@en , "gigameter per seconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Gm/s2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Gm s-2" , "Gm·s-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectometrePerSecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Hectometre per second squared is a unit of acceleration defined as hectometre divided by second squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectometre per second squared"@en , "hectometer per seconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hm/s2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "hm s-2" , "hm·s-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerSecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Kilometre per second squared is a unit of acceleration defined as kilometre divided by second squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilometre per second squared"@en , "kilometer per seconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "km/s2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "km s-2" , "km·s-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megametrePerSecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Megametre per second squared is a unit of acceleration defined as megametre divided by second squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megametre per second squared"@en , "megameter per seconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/megametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Mm/s2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Mm s-2" , "Mm·s-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerAttosecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per attosecond squared is a unit of acceleration defined as metre divided by attosecond squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per attosecond squared"@en , "meter per attoseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/attosecond-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/as2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m as-2" , "m·as-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerCentisecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per centisecond squared is a unit of acceleration defined as metre divided by centisecond squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per centisecond squared"@en , "meter per centiseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/centisecond-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/cs2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m cs-2" , "m·cs-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDecasecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per decasecond squared is a unit of acceleration defined as metre divided by decasecond squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per decasecond squared"@en , "meter per decaseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/decasecond-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/das2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m das-2" , "m·das-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDecisecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per decisecond squared is a unit of acceleration defined as metre divided by decisecond squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per decisecond squared"@en , "meter per deciseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/decisecond-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/ds2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m ds-2" , "m·ds-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerExasecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per exasecond squared is a unit of acceleration defined as metre divided by exasecond squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per exasecond squared"@en , "meter per exaseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/exasecond-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/Es2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m Es-2" , "m·Es-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerFemtosecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per femtosecond squared is a unit of acceleration defined as metre divided by femtosecond squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per femtosecond squared"@en , "meter per femtoseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/femtosecond-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/fs2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m fs-2" , "m·fs-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerGigasecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per gigasecond squared is a unit of acceleration defined as metre divided by gigasecond squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per gigasecond squared"@en , "meter per gigaseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gigasecond-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/Gs2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m Gs-2" , "m·Gs-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerHectosecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per hectosecond squared is a unit of acceleration defined as metre divided by hectosecond squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per hectosecond squared"@en , "meter per hectoseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/hectosecond-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/hs2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m hs-2" , "m·hs-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerKilosecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per kilosecond squared is a unit of acceleration defined as metre divided by kilosecond squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per kilosecond squared"@en , "meter per kiloseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilosecond-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/ks2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m ks-2" , "m·ks-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMegasecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per megasecond squared is a unit of acceleration defined as metre divided by megasecond squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per megasecond squared"@en , "meter per megaseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/megasecond-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/Ms2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m Ms-2" , "m·Ms-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMicrosecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per microsecond squared is a unit of acceleration defined as metre divided by microsecond squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per microsecond squared"@en , "meter per microseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/μs2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m μs-2" , "m·μs-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMillisecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per millisecond squared is a unit of acceleration defined as metre divided by millisecond squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per millisecond squared"@en , "meter per milliseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/ms2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m ms-2" , "m·ms-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerNanosecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per nanosecond squared is a unit of acceleration defined as metre divided by nanosecond squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per nanosecond squared"@en , "meter per nanoseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/nanosecond-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/ns2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m ns-2" , "m·ns-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerPetasecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per petasecond squared is a unit of acceleration defined as metre divided by petasecond squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per petasecond squared"@en , "meter per petaseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/petasecond-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/Ps2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m Ps-2" , "m·Ps-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerPicosecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per picosecond squared is a unit of acceleration defined as metre divided by picosecond squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per picosecond squared"@en , "meter per picoseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/picosecond-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/ps2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m ps-2" , "m·ps-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerTerasecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per terasecond squared is a unit of acceleration defined as metre divided by terasecond squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per terasecond squared"@en , "meter per teraseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/terasecond-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/Ts2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m Ts-2" , "m·Ts-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/micrometrePerSecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Micrometre per second squared is a unit of acceleration defined as micrometre divided by second squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "micrometre per second squared"@en , "micrometer per seconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μm/s2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "μm s-2" , "μm·s-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millimetrePerSecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Millimetre per second squared is a unit of acceleration defined as millimetre divided by second squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millimetre per second squared"@en , "millimeter per seconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mm/s2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mm s-2" , "mm·s-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanometrePerSecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Nanometre per second squared is a unit of acceleration defined as nanometre divided by second squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanometre per second squared"@en , "nanometer per seconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nm/s2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "nm s-2" , "nm·s-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petametrePerSecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Petametre per second squared is a unit of acceleration defined as petametre divided by second squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petametre per second squared"@en , "petameter per seconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/petametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Pm/s2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Pm s-2" , "Pm·s-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picometrePerSecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Picometre per second squared is a unit of acceleration defined as picometre divided by second squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picometre per second squared"@en , "picometer per seconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/picometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pm/s2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "pm s-2" , "pm·s-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/terametrePerSecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Terametre per second squared is a unit of acceleration defined as terametre divided by second squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "terametre per second squared"@en , "terameter per seconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/terametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Tm/s2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Tm s-2" , "Tm·s-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AceticAcidMassFraction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The fraction of the mass of acetic acid in a phenomenon"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "acetic acid mass fraction"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/MassFraction> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MassFraction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mass fraction"@en , "massafractie"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx247 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx363 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/partsPerMillion> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerGram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerKilogram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerHectogram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerKilogram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milligramPerHectogram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milligramPerKilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "w" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "concentration (w/w)"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Acidity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "acidity"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pH" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AcousticFirmness> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Stevigheid gemeten met AWETA (acoustic firmness value). AFS value."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "acoustic firmness"@en , "akoestische stevigheid"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/AFS> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "firmness_ac"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Action> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "action"@en , "actie"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx786 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx885 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ergSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/jouleSecond-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Activity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Activity is the decay rate of a radioactive substance. It is a derived quantity in the International System of Units. Activity is 1 divided by time."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "activity"@en , "activiteit"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1708 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1744 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/becquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/curie> , <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attobecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centibecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decabecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decibecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exabecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtobecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigabecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectobecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilobecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megabecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microbecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millibecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanobecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petabecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picobecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terabecquerel> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "A" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "activity (of a radionuclide)"@en , "activity of a radionuclide"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attobecquerel> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The attobecquerel is a unit of activity defined as 1.0e-18 becquerel."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attobecquerel"@en , "attobecquerel"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/becquerel> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/atto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "aBq" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centibecquerel> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The centibecquerel is a unit of activity defined as 1.0e-2 becquerel."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centibecquerel"@en , "centibecquerel"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/becquerel> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/centi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cBq" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decabecquerel> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The decabecquerel is a unit of activity defined as 1.0e1 becquerel."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decabecquerel"@en , "decabecquerel"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/becquerel> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deca> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "daBq" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decibecquerel> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The decibecquerel is a unit of activity defined as 1.0e-1 becquerel."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decibecquerel"@en , "decibecquerel"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/becquerel> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deci> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dBq" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exabecquerel> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The exabecquerel is a unit of activity defined as 1.0e18 becquerel."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exabecquerel"@en , "exabecquerel"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/becquerel> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/exa> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "EBq" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtobecquerel> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The femtobecquerel is a unit of activity defined as 1.0e-15 becquerel."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtobecquerel"@en , "femtobecquerel"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/becquerel> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/femto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fBq" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigabecquerel> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The gigabecquerel is a unit of activity defined as 1.0e9 becquerel."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigabecquerel"@en , "gigabecquerel"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/becquerel> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/giga> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "GBq" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectobecquerel> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The hectobecquerel is a unit of activity defined as 1.0e2 becquerel."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectobecquerel"@en , "hectobecquerel"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/becquerel> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/hecto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hBq" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilobecquerel> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The kilobecquerel is a unit of activity defined as 1.0e3 becquerel."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilobecquerel"@en , "kilobecquerel"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/becquerel> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kBq" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megabecquerel> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The megabecquerel is a unit of activity defined as 1.0e6 becquerel."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megabecquerel"@en , "megabecquerel"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/becquerel> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mega> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "MBq" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/microbecquerel> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The microbecquerel is a unit of activity defined as 1.0e-6 becquerel."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "microbecquerel"@en , "microbecquerel"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/becquerel> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/micro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μBq" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millibecquerel> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The millibecquerel is a unit of activity defined as 1.0e-3 becquerel."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millibecquerel"@en , "millibecquerel"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/becquerel> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mBq" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanobecquerel> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The nanobecquerel is a unit of activity defined as 1.0e-9 becquerel."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanobecquerel"@en , "nanobecquerel"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/becquerel> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/nano> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nBq" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petabecquerel> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The petabecquerel is a unit of activity defined as 1.0e15 becquerel."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petabecquerel"@en , "petabecquerel"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/becquerel> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/peta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "PBq" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picobecquerel> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The picobecquerel is a unit of activity defined as 1.0e-12 becquerel."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picobecquerel"@en , "picobecquerel"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/becquerel> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/pico> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pBq" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/terabecquerel> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The terabecquerel is a unit of activity defined as 1.0e12 becquerel."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "terabecquerel"@en , "terabecquerel"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/becquerel> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/tera> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "TBq" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Admittance> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Admittance is a measure of how easily a circuit or device will allow a current to flow. It is electric current divided by electric potential."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "admittance"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Y" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Albedo> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Ratio between radiation falling onto an object and the radiation reflected or scattered back. Or the ratio between the illumination and observed brightness."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "albedo"@en , "albedo"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/QuantityOfDimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "α" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/QuantityOfDimensionOne> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "quantity of dimension one"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx244 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx337 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/partsPerMillion> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AlfvenNumber> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Alfvén number"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1312 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1314 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Al" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Altitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The angular distance of a celestial body above or below the horizon, measured along the great circle passing through the body and the zenith."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "altitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Angle> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Glossary_Astronomical_Almanac> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degree> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Angle> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "h" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "elevation"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Alt" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> a <http://www.w3.org/2002/07/owl#AnnotationProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "alternative symbol"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "has alternative symbol"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Angle> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Angle is the ratio between an arc and its radius."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "angle"@en , "hoek"@nl , "角度"@zh ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx209 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx242 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degree> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gon> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/radian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/revolution> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attoradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centiradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/deciradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtoradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milliradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanoradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picoradian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "α" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "plane angle"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "β" , "γ" , "θ" , "φ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AmbientDoseEquivalent> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "ambient dose equivalent"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/DoseEquivalent> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/rem> , <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centisievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decisievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terasievert> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attosievert> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attosievert"@en , "attosievert"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/atto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "aSv" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centisievert> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centisievert"@en , "centisievert"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/centi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cSv" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decasievert> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decasievert"@en , "decasievert"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deca> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "daSv" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decisievert> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decisievert"@en , "decisievert"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deci> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dSv" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exasievert> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exasievert"@en , "exasievert"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/exa> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ESv" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtosievert> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtosievert"@en , "femtosievert"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/femto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fSv" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigasievert> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigasievert"@en , "gigasievert"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/giga> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "GSv" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectosievert> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectosievert"@en , "hectosievert"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/hecto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hSv" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilosievert> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilosievert"@en , "kilosievert"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kSv" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megasievert> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megasievert"@en , "megasievert"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mega> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "MSv" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/microsievert> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "microsievert"@en , "microsievert"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/micro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μSv" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millisievert> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millisievert"@en , "millisievert"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mSv" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanosievert> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanosievert"@en , "nanosievert"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/nano> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nSv" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petasievert> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petasievert"@en , "petasievert"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/peta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "PSv" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picosievert> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picosievert"@en , "picosievert"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/pico> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pSv" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/terasievert> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "terasievert"@en , "terasievert"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/tera> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "TSv" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/DoseEquivalent> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Dose equivalent is a measure of the radiation dose to tissue where an attempt has been made to allow for the different relative biological effects of different types of ionizing radiation."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "dose equivalent"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1707 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1726 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/rem> , <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centisievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decisievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terasievert> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfMoney> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "amount of money"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1857 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitedStatesDollar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/euro> , <http://www.ontology-of-units-of-measure.org/resource/om-2/JapaneseYen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/poundSterling> , <http://www.ontology-of-units-of-measure.org/resource/om-2/AustralianDollar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/SwissFranc> , <http://www.ontology-of-units-of-measure.org/resource/om-2/CanadianDollar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MexicanPeso> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ChineseYuan> , <http://www.ontology-of-units-of-measure.org/resource/om-2/NewZealandDollar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/SwedishKrona> , <http://www.ontology-of-units-of-measure.org/resource/om-2/RussianRuble> , <http://www.ontology-of-units-of-measure.org/resource/om-2/HongKongDollar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/NorwegianKrone> , <http://www.ontology-of-units-of-measure.org/resource/om-2/SingaporeDollar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/TurkishLira> , <http://www.ontology-of-units-of-measure.org/resource/om-2/SouthKoreanWon> , <http://www.ontology-of-units-of-measure.org/resource/om-2/SouthAfricanRand> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BrazilianReal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/IndianRupee> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaeuro> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstance> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Amount of substance is the number of elementary entities such as atoms, molecules, electrons, particles, etc. present in a phenomenon. It is a base quantity in the International System of Units."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "amount of substance"@en , "stofhoeveelheid"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1446 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1569 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attomole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decamole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/examole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtomole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigamole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectomole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilomole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megamole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micromole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanomole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petamole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picomole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teramole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "n" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attomole> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attomole"@en , "attomol"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/atto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "amol" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centimole> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centimole"@en , "centimol"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/centi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cmol" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decamole> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decamole"@en , "decamol"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deca> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "damol" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decimole> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decimole"@en , "decimol"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deci> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dmol" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/examole> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "examole"@en , "examol"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/exa> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Emol" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtomole> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtomole"@en , "femtomol"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/femto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fmol" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigamole> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigamole"@en , "gigamol"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/giga> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Gmol" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectomole> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectomole"@en , "hectomol"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/hecto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hmol" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilomole> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilomole"@en , "kilomol"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kmol" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megamole> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megamole"@en , "megamol"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mega> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Mmol" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/micromole> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "micromole"@en , "micromol"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/micro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μmol" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millimole> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millimole"@en , "millimol"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mmol" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanomole> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanomole"@en , "nanomol"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/nano> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nmol" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petamole> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petamole"@en , "petamol"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/peta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Pmol" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picomole> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picomole"@en , "picomol"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/pico> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pmol" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/teramole> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "teramole"@en , "teramol"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/tera> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Tmol" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceConcentration> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "amount of substance concentration"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1467 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1570 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/molair> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerCubicmetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attomolair> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attomolePerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimolePerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decamolePerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimolePerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/examolePerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtomolair> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtomolePerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigamolePerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectomolePerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilomolePerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megamolair> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megamolePerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micromolair> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micromolePerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimolair> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimolePerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerAttolitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerCentilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerDecalitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerDecilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerExalitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerFemtolitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerGigalitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerHectolitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerKilolitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerMegalitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerMicrolitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerMillilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerNanolitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerPetalitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerPicolitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerTeralitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanomolair> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanomolePerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petamolePerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picomolair> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picomolePerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teramolePerLitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "C" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "molar concentration"@en , "molaire concentratie"@nl .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attomolair> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The attomolair is a unit of amount of substance concentration defined as 1.0e-18 molair."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attomolair"@en , "attomolair"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/molair> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/atto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "aM" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attomolePerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Attomole per litre is a unit of amount of substance concentration defined as attomole divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attomole per litre"@en , "attomole per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/attomole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "amol/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "amol l-1" , "amol·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centimolePerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Centimole per litre is a unit of amount of substance concentration defined as centimole divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centimole per litre"@en , "centimole per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/centimole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cmol/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "cmol l-1" , "cmol·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decamolePerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Decamole per litre is a unit of amount of substance concentration defined as decamole divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decamole per litre"@en , "decamole per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/decamole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "damol/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "damol l-1" , "damol·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decimolePerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Decimole per litre is a unit of amount of substance concentration defined as decimole divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decimole per litre"@en , "decimole per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/decimole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dmol/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "dmol l-1" , "dmol·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/examolePerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Examole per litre is a unit of amount of substance concentration defined as examole divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "examole per litre"@en , "examole per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/examole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Emol/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Emol l-1" , "Emol·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtomolair> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The femtomolair is a unit of amount of substance concentration defined as 1.0e-15 molair."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtomolair"@en , "femtomolair"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/molair> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/femto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fM" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtomolePerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Femtomole per litre is a unit of amount of substance concentration defined as femtomole divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtomole per litre"@en , "femtomole per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/femtomole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fmol/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "fm s-1" , "fm·s-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigamolePerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Gigamole per litre is a unit of amount of substance concentration defined as gigamole divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigamole per litre"@en , "gigamole per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gigamole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Gmol/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Gmol l-1" , "Gmol·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectomolePerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Hectomole per litre is a unit of amount of substance concentration defined as hectomole divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectomole per litre"@en , "hectomole per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/hectomole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hmol/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "hmol l-1" , "hmol·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilomolePerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Kilomole per litre is a unit of amount of substance concentration defined as kilomole divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilomole per litre"@en , "kilomole per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilomole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kmol/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "kmol l-1" , "kmol·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megamolair> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The megamolair is a unit of amount of substance concentration defined as 1.0e6 molair."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megamolair"@en , "megamolair"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/molair> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mega> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "MM" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megamolePerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Megamole per litre is a unit of amount of substance concentration defined as megamole divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megamole per litre"@en , "megamole per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/megamole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Mmol/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Mmol l-1" , "Mmol·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/micromolair> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The micromolair is a unit of amount of substance concentration defined as 1.0e-6 molair."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "micromolair"@en , "micromolair"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/molair> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/micro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μM" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/micromolePerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Micromole per litre is a unit of amount of substance concentration defined as micromole divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "micromole per litre"@en , "micromole per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/micromole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μmol/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "μmol l-1" , "μmol·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millimolair> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The millimolair is a unit of amount of substance concentration defined as 1.0e-3 molair."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millimolair"@en , "millimolair"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/molair> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mM" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millimolePerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Millimole per litre is a unit of amount of substance concentration defined as millimole divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millimole per litre"@en , "millimole per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/millimole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mmol/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mmol l-1" , "mmol·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerAttolitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Mole per attolitre is a unit of amount of substance concentration defined as mole divided by attolitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per attolitre"@en , "mole per attoliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/attolitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/al" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol al-1" , "mol·al-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerCentilitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Mole per centilitre is a unit of amount of substance concentration defined as mole divided by centilitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per centilitre"@en , "mole per centiliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/centilitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/cl" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol cl-1" , "mol·cl-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerDecalitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Mole per decalitre is a unit of amount of substance concentration defined as mole divided by decalitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per decalitre"@en , "mole per decaliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/decalitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/dal" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol dal-1" , "mol·dal-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerDecilitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Mole per decilitre is a unit of amount of substance concentration defined as mole divided by decilitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per decilitre"@en , "mole per deciliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/decilitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/dl" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol dl-1" , "mol·dl-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerExalitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Mole per exalitre is a unit of amount of substance concentration defined as mole divided by exalitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per exalitre"@en , "mole per exaliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/exalitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/El" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol El-1" , "mol·El-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerFemtolitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Mole per femtolitre is a unit of amount of substance concentration defined as mole divided by femtolitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per femtolitre"@en , "mole per femtoliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/femtolitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/fl" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol fl-1" , "mol·fl-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerGigalitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Mole per gigalitre is a unit of amount of substance concentration defined as mole divided by gigalitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per gigalitre"@en , "mole per gigaliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gigalitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/Gl" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol Gl-1" , "mol·Gl-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerHectolitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Mole per hectolitre is a unit of amount of substance concentration defined as mole divided by hectolitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per hectolitre"@en , "mole per hectoliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/hectolitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/hl" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol hl-1" , "mol·hl-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerKilolitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Mole per kilolitre is a unit of amount of substance concentration defined as mole divided by kilolitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per kilolitre"@en , "mole per kiloliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilolitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/kl" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol kl-1" , "mol·kl-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerMegalitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Mole per megalitre is a unit of amount of substance concentration defined as mole divided by megalitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per megalitre"@en , "mole per megaliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/megalitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/Ml" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol Ml-1" , "mol·Ml-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerMicrolitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Mole per microlitre is a unit of amount of substance concentration defined as mole divided by microlitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per microlitre"@en , "mole per microliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/microlitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/μl" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol μl-1" , "mol·μl-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerMillilitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Mole per millilitre is a unit of amount of substance concentration defined as mole divided by millilitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per millilitre"@en , "mole per milliliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/millilitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/ml" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol ml-1" , "mol·ml-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerNanolitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Mole per nanolitre is a unit of amount of substance concentration defined as mole divided by nanolitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per nanolitre"@en , "mole per nanoliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/nanolitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/nl" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol nl-1" , "mol·nl-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerPetalitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Mole per petalitre is a unit of amount of substance concentration defined as mole divided by petalitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per petalitre"@en , "mole per petaliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/petalitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/Pl" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol Pl-1" , "mol·Pl-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerPicolitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Mole per picolitre is a unit of amount of substance concentration defined as mole divided by picolitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per picolitre"@en , "mole per picoliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/picolitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/pl" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol pl-1" , "mol·pl-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerTeralitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Mole per teralitre is a unit of amount of substance concentration defined as mole divided by teralitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per teralitre"@en , "mole per teraliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/teralitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/Tl" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol Tl-1" , "mol·Tl-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanomolair> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The nanomolair is a unit of amount of substance concentration defined as 1.0e-9 molair."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanomolair"@en , "nanomolair"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/molair> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/nano> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nM" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanomolePerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Nanomole per litre is a unit of amount of substance concentration defined as nanomole divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanomole per litre"@en , "nanomole per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/nanomole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nmol/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "nmol l-1" , "nmol·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petamolePerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Petamole per litre is a unit of amount of substance concentration defined as petamole divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petamole per litre"@en , "petamole per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/petamole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Pmol/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Pmol l-1" , "Pmol·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picomolair> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The picomolair is a unit of amount of substance concentration defined as 1.0e-12 molair."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picomolair"@en , "picomolair"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/molair> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/pico> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pM" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picomolePerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Picomole per litre is a unit of amount of substance concentration defined as picomole divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picomole per litre"@en , "picomole per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/picomole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pmol/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "pmol l-1" , "pmol·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/teramolePerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Teramole per litre is a unit of amount of substance concentration defined as teramole divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "teramole per litre"@en , "teramole per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/teramole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Tmol/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Tmol l-1" , "Tmol·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceFlow> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "amount of substance flow"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1586 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micromolePerSecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "amount-of-substance flow"@en , "molar flow"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceFraction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "amount of substance fraction"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1440 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1511 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/partsPerMillion> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerMole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micromolePerMole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "x" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "amount-of-substance fraction"@en , "mole fraction"@en , "molfractie"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "y" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceFractionFlow> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "amount of substance fraction flow"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "amount-of-substance fraction flow"@en , "mole fraction flow"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Amphiphilicity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "amphiphilicity"@en , "amfifiliciteit"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Amplitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The difference between the maximum and minimum magnitudes of a variable star, i.e., the total range of its brightness."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "amplitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attoradian> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attoradian"@en , "attoradiaal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/radian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/atto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "arad" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centiradian> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centiradian"@en , "centiradiaal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/radian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/centi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "crad" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/deciradian> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "deciradian"@en , "deciradiaal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/radian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deci> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "drad" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtoradian> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtoradian"@en , "femtoradiaal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/radian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/femto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "frad" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/microradian> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "microradian"@en , "microradiaal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/radian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/micro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μrad" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/milliradian> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "milliradian"@en , "milliradiaal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/radian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mrad" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanoradian> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanoradian"@en , "nanoradiaal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/radian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/nano> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nrad" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picoradian> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picoradian"@en , "picoradiaal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/radian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/pico> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "prad" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AngularAcceleration> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "angular acceleration"@en , "hoekversnelling"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx728 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx880 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/radianPerSecond-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "α" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AngularMomentum> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "angular momentum"@en , "impulsmoment"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx788 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx886 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ergSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/jouleSecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "L" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "draaiimpuls"@nl , "draaimoment"@nl , "hoekmoment"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "J" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AngularSize> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "angular size"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/SolidAngle> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-AngleSquared> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SolidAngle> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Solid angle is the ratio of the surface of a portion of a sphere enclosed by the conical surface that forms an angle to the square of the radius of the sphere."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "solid angle"@en , "ruimtehoek"@nl , "立体角"@zh ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx228 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx243 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/steradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetrePerSquareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-AngleSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attosteradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centisteradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decisteradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtosteradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsteradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisteradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanosteradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picosteradian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ω" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "ω" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AngularSpeed> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "angular speed"@en , "hoeksnelheid"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx724 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx879 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-AnglePerYear> , <http://www.ontology-of-units-of-measure.org/resource/om-2/radianPerSecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ω" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "angular frequency"@en , "hoekfrequentie"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Ω" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AngularVelocity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "angular velocity"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/AngularSpeed> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/radianPerSecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ω" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AnnualAberration> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The component of the stellar abberation resulting from the motion of the Earth about the Sun. The abberation is the apparent angular displacement of the observed position of a celestial object from its geometric position, caused by the finite velocity of light in combination with the motions of the observer and of the observed object."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "annual aberration"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/AngularDisplacement> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Glossary_Astronomical_Almanac> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degree> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-Angle> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ApparentDiameter> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The angle that the actual diameter of an object makes in the sky; also known as angular size. Most often small, so units are mostly arcminutes, arcseconds, or even milli- or microarcseconds."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "apparent diameter"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Angle> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degree> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/radian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-Angle> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ApparentDistanceModulus> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "apparent distance modulus"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/DistanceModulus> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/DistanceModulus> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> """The difference between the apparent magnitude (m) of an astronomical object, such as a star, and its absolute magnitude (M), used as a distance measurement. Distances can be expressed in distance modulii as $$m-M = 5\\log d + 10 = 10-5 log \\varpi$$ where \\(d\\) is the distance in kiloparsec and \\(\\varpi\\) is the parallax in milliarcseconds.
+    """@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "distance modulus"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Distance> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m-M" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ApparentMagnitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Logarithmic measure of the apparent brightness of an object. Units usually not indicated(http://en.wikipedia.org/wiki/Magnitude_(astronomy)."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "apparent magnitude"@en , "schijnbare magnitude"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micromagnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Area> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Area expresses the two-dimensional size of a defined part of a surface, typically a region bounded by a closed curve. It is a derived quantity in the International System of Units. Area is length squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "area"@en , "oppervlakte"@nl , "面积"@zh ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx122 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx240 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/acre-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/acre-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/are> , <http://www.ontology-of-units-of-measure.org/resource/om-2/barn> , <http://www.ontology-of-units-of-measure.org/resource/om-2/circularMil> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centiare> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectare> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareAttometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareCentimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareDecametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareDecimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareExametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareFemtometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareGigametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareHectometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareKilometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMegametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMicrometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMillimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareNanometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squarePetametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squarePicometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareTerametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "A" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "oppervlak"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "S" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centiare> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The centiare is a unit of area defined as 1.0e-2 are."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centiare"@en , "centiare"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/are> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/area-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/centi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ca" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectare> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The hectare is a unit of area defined as 1.0e2 are."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectare"@en , "hectare"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/are> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/area-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/hecto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ha" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/squareAttometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SquarePrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "square attometre"@en , "vierkante attometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/area-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/attometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "am2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/squareCentimetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SquarePrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "square centimetre"@en , "vierkante centimeter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/area-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cm2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/squareDecametre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SquarePrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "square decametre"@en , "vierkante decameter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/area-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/decametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dam2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/squareDecimetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SquarePrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "square decimetre"@en , "vierkante decimeter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/area-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dm2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/squareExametre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SquarePrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "square exametre"@en , "vierkante exameter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/area-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/exametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Em2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/squareFemtometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SquarePrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "square femtometre"@en , "vierkante femtometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/area-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fm2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/squareGigametre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SquarePrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "square gigametre"@en , "vierkante gigameter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/area-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Gm2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/squareHectometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SquarePrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "square hectometre"@en , "vierkante hectometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/area-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hm2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/squareKilometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SquarePrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "square kilometre"@en , "vierkante kilometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/area-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "km2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/unofficialAbbreviation> "10^6 m2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/squareMegametre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SquarePrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "square megametre"@en , "vierkante megameter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/area-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/megametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Mm2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/squareMicrometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SquarePrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "square micrometre"@en , "vierkante micrometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/area-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μm2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/squareMillimetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SquarePrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "square millimetre"@en , "vierkante millimeter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/area-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mm2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/squareNanometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SquarePrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "square nanometre"@en , "vierkante nanometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/area-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nm2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/squarePetametre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SquarePrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "square petametre"@en , "vierkante petameter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/area-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/petametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Pm2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/squarePicometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SquarePrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "square picometre"@en , "vierkante picometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/area-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/picometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pm2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/squareTerametre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SquarePrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "square terametre"@en , "vierkante terameter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/area-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/terametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Tm2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AreaDensity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "area density"@en , "oppervlaktedichtheid"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx840 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerSquareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerSquareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerHectare> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AreaDensityRate> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "area density rate"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx846 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerHectareDay> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AreaFraction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "area fraction"@en , "oppervlaktefractie"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx249 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx370 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/partsPerMillion> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetrePerSquareMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/AtomicMass> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "atomic mass"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Mass> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/unifiedAtomicMassUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanounifiedAtomicMassUnit> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m_a" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanounifiedAtomicMassUnit> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanounified atomic mass unit"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/unifiedAtomicMassUnit> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/nano> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nu" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Mass> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Mass is the amount of matter of a phenomenon. It is a base quantity in the International System of Units. Mass is force divided by acceleration."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mass"@en , "massa"@nl , "质量"@zh ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx304 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx863 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/carat-Mass> , <http://www.ontology-of-units-of-measure.org/resource/om-2/grain> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hundredweight-British> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hundredweight-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/InternationalUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milligramRAE> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ounceAvoirdupois> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ounceApothecaries> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pennyweight-Troy> , <http://www.ontology-of-units-of-measure.org/resource/om-2/poundApothecaries> , <http://www.ontology-of-units-of-measure.org/resource/om-2/poundAvoirdupois> , <http://www.ontology-of-units-of-measure.org/resource/om-2/slug> , <http://www.ontology-of-units-of-measure.org/resource/om-2/solarMass> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ton-ShortAssay> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ton-Long> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ton-Short> , <http://www.ontology-of-units-of-measure.org/resource/om-2/tonne> , <http://www.ontology-of-units-of-measure.org/resource/om-2/unifiedAtomicMassUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanounifiedAtomicMassUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attogram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centigram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decagram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decigram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exagram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtogram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigagram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectogram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megagram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microgram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milligram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanogram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petagram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picogram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teragram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilotonne> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megatonne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/unofficialLabel> "weight" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Azimuth> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The angular distance measured clockwise along the horizon from a specified reference point (usually north) to the intersection with the great circle drawn from the zenith through a body on the celestial sphere."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "azimuth"@en , "azimut"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Angle> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Glossary_Astronomical_Almanac> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degree> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Angle> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "A" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Az" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/BMagnitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Johnson B magnitude. The Johnson B band is a standard filter in the blue area. The central wavelength is 440nm and the bandwidth is 100nm.  The filter to be used is the Corning 5030 filter plus the Schott GG13 filter."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "B magnitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/JohnsonMagnitude> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques_chapter3> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micromagnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "B" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m_B" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/JohnsonMagnitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "A magnitude measured in one of Johnson's standard passbands (using a standard filter, i.e. U, B, or V)."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Johnson magnitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Magnitude> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques_chapter3> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "For accurate photometry the magnitude needs to be determined over well-defined spectral regions as the spectrum of to objects may be quite different. These magnitudes are measured using filters that allows only radiation within specific spectral regions (passbands) to pass through to the detector. These filters have accurately defined transmission curves characterised by a central wavelength and a bandwidth. The UBV system devised by Harold Johnson and William Morgan has been the most important general system until recently. The precise definition requires a reflecting telescope with aluminised mirrors fitted with an RCA 1P21 photomultiplier. The U region corresponds to a region in the violet and ultraviolet, the B region corresponds to typical photographic response and the V region to the visual response region (approximating the eye's response curve)."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
+
+<http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques_chapter3> a <http://purl.org/ontology/bibo/Chapter> ;
+	<http://purl.org/dc/elements/1.1/title> "Photometry" ;
+	<http://purl.org/ontology/bibo/chapter> "3" ;
+	<http://purl.org/ontology/bibo/pageEnd> "365" ;
+	<http://purl.org/ontology/bibo/pageStart> "329" ;
+	<http://purl.org/ontology/bibo/reproducedIn> <http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/BMagnitudeAtMaximumBrightness> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Johnson B magnitude at maximum brightness (i.e. for a variable star). The Johnson B band is a standard filter in the blue area. The central wavelength is 440nm and the bandwidth is 100nm.  The filter to be used is the Corning 5030 filter plus the Schott GG13 filter."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "B magnitude at maximum brightness"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/BMagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MagnitudeAtMaximumBrightness> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques_chapter3> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "B_max" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MagnitudeAtMaximumBrightness> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The magnitude at maximum brightness of a variable star."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "magnitude at maximum brightness"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m_max" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/BMagnitudeAtMinimumBrightness> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Johnson B magnitude at minimum brightness (i.e. for a variable star). The Johnson B band is a standard filter in the blue area. The central wavelength is 440nm and the bandwidth is 100nm.  The filter to be used is the Corning 5030 filter plus the Schott GG13 filter."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "B magnitude at minimum brightness"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/BMagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MagnitudeAtMinimumBrightness> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques_chapter3> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "B_min" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MagnitudeAtMinimumBrightness> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The magnitude at minimum brightness of a variable star."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "magnitude at minimum brightness"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m_min" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/BetaNarrowMagnitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "β_narrow  Magnitude in the Strömgren-Crawford photometric system with a peak wavelength at 485.8 nm and a peak-half-width of 2.9 nm."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "β_narrow magnitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/StroemgrenMagnitude> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques_chapter3> , <http://www.wurvoc.org/bibliography/om-2/Crawford1958> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "β_n" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "β_narrow" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/StroemgrenMagnitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "A magnitude measured in one of Strömgren's standard passbands (using a standard filter, u, b, v, or y) or in the passbands defined by Crawford (β_narrow or β_wide)."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Strömgren magnitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Magnitude> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques_chapter3> , <http://www.wurvoc.org/bibliography/om-2/Crawford1958> , <http://www.wurvoc.org/bibliography/om-2/Stroemgren1956> .
+
+<http://www.wurvoc.org/bibliography/om-2/Crawford1958> a <http://purl.org/ontology/bibo/Article> ;
+	<http://purl.org/dc/elements/1.1/creator> <http://www.wurvoc.org/bibliography/om-2/DLCrawford> ;
+	<http://purl.org/dc/elements/1.1/date> "1958" ;
+	<http://purl.org/dc/elements/1.1/title> "Two-dimensional spectral classification by narrow-band photometry for B stars in clusters and associations" ;
+	<http://purl.org/ontology/bibo/uri> "http://articles.adsabs.harvard.edu/cgi-bin/nph-iarticle_query?1958ApJ...128..185C&data_type=PDF_HIGH&whole_paper=YES&type=PRINTER&filetype=.pdf" ;
+	<http://purl.org/ontology/bibo/pageEnd> "206" ;
+	<http://purl.org/ontology/bibo/pageStart> "185" ;
+	<http://purl.org/dc/elements/1.1/isPartOf> <http://www.wurvoc.org/bibliography/om-2/ApJ> ;
+	<http://purl.org/dc/elements/1.1/subject> "Astronomy" , "Distance Measurement" ;
+	<http://purl.org/ontology/bibo/authorList> <http://www.wurvoc.org/bibliography/om-2/Crawford1958Authors> ;
+	<http://purl.org/ontology/bibo/volume> "128" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/BetaWideMagnitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "β_wide  Magnitude in the Strömgren-Crawford photometric system with a peak wavelength at 485 nm and a peak-half-width of 12.9 nm."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "β_wide magnitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/StroemgrenMagnitude> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques_chapter3> , <http://www.wurvoc.org/bibliography/om-2/Crawford1958> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "β_w" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "β_wide" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/BinaryPrefix> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "IEC prefix"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "binary prefix"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Prefix> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/BodyLabelMass> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "body label mass"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/LabelMass> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/tonne> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/unofficialLabel> "body label weight" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The kilogram is a unit of mass defined as the mass of the international prototype of the kilogram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilogram"@en , "kilogram"@nl , "公斤"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kg" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "The kilogram is a unit of mass defined as the mass of the international prototype of the kilogram. The kilogram is a base unit in the International System of Units." ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/massOfTheInternationalPrototypeOfTheKilogram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/unofficialLabel> a <http://www.w3.org/2002/07/owl#AnnotationProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Used to specify labels that are used in e.g. every day speech but are not defined in any standard." ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "unofficial label"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2004/02/skos/core#hiddenLabel> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "has unofficial label"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/LabelMass> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "label mass"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Mass> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/tonne> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/unofficialLabel> "label weight" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/BodyMass> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "body mass"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Mass> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/tonne> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/unofficialLabel> "body weight" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/BolometricCorrection> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The visual magnitude of an object minus its bolometric magnitude."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "bolometric correction"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "BC" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/BondAlbedo> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Is the fraction of the total incident solar radiation - the radiation at all wavelengths - that is reflected or scattered by an object in all directions."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "bond albedo"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Albedo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "spherical albedo"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Breadth> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "breadth"@en , "breedte"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Length> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cicero> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Didot> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/angstrom> , <http://www.ontology-of-units-of-measure.org/resource/om-2/astronomicalUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/chain> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fathom-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fermi> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/furlong-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/inch-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/lightYear> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micron> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Length> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-Statute> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/parsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/rod-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/solarRadius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yard-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "b" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The attometre is a unit of length defined as 1.0e-18 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attometre"@en , "attometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/atto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "am" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The centimetre is a unit of length defined as 1.0e-2 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centimetre"@en , "centimeter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/centi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cm" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decametre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The decametre is a unit of length defined as 1.0e1 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decametre"@en , "decameter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deca> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dam" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decimetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The decimetre is a unit of length defined as 1.0e-1 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decimetre"@en , "decimeter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deci> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dm" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exametre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The exametre is a unit of length defined as 1.0e18 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exametre"@en , "exameter"@nl , "千兆兆米"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/exa> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Em" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The femtometre is a unit of length defined as 1.0e-15 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtometre"@en , "femtometer"@nl , "1/(10^15)米"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/femto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fm" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigametre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The gigametre is a unit of length defined as 1.0e9 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigametre"@en , "gigameter"@nl , "10^9米"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/giga> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Gm" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The hectometre is a unit of length defined as 1.0e2 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectometre"@en , "hectometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/hecto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hm" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The kilometre is a unit of length defined as 1.0e3 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilometre"@en , "kilometer"@nl , "公里"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "km" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megametre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The megametre is a unit of length defined as 1.0e6 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megametre"@en , "megameter"@nl , "百万米"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mega> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Mm" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/micrometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The micrometre is a unit of length defined as 1.0e-6 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "micrometre"@en , "micrometer"@nl , "微米"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/micro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μm" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The millimetre is a unit of length defined as 1.0e-3 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millimetre"@en , "millimeter"@nl , "毫米"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mm" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The nanometre is a unit of length defined as 1.0e-9 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanometre"@en , "nanometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/nano> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nm" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petametre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The petametre is a unit of length defined as 1.0e15 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petametre"@en , "petameter"@nl , "10^15米"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/peta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Pm" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The picometre is a unit of length defined as 1.0e-12 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picometre"@en , "picometer"@nl , "1/(10^12)米"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/pico> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pm" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/terametre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The terametre is a unit of length defined as 1.0e12 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "terametre"@en , "terameter"@nl , "10^12米"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/tera> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Tm" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/unofficialAbbreviation> "10^9 km" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Length> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Length is the amount of space between two geographical points along a curve. It is a base quantity in the International System of Units and other systems of units. Length is speed times time. The metre, a base unit of length in the International System of Units, is defined in terms of speed of light during a certain time interval."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "length"@en , "lengte"@nl , "长度"@zh ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx100 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx239 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cicero> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Didot> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/angstrom> , <http://www.ontology-of-units-of-measure.org/resource/om-2/astronomicalUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/chain> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fathom-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fermi> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/furlong-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/inch-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/lightYear> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micron> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Length> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-Statute> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/parsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/rod-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/solarRadius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yard-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "L" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/BrightnessTemperature> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The temperature that a blackbody would need to have in order to emit radiation of the observed intensity at a given wavelength (mostly used in radio astronomy)."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "brightness temperature"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/ThermodynamicTemperature> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ThermodynamicTemperature> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Thermodynamic temperature is the absolute measure of temperature. Its zero point is the temperature at which the particle constituents of matter have minimal motion and can be no colder. Thermodynamic temperature is a base quantity in the International System of Units."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "thermodynamic temperature"@en , "absolute temperatuur"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx986 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx987 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Temperature> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attokelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centikelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decakelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decikelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exakelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtokelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigakelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectokelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilokelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megakelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microkelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millikelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanokelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petakelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picokelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terakelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "T" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "thermodynamische temperatuur"@nl .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/LaTeXCommand> a <http://www.w3.org/2002/07/owl#AnnotationProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "OMLaTeX command that can be used to render this quantity or unit."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "LaTeX command"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "typeset by LaTeX command"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> a <http://www.w3.org/2002/07/owl#DatatypeProperty> , <http://www.w3.org/2002/07/owl#FunctionalProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "has factor"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#float> ;
+	<http://www.w3.org/2000/01/rdf-schema#domain> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx20 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/LaTeXSymbol> a <http://www.w3.org/2002/07/owl#AnnotationProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "OMLaTeX formatted symbol may include commands such as \\unit and \\E as defined in OMLaTeX."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "LaTeX symbol"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "LaTeX formatted symbol"@en , "has LaTeX symbol"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/BudStadium> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "bud stadium"@en , "knopstadium"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1-5> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_1-5> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "1-5"@en , "1-5"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/BudStadiumDay0> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Knopstadium vaasdag 0 (start vaasleven) (code)."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "bud stadium day 0"@en , "knopstadium dag 0"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/BudStadium> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1-5> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "sday0"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/BudStadiumDay4> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Knopstadium vaasdag 4 (code)."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "bud stadium day 4"@en , "knopstadium dag 4"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/BudStadium> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1-5> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "sday4"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/BudStadiumDay7> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Knopstadium vaasdag 7 (code)."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "bud stadium day 7"@en , "knopstadium dag 7"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/BudStadium> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1-5> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "sday7"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/BulkModulus> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Bulk modulus is a substance's resistance to uniform compression."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "bulk modulus"@en , "compressiemodulus"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/DynamicModulus> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Standard> , <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Technical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/bar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/barye> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/torr> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decibar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microbar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millibar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramSecond-TimeToThePower-2ReciprocalMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonPerSquareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micropascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terapascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "K" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "κ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attopascal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attopascal"@en , "attopascal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/atto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "aPa" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centipascal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centipascal"@en , "centipascal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/centi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cPa" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decapascal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decapascal"@en , "decapascal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deca> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "daPa" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decipascal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decipascal"@en , "decipascal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deci> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dPa" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exapascal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exapascal"@en , "exapascal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/exa> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "EPa" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtopascal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtopascal"@en , "femtopascal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/femto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fPa" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigapascal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigapascal"@en , "gigapascal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/giga> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "GPa" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectopascal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectopascal"@en , "hectopascal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/hecto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hPa" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilopascal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilopascal"@en , "kilopascal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kPa" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megapascal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megapascal"@en , "megapascal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mega> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "MPa" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/micropascal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "micropascal"@en , "micropascal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/micro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μPa" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millipascal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millipascal"@en , "millipascal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mPa" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanopascal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanopascal"@en , "nanopascal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/nano> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nPa" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petapascal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petapascal"@en , "petapascal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/peta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "PPa" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picopascal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picopascal"@en , "picopascal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/pico> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pPa" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/terapascal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "terapascal"@en , "terapascal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/tera> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "TPa" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/DynamicModulus> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "dynamic modulus"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1308 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx607 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Standard> , <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Technical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/bar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/barye> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/torr> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decibar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microbar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millibar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramSecond-TimeToThePower-2ReciprocalMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonPerSquareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micropascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terapascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "E" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CapMass> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cap mass"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Mass> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/tonne> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/unofficialLabel> "cap weight" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Capacitance> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Capacitance is the ability to hold electrical charge. It is a derived quantity in the International System of Units. Capacitance is electric charge divided by electric potential."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "capacitance"@en , "capaciteit"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1122 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1284 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/abfarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/farad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/statfarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/coulombPerVolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attofarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centifarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decafarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decifarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exafarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtofarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigafarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectofarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilofarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megafarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microfarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millifarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanofarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petafarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picofarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terafarad> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "C" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "electric capacitance"@en , "electrische capaciteit"@nl .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attofarad> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The attofarad is a unit of capacitance defined as 1.0e-18 farad."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attofarad"@en , "attofarad"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/farad> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/capacitance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/atto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "aF" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centifarad> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The centifarad is a unit of capacitance defined as 1.0e-2 farad."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centifarad"@en , "centifarad"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/farad> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/capacitance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/centi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cF" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decafarad> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The decafarad is a unit of capacitance defined as 1.0e1 farad."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decafarad"@en , "decafarad"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/farad> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/capacitance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deca> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "daF" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decifarad> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The decifarad is a unit of capacitance defined as 1.0e-1 farad."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decifarad"@en , "decifarad"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/farad> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/capacitance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deci> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dF" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exafarad> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The exafarad is a unit of capacitance defined as 1.0e18 farad."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exafarad"@en , "exafarad"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/farad> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/capacitance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/exa> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "EF" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtofarad> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The femtofarad is a unit of capacitance defined as 1.0e-15 farad."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtofarad"@en , "femtofarad"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/farad> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/capacitance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/femto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fF" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigafarad> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The gigafarad is a unit of capacitance defined as 1.0e9 farad."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigafarad"@en , "gigafarad"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/farad> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/capacitance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/giga> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "GF" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectofarad> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The hectofarad is a unit of capacitance defined as 1.0e2 farad."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectofarad"@en , "hectofarad"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/farad> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/capacitance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/hecto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hF" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilofarad> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The kilofarad is a unit of capacitance defined as 1.0e3 farad."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilofarad"@en , "kilofarad"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/farad> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/capacitance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kF" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megafarad> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The megafarad is a unit of capacitance defined as 1.0e6 farad."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megafarad"@en , "megafarad"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/farad> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/capacitance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mega> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "MF" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/microfarad> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The microfarad is a unit of capacitance defined as 1.0e-6 farad."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "microfarad"@en , "microfarad"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/farad> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/capacitance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/micro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μF" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millifarad> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The millifarad is a unit of capacitance defined as 1.0e-3 farad."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millifarad"@en , "millifarad"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/farad> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/capacitance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mF" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanofarad> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The nanofarad is a unit of capacitance defined as 1.0e-9 farad."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanofarad"@en , "nanofarad"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/farad> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/capacitance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/nano> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nF" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petafarad> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The petafarad is a unit of capacitance defined as 1.0e15 farad."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petafarad"@en , "petafarad"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/farad> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/capacitance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/peta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "PF" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picofarad> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The picofarad is a unit of capacitance defined as 1.0e-12 farad."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picofarad"@en , "picofarad"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/farad> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/capacitance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/pico> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pF" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/terafarad> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The terafarad is a unit of capacitance defined as 1.0e12 farad."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "terafarad"@en , "terafarad"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/farad> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/capacitance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/tera> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "TF" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CartonMass> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "carton mass"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Mass> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/tonne> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/unofficialLabel> "carton weight" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CatalyticActivity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "catalytic activity"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1588 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1608 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/amylaseUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/katal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/deltaA450PerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attokatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centikatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decakatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decikatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exakatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtokatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigakatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectokatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilokatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megakatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microkatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millikatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanokatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petakatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picokatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terakatal> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attokatal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The attokatal is a unit of catalytic activity defined as 1.0e-18 katal."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attokatal"@en , "attokatal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/katal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/catalyticActivity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/atto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "akat" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centikatal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The centikatal is a unit of catalytic activity defined as 1.0e-2 katal."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centikatal"@en , "centikatal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/katal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/catalyticActivity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/centi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ckat" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decakatal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The decakatal is a unit of catalytic activity defined as 1.0e1 katal."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decakatal"@en , "decakatal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/katal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/catalyticActivity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deca> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dakat" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decikatal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The decikatal is a unit of catalytic activity defined as 1.0e-1 katal."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decikatal"@en , "decikatal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/katal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/catalyticActivity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deci> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dkat" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exakatal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The exakatal is a unit of catalytic activity defined as 1.0e18 katal."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exakatal"@en , "exakatal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/katal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/catalyticActivity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/exa> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ekat" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtokatal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The femtokatal is a unit of catalytic activity defined as 1.0e-15 katal."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtokatal"@en , "femtokatal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/katal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/catalyticActivity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/femto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fkat" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigakatal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The gigakatal is a unit of catalytic activity defined as 1.0e9 katal."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigakatal"@en , "gigakatal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/katal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/catalyticActivity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/giga> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Gkat" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectokatal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The hectokatal is a unit of catalytic activity defined as 1.0e2 katal."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectokatal"@en , "hectokatal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/katal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/catalyticActivity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/hecto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hkat" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilokatal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The kilokatal is a unit of catalytic activity defined as 1.0e3 katal."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilokatal"@en , "kilokatal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/katal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/catalyticActivity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kkat" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megakatal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The megakatal is a unit of catalytic activity defined as 1.0e6 katal."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megakatal"@en , "megakatal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/katal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/catalyticActivity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mega> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Mkat" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/microkatal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The microkatal is a unit of catalytic activity defined as 1.0e-6 katal."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "microkatal"@en , "microkatal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/katal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/catalyticActivity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/micro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μkat" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millikatal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The millikatal is a unit of catalytic activity defined as 1.0e-3 katal."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millikatal"@en , "millikatal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/katal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/catalyticActivity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mkat" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanokatal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The nanokatal is a unit of catalytic activity defined as 1.0e-9 katal."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanokatal"@en , "nanokatal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/katal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/catalyticActivity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/nano> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nkat" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petakatal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The petakatal is a unit of catalytic activity defined as 1.0e15 katal."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petakatal"@en , "petakatal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/katal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/catalyticActivity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/peta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Pkat" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picokatal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The picokatal is a unit of catalytic activity defined as 1.0e-12 katal."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picokatal"@en , "picokatal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/katal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/catalyticActivity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/pico> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pkat" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/terakatal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The terakatal is a unit of catalytic activity defined as 1.0e12 katal."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "terakatal"@en , "terakatal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/katal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/catalyticActivity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/tera> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Tkat" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CatalyticActivityConcentration> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "catalytic activity concentration"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1601 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1609 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/katalPerCubicmetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "catalytic concentration"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeAbscisedBuds> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Oorzaak einde vaasleven knopval (1/0)."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cause end of vase life abscised buds"@en , "oorzaak einde vaasleven knopval"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1-0> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "abscised buds"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_1-0> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "1/0"@en , "1/0"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeAbscisedFlowers> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Oorzaak einde vaasleven bloemval (1/0)."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cause end of vase life abscised flowers"@en , "oorzaak einde vaasleven bloemval"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1-0> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "abscised flowers"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeAbscisedLeaves> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Oorzaak einde vaasleven bladval (1/0)."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cause end of vase life abscised leaves"@en , "oorzaak einde vaasleven bladval"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1-0> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "abscised leaves"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeBlueFlowers> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Oorzaak einde vaasleven blauwe bloemen (1/0)."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cause end of vase life blue flowers"@en , "oorzaak einde vaasleven blauwe bloemen"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1-0> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "blue flowers"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeBotrytis> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Oorzaak einde vaasleven Botrytis (b3 of b4) (1/0)."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cause end of vase life Botrytis"@en , "oorzaak einde vaasleven Botrytis"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1-0> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "bot"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeDryBuds> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Oorzaak einde vaasleven knopverdroging (1/0)."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cause end of vase life dry buds"@en , "oorzaak einde vaasleven knopverdroging"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1-0> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "dry buds"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeDryFlowers> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Oorzaak einde vaasleven bloemverdroging (1/0)."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cause end of vase life dry flowers"@en , "oorzaak einde vaasleven bloemverdroging"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1-0> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "dry flowers"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeDryLeaves> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Oorzaak einde vaasleven bladverdroging (1/0)."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cause end of vase life dry leaves"@en , "oorzaak einde vaasleven bladverdroging"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1-0> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "dry leaves"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeMalformedBuds> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Oorzaak einde vaasleven misvormde knoppen (1/0)."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cause end of vase life malformed buds"@en , "oorzaak einde vaasleven misvormde knoppen"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1-0> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "malformed buds"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeMalformedFlowers> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Oorzaak einde vaasleven misvormde bloemen (1/0)."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cause end of vase life malformed flowers"@en , "oorzaak einde vaasleven misvormde bloemen"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1-0> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "malformed flowers"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeNonturgidFlowers> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Oorzaak einde vaasleven slappe bloemen (1/0)."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cause end of vase life nonturgid flowers"@en , "oorzaak einde vaasleven slappe bloemen"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1-0> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "nonturgid flowers"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeNonturgidLeaves> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Oorzaak einde vaasleven slappe bladeren (1/0)."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cause end of vase life nonturgid leaves"@en , "oorzaak einde vaasleven slappe bladeren"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1-0> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "nonturgid leaves"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeRottenFlowers> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Oorzaak einde vaasleven bloemrot (1/0)."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cause end of vase life rotten flowers"@en , "oorzaak einde vaasleven bloemrot"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1-0> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "rotten flowers"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeRottenLeaves> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Oorzaak einde vaasleven rotte bladeren (1/0)."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cause end of vase life rotten leaves"@en , "oorzaak einde vaasleven rotte bladeren"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1-0> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "rotten leaves"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeWiltedFlowers> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Oorzaak einde vaasleven bloemverwelking (1/0)."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cause end of vase life wilted flowers"@en , "oorzaak einde vaasleven bloemverwelking"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1-0> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "wilted flowers"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeWiltedLeaves> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Oorzaak einde vaasleven bladverwelking (1/0)."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cause end of vase life wilted leaves"@en , "oorzaak einde vaasleven bladverwelking"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1-0> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "wilted leaves"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CauseEndOfVaseLifeYellowLeaves> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Oorzaak einde vaasleven bladvergeling (1/0)."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cause end of vase life yellow leaves"@en , "oorzaak einde vaasleven bladvergeling"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1-0> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "yellow leaves"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hasOff-Set> a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "has off-set"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#float> ;
+	<http://www.w3.org/2000/01/rdf-schema#domain> <http://www.ontology-of-units-of-measure.org/resource/om-2/Scale> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_-189.3442OnTheCelsiusScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "-189.3442 on the Celsius scale"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPoint> <http://www.ontology-of-units-of-measure.org/resource/om-2/_83.8058OnTheKelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "-189.3442" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_-218.7916OnTheCelsiusScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "-218.7916 on the Celsius scale"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPoint> <http://www.ontology-of-units-of-measure.org/resource/om-2/_54.3584OnTheKelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "-218.7916" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_-248.5939OnTheCelsiusScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "-248.5939 on the Celsius scale"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPoint> <http://www.ontology-of-units-of-measure.org/resource/om-2/_24.5561OnTheKelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "-248.5939" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_-259.3467OnTheCelsiusScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "-259.3467 on the Celsius scale"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPoint> <http://www.ontology-of-units-of-measure.org/resource/om-2/_13.8033OnTheKelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "-259.3467" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_-270.15To-268.15OnTheCelsiusScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "One of the fixed points defining the Celsius scale"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "-270.15 to -268.15 on the Celsius scale"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPoint> <http://www.ontology-of-units-of-measure.org/resource/om-2/_3To5OnTheKelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "-270.15 to -268.15" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_-38.8344OnTheCelsiusScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "-38.8344 on the Celsius scale"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPoint> <http://www.ontology-of-units-of-measure.org/resource/om-2/_234.3156OnTheKelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "-38.8344" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_0.01OnTheCelsiusScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "0.01 on the Celsius scale"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPoint> <http://www.ontology-of-units-of-measure.org/resource/om-2/_273.16OnTheKelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "0.01" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_1064.18OnTheCelsiusScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "1064.18 on the Celsius scale"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPoint> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1337.33OnTheKelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "1064.18" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_1084.62OnTheCelsiusScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "1084.62 on the Celsius scale"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPoint> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1357.77OnTheKelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "1084.62" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_156.5985OnTheCelsiusScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "156.5985 on the Celsius scale"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPoint> <http://www.ontology-of-units-of-measure.org/resource/om-2/_429.7485OnTheKelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "156.5985" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_231.928OnTheCelsiusScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "231.928 on the Celsius scale"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPoint> <http://www.ontology-of-units-of-measure.org/resource/om-2/_505.078OnTheKelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "231.928" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_29.7646OnTheCelsiusScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "29.7646 on the Celsius scale"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPoint> <http://www.ontology-of-units-of-measure.org/resource/om-2/_302.9146OnTheKelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "29.7646" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_419.527OnTheCelsiusScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "419.527 on the Celsius scale"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPoint> <http://www.ontology-of-units-of-measure.org/resource/om-2/_692.677OnTheKelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "419.527" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_660.323OnTheCelsiusScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "660.323 on the Celsius scale"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPoint> <http://www.ontology-of-units-of-measure.org/resource/om-2/_933.473OnTheKelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "660.323" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_961.78OnTheCelsiusScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "961.78 on the Celsius scale"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPoint> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1234.93OnTheKelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "961.78" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/approximately-252.85OnTheCelsiusScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "~-252.85 on the Celsius scale"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPoint> <http://www.ontology-of-units-of-measure.org/resource/om-2/approximately203OnTheKelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "~-252.85" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/approximately-256.15OnTheCelsiusScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "~-256.15 on the Celsius scale"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPoint> <http://www.ontology-of-units-of-measure.org/resource/om-2/approximately17OnTheKelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "~-256.15" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusTemperature> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Celsius temperature"@en , "Celsiustemperatuur"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx992 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx993 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Temperature> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attodegreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centidegreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decidegreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtodegreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microdegreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millidegreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanodegreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picodegreeCelsius> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "t" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "θ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attodegreeCelsius> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The attodegree Celsius is a unit of temperature defined as 1.0e-18 degree Celsius."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attodegree Celsius"@en , "attograad Celsius"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/atto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "a°C" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centidegreeCelsius> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The centidegree Celsius is a unit of temperature defined as 1.0e-2 degree Celsius."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centidegree Celsius"@en , "centigraad Celsius"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/centi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "c°C" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decidegreeCelsius> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The decidegree Celsius is a unit of temperature defined as 1.0e-1 degree Celsius."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decidegree Celsius"@en , "decigraad Celsius"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deci> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "d°C" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtodegreeCelsius> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The femtodegree Celsius is a unit of temperature defined as 1.0e-15 degree Celsius."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtodegree Celsius"@en , "femtograad Celsius"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/femto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "f°C" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/microdegreeCelsius> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The microdegree Celsius is a unit of temperature defined as 1.0e-6 degree Celsius."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "microdegree Celsius"@en , "micrograad Celsius"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/micro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μ°C" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millidegreeCelsius> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The millidegree Celsius is a unit of temperature defined as 1.0e-3 degree Celsius."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millidegree Celsius"@en , "milligraad Celsius"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m°C" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanodegreeCelsius> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The nanodegree Celsius is a unit of temperature defined as 1.0e-9 degree Celsius."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanodegree Celsius"@en , "nanograad Celsius"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/nano> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "n°C" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picodegreeCelsius> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The picodegree Celsius is a unit of temperature defined as 1.0e-12 degree Celsius."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picodegree Celsius"@en , "picograad Celsius"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/pico> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "p°C" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Temperature> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Temperature is the extent to which an object is hot."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "temperature"@en , "temperatuur"@nl , "温度"@zh ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1004 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1011 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1034 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeFahrenheit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeRankine> , <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeReaumur> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attodegreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centidegreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decidegreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtodegreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microdegreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millidegreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanodegreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picodegreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attokelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centikelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decakelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decikelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exakelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtokelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigakelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectokelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilokelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megakelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microkelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millikelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanokelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petakelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picokelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terakelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "T" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "θ" , "t" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/unofficialAbbreviation> "temp" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Circumference> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "circumference"@en , "omtrek"@nl , "圆周"@zh ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Length> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cicero> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Didot> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/angstrom> , <http://www.ontology-of-units-of-measure.org/resource/om-2/astronomicalUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/chain> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fathom-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fermi> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/furlong-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/inch-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/lightYear> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micron> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Length> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-Statute> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/parsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/rod-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/solarRadius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yard-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "C" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Co-RotationRadius> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The radius (distance from the galaxy's centre) at which the stars move at the same speed as the spiral pattern or bar in a galaxy."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "co-rotation radius"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Radius> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/astronomicalUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/lightYear> , <http://www.ontology-of-units-of-measure.org/resource/om-2/parsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloparsec> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "r_c" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Radius> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "radius"@en , "straal"@nl , "半径"@zh ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Length> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cicero> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Didot> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/angstrom> , <http://www.ontology-of-units-of-measure.org/resource/om-2/astronomicalUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/chain> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fathom-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fermi> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/furlong-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/inch-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/lightYear> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micron> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Length> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-Statute> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/parsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/rod-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/solarRadius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yard-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "r" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "radius"@nl .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ColdGasMassFraction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The fraction of the mass of a galaxy that is in the form of cold gas ~10s K."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cold gas mass fraction"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/MassFraction> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CollisionFrequency> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Collision frequency is the average number of collisions between reacting molecules per unit time."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "collision frequency"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Frequency> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ν_coll" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "ν_c" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Frequency> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Frequency is a measure of the number of occurrences of a repeating event per unit time."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "frequency"@en , "frequentie"@nl , "频率"@zh ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx395 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx867 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalDay> , <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalYear> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attohertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centihertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decahertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decihertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exahertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtohertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigahertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectohertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilohertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megahertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microhertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millihertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanohertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petahertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picohertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terahertz> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "f" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "ν" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/unofficialAbbreviation> "freq" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ColorAreaFraction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Voorbeeld avocado Hass: percentage oppervlak donker."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "color area fraction"@en , "kleuroppervlaktefractie"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/AreaFraction> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "color%"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ColourIndex> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The difference between the apparent magnitude of a star at two different wavelengths (always the shorter-wavelength magnitude minus the longer-wavelength magnitude) to give a quantification of the star's colour. The magnitude of an object at different wavelengths are measured by using different filters before the detector. Often the Johnson system with UBV passbands are used. Other passbands may also be used (for instance g-r)."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "colour index"@en , "kleurindex"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ColourTemperature> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The temperature of a blackbody that has the same colour index as a given star."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "colour temperature"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/ThermodynamicTemperature> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ColumnNumberDensity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "column number density"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx851 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx865 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalSquareCentimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalSquareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/unofficialLabel> "density" , "number density" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CompoundUnit> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "compound unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CompressiveStress> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Compressive stress is a stress that, when applied, acts towards the center of a material."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "compressive stress"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Stress> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Standard> , <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Technical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/bar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/barye> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/torr> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decibar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microbar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millibar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramSecond-TimeToThePower-2ReciprocalMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonPerSquareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micropascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terapascal> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Stress> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Stress is a force that produces or tends to produce deformation in a body measured by the force applied per unit area."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "stress"@en , "mechanische spanning"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1301 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx605 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Standard> , <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Technical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/bar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/barye> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/torr> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decibar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microbar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millibar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramSecond-TimeToThePower-2ReciprocalMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonPerSquareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micropascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terapascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "σ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ContactAngle> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "contact angle"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Angle> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degree> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gon> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/radian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/revolution> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attoradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centiradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/deciradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtoradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milliradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanoradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picoradian> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CosmologicalConstant> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The cosmological constant."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cosmological constant"@en , "kosmologische constante"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Λ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Cost> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cost"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfMoney> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitedStatesDollar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/euro> , <http://www.ontology-of-units-of-measure.org/resource/om-2/JapaneseYen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/poundSterling> , <http://www.ontology-of-units-of-measure.org/resource/om-2/AustralianDollar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/SwissFranc> , <http://www.ontology-of-units-of-measure.org/resource/om-2/CanadianDollar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MexicanPeso> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ChineseYuan> , <http://www.ontology-of-units-of-measure.org/resource/om-2/NewZealandDollar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/SwedishKrona> , <http://www.ontology-of-units-of-measure.org/resource/om-2/RussianRuble> , <http://www.ontology-of-units-of-measure.org/resource/om-2/HongKongDollar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/NorwegianKrone> , <http://www.ontology-of-units-of-measure.org/resource/om-2/SingaporeDollar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/TurkishLira> , <http://www.ontology-of-units-of-measure.org/resource/om-2/SouthKoreanWon> , <http://www.ontology-of-units-of-measure.org/resource/om-2/SouthAfricanRand> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BrazilianReal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/IndianRupee> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaeuro> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CousinsMagnitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "A magnitude measured in one of Cousins standard passbands (using a standard filter, i.e. I or R)."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Cousins magnitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Magnitude> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Coverage> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "coverage"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/AreaFraction> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/partsPerMillion> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetrePerSquareMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CowlingNumber> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Cowling number"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1317 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1319 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Co" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "second Cowling number"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Co2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CriticalDensity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The density needed for a closed universe."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "critical density"@en , "kritieke dichtheid"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Density> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerCubicmetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milligramPerCubicmetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerCubicCentimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microgramPerCubicCentimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerCubicmetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerCubicDecimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ρ_c" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Density> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Density is the concentration of matter. It is a derived quantity in the International System of Units. Density is mass divided by volume."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "density"@en , "dichtheid"@nl , "密度"@zh ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx468 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx869 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerCubicmetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milligramPerCubicmetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerCubicCentimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microgramPerCubicCentimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerCubicmetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerCubicDecimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attogramPerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centigramPerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decagramPerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decigramPerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exagramPerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtogramPerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigagramPerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerAttolitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerCentilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerDecalitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerDecilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerExalitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerFemtolitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerGigalitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerHectolitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerKilolitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerMegalitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerMicrolitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerMillilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerNanolitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerPetalitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerPicolitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerTeralitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectogramPerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megagramPerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microgramPerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milligramPerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanogramPerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petagramPerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picogramPerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teragramPerLitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ρ" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "concentration (w/v)"@en , "mass density"@en , "soortelijke massa"@nl .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CurrentDensity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Current density is the density of flow of a conserved charge. It is a derived quantity in the International System of Units. Current density is electric current divided by area."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "current density"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1072 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1281 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/amperePerSquareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "J" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "j" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/CurvatureConstant> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The curvature constant k=-1, 0, or 1."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "curvature constant"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1792 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1794 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "k" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Cut-OffWavelength> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Either: wavelengths at which the detectivity (D) falls to 0, or the wavelengths at which the detectivity falls to 1% of the peak value, or the wavelengths at which the normalised detectivity (D*) has fallen to half its peak value."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cut-off wavelength"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Wavelength> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques_chapter1> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cicero> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Didot> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/angstrom> , <http://www.ontology-of-units-of-measure.org/resource/om-2/astronomicalUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/chain> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fathom-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fermi> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/furlong-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/inch-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/lightYear> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micron> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Length> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-Statute> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/parsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/rod-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/solarRadius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yard-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "λ_c" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Wavelength> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "wavelength"@en , "golflengte"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Length> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cicero> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Didot> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/angstrom> , <http://www.ontology-of-units-of-measure.org/resource/om-2/astronomicalUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/chain> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fathom-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fermi> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/furlong-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/inch-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/lightYear> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micron> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Length> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-Statute> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/parsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/rod-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/solarRadius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yard-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "λ" .
+
+<http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques_chapter1> a <http://purl.org/ontology/bibo/Chapter> ;
+	<http://purl.org/dc/elements/1.1/title> "Detectors" ;
+	<http://purl.org/ontology/bibo/chapter> "1" ;
+	<http://purl.org/ontology/bibo/pageEnd> "185" ;
+	<http://purl.org/ontology/bibo/pageStart> "1" ;
+	<http://purl.org/ontology/bibo/reproducedIn> <http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/DarkNoise> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Output from a detector when unilluminated - usually as RMS voltage or current (Kitchin, Astrophysical Techniques, IoP, Table 1.1.2)."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "dark noise"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques_chapter1> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Date> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "date"@en , "datum"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/day> , <http://www.ontology-of-units-of-measure.org/resource/om-2/day-Sidereal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hour-Sidereal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Sidereal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Sidereal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/shake> , <http://www.ontology-of-units-of-measure.org/resource/om-2/year> , <http://www.ontology-of-units-of-measure.org/resource/om-2/year-Sidereal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/year-Tropical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigayear> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terasecond-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attosecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attosecond"@en , "attoseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/atto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "as" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centisecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centisecond"@en , "centiseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/centi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cs" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decasecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decasecond"@en , "decaseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deca> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "das" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decisecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decisecond"@en , "deciseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deci> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ds" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exasecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exasecond"@en , "exaseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/exa> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Es" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtosecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtosecond"@en , "femtoseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/femto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fs" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigasecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigasecond"@en , "gigaseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/giga> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Gs" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectosecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectosecond"@en , "hectoseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/hecto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hs" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilosecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilosecond"@en , "kiloseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ks" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megasecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megasecond"@en , "megaseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mega> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ms" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "microsecond"@en , "microseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/micro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μs" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millisecond"@en , "milliseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ms" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanosecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanosecond"@en , "nanoseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/nano> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ns" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petasecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petasecond"@en , "petaseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/peta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ps" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picosecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picosecond"@en , "picoseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/pico> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ps" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/terasecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "terasecond"@en , "teraseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/tera> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ts" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Time> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Time is a base quantity in the International System of Units and other systems of units. It is measured by numbers of repetitions of cyclical events."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "time"@en , "tijd"@nl , "时间"@zh ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx268 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx862 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/day> , <http://www.ontology-of-units-of-measure.org/resource/om-2/day-Sidereal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hour-Sidereal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Sidereal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Sidereal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/shake> , <http://www.ontology-of-units-of-measure.org/resource/om-2/year> , <http://www.ontology-of-units-of-measure.org/resource/om-2/year-Sidereal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/year-Tropical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigayear> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terasecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "t" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/DecelerationParameter> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "deceleration parameter"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1797 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "q" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Declination> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The angular distance on the celestial sphere north or south of the celestial equator. It is measured along the hour circle passing through the celestial object. Declination is usually given in combination with right ascension or hour angle."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "declination"@en , "declinatie"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Angle> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Glossary_Astronomical_Almanac> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degree> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Angle> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "δ" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "dec" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attogramPerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGramPerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Attogram per litre is a unit of density defined as attogram divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attogram per litre"@en , "attogram per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/attogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ag/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "ag l-1" , "ag·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centigramPerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGramPerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Centigram per litre is a unit of density defined as centigram divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centigram per litre"@en , "centigram per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/centigram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cg/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "cg l-1" , "cg·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decagramPerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGramPerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Decagram per litre is a unit of density defined as decagram divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decagram per litre"@en , "decagram per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/decagram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dag/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "dag l-1" , "dag·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decigramPerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGramPerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Decigram per litre is a unit of density defined as decigram divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decigram per litre"@en , "decigram per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/decigram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dg/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "dg l-1" , "dg·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exagramPerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGramPerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Exagram per litre is a unit of density defined as exagram divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exagram per litre"@en , "exagram per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/exagram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Eg/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Eg l-1" , "Eg·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtogramPerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGramPerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Femtogram per litre is a unit of density defined as femtogram divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtogram per litre"@en , "femtogram per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/femtogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fg/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "fm s-1" , "fm·s-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigagramPerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGramPerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Gigagram per litre is a unit of density defined as gigagram divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigagram per litre"@en , "gigagram per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gigagram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Gg/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Gg l-1" , "Gg·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerAttolitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/GramPerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Gram per attolitre is a unit of density defined as gram divided by attolitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram per attolitre"@en , "gram per attoliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/attolitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g/al" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "g al-1" , "g·al-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerCentilitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/GramPerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Gram per centilitre is a unit of density defined as gram divided by centilitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram per centilitre"@en , "gram per centiliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/centilitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g/cl" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "g cl-1" , "g·cl-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerDecalitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/GramPerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Gram per decalitre is a unit of density defined as gram divided by decalitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram per decalitre"@en , "gram per decaliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/decalitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g/dal" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "g dal-1" , "g·dal-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerDecilitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/GramPerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Gram per decilitre is a unit of density defined as gram divided by decilitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram per decilitre"@en , "gram per deciliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/decilitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g/dl" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "g dl-1" , "g·dl-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerExalitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/GramPerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Gram per exalitre is a unit of density defined as gram divided by exalitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram per exalitre"@en , "gram per exaliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/exalitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g/El" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "g El-1" , "g·El-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerFemtolitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/GramPerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Gram per femtolitre is a unit of density defined as gram divided by femtolitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram per femtolitre"@en , "gram per femtoliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/femtolitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g/fl" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "g fl-1" , "g·fl-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerGigalitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/GramPerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Gram per gigalitre is a unit of density defined as gram divided by gigalitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram per gigalitre"@en , "gram per gigaliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gigalitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g/Gl" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "g Gl-1" , "g·Gl-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerHectolitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/GramPerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Gram per hectolitre is a unit of density defined as gram divided by hectolitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram per hectolitre"@en , "gram per hectoliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/hectolitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g/hl" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "g hl-1" , "g·hl-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerKilolitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/GramPerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Gram per kilolitre is a unit of density defined as gram divided by kilolitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram per kilolitre"@en , "gram per kiloliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilolitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g/kl" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "g kl-1" , "g·kl-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerMegalitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/GramPerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Gram per megalitre is a unit of density defined as gram divided by megalitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram per megalitre"@en , "gram per megaliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/megalitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g/Ml" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "g Ml-1" , "g·Ml-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerMicrolitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/GramPerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Gram per microlitre is a unit of density defined as gram divided by microlitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram per microlitre"@en , "gram per microliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/microlitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g/μl" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "g μl-1" , "g·μl-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerMillilitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/GramPerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Gram per millilitre is a unit of density defined as gram divided by millilitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram per millilitre"@en , "gram per milliliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/millilitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g/ml" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "g ml-1" , "g·ml-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerNanolitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/GramPerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Gram per nanolitre is a unit of density defined as gram divided by nanolitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram per nanolitre"@en , "gram per nanoliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/nanolitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g/nl" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "g nl-1" , "g·nl-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerPetalitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/GramPerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Gram per petalitre is a unit of density defined as gram divided by petalitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram per petalitre"@en , "gram per petaliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/petalitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g/Pl" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "g Pl-1" , "g·Pl-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerPicolitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/GramPerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Gram per picolitre is a unit of density defined as gram divided by picolitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram per picolitre"@en , "gram per picoliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/picolitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g/pl" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "g pl-1" , "g·pl-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerTeralitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/GramPerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Gram per teralitre is a unit of density defined as gram divided by teralitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram per teralitre"@en , "gram per teraliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/teralitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g/Tl" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "g Tl-1" , "g·Tl-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectogramPerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGramPerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Hectogram per litre is a unit of density defined as hectogram divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectogram per litre"@en , "hectogram per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/hectogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hg/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "hg l-1" , "hg·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGramPerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Kilogram per litre is a unit of density defined as kilogram divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilogram per litre"@en , "kilogram per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kg/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "kg l-1" , "kg·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megagramPerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGramPerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Megagram per litre is a unit of density defined as megagram divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megagram per litre"@en , "megagram per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/megagram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Mg/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Mg l-1" , "Mg·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/microgramPerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGramPerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Microgram per litre is a unit of density defined as microgram divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "microgram per litre"@en , "microgram per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/microgram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μg/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "μg l-1" , "μg·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/milligramPerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGramPerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Milligram per litre is a unit of density defined as milligram divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "milligram per litre"@en , "milligram per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/milligram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mg/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mg l-1" , "mg·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanogramPerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGramPerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Nanogram per litre is a unit of density defined as nanogram divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanogram per litre"@en , "nanogram per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/nanogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ng/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "ng l-1" , "ng·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petagramPerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGramPerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Petagram per litre is a unit of density defined as petagram divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petagram per litre"@en , "petagram per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/petagram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Pg/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Pg l-1" , "Pg·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picogramPerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGramPerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Picogram per litre is a unit of density defined as picogram divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picogram per litre"@en , "picogram per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/picogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pg/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "pg l-1" , "pg·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/teragramPerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGramPerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Teragram per litre is a unit of density defined as teragram divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "teragram per litre"@en , "teragram per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/teragram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Tg/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Tg l-1" , "Tg·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameter> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Ratio of the average density and the critical density."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "density parameter"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1801 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1803 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ω" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameterForBaryonicMatter> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The density parameter for baryonic (oridnary) matter."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "density parameter for baryonic matter"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameter> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ω_B" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameterForMatter> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The density parameter for matter (either baryonic or dark)."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "density parameter for matter"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameter> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ω_M" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameterForRadiation> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The density parameter for radiation."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "density parameter for radiation"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameter> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ω_R" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameterForVacuum> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The density parameter for vacuum."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "density parameter for vacuum"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameter> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ω_Λ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Depth> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "depth"@en , "diepte"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Length> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cicero> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Didot> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/angstrom> , <http://www.ontology-of-units-of-measure.org/resource/om-2/astronomicalUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/chain> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fathom-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fermi> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/furlong-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/inch-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/lightYear> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micron> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Length> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-Statute> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/parsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/rod-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/solarRadius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yard-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "d" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/DetectiveQuantumEfficiency> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Square of ratio between the output signal noise ratio and the input signal noise ratio."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "detective quantum efficiency"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/QuantumEfficiency> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques_chapter1> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "DQE" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/QuantumEfficiency> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Ratio (of a detector such as a CCD) of actual number of detected photons and the number of incident photons."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "quantum efficiency"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1773 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1777 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques_chapter1> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "QE" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Detectivity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Reciprocal of Noise equivalent power. The signal-to-noise ratio for incident radiation of unit intensity."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "detectivity"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx819 ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques_chapter1> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalWatt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "D" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Diameter> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "diameter"@en , "diameter"@nl , "直径"@zh ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Length> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cicero> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Didot> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/angstrom> , <http://www.ontology-of-units-of-measure.org/resource/om-2/astronomicalUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/chain> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fathom-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fermi> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/furlong-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/inch-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/lightYear> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micron> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Length> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-Statute> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/parsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/rod-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/solarRadius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yard-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "d" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Diameter-Angle> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "diameter (angle)"@en , "diameter (hoek)"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Angle> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degree> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-Angle> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Dimensions are abstract properties of units and quantities neglecting their vectorial or tensorial character and all numerical factors including their sign."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "dimension"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/DirectionalDoseEquivalent> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "directional dose equivalent"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/DoseEquivalent> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/rem> , <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centisievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decisievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terasievert> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/DisodiumEthyleneDiamineTetreAcetateMassFraction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The fraction of the mass of disodium ethylene diamine tetra acetate in a phenomenon"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "disodium ethylene diamine tetra acetate mass fraction"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/MassFraction> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerGram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "NaEDTA mass fraction"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Displacement> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "displacement"@en , "verplaatsing"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Length> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cicero> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Didot> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/angstrom> , <http://www.ontology-of-units-of-measure.org/resource/om-2/astronomicalUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/chain> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fathom-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fermi> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/furlong-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/inch-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/lightYear> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micron> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Length> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-Statute> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/parsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/rod-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/solarRadius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yard-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "d" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Distance> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "distance"@en , "afstand"@nl , "距离"@zh ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Length> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cicero> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Didot> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/angstrom> , <http://www.ontology-of-units-of-measure.org/resource/om-2/astronomicalUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/chain> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fathom-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fermi> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/furlong-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/inch-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/lightYear> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micron> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Length> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-Statute> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/parsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/rod-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/solarRadius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yard-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "d" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/DiurnalAberration> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The component of the stellar abberation resulting from the diurnal motion of the observer around the centre of the Earth. The abberation is the apparent angular displacement of the observed position of a celestial object from its geometric position, caused by the finite velocity of light in combination with the motions of the observer and of the observed object."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "diurnal aberration"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/AngularDisplacement> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Glossary_Astronomical_Almanac> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degree> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-Angle> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/DrainageSpeed> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "drainage speed"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Speed> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/knot-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetrePerHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetrePerDay> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDay> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetrePerDay> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-StatutePerHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-InternationalPerHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decametrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exametrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megametrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerAttosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerCentisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDecasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDecisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerExasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerFemtosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerGigasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerHectosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerKilosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMegasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMicrosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMillisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerNanosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerPetasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerPicosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerTerasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petametrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terametrePerSecond-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attometrePerSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Attometre per second is a unit of speed defined as attometre divided by second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attometre per second"@en , "attometer per seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/attometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "am/s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "am s-1" , "am·s-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centimetrePerSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Centimetre per second is a unit of speed defined as centimetre divided by second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centimetre per second"@en , "centimeter per seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cm/s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "cm s-1" , "cm·s-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decametrePerSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Decametre per second is a unit of speed defined as decametre divided by second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decametre per second"@en , "decameter per seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/decametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dam/s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "dam s-1" , "dam·s-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decimetrePerSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Decimetre per second is a unit of speed defined as decimetre divided by second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decimetre per second"@en , "decimeter per seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dm/s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "dm s-1" , "dm·s-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exametrePerSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Exametre per second is a unit of speed defined as exametre divided by second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exametre per second"@en , "exameter per seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/exametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Em/s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Em s-1" , "Em·s-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtometrePerSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Femtometre per second is a unit of speed defined as femtometre divided by second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtometre per second"@en , "femtometer per seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fm/s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "fm s-1" , "fm·s-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigametrePerSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Gigametre per second is a unit of speed defined as gigametre divided by second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigametre per second"@en , "gigameter per seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Gm/s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Gm s-1" , "Gm·s-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectometrePerSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Hectometre per second is a unit of speed defined as hectometre divided by second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectometre per second"@en , "hectometer per seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hm/s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "hm s-1" , "hm·s-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Kilometre per second is a unit of speed defined as kilometre divided by second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilometre per second"@en , "kilometer per seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "km/s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "km s-1" , "km·s-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megametrePerSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Megametre per second is a unit of speed defined as megametre divided by second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megametre per second"@en , "megameter per seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/megametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Mm/s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Mm s-1" , "Mm·s-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerAttosecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per attosecond is a unit of speed defined as metre divided by attosecond."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per attosecond"@en , "meter per attoseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/attosecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/as" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m as-1" , "m·as-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerCentisecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per centisecond is a unit of speed defined as metre divided by centisecond."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per centisecond"@en , "meter per centiseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/centisecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/cs" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m cs-1" , "m·cs-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDecasecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per decasecond is a unit of speed defined as metre divided by decasecond."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per decasecond"@en , "meter per decaseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/decasecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/das" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m das-1" , "m·das-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDecisecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per decisecond is a unit of speed defined as metre divided by decisecond."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per decisecond"@en , "meter per deciseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/decisecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/ds" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m ds-1" , "m·ds-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerExasecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per exasecond is a unit of speed defined as metre divided by exasecond."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per exasecond"@en , "meter per exaseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/exasecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/Es" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m Es-1" , "m·Es-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerFemtosecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per femtosecond is a unit of speed defined as metre divided by femtosecond."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per femtosecond"@en , "meter per femtoseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/femtosecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/fs" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m fs-1" , "m·fs-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerGigasecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per gigasecond is a unit of speed defined as metre divided by gigasecond."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per gigasecond"@en , "meter per gigaseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gigasecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/Gs" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m Gs-1" , "m·Gs-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerHectosecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per hectosecond is a unit of speed defined as metre divided by hectosecond."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per hectosecond"@en , "meter per hectoseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/hectosecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/hs" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m hs-1" , "m·hs-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerKilosecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per kilosecond is a unit of speed defined as metre divided by kilosecond."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per kilosecond"@en , "meter per kiloseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilosecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/ks" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m ks-1" , "m·ks-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMegasecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per megasecond is a unit of speed defined as metre divided by megasecond."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per megasecond"@en , "meter per megaseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/megasecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/Ms" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m Ms-1" , "m·Ms-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMicrosecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per microsecond is a unit of speed defined as metre divided by microsecond."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per microsecond"@en , "meter per microseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/μs" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m μs-1" , "m·μs-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMillisecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per millisecond is a unit of speed defined as metre divided by millisecond."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per millisecond"@en , "meter per milliseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/ms" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m ms-1" , "m·ms-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerNanosecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per nanosecond is a unit of speed defined as metre divided by nanosecond."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per nanosecond"@en , "meter per nanoseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/nanosecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/ns" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m ns-1" , "m·ns-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerPetasecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per petasecond is a unit of speed defined as metre divided by petasecond."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per petasecond"@en , "meter per petaseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/petasecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/Ps" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m Ps-1" , "m·Ps-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerPicosecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per picosecond is a unit of speed defined as metre divided by picosecond."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per picosecond"@en , "meter per picoseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/picosecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/ps" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m ps-1" , "m·ps-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerTerasecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per terasecond is a unit of speed defined as metre divided by terasecond."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per terasecond"@en , "meter per teraseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/terasecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/Ts" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m Ts-1" , "m·Ts-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/micrometrePerSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Micrometre per second is a unit of speed defined as micrometre divided by second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "micrometre per second"@en , "micrometer per seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μm/s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "μm s-1" , "μm·s-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millimetrePerSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Millimetre per second is a unit of speed defined as millimetre divided by second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millimetre per second"@en , "millimeter per seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mm/s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mm s-1" , "mm·s-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanometrePerSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Nanometre per second is a unit of speed defined as nanometre divided by second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanometre per second"@en , "nanometer per seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nm/s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "nm s-1" , "nm·s-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petametrePerSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Petametre per second is a unit of speed defined as petametre divided by second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petametre per second"@en , "petameter per seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/petametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Pm/s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Pm s-1" , "Pm·s-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picometrePerSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Picometre per second is a unit of speed defined as picometre divided by second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picometre per second"@en , "picometer per seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/picometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pm/s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "pm s-1" , "pm·s-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/terametrePerSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Terametre per second is a unit of speed defined as terametre divided by second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "terametre per second"@en , "terameter per seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/terametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Tm/s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Tm s-1" , "Tm·s-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Speed> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Speed is the time rate of motion measured by the distance moved over in unit time."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "speed"@en , "snelheid (scalair)"@nl , "速度"@zh ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx516 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx871 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/knot-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetrePerHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetrePerDay> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDay> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetrePerDay> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-StatutePerHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-InternationalPerHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decametrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exametrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megametrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerAttosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerCentisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDecasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDecisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerExasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerFemtosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerGigasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerHectosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerKilosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMegasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMicrosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMillisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerNanosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerPetasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerPicosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerTerasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petametrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terametrePerSecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "v" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "u" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/DryBodyMass> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "dry body mass"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/DryMass> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/tonne> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/unofficialLabel> "dry body weight" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/DryMass> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "dry mass"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Mass> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/tonne> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/unofficialLabel> "dry weight" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/DryMatterMassFraction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The fraction of the mass of dry matter in a phenomenon"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "dry matter mass fraction"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/MassFraction> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Duration> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "duration"@en , "duur"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/day> , <http://www.ontology-of-units-of-measure.org/resource/om-2/day-Sidereal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hour-Sidereal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Sidereal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Sidereal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/shake> , <http://www.ontology-of-units-of-measure.org/resource/om-2/year> , <http://www.ontology-of-units-of-measure.org/resource/om-2/year-Sidereal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/year-Tropical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigayear> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terasecond-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/DynamicRange> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Ratio between the saturation output and the dark signal, sometimes only over the region of linearity."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "dynamic range"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1771 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1775 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques_chapter1> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/DynamicViscosity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Viscosity is the definite resistance to change of form of many materials."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "dynamic viscosity"@en , "dynamische viscositeit"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx736 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx881 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/poise> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pascalSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centipoise> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μ" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "η" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/unofficialLabel> "viscosity" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centipoise> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centipoise"@en , "centipoise"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/poise> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dynamicViscosity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/centi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cP" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Eccentricity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "A measure of the deviation from a circle for an orbit."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "eccentricity"@en , "eccentriciteit"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/QuantityOfDimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "e" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/EclipticLatitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The angular distance on the celestial sphere north or south of the ecliptic (the path of the Sun on the celestial sphere during one year). It is measured along the great circle passing through the object and the ecliptic poles and perpendicular to the ecliptic."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "ecliptic latitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Angle> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/chapter13_Astronomical_Algorithms> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degree> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Angle> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "β" .
+
+<http://www.wurvoc.org/bibliography/om-2/chapter13_Astronomical_Algorithms> a <http://purl.org/ontology/bibo/Chapter> ;
+	<http://purl.org/dc/elements/1.1/title> "Transformation of Coordinates" ;
+	<http://purl.org/ontology/bibo/chapter> "13" ;
+	<http://purl.org/ontology/bibo/pageEnd> "96" ;
+	<http://purl.org/ontology/bibo/pageStart> "92" ;
+	<http://purl.org/ontology/bibo/reproducedIn> <urn:isbn:0943396611> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/EclipticLongitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The angular distance on the celestial sphere measured clockwise from the vernal equinox along the ecliptic (the path of the Sun on the celestial sphere during one year) to the intersection with the great circle drawn from the ecliptical north pole through the object."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "ecliptic longitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Angle> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/chapter13_Astronomical_Algorithms> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degree> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Angle> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "λ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/EggMassFraction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The fraction of the mass of egg in a phenomenon"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "egg mass fraction"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/MassFraction> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ElasticityTensor> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "elasticity tensor"@en , "elasticiteitstensor"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/DynamicModulus> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Standard> , <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Technical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/bar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/barye> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/torr> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decibar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microbar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millibar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramSecond-TimeToThePower-2ReciprocalMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonPerSquareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micropascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terapascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "c_ijkl" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "stiffness tensor"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricCharge> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Electric charge is a conserved property of some subatomic particles, which determines their electromagnetic interaction. It is a derived quantity in the International System of Units. Electric charge is electric current times time."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electric charge"@en , "electrische lading"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1084 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1282 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/abcoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/faraday> , <http://www.ontology-of-units-of-measure.org/resource/om-2/franklin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/statcoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeAmpere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attocoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centicoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decacoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decicoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exacoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtocoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigacoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectocoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilocoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megacoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microcoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millicoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanocoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petacoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picocoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teracoulomb> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Q" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "quantity of electricity"@en , "lading"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "q" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attocoulomb> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The attocoulomb is a unit of electric charge defined as 1.0e-18 coulomb."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attocoulomb"@en , "attocoulomb"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCharge-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/atto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "aC" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centicoulomb> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The centicoulomb is a unit of electric charge defined as 1.0e-2 coulomb."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centicoulomb"@en , "centicoulomb"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCharge-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/centi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cC" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decacoulomb> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The decacoulomb is a unit of electric charge defined as 1.0e1 coulomb."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decacoulomb"@en , "decacoulomb"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCharge-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deca> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "daC" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decicoulomb> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The decicoulomb is a unit of electric charge defined as 1.0e-1 coulomb."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decicoulomb"@en , "decicoulomb"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCharge-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deci> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dC" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exacoulomb> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The exacoulomb is a unit of electric charge defined as 1.0e18 coulomb."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exacoulomb"@en , "exacoulomb"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCharge-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/exa> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "EC" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtocoulomb> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The femtocoulomb is a unit of electric charge defined as 1.0e-15 coulomb."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtocoulomb"@en , "femtocoulomb"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCharge-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/femto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fC" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigacoulomb> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The gigacoulomb is a unit of electric charge defined as 1.0e9 coulomb."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigacoulomb"@en , "gigacoulomb"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCharge-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/giga> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "GC" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectocoulomb> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The hectocoulomb is a unit of electric charge defined as 1.0e2 coulomb."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectocoulomb"@en , "hectocoulomb"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCharge-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/hecto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hC" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilocoulomb> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The kilocoulomb is a unit of electric charge defined as 1.0e3 coulomb."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilocoulomb"@en , "kilocoulomb"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCharge-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kC" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megacoulomb> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The megacoulomb is a unit of electric charge defined as 1.0e6 coulomb."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megacoulomb"@en , "megacoulomb"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCharge-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mega> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "MC" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/microcoulomb> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The microcoulomb is a unit of electric charge defined as 1.0e-6 coulomb."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "microcoulomb"@en , "microcoulomb"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCharge-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/micro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μC" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millicoulomb> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The millicoulomb is a unit of electric charge defined as 1.0e-3 coulomb."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millicoulomb"@en , "millicoulomb"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCharge-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mC" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanocoulomb> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The nanocoulomb is a unit of electric charge defined as 1.0e-9 coulomb."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanocoulomb"@en , "nanocoulomb"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCharge-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/nano> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nC" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petacoulomb> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The petacoulomb is a unit of electric charge defined as 1.0e15 coulomb."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petacoulomb"@en , "petacoulomb"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCharge-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/peta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "PC" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picocoulomb> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The picocoulomb is a unit of electric charge defined as 1.0e-12 coulomb."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picocoulomb"@en , "picocoulomb"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCharge-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/pico> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pC" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/teracoulomb> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The teracoulomb is a unit of electric charge defined as 1.0e12 coulomb."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "teracoulomb"@en , "teracoulomb"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCharge-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/tera> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "TC" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricChargeDensity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Electric charge density is the amount of electric charge in a volume. It is a derived quantity in the International System of Units. Electric charge density is electric charge divided by volume."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electric charge density"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1179 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1288 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulombPerCubicmetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "charge density"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricCurrent> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Electric current is the flow of electric charge. It is a base quantity in the International System of Units. Electric current is electric charge divided by time."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electric current"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1057 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1279 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/abampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/biot> , <http://www.ontology-of-units-of-measure.org/resource/om-2/statampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attoampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centiampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decaampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/deciampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exaampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtoampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectoampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milliampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanoampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petaampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picoampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teraampere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "I" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "current"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "i" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attoampere> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The attoampere is a unit of electric current defined as 1.0e-18 ampere."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attoampere"@en , "attoampère"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCurrent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/atto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "aA" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centiampere> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The centiampere is a unit of electric current defined as 1.0e-2 ampere."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centiampere"@en , "centiampère"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCurrent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/centi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cA" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decaampere> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The decaampere is a unit of electric current defined as 1.0e1 ampere."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decaampere"@en , "decaampère"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCurrent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deca> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "daA" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/deciampere> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The deciampere is a unit of electric current defined as 1.0e-1 ampere."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "deciampere"@en , "deciampère"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCurrent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deci> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dA" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exaampere> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The exaampere is a unit of electric current defined as 1.0e18 ampere."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exaampere"@en , "exaampère"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCurrent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/exa> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "EA" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtoampere> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The femtoampere is a unit of electric current defined as 1.0e-15 ampere."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtoampere"@en , "femtoampère"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCurrent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/femto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fA" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigaampere> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The gigaampere is a unit of electric current defined as 1.0e9 ampere."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigaampere"@en , "gigaampère"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCurrent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/giga> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "GA" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectoampere> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The hectoampere is a unit of electric current defined as 1.0e2 ampere."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectoampere"@en , "hectoampère"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCurrent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/hecto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hA" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kiloampere> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The kiloampere is a unit of electric current defined as 1.0e3 ampere."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kiloampere"@en , "kiloampère"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCurrent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kA" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megaampere> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The megaampere is a unit of electric current defined as 1.0e6 ampere."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megaampere"@en , "megaampère"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCurrent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mega> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "MA" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/microampere> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The microampere is a unit of electric current defined as 1.0e-6 ampere."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "microampere"@en , "microampère"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCurrent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/micro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μA" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/milliampere> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The milliampere is a unit of electric current defined as 1.0e-3 ampere."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "milliampere"@en , "milliampère"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCurrent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mA" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanoampere> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The nanoampere is a unit of electric current defined as 1.0e-9 ampere."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanoampere"@en , "nanoampère"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCurrent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/nano> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nA" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petaampere> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The petaampere is a unit of electric current defined as 1.0e15 ampere."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petaampere"@en , "petaampère"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCurrent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/peta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "PA" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picoampere> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The picoampere is a unit of electric current defined as 1.0e-12 ampere."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picoampere"@en , "picoampère"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCurrent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/pico> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pA" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/teraampere> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The teraampere is a unit of electric current defined as 1.0e12 ampere."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "teraampere"@en , "teraampère"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCurrent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/tera> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "TA" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricDipoleMoment> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Electric dipole moment is a measure of the polarity of a system of electric charges."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electric dipole moment"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1265 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1297 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/debye> , <http://www.ontology-of-units-of-measure.org/resource/om-2/coulombMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "p" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricField> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Electric field is a property of the space surrounding an electric charge or in the presence of a time-varying magnetic field which exerts a forceon other electrically charged objects."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electric field"@en , "electrisch veld"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1175 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1287 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonPerCoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/voltPerMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "E" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "electric field strength"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricFluxDensity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electric flux density"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1183 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1289 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulombPerSquareMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricPotential> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Electric potential is the potential energy per unit charge associated with static (time-invariant) electric field."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electric potential"@en , "electrische potentiaal"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1103 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1283 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/abvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/statvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerAmpere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attovolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centivolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decavolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decivolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exavolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtovolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigavolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectovolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilovolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megavolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millivolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanovolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petavolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picovolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teravolt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "V" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "voltage"@en , "voltage"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "φ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attovolt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attovolt"@en , "attovolt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricPotential-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/atto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "aV" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centivolt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centivolt"@en , "centivolt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricPotential-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/centi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cV" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decavolt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decavolt"@en , "decavolt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricPotential-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deca> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "daV" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decivolt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decivolt"@en , "decivolt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricPotential-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deci> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dV" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exavolt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exavolt"@en , "exavolt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricPotential-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/exa> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "EV" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtovolt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtovolt"@en , "femtovolt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricPotential-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/femto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fV" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigavolt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigavolt"@en , "gigavolt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricPotential-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/giga> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "GV" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectovolt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectovolt"@en , "hectovolt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricPotential-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/hecto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hV" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilovolt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilovolt"@en , "kilovolt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricPotential-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kV" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megavolt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megavolt"@en , "megavolt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricPotential-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mega> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "MV" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/microvolt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "microvolt"@en , "microvolt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricPotential-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/micro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μV" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millivolt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millivolt"@en , "millivolt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricPotential-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mV" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanovolt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanovolt"@en , "nanovolt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricPotential-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/nano> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nV" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petavolt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petavolt"@en , "petavolt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricPotential-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/peta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "PV" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picovolt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picovolt"@en , "picovolt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricPotential-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/pico> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pV" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/teravolt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "teravolt"@en , "teravolt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricPotential-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/tera> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "TV" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalConductance> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Electrical conductance is a measure of how easily electricity flows along a certain path through an electrical element."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electrical conductance"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1161 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1286 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/abmho> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mho> , <http://www.ontology-of-units-of-measure.org/resource/om-2/siemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/statmho> , <http://www.ontology-of-units-of-measure.org/resource/om-2/amperePerVolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attosiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centisiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decasiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decisiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exasiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtosiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigasiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectosiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilosiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megasiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanosiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petasiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picosiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terasiemens> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "G" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "conductance"@en , "electric conductance"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attosiemens> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attosiemens"@en , "attosiemens"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/siemens> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalConductance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/atto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "aS" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centisiemens> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centisiemens"@en , "centisiemens"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/siemens> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalConductance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/centi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cS" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decasiemens> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decasiemens"@en , "decasiemens"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/siemens> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalConductance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deca> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "daS" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decisiemens> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decisiemens"@en , "decisiemens"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/siemens> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalConductance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deci> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dS" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exasiemens> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exasiemens"@en , "exasiemens"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/siemens> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalConductance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/exa> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ES" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtosiemens> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtosiemens"@en , "femtosiemens"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/siemens> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalConductance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/femto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fS" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigasiemens> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigasiemens"@en , "gigasiemens"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/siemens> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalConductance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/giga> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "GS" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectosiemens> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectosiemens"@en , "hectosiemens"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/siemens> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalConductance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/hecto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hS" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilosiemens> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilosiemens"@en , "kilosiemens"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/siemens> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalConductance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kS" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megasiemens> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megasiemens"@en , "megasiemens"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/siemens> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalConductance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mega> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "MS" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/microsiemens> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "microsiemens"@en , "microsiemens"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/siemens> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalConductance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/micro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μS" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millisiemens> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millisiemens"@en , "millisiemens"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/siemens> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalConductance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mS" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanosiemens> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanosiemens"@en , "nanosiemens"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/siemens> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalConductance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/nano> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nS" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petasiemens> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petasiemens"@en , "petasiemens"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/siemens> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalConductance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/peta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "PS" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picosiemens> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picosiemens"@en , "picosiemens"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/siemens> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalConductance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/pico> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pS" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/terasiemens> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "terasiemens"@en , "terasiemens"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/siemens> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalConductance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/tera> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "TS" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalConductivity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electrical conductivity"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1277 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1300 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/siemensPerMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalResistance> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Electrical resistance is the degree to which an object opposes an electric current through it. It is a derived quantity in the International System of Units.  Electrical resistance is electric potential divided by electric current."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electrical resistance"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1141 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1285 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/abohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/statohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/voltPerAmpere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attoohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centiohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decaohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/deciohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exaohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtoohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectoohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milliohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanoohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petaohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picoohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teraohm> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "R" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "resistance"@en , "electric resistance"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attoohm> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attoohm"@en , "attoohm"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ohm> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalResistance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/atto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "aΩ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centiohm> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centiohm"@en , "centiohm"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ohm> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalResistance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/centi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cΩ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decaohm> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decaohm"@en , "decaohm"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ohm> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalResistance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deca> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "daΩ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/deciohm> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "deciohm"@en , "deciohm"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ohm> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalResistance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deci> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dΩ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exaohm> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exaohm"@en , "exaohm"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ohm> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalResistance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/exa> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "EΩ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtoohm> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtoohm"@en , "femtoohm"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ohm> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalResistance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/femto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fΩ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigaohm> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigaohm"@en , "gigaohm"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ohm> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalResistance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/giga> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "GΩ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectoohm> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectoohm"@en , "hectoohm"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ohm> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalResistance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/hecto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hΩ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilohm> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilohm"@en , "kilohm"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ohm> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalResistance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kΩ" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "kiloohm"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megohm> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megohm"@en , "megohm"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ohm> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalResistance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mega> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "MΩ" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "megaohm"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/microohm> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "microohm"@en , "microohm"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ohm> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalResistance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/micro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μΩ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/milliohm> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "milliohm"@en , "milliohm"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ohm> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalResistance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mΩ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanoohm> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanoohm"@en , "nanoohm"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ohm> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalResistance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/nano> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nΩ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petaohm> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petaohm"@en , "petaohm"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ohm> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalResistance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/peta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "PΩ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picoohm> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picoohm"@en , "picoohm"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ohm> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalResistance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/pico> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pΩ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/teraohm> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "teraohm"@en , "teraohm"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ohm> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalResistance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/tera> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "TΩ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalResistivity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electrical resistivity"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1273 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1299 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ohmMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ElectromotiveForce> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Electromotive force is that which causes a flow of current."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electromotive force"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricPotential> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/abvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/statvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerAmpere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attovolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centivolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decavolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decivolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exavolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtovolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigavolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectovolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilovolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megavolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millivolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanovolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petavolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picovolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teravolt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "E" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "emf" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ElectronTemperature> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The temperature determined by the mean kinetic energy of free electrons in a plasma; also known as kinetic temperature."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electron temperature"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/ThermodynamicTemperature> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "T_e" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "kinetic temperature"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "T_k" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Ellipticity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "A measure of the amount by which an object, such as a planet or a galaxy, deviates from a perfect sphere."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "ellipticity"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/QuantityOfDimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "f" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "flattening"@en , "oblateness"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Energy> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Energy can be defined as the ability to do work. It is a derived quantity in the International System of Units."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "energy"@en , "energie"@nl , "能量"@zh ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx663 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx874 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micronewtonMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millinewtonMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-39F> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-59F> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-60F> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-InternationalTable> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-Mean> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-Thermochemical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-15C> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-20C> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-InternationalTable> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-Mean> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-Thermochemical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/electronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/erg> , <http://www.ontology-of-units-of-measure.org/resource/om-2/footPoundal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/quad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaelectronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloelectronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaelectronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilowattHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terawattHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/therm-EC> , <http://www.ontology-of-units-of-measure.org/resource/om-2/therm-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/tonOfTNT> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centijoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decijoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilocalorie-Mean> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaerg> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microjoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millijoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terajoule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "E" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "W" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attojoule> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The attojoule is a unit of energy defined as 1.0e-18 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attojoule"@en , "attojoule"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/atto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "aJ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centijoule> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The centijoule is a unit of energy defined as 1.0e-2 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centijoule"@en , "centijoule"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/centi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cJ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decajoule> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The decajoule is a unit of energy defined as 1.0e1 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decajoule"@en , "decajoule"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deca> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "daJ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decijoule> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The decijoule is a unit of energy defined as 1.0e-1 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decijoule"@en , "decijoule"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deci> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dJ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exajoule> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The exajoule is a unit of energy defined as 1.0e18 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exajoule"@en , "exajoule"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/exa> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "EJ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtojoule> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The femtojoule is a unit of energy defined as 1.0e-15 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtojoule"@en , "femtojoule"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/femto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fJ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigajoule> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The gigajoule is a unit of energy defined as 1.0e9 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigajoule"@en , "gigajoule"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/giga> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "GJ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectojoule> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The hectojoule is a unit of energy defined as 1.0e2 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectojoule"@en , "hectojoule"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/hecto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hJ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilocalorie-Mean> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The kilocalorie (mean) is a unit of energy defined as 1.0e3 calorie (mean)."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilocalorie (mean)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-Mean> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kcal" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilojoule> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The kilojoule is a unit of energy defined as 1.0e3 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilojoule"@en , "kilojoule"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kJ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megaerg> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The megaerg is a unit of energy defined as 1.0e6 erg."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megaerg"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/erg> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mega> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Merg" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "megalerg"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megajoule> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The megajoule is a unit of energy defined as 1.0e6 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megajoule"@en , "megajoule"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mega> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "MJ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/microjoule> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The microjoule is a unit of energy defined as 1.0e-6 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "microjoule"@en , "microjoule"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/micro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μJ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millijoule> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The millijoule is a unit of energy defined as 1.0e-3 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millijoule"@en , "millijoule"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mJ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanojoule> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The nanojoule is a unit of energy defined as 1.0e-9 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanojoule"@en , "nanojoule"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/nano> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nJ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petajoule> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The petajoule is a unit of energy defined as 1.0e15 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petajoule"@en , "petajoule"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/peta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "PJ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picojoule> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The picojoule is a unit of energy defined as 1.0e-12 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picojoule"@en , "picojoule"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/pico> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pJ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/terajoule> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The terajoule is a unit of energy defined as 1.0e12 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "terajoule"@en , "terajoule"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/tera> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "TJ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/EnergyDensity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Energy density is the amount of energy stored in a given system or region of space per unit volume."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "energy density"@en , "energiedichtheid"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx778 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx884 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerCubicmetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Enthalpy> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Enthalpy is the sum of the internal energy of a system plus the product of the pressure-volume work done on the system."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "enthalpy"@en , "enthalpie"@nl , "焓"@zh ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Energy> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micronewtonMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millinewtonMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-39F> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-59F> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-60F> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-InternationalTable> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-Mean> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-Thermochemical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-15C> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-20C> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-InternationalTable> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-Mean> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-Thermochemical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/electronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/erg> , <http://www.ontology-of-units-of-measure.org/resource/om-2/footPoundal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/quad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaelectronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloelectronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaelectronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilowattHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terawattHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/therm-EC> , <http://www.ontology-of-units-of-measure.org/resource/om-2/therm-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/tonOfTNT> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centijoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decijoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilocalorie-Mean> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaerg> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microjoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millijoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terajoule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "H" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Entropy> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Entropy is a measure of the unavailability of a system’s energy to do work."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "entropy"@en , "entropie"@nl , "熵单位"@zh ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1035 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx948 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "S" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Epoch> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "epoch"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Date> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/year> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/EpochAtMaximumBrightness> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "A moment when the object (i.e. a variable star) was at maximum brightness."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "epoch at maximum brightness"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Epoch> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/year> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/EulerNumber> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The Euler number is a dimensionless number that expresses the relationship between a local pressure drop e.g. over a restriction and the kinetic energy per unit volume."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Euler number"@en , "getal van Euler"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1322 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1324 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Eu" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Exposure> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exposure"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1681 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1694 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/luxSecond-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ExposureToXAndGammaRays> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exposure to x and γ rays"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1758 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1764 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/röntgen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/coulombPerKilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "exposure"@en , "exposure (to x and gamma rays)"@en , "exposure (to x and γ rays)"@en , "exposure to x and gamma rays"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ExternalBrowning> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Voorbeeld avocado Hass: poster (code)."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "external browning"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1-5> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "ext_brown"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Extinction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Total extinction at a specific wavelength. The extinction is caused by dust and gas between a star and the observer. It is the difference between the observed magnitude and the magnitude the source would have had if no extinction had taken place."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "extinction"@en , "extinctie"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "A" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ExtinctionAtWaveband> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "extinction at waveband"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Extinction> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "A_X" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ExtinctionAtWavelength> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "extinction at wavelength"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Extinction> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "A_λ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ExtinctionInB> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "extinction in B"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/ExtinctionAtWaveband> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "A_B" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ExtinctionInU> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "extinction in U"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/ExtinctionAtWaveband> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "A_U" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ExtinctionInV> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "extinction in V"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/ExtinctionAtWaveband> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "A_V" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/FahrenheitTemperature> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Fahrenheit temperature"@en , "Fahrenheittemperatuur"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1016 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1017 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Temperature> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeFahrenheit> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "T" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/FatMassFraction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The fraction of the mass of fat in a phenomenon"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "fat mass fraction"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/MassFraction> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Firmness-Penetrometer-Method1> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Stevigheid gemeten met penetrometer methode 1."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "firmness (penetrometer) (method 1)"@en , "stevigheid (penetrometer) (methode 1)"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerSquareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "firmness_pen_1"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Firmness-Penetrometer-Method2> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Stevigheid gemeten met penetrometer methode 2."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "firmness (penetrometer) (method 2)"@en , "stevigheid (penetrometer) (methode 2)"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerSquareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "firmness_pen_2"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/FirstCowlingNumber> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "first Cowling number"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1327 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1329 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Co_1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/FixedZeroPoint> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "fixed zero point"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/FlowpackMass> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "flowpack mass"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Mass> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/tonne> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/unofficialLabel> "flowpack weight" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Fluidity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "fluidity"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx793 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx887 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/rhe> , <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalPascalSecond-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/FontSize> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "font size"@en , "fontgrootte"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1901 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Length> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cicero> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Didot> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/angstrom> , <http://www.ontology-of-units-of-measure.org/resource/om-2/chain> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fathom-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fermi> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/furlong-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/inch-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micron> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Length> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-Statute> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/rod-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yard-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terametre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Force> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Force is the extent to which an object with mass can be caused to accelerate. It is a derived quantity in the International System of Units. Force is mass times acceleration."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "force"@en , "kracht"@nl , "力"@zh ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx556 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx872 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/dyne> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kip> , <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/poundal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pound-Force> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ton-Force-Short> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metreKilogramPerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attonewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centinewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decanewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decinewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exanewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtonewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/giganewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectonewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilonewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/meganewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micronewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millinewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanonewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petanewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/piconewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teranewton> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "F" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attonewton> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attonewton"@en , "attonewton"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/force-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/atto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "aN" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centinewton> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centinewton"@en , "centinewton"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/force-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/centi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cN" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decanewton> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decanewton"@en , "decanewton"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/force-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deca> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "daN" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decinewton> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decinewton"@en , "decinewton"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/force-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deci> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dN" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exanewton> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exanewton"@en , "exanewton"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/force-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/exa> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "EN" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtonewton> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtonewton"@en , "femtonewton"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/force-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/femto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fN" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/giganewton> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "giganewton"@en , "giganewton"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/force-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/giga> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "GN" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectonewton> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectonewton"@en , "hectonewton"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/force-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/hecto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hN" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilonewton> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilonewton"@en , "kilonewton"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/force-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kN" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/meganewton> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "meganewton"@en , "meganewton"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/force-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mega> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "MN" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/micronewton> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "micronewton"@en , "micronewton"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/force-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/micro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μN" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millinewton> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millinewton"@en , "millinewton"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/force-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mN" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanonewton> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanonewton"@en , "nanonewton"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/force-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/nano> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nN" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petanewton> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petanewton"@en , "petanewton"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/force-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/peta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "PN" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/piconewton> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "piconewton"@en , "piconewton"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/force-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/pico> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pN" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/teranewton> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "teranewton"@en , "teranewton"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/force-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/tera> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "TN" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/FourierNumber> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The Fourier number is a dimensionless number that characterises heat conduction. It is the ratio of heat conduction rate to rate of thermal energy storage. The Fourier number is a dimensionless time."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Fourier number"@en , "getal van Fourier"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1332 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1334 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Fo" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/FourierNumberForMassTransfer> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Fourier number for mass transfer"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1337 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1339 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Fo*" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attohertz> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The attohertz is a unit of frequency defined as 1.0e-18 hertz."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attohertz"@en , "attohertz"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/hertz> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/atto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "aHz" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centihertz> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The centihertz is a unit of frequency defined as 1.0e-2 hertz."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centihertz"@en , "centihertz"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/hertz> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/centi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cHz" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decahertz> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The decahertz is a unit of frequency defined as 1.0e1 hertz."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decahertz"@en , "decahertz"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/hertz> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deca> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "daHz" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decihertz> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The decihertz is a unit of frequency defined as 1.0e-1 hertz."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decihertz"@en , "decihertz"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/hertz> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deci> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dHz" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exahertz> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The exahertz is a unit of frequency defined as 1.0e18 hertz."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exahertz"@en , "exahertz"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/hertz> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/exa> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "EHz" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtohertz> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The femtohertz is a unit of frequency defined as 1.0e-15 hertz."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtohertz"@en , "femtohertz"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/hertz> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/femto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fHz" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigahertz> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The gigahertz is a unit of frequency defined as 1.0e9 hertz."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigahertz"@en , "gigahertz"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/hertz> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/giga> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "GHz" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectohertz> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The hectohertz is a unit of frequency defined as 1.0e2 hertz."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectohertz"@en , "hectohertz"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/hertz> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/hecto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hHz" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilohertz> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The kilohertz is a unit of frequency defined as 1.0e3 hertz."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilohertz"@en , "kilohertz"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/hertz> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kHz" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megahertz> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The megahertz is a unit of frequency defined as 1.0e6 hertz."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megahertz"@en , "megahertz"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/hertz> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mega> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "MHz" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/microhertz> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The microhertz is a unit of frequency defined as 1.0e-6 hertz."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "microhertz"@en , "microhertz"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/hertz> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/micro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μHz" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millihertz> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The millihertz is a unit of frequency defined as 1.0e-3 hertz."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millihertz"@en , "millihertz"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/hertz> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mHz" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanohertz> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The nanohertz is a unit of frequency defined as 1.0e-9 hertz."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanohertz"@en , "nanohertz"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/hertz> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/nano> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nHz" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petahertz> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The petahertz is a unit of frequency defined as 1.0e15 hertz."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petahertz"@en , "petahertz"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/hertz> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/peta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "PHz" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picohertz> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The picohertz is a unit of frequency defined as 1.0e-12 hertz."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picohertz"@en , "picohertz"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/hertz> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/pico> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pHz" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/terahertz> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The terahertz is a unit of frequency defined as 1.0e12 hertz."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "terahertz"@en , "terahertz"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/hertz> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/tera> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "THz" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/unofficialAbbreviation> a <http://www.w3.org/2002/07/owl#AnnotationProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Used to specify abbreviations that are used in e.g. every day speech but are not defined in any standard." ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "unofficial abbreviation"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2004/02/skos/core#hiddenLabel> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "has unofficial abbreviation"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Friction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Friction is a force that resists the relative motion of solid surfaces, fluid layers, or material elements sliding against each other."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "friction"@en , "wrijving"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Force> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/dyne> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kip> , <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/poundal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pound-Force> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ton-Force-Short> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metreKilogramPerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attonewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centinewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decanewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decinewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exanewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtonewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/giganewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectonewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilonewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/meganewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micronewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millinewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanonewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petanewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/piconewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teranewton> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/FroudeNumber> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The Froude number is a dimensionless number that compares inertial and gravitational forces. It may be used to quantify the resistance of an object moving through water, and compare objects of different sizes."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Froude number"@en , "getal van Froude"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1342 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1344 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Fr" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Function> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "function"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/GalacticCylindricalPolarAngleCoordinate> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The angle from the Galactic centre between the perpendicular projection of the Sun on the Galactic plane and the projection of the object. This is one of the three Galactic Cylindrical Polar Coordinates."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "galactic cylindrical polar angle coordinate"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Angle> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degree> , <http://www.ontology-of-units-of-measure.org/resource/om-2/radian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "φ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/GalacticLatitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The angular distance on the celestial sphere north or south of the galactic equator. It is measured along the great circle passing through the object and the galactic poles and perpendicular to the galactic equator."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "galactic latitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Angle> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/chapter13_Astronomical_Algorithms> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degree> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Angle> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "b" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/GalacticLongitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The angular distance on the celestial sphere measured clockwise from the galactic centre (as defined by the International Astronomical Union (IAU)) along the galactic equator to the intersection with the great circle drawn from the galactic north pole through the object."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "galactic longitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Angle> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/chapter13_Astronomical_Algorithms> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degree> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Angle> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "l" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/GasConstant> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gas constant"@en , "gasconstante"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1527 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1574 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKelvinMole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "R" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "universal gas constant"@en , "universele gasconstante"@nl .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/GaussianSystemOfUnits> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SystemOfUnits> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Gaussian system of units"@en , "Gaussische eenhedenstelsel"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "Gaussian CGS system of units"@en , "mixed CGS system of units"@en , "symmetrised CGS system of units"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBaseQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/Mass> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Length> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBaseUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDerivedQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/Capacitance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricCharge> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricCurrent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricPotential> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalConductance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalResistance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Inductance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticField> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticFlux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticFluxDensity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MagnetomotiveForce> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDerivedUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/abampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/statampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gilbert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/abcoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/statcoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/abvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/statvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/abfarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/statfarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/abohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/statohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/abmho> , <http://www.ontology-of-units-of-measure.org/resource/om-2/statmho> , <http://www.ontology-of-units-of-measure.org/resource/om-2/maxwell> , <http://www.ontology-of-units-of-measure.org/resource/om-2/statweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/oersted> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gauss> , <http://www.ontology-of-units-of-measure.org/resource/om-2/stattesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/abhenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/stathenry> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBaseQuantity> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "has base quantity"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#range> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.w3.org/2000/01/rdf-schema#domain> <http://www.ontology-of-units-of-measure.org/resource/om-2/SystemOfUnits> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBaseUnit> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "has base unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#range> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#domain> <http://www.ontology-of-units-of-measure.org/resource/om-2/SystemOfUnits> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDerivedQuantity> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "has derived quantity"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#range> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.w3.org/2000/01/rdf-schema#domain> <http://www.ontology-of-units-of-measure.org/resource/om-2/SystemOfUnits> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Inductance> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Inductance is that property in an electrical circuit where a change in the current flowing through that circuit induces an electromotive force that opposes the change in current."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "inductance"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1241 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1293 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/abhenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/henry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/stathenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/weberPerAmpere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attohenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centihenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decahenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decihenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exahenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtohenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigahenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectohenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilohenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megahenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microhenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millihenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanohenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petahenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picohenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terahenry> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticField> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "magnetic field"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1208 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1291 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/oersted> , <http://www.ontology-of-units-of-measure.org/resource/om-2/amperePerMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "H" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "magnetic field intensity"@en , "magnetic field strength"@en , "magnetizing field"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticFlux> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Magnetic flux through any area perpendicular to a magnetic field is the product of the area by the field strength."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "magnetic flux"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1194 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1290 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/maxwell> , <http://www.ontology-of-units-of-measure.org/resource/om-2/statweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/unitPole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/weber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/voltSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attoweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centiweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decaweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/deciweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exaweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtoweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectoweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milliweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanoweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petaweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picoweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teraweber> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Φ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticFluxDensity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "magnetic flux density"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1220 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1292 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gamma> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gauss> , <http://www.ontology-of-units-of-measure.org/resource/om-2/stattesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/tesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/weberPerSquareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milligauss> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attotesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centitesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decatesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decitesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exatesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtotesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigatesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectotesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilotesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megatesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microtesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millitesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanotesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petatesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picotesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teratesla> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "B" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "magnetic field"@en , "magnetic induction"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MagnetomotiveForce> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "magnetomotive force"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1059 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1280 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gilbert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attoampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centiampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decaampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/deciampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exaampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtoampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectoampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milliampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanoampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petaampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picoampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teraampere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "F" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDerivedUnit> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "has derived unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#range> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#domain> <http://www.ontology-of-units-of-measure.org/resource/om-2/SystemOfUnits> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SystemOfUnits> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "In order to achieve a coherent, interdependent set of units of measure in the wide variety of units that exist, units are organised in systems of units. A system of units is based on a set of units chosen by convention to be the system’s base units, units that are considered to be mutually independent (i.e., can’t be expressed in terms of each other)."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "system of units"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/GelatinMassFraction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The fraction of the mass of gelatin in a phenomenon"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gelatin mass fraction"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/MassFraction> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/GeometricalAlbedo> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Ratio between the brightness of an object as seen from the direction of a hypothetical white, diffusely reflecting sphere of the same size and at the same distance."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "geometrical albedo"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Albedo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "A" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "astronomical albedo"@en , "physical albedo"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/GrashofNumber> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The Grashof number is a dimensionless number that approximates the ratio of buoyancy to viscous force that acts on a fluid."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Grashof number"@en , "getal van Grashof"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1347 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1349 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Gr" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/GrashofNumberForMassTransfer> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Grashof number for mass transfer"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1352 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1354 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Gr*" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/GravitationalAcceleration> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gravitational acceleration"@en , "valversnelling"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Acceleration> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attometrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decametrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exametrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megametrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerAttosecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerCentisecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDecasecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDecisecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerExasecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerFemtosecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerGigasecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerHectosecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerKilosecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMegasecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMicrosecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMillisecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerNanosecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerPetasecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerPicosecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerTerasecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petametrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picometrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terametrePerSecond-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "acceleration of free fall"@en , "gravitatieveldsterkte"@nl , "zwaarteveldsterkte"@nl .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/GuarGumMassFraction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The fraction of the mass of guar gum in a phenomenon"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "guar gum mass fraction"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/MassFraction> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Half-Life> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "half-life"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/day> , <http://www.ontology-of-units-of-measure.org/resource/om-2/day-Sidereal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hour-Sidereal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Sidereal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Sidereal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/shake> , <http://www.ontology-of-units-of-measure.org/resource/om-2/year> , <http://www.ontology-of-units-of-measure.org/resource/om-2/year-Sidereal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/year-Tropical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigayear> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terasecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "t_½" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "T_½" , "t_1/2" , "τ_½" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/LaTeXCommand> "\\Halflife" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/LaTeXSymbol> "T_{\\frac{1}{2}}" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/HartmannNumber> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Hartmann number"@en , "getal van Hartmann"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1357 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1359 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ha" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Heat> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Heat is any flow of energy from one body or system to another due to a difference in temperature."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "heat"@en , "warmte"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Energy> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micronewtonMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millinewtonMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-39F> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-59F> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-60F> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-InternationalTable> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-Mean> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-Thermochemical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-15C> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-20C> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-InternationalTable> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-Mean> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-Thermochemical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/electronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/erg> , <http://www.ontology-of-units-of-measure.org/resource/om-2/footPoundal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/quad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaelectronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloelectronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaelectronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilowattHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terawattHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/therm-EC> , <http://www.ontology-of-units-of-measure.org/resource/om-2/therm-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/tonOfTNT> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centijoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decijoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilocalorie-Mean> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaerg> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microjoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millijoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terajoule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Q" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "quantity of heat"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/HeatCapacity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Heat capacity is the heat required to increase the temperature of a system or substance one unit temperature."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "heat capacity"@en , "warmtecapaciteit"@nl , "热容量"@zh ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1036 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx950 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "C_p" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "C_v" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/HeatFlowRate> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "heat flow rate"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Power> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/horsepower-Boiler> , <http://www.ontology-of-units-of-measure.org/resource/om-2/horsepower-British> , <http://www.ontology-of-units-of-measure.org/resource/om-2/horsepower-Electric> , <http://www.ontology-of-units-of-measure.org/resource/om-2/horsepower-Metric> , <http://www.ontology-of-units-of-measure.org/resource/om-2/horsepower-Water> , <http://www.ontology-of-units-of-measure.org/resource/om-2/solarLuminosity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/tonOfRefrigeration> , <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attowatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centiwatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decawatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/deciwatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exawatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtowatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigawatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectowatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilowatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megawatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microwatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milliwatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanowatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petawatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picowatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terawatt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Φ" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "q" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attowatt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attowatt"@en , "attowatt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/power-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/atto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "aW" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centiwatt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centiwatt"@en , "centiwatt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/power-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/centi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cW" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decawatt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decawatt"@en , "decawatt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/power-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deca> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "daW" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/deciwatt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "deciwatt"@en , "deciwatt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/power-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deci> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dW" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exawatt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exawatt"@en , "exawatt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/power-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/exa> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "EW" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtowatt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtowatt"@en , "femtowatt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/power-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/femto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fW" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigawatt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigawatt"@en , "gigawatt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/power-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/giga> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "GW" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectowatt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectowatt"@en , "hectowatt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/power-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/hecto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hW" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilowatt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilowatt"@en , "kilowatt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/power-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kW" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megawatt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megawatt"@en , "megawatt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/power-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mega> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "MW" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/microwatt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "microwatt"@en , "microwatt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/power-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/micro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μW" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/milliwatt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "milliwatt"@en , "milliwatt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/power-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mW" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanowatt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanowatt"@en , "nanowatt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/power-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/nano> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nW" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petawatt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petawatt"@en , "petawatt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/power-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/peta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "PW" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picowatt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picowatt"@en , "picowatt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/power-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/pico> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pW" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/terawatt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "terawatt"@en , "terawatt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/power-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/tera> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "TW" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Power> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Power is the time rate at which work is done. It is a derived quantity in the International System of Units. Power is energy divided by time."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "power"@en , "vermogen"@nl , "功率"@zh ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx705 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx877 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/horsepower-Boiler> , <http://www.ontology-of-units-of-measure.org/resource/om-2/horsepower-British> , <http://www.ontology-of-units-of-measure.org/resource/om-2/horsepower-Electric> , <http://www.ontology-of-units-of-measure.org/resource/om-2/horsepower-Metric> , <http://www.ontology-of-units-of-measure.org/resource/om-2/horsepower-Water> , <http://www.ontology-of-units-of-measure.org/resource/om-2/solarLuminosity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/tonOfRefrigeration> , <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attowatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centiwatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decawatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/deciwatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exawatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtowatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigawatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectowatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilowatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megawatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microwatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milliwatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanowatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petawatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picowatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terawatt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "P" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/HeatFluxDensity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "heat flux density"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PowerDensity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSquareMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PowerDensity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "power density"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx766 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx883 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSquareMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/HeatTransferCoefficient> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "heat transfer coefficient"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1042 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx974 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSquareMetreKelvin> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Height> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "height"@en , "hoogte"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Length> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cicero> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Didot> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/angstrom> , <http://www.ontology-of-units-of-measure.org/resource/om-2/astronomicalUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/chain> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fathom-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fermi> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/furlong-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/inch-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/lightYear> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micron> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Length> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-Statute> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/parsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/rod-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/solarRadius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yard-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "h" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/HourAngle> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The angular distance on the celestial sphere measured westward along the celestial equator from the meridian to the hour circle that passes through the celestial object."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hour angle"@en , "uurhoek"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Angle> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Glossary_Astronomical_Almanac> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/hour-HourAngle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-HourAngle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-HourAngle> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "H" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hour-HourAngle> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Wordt gebruikt als hoek (360°=24) voor o.a. rechte klimming. De h wordt meestal als superscript achter de waarde gezet gevolgd door de verdere opdeling naar minuten en seconden. Zoals in 5h34m12s09. Vaak wordt de fractie in seconden zonder punt geschreven, de s wordt als afscheiding gebruikt (http://en.wikipedia.org/wiki/Right_ascension)."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hour (hour angle)"@en , "uur (uurhoek)"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degree> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "h" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "15"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/minute-HourAngle> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Wordt gebruikt als hoek (360°=1440) voor o.a. rechte klimming. De m wordt meestal als superscript achter de waarde gezet gevolgd door de verdere opdeling naar seconden. Zoals in 5h34m12s09. Vaak wordt de fractie in seconden zonder punt geschreven, de s wordt als afscheiding gebruikt (http://en.wikipedia.org/wiki/Right_ascension)."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "minute (hour angle)"@en , "minuut (uurhoek)"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degree> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "0.25"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/second-HourAngle> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Wordt gebruikt als hoek (360°=864000) voor o.a. rechte klimming. De s wordt meestal als superscript achter de waarde gezet. Zoals in 5h34m12s09. Vaak wordt de fractie in seconden zonder punt geschreven, de s wordt als afscheiding gebruikt (http://en.wikipedia.org/wiki/Right_ascension)."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "second (hour angle)"@en , "seconde (uurhoek)"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degree> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "4.1666667e-3"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/HubbleConstant> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The Hubble constant (NOT a constant over time)."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Hubble constant"@en , "constante van Hubble"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1807 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerSecond-TimePerMegaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerSecond-TimePerMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/HubbleConstantAtPresentEpoch> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The Hubble constant at the present epoch (a constant)."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Hubble constant at present epoch"@en , "constante van Hubble tijdens het huidige epoch"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/HubbleConstant> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerSecond-TimePerMegaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerSecond-TimePerMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "H_0" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Hydrophilicity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hydrophilicity"@en , "hydrofiliciteit"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Hydrophobicity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hydrophobicity"@en , "hydrofobiciteit"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/IMagnitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "I magnitude in the Cousins photometric system."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "I magnitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/CousinsMagnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "I" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m_I" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Illuminance> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Illuminance is the total luminous flux incident on a surface per unit area."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "illuminance"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1666 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1693 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/footcandle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/lux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/phot> , <http://www.ontology-of-units-of-measure.org/resource/om-2/lumenPerSquareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attolux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centilux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decalux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decilux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exalux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtolux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigalux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectolux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilolux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megalux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microlux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millilux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanolux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petalux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picolux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teralux> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Φ" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "illumination"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Φ_v" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attolux> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attolux"@en , "attolux"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lux> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/illuminance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/atto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "alx" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centilux> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centilux"@en , "centilux"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lux> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/illuminance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/centi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "clx" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decalux> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decalux"@en , "decalux"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lux> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/illuminance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deca> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dalx" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decilux> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decilux"@en , "decilux"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lux> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/illuminance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deci> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dlx" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exalux> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exalux"@en , "exalux"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lux> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/illuminance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/exa> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Elx" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtolux> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtolux"@en , "femtolux"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lux> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/illuminance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/femto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "flx" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigalux> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigalux"@en , "gigalux"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lux> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/illuminance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/giga> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Glx" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectolux> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectolux"@en , "hectolux"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lux> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/illuminance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/hecto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hlx" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilolux> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilolux"@en , "kilolux"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lux> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/illuminance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "klx" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megalux> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megalux"@en , "megalux"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lux> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/illuminance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mega> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Mlx" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/microlux> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "microlux"@en , "microlux"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lux> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/illuminance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/micro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μlx" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millilux> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millilux"@en , "millilux"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lux> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/illuminance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mlx" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanolux> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanolux"@en , "nanolux"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lux> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/illuminance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/nano> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nlx" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petalux> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petalux"@en , "petalux"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lux> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/illuminance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/peta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Plx" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picolux> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picolux"@en , "picolux"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lux> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/illuminance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/pico> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "plx" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/teralux> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "teralux"@en , "teralux"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lux> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/illuminance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/tera> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Tlx" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Impulse> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Impulse is the integral of a force with respect to time."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "impulse"@en , "stoot"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "I" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attohenry> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The attohenry is a unit of inductance defined as 1.0e-18 henry."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attohenry"@en , "attohenry"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/henry> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/inductanceOrPermeance-Electromagnetic-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/atto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "aH" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centihenry> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The centihenry is a unit of inductance defined as 1.0e-2 henry."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centihenry"@en , "centihenry"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/henry> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/inductanceOrPermeance-Electromagnetic-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/centi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cH" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decahenry> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The decahenry is a unit of inductance defined as 1.0e1 henry."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decahenry"@en , "decahenry"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/henry> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/inductanceOrPermeance-Electromagnetic-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deca> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "daH" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decihenry> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The decihenry is a unit of inductance defined as 1.0e-1 henry."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decihenry"@en , "decihenry"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/henry> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/inductanceOrPermeance-Electromagnetic-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deci> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dH" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exahenry> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The exahenry is a unit of inductance defined as 1.0e18 henry."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exahenry"@en , "exahenry"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/henry> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/inductanceOrPermeance-Electromagnetic-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/exa> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "EH" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtohenry> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The femtohenry is a unit of inductance defined as 1.0e-15 henry."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtohenry"@en , "femtohenry"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/henry> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/inductanceOrPermeance-Electromagnetic-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/femto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fH" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigahenry> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The gigahenry is a unit of inductance defined as 1.0e9 henry."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigahenry"@en , "gigahenry"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/henry> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/inductanceOrPermeance-Electromagnetic-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/giga> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "GH" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectohenry> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The hectohenry is a unit of inductance defined as 1.0e2 henry."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectohenry"@en , "hectohenry"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/henry> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/inductanceOrPermeance-Electromagnetic-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/hecto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hH" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilohenry> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The kilohenry is a unit of inductance defined as 1.0e3 henry."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilohenry"@en , "kilohenry"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/henry> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/inductanceOrPermeance-Electromagnetic-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kH" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megahenry> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The megahenry is a unit of inductance defined as 1.0e6 henry."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megahenry"@en , "megahenry"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/henry> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/inductanceOrPermeance-Electromagnetic-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mega> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "MH" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/microhenry> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The microhenry is a unit of inductance defined as 1.0e-6 henry."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "microhenry"@en , "microhenry"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/henry> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/inductanceOrPermeance-Electromagnetic-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/micro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μH" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millihenry> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The millihenry is a unit of inductance defined as 1.0e-3 henry."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millihenry"@en , "millihenry"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/henry> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/inductanceOrPermeance-Electromagnetic-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mH" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanohenry> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The nanohenry is a unit of inductance defined as 1.0e-9 henry."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanohenry"@en , "nanohenry"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/henry> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/inductanceOrPermeance-Electromagnetic-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/nano> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nH" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petahenry> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The petahenry is a unit of inductance defined as 1.0e15 henry."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petahenry"@en , "petahenry"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/henry> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/inductanceOrPermeance-Electromagnetic-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/peta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "PH" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picohenry> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The picohenry is a unit of inductance defined as 1.0e-12 henry."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picohenry"@en , "picohenry"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/henry> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/inductanceOrPermeance-Electromagnetic-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/pico> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pH" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/terahenry> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The terahenry is a unit of inductance defined as 1.0e12 henry."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "terahenry"@en , "terahenry"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/henry> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/inductanceOrPermeance-Electromagnetic-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/tera> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "TH" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/InformationCapacity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "information capacity"@en , "informatiecapaciteit"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1868 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/bit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/byte> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hartley> , <http://www.ontology-of-units-of-measure.org/resource/om-2/shannon> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exabit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exabyte> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exbibit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exbibyte> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gibibit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gibibyte> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigabit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigabyte> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kibibit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kibibyte> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilobit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilobyte> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mebibit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mebibyte> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megabit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megabyte> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pebibit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pebibyte> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petabit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petabyte> , <http://www.ontology-of-units-of-measure.org/resource/om-2/tebibit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/tebibyte> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terabit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terabyte> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yobibit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yobibyte> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yottabit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yottabyte> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zebibit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zebibyte> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zettabit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zettabyte> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exabit> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exabit"@en , "exabit"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/bit> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/exa> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ebit" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exabyte> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exabyte"@en , "exabyte"@nl , "千兆兆字节"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/byte> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/exa> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "EB" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exbibit> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exbibit"@en , "exbibit"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/bit> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/exbi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Eibit" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exbibyte> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exbibyte"@en , "exbibyte"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/byte> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/exbi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "EiB" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gibibit> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gibibit"@en , "gibibit"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/bit> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/gibi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Gibit" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gibibyte> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gibibyte"@en , "gibibyte"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/byte> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/gibi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "GiB" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigabit> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigabit"@en , "gigabit"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/bit> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/giga> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Gbit" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigabyte> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigabyte"@en , "gigabyte"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/byte> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/giga> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "GB" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kibibit> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kibibit"@en , "kibibit"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/bit> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kibi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Kibit" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kibibyte> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kibibyte"@en , "kibibyte"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/byte> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kibi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "KiB" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilobit> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilobit"@en , "kilobit"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/bit> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kbit" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilobyte> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilobyte"@en , "kilobyte"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/byte> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kB" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/mebibit> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mebibit"@en , "mebibit"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/bit> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mebi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Mibit" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/mebibyte> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mebibyte"@en , "mebibyte"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/byte> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mebi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "MiB" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megabit> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megabit"@en , "megabit"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/bit> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mega> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Mbit" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megabyte> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megabyte"@en , "megabyte"@nl , "百万字节"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/byte> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mega> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "MB" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/pebibit> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "pebibit"@en , "pebibit"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/bit> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/pebi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Pibit" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/pebibyte> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "pebibyte"@en , "pebibyte"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/byte> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/pebi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "PiB" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petabit> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petabit"@en , "petabit"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/bit> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/peta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Pbit" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petabyte> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petabyte"@en , "petabyte"@nl , "10^15字节"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/byte> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/peta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "PB" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/tebibit> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "tebibit"@en , "tebibit"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/bit> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/tebi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Tibit" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/tebibyte> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "tebibyte"@en , "tebibyte"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/byte> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/tebi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "TiB" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/terabit> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "terabit"@en , "terabit"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/bit> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/tera> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Tbit" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/terabyte> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "terabyte"@en , "terabyte"@nl , "10^12字节"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/byte> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/tera> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "TB" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yobibit> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yobibit"@en , "yobibit"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/bit> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yobi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Yibit" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yobibyte> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yobibyte"@en , "yobibyte"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/byte> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yobi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "YiB" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottabit> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottabit"@en , "yottabit"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/bit> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yotta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ybit" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottabyte> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottabyte"@en , "yottabyte"@nl , "10^24字节"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/byte> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yotta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "YB" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zebibit> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zebibit"@en , "zebibit"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/bit> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zebi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Zibit" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zebibyte> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zebibyte"@en , "zebibyte"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/byte> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zebi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ZiB" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettabit> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettabit"@en , "zettabit"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/bit> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zetta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Zbit" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettabyte> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettabyte"@en , "zettabyte"@nl , "10^21字节"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/byte> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zetta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ZB" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/InitialMassFunction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The number of stars in mass fraction dM around mass M. Used in Salpeter's Initial Mass Function (IMF)."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "initial mass function"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberDensity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalCubicParsec> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "IMF" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberDensity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number density"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx410 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx864 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalCubicCentimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalCubicMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalCubicParsec> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "n" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/IntegratedMagnitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The apparent magnitude that an extended object, such as a nebula or galaxy, would have if all its light were concentrated at a starlike point."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "integrated magnitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/InternalEnergy> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The internal energy of a thermodynamic system, or a body with well-defined boundaries is the total of the kinetic energy due to the motion of molecules (translational, rotational, vibrational) and the potential energy associated with the vibrational and electric energy of atoms within molecules or crystals."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "internal energy"@en , "inwendige energie"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Energy> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micronewtonMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millinewtonMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-39F> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-59F> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-60F> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-InternationalTable> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-Mean> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-Thermochemical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-15C> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-20C> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-InternationalTable> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-Mean> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-Thermochemical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/electronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/erg> , <http://www.ontology-of-units-of-measure.org/resource/om-2/footPoundal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/quad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaelectronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloelectronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaelectronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilowattHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terawattHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/therm-EC> , <http://www.ontology-of-units-of-measure.org/resource/om-2/therm-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/tonOfTNT> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centijoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decijoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilocalorie-Mean> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaerg> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microjoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millijoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terajoule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "U" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/InternationalSystemOfUnits> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SystemOfUnits> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "International System of Units"@en , "Internationale Stelsel van Eenheden"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBaseQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Mass> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Length> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ThermodynamicTemperature> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricCurrent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousIntensity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBaseUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/candela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDerivedQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/AbsorbedDose> , <http://www.ontology-of-units-of-measure.org/resource/om-2/AbsorbedDoseRate> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Acceleration> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Action> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Activity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/DoseEquivalent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/AngularAcceleration> , <http://www.ontology-of-units-of-measure.org/resource/om-2/AngularMomentum> , <http://www.ontology-of-units-of-measure.org/resource/om-2/SolidAngle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/AngularSpeed> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Area> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Capacitance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/CatalyticActivity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Frequency> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Density> , <http://www.ontology-of-units-of-measure.org/resource/om-2/CurrentDensity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Speed> , <http://www.ontology-of-units-of-measure.org/resource/om-2/DynamicViscosity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricCharge> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricPotential> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalConductance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalConductivity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalResistance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalResistivity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Energy> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Exposure> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Force> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Inductance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticFlux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticFluxDensity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MagnetomotiveForce> , <http://www.ontology-of-units-of-measure.org/resource/om-2/HeatCapacity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Power> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Illuminance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Irradiance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Luminance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousEfficacy> , <http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousEnergy> , <http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousFlux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MolarHeatCapacity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MolarMass> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Momentum> , <http://www.ontology-of-units-of-measure.org/resource/om-2/PermeabilityOfFreeSpace> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Permittivity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Pressure> , <http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificHeatCapacity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificVolume> , <http://www.ontology-of-units-of-measure.org/resource/om-2/SurfaceTension> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Torque> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Volume> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Wavenumber> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDerivedUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/amperePerSquareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/farad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/siemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/voltPerMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/coulombPerCubicmetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/coulombPerSquareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/weber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/amperePerMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/tesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/henry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/henryPerMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/faradPerMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerCubicmetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerMole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKelvinMole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/katal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/candelaPerSquareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/lumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/lux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKilogram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilojoulePerHectogram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/becquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/coulombPerKilogram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/grayPerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/radian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/steradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerCubicmetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milligramPerCubicmetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerCubicCentimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microgramPerCubicCentimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerCubicmetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerCubicDecimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetrePerKilogram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/radianPerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/radianPerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pascalSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSquareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSteradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSquareMetreSteradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerCubicmetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKelvinKilogram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerMetreKelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attogray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centigray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decagray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decigray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exagray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtogray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigagray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectogray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megagray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microgray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milligray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanogray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petagray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picogray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teragray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attometrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decametrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exametrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megametrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerAttosecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerCentisecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDecasecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDecisecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerExasecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerFemtosecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerGigasecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerHectosecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerKilosecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMegasecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMicrosecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMillisecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerNanosecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerPetasecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerPicosecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerTerasecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petametrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picometrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terametrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attobecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centibecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decabecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decibecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exabecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtobecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigabecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectobecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilobecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megabecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microbecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millibecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanobecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petabecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picobecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terabecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centisievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decisievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attomole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decamole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/examole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtomole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigamole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectomole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilomole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megamole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micromole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanomole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petamole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picomole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teramole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attoradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centiradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/deciradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtoradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milliradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanoradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picoradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareAttometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareCentimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareDecametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareDecimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareExametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareFemtometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareGigametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareHectometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareKilometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMegametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMicrometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMillimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareNanometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squarePetametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squarePicometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareTerametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micropascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attofarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centifarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decafarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decifarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exafarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtofarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigafarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectofarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilofarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megafarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microfarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millifarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanofarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petafarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picofarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terafarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attokatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centikatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decakatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decikatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exakatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtokatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigakatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectokatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilokatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megakatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microkatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millikatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanokatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petakatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picokatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terakatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attodegreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centidegreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decidegreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtodegreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microdegreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millidegreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanodegreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picodegreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decametrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exametrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megametrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerAttosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerCentisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDecasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDecisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerExasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerFemtosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerGigasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerHectosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerKilosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMegasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMicrosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMillisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerNanosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerPetasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerPicosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerTerasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petametrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terametrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attocoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centicoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decacoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decicoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exacoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtocoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigacoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectocoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilocoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megacoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microcoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millicoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanocoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petacoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picocoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teracoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attoampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centiampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decaampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/deciampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exaampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtoampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectoampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milliampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanoampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petaampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picoampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teraampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attovolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centivolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decavolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decivolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exavolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtovolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigavolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectovolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilovolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megavolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millivolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanovolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petavolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picovolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teravolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attosiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centisiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decasiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decisiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exasiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtosiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigasiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectosiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilosiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megasiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanosiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petasiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picosiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terasiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attoohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centiohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decaohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/deciohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exaohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtoohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectoohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milliohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanoohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petaohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picoohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teraohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centijoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decijoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microjoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millijoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attonewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centinewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decanewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decinewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exanewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtonewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/giganewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectonewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilonewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/meganewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micronewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millinewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanonewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petanewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/piconewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teranewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attohertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centihertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decahertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decihertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exahertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtohertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigahertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectohertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilohertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megahertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microhertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millihertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanohertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petahertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picohertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terahertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attowatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centiwatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decawatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/deciwatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exawatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtowatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigawatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectowatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilowatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megawatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microwatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milliwatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanowatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petawatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picowatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terawatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attolux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centilux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decalux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decilux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exalux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtolux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigalux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectolux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilolux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megalux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microlux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millilux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanolux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petalux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picolux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teralux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attohenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centihenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decahenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decihenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exahenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtohenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigahenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectohenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilohenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megahenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microhenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millihenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanohenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petahenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picohenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terahenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attocandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attogram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attokelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attolumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attosteradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attotesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attoweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centicandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centigram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centikelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centilumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centisteradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centitesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centiweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicAttometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicCentimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicDecametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicDecimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicExametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicFemtometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicGigametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicHectometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicKilometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMegametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMicrometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMillimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicNanometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicPetametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicPicometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicTerametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicYoctometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicYottametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicZeptometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicZettametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decacandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decagram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decakelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decalumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decatesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decaweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decicandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decigram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decikelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decilumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decisteradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decitesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/deciweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exacandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exagram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exakelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exalumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exatesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exaweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtocandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtogram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtokelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtolumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtosteradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtotesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtoweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigacandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigagram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigakelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigalumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigatesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectocandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectogram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectokelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectolumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectotesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectoweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilocandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilokelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilolumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilotesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megacandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megagram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megakelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megalumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megatesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerYoctosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerYoctosecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerYottasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerYottasecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerZeptosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerZeptosecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerZettasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerZettasecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microcandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microgram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microkelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microlumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsteradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microtesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millicandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milligram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millikelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millilumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisteradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millitesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milliweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanocandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanogram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanokelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanolumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanosteradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanotesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanoweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petacandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petagram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petakelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petalumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petatesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petaweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picocandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picogram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picokelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picolumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picosteradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picotesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picoweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareYoctometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareYottametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareZeptometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareZettametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teracandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teragram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terakelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teralumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teratesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teraweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctoampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctobecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctocandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctocoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctodegreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctofarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctogram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctogray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctohenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctohertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctokatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctokelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctolumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctolux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctometrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctomole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctonewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctoohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctoradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctosiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctosteradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctotesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctovolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctowatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctoweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yottaampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yottabecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yottacandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yottacoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yottafarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yottagram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yottagray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yottahenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yottahertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yottajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yottakatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yottakelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yottalumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yottalux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yottametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yottametrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yottametrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yottamole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yottanewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yottaohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yottapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yottasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yottasiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yottasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yottatesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yottavolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yottawatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yottaweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptoampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptobecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptocandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptocoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptodegreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptofarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptogram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptogray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptohenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptohertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptokatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptokelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptolumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptolux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptometrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptomole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptonewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptoohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptoradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptosiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptosteradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptotesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptovolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptowatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptoweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zettaampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zettabecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zettacandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zettacoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zettafarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zettagram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zettagray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zettahenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zettahertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zettajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zettakatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zettakelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zettalumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zettalux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zettametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zettametrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zettametrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zettamole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zettanewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zettaohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zettapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zettasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zettasiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zettasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zettatesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zettavolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zettawatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zettaweber> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/abbreviation> "SI" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/abbreviation> a <http://www.w3.org/2002/07/owl#AnnotationProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "abbreviation"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "has abbreviation"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousIntensity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Luminous intensity is the wavelength-weighted power emitted by a light source in a particular direction per unit solid angle. It is a base quantity in the International System of Units. Luminous intensity is luminous flux divided by solid angle."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "luminous intensity"@en , "lichtsterkte"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1616 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1689 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/candela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attocandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centicandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decacandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decicandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exacandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtocandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigacandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectocandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilocandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megacandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microcandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millicandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanocandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petacandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picocandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teracandela> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "I" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "I_v" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Irradiance> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Irradiance is the power of electromagnetic radiation at a surface per unit area."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "irradiance"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/PowerDensity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSquareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "E" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "E_e" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Luminance> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Luminous flux is the total visible energy emitted by a source per unit time."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "luminance"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1633 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1690 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/footlambert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/lambert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/stilb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/candelaPerSquareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/candelaPerSquareCentimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "L" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "L_v" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousEfficacy> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "luminous efficacy"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1687 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1695 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lumenPerWatt> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousEnergy> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "luminous energy"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1656 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1691 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lumenSecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "F" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousFlux> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Luminous flux is the total visible energy emitted by a source per unit time."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "luminous flux"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1641 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1692 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/candelaSteradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attolumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centilumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decalumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decilumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exalumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtolumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigalumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectolumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilolumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megalumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microlumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millilumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanolumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petalumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picolumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teralumen> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "F" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MolarHeatCapacity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "molar heat capacity"@en , "molaire warmtecapaciteit"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1525 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1573 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKelvinMole> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MolarMass> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "molar mass"@en , "molaire massa"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1535 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerMole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "M" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Momentum> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Momentum is the product of mass and velocity of an object."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "momentum"@en , "impuls"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx797 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metreKilogramPerSecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "p" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "linear momentum"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PermeabilityOfFreeSpace> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "permeability of free space"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1256 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1295 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/henryPerMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μ" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "vacuum permeability"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Permittivity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "permittivity"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1260 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1296 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/faradPerMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ε" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Pressure> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Pressure is the force applied to or distributed over a surface. It is a derived quantity in the International System of Units. Pressure is force divided by area."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "pressure"@en , "druk"@nl , "压力"@zh ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx603 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx873 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Standard> , <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Technical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/bar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/barye> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/torr> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decibar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microbar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millibar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramSecond-TimeToThePower-2ReciprocalMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonPerSquareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micropascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terapascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "p" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "P" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificHeatCapacity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "specific heat capacity"@en , "soortelijke warmte"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1038 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx958 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKelvinKilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "c_p" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "specifieke warmte"@nl , "specifieke warmtecapaciteit"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "c_v" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificVolume> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Specific volume is volume per unit mass."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "specific volume"@en , "soortelijk volume"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx499 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx870 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetrePerKilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "v" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "concentration (v/w)"@en , "specifiek volume"@nl .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SurfaceTension> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Surface tension is an attractive property of the surface of a liquid."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "surface tension"@en , "oppervlaktespanning"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1309 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx809 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonPerMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "γ" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "σ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Torque> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Torque is the effectiveness of a force to produce rotation about an axis, measured by the product of the force and the perpendicular distance from the line of action of the force to the axis."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "torque"@en , "koppel"@nl , "扭矩"@zh ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx626 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx875 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micronewtonMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millinewtonMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "T" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Volume> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Volume is a measure of how much three-dimensional space any phenomenon occupies. It is a derived quantity in the International System of Units. Volume is length to the power 3."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "volume"@en , "volume"@nl , "体积"@zh ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx175 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx241 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/acreFoot> , <http://www.ontology-of-units-of-measure.org/resource/om-2/barrel-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/bushel-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cord> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cup-USCustomary> , <http://www.ontology-of-units-of-measure.org/resource/om-2/dryGallon-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/dryPint-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/dryQuart-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fluidOunce-Imperial> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fluidOunce-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gallon-Imperial> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gallon-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gill-Imperial> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gill-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/liquidPint-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/liquidQuart-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/peck-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pint-Imperial> , <http://www.ontology-of-units-of-measure.org/resource/om-2/quart-Imperial> , <http://www.ontology-of-units-of-measure.org/resource/om-2/stere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/tablespoon-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teaspoon-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/dessertspoon> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ton-Register> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicParsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicKiloparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicAttometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicCentimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicDecametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicDecimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicExametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicFemtometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicGigametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicHectometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicKilometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMegametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMicrometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMillimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicNanometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicPetametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicPicometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicTerametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attolitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decalitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exalitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtolitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigalitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectolitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilolitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megalitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microlitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanolitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petalitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picolitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teralitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "V" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "inhoud"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "v" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Wavenumber> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Wavenumber is the number of repeating units of a propagating wave (the number of times a wave has the same phase) per unit of space."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "wavenumber"@en , "golfgetal"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx415 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx866 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kayser> , <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "σ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attocandela> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The attocandela is a unit of luminous intensity defined as 1.0e-18 candela."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attocandela"@en , "attocandela"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/candela> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousIntensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/atto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "acd" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attogram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The attogram is a unit of mass defined as 1.0e-18 gram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attogram"@en , "attogram"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/atto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ag" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attokelvin> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The attokelvin is a unit of temperature defined as 1.0e-18 kelvin."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attokelvin"@en , "attokelvin"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/atto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "aK" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attolumen> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attolumen"@en , "attolumen"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lumen> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/atto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "alm" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attosteradian> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attosteradian"@en , "attosteradiaal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/steradian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/atto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "asr" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attotesla> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attotesla"@en , "attotesla"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/tesla> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFluxDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/atto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "aT" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attoweber> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attoweber"@en , "attoweber"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/weber> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/atto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "aWb" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centicandela> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The centicandela is a unit of luminous intensity defined as 1.0e-2 candela."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centicandela"@en , "centicandela"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/candela> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousIntensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/centi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ccd" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centigram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The centigram is a unit of mass defined as 1.0e-2 gram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centigram"@en , "centigram"@nl , "百分之一克"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/centi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cg" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centikelvin> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The centikelvin is a unit of temperature defined as 1.0e-2 kelvin."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centikelvin"@en , "centikelvin"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/centi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cK" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centilumen> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centilumen"@en , "centilumen"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lumen> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/centi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "clm" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centisteradian> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centisteradian"@en , "centisteradiaal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/steradian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/centi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "csr" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centitesla> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centitesla"@en , "centitesla"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/tesla> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFluxDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/centi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cT" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centiweber> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centiweber"@en , "centiweber"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/weber> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/centi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cWb" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/cubicAttometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/CubicPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cubic attometre"@en , "kubieke attometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/attometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "am3" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/cubicCentimetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/CubicPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cubic centimetre"@en , "kubieke centimeter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cm3" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/cubicDecametre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/CubicPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cubic decametre"@en , "kubieke decameter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/decametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dam3" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/cubicDecimetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/CubicPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cubic decimetre"@en , "kubieke decimeter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dm3" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/cubicExametre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/CubicPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cubic exametre"@en , "kubieke exameter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/exametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Em3" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/cubicFemtometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/CubicPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cubic femtometre"@en , "kubieke femtometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fm3" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/cubicGigametre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/CubicPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cubic gigametre"@en , "kubieke gigameter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Gm3" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/cubicHectometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/CubicPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cubic hectometre"@en , "kubieke hectometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hm3" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/cubicKilometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/CubicPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cubic kilometre"@en , "kubieke kilometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "km3" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMegametre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/CubicPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cubic megametre"@en , "kubieke megameter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/megametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Mm3" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMicrometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/CubicPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cubic micrometre"@en , "kubieke micrometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μm3" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMillimetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/CubicPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cubic millimetre"@en , "kubieke millimeter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mm3" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/cubicNanometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/CubicPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cubic nanometre"@en , "kubieke nanometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nm3" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/cubicPetametre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/CubicPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cubic petametre"@en , "kubieke petameter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/petametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Pm3" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/cubicPicometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/CubicPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cubic picometre"@en , "kubieke picometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/picometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pm3" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/cubicTerametre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/CubicPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cubic terametre"@en , "kubieke terameter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/terametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Tm3" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/cubicYoctometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/CubicPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cubic yoctometre"@en , "kubieke yoctometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ym3" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/cubicYottametre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/CubicPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cubic yottametre"@en , "kubieke yottameter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/yottametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ym3" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/cubicZeptometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/CubicPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cubic zeptometre"@en , "kubieke zeptometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zm3" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/cubicZettametre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/CubicPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cubic zettametre"@en , "kubieke zettameter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/zettametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 3 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Zm3" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decacandela> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The decacandela is a unit of luminous intensity defined as 1.0e1 candela."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decacandela"@en , "decacandela"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/candela> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousIntensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deca> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dacd" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decagram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The decagram is a unit of mass defined as 1.0e1 gram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decagram"@en , "decagram"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deca> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dag" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decakelvin> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The decakelvin is a unit of thermodynamic temperature defined as 1.0e1 kelvin."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decakelvin"@en , "decakelvin"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deca> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "daK" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decalumen> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decalumen"@en , "decalumen"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lumen> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deca> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dalm" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decatesla> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decatesla"@en , "decatesla"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/tesla> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFluxDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deca> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "daT" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decaweber> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decaweber"@en , "decaweber"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/weber> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deca> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "daWb" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decicandela> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The decicandela is a unit of luminous intensity defined as 1.0e-1 candela."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decicandela"@en , "decicandela"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/candela> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousIntensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deci> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dcd" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decigram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The decigram is a unit of mass defined as 1.0e-1 gram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decigram"@en , "decigram"@nl , "十分之一克"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deci> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dg" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decikelvin> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The decikelvin is a unit of temperature defined as 1.0e-1 kelvin."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decikelvin"@en , "decikelvin"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deci> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dK" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decilumen> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decilumen"@en , "decilumen"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lumen> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deci> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dlm" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decisteradian> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decisteradian"@en , "decisteradiaal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/steradian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deci> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dsr" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decitesla> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decitesla"@en , "decitesla"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/tesla> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFluxDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deci> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dT" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/deciweber> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "deciweber"@en , "deciweber"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/weber> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deci> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dWb" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exacandela> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The exacandela is a unit of luminous intensity defined as 1.0e18 candela."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exacandela"@en , "exacandela"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/candela> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousIntensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/exa> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ecd" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exagram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The exagram is a unit of mass defined as 1.0e18 gram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exagram"@en , "exagram"@nl , "千兆兆克"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/exa> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Eg" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exakelvin> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The exakelvin is a unit of thermodynamic temperature defined as 1.0e18 kelvin."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exakelvin"@en , "exakelvin"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/exa> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "EK" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exalumen> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exalumen"@en , "exalumen"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lumen> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/exa> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Elm" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exatesla> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exatesla"@en , "exatesla"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/tesla> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFluxDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/exa> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ET" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exaweber> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exaweber"@en , "exaweber"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/weber> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/exa> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "EWb" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtocandela> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The femtocandela is a unit of luminous intensity defined as 1.0e-15 candela."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtocandela"@en , "femtocandela"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/candela> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousIntensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/femto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fcd" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtogram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The femtogram is a unit of mass defined as 1.0e-15 gram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtogram"@en , "femtogram"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/femto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fg" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtokelvin> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The femtokelvin is a unit of temperature defined as 1.0e-15 kelvin."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtokelvin"@en , "femtokelvin"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/femto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fK" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtolumen> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtolumen"@en , "femtolumen"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lumen> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/femto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "flm" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtosteradian> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtosteradian"@en , "femtosteradiaal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/steradian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/femto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fsr" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtotesla> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtotesla"@en , "femtotesla"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/tesla> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFluxDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/femto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fT" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtoweber> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtoweber"@en , "femtoweber"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/weber> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/femto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fWb" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigacandela> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The gigacandela is a unit of luminous intensity defined as 1.0e9 candela."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigacandela"@en , "gigacandela"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/candela> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousIntensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/giga> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Gcd" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigagram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The gigagram is a unit of mass defined as 1.0e9 gram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigagram"@en , "gigagram"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/giga> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Gg" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigakelvin> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The gigakelvin is a unit of thermodynamic temperature defined as 1.0e9 kelvin."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigakelvin"@en , "gigakelvin"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/giga> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "GK" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigalumen> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigalumen"@en , "gigalumen"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lumen> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/giga> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Glm" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigatesla> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigatesla"@en , "gigatesla"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/tesla> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFluxDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/giga> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "GT" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigaweber> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigaweber"@en , "gigaweber"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/weber> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/giga> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "GWb" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectocandela> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The hectocandela is a unit of luminous intensity defined as 1.0e2 candela."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectocandela"@en , "hectocandela"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/candela> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousIntensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/hecto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hcd" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectogram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The hectogram is a unit of mass defined as 1.0e2 gram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectogram"@en , "hectogram"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/hecto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hg" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "100 gram"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectokelvin> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The hectokelvin is a unit of thermodynamic temperature defined as 1.0e2 kelvin."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectokelvin"@en , "hectokelvin"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/hecto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hK" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectolumen> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectolumen"@en , "hectolumen"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lumen> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/hecto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hlm" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectotesla> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectotesla"@en , "hectotesla"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/tesla> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFluxDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/hecto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hT" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectoweber> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectoweber"@en , "hectoweber"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/weber> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/hecto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hWb" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilocandela> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The kilocandela is a unit of luminous intensity defined as 1.0e3 candela."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilocandela"@en , "kilocandela"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/candela> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousIntensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kcd" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilokelvin> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The kilokelvin is a unit of thermodynamic temperature defined as 1.0e3 kelvin."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilokelvin"@en , "kilokelvin"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kK" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilolumen> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilolumen"@en , "kilolumen"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lumen> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "klm" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilotesla> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilotesla"@en , "kilotesla"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/tesla> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFluxDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kT" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kiloweber> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kiloweber"@en , "kiloweber"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/weber> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kWb" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megacandela> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The megacandela is a unit of luminous intensity defined as 1.0e6 candela."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megacandela"@en , "megacandela"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/candela> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousIntensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mega> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Mcd" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megagram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The megagram is a unit of mass defined as 1.0e6 gram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megagram"@en , "megagram"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mega> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Mg" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megakelvin> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The megakelvin is a unit of thermodynamic temperature defined as 1.0e6 kelvin."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megakelvin"@en , "megakelvin"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mega> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "MK" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megalumen> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megalumen"@en , "megalumen"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lumen> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mega> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Mlm" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megatesla> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megatesla"@en , "megatesla"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/tesla> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFluxDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mega> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "MT" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megaweber> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megaweber"@en , "megaweber"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/weber> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mega> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "MWb" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerYoctosecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per yoctosecond is a unit of speed defined as metre divided by yoctosecond."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per yoctosecond"@en , "meter per yoctoseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctosecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/ys" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m ys-1" , "m·ys-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerYoctosecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per yoctosecond squared is a unit of acceleration defined as metre divided by yoctosecond squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per yoctosecond squared"@en , "meter per yoctoseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctosecond-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/ys2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m ys-2" , "m·ys-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerYottasecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per yottasecond is a unit of speed defined as metre divided by yottasecond."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per yottasecond"@en , "meter per yottaseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/yottasecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/Ys" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m Ys-1" , "m·Ys-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerYottasecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per yottasecond squared is a unit of acceleration defined as metre divided by yottasecond squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per yottasecond squared"@en , "meter per yottaseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/yottasecond-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/Ys2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m Ys-2" , "m·Ys-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerZeptosecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per zeptosecond is a unit of speed defined as metre divided by zeptosecond."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per zeptosecond"@en , "meter per zeptoseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptosecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/zs" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m zs-1" , "m·zs-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerZeptosecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per zeptosecond squared is a unit of acceleration defined as metre divided by zeptosecond squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per zeptosecond squared"@en , "meter per zeptoseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptosecond-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/zs2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m zs-2" , "m·zs-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerZettasecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per zettasecond is a unit of speed defined as metre divided by zettasecond."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per zettasecond"@en , "meter per zettaseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/zettasecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/Zs" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m Zs-1" , "m·Zs-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerZettasecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MetrePerPrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Metre per zettasecond squared is a unit of acceleration defined as metre divided by zettasecond squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per zettasecond squared"@en , "meter per zettaseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/zettasecond-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/Zs2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m Zs-2" , "m·Zs-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/microcandela> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The microcandela is a unit of luminous intensity defined as 1.0e-6 candela."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "microcandela"@en , "microcandela"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/candela> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousIntensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/micro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μcd" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/microgram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The microgram is a unit of mass defined as 1.0e-6 gram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "microgram"@en , "microgram"@nl , "微克"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/micro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μg" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/unofficialAbbreviation> "mcg" , "ug" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/microkelvin> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The microkelvin is a unit of temperature defined as 1.0e-6 kelvin."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "microkelvin"@en , "microkelvin"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/micro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μK" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/microlumen> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "microlumen"@en , "microlumen"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lumen> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/micro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μlm" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/microsteradian> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "microsteradian"@en , "microsteradiaal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/steradian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/micro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μsr" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/microtesla> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "microtesla"@en , "microtesla"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/tesla> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFluxDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/micro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μT" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/microweber> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "microweber"@en , "microweber"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/weber> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/micro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μWb" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millicandela> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The millicandela is a unit of luminous intensity defined as 1.0e-3 candela."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millicandela"@en , "millicandela"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/candela> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousIntensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mcd" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/milligram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The milligram is a unit of mass defined as 1.0e-3 gram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "milligram"@en , "milligram"@nl , "毫克"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mg" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millikelvin> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The millikelvin is a unit of temperature defined as 1.0e-3 kelvin."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millikelvin"@en , "millikelvin"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mK" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millilumen> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millilumen"@en , "millilumen"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lumen> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mlm" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millisteradian> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millisteradian"@en , "millisteradiaal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/steradian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "msr" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millitesla> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millitesla"@en , "millitesla"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/tesla> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFluxDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mT" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/milliweber> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "milliweber"@en , "milliweber"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/weber> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mWb" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanocandela> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The nanocandela is a unit of luminous intensity defined as 1.0e-9 candela."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanocandela"@en , "nanocandela"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/candela> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousIntensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/nano> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ncd" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanogram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The nanogram is a unit of mass defined as 1.0e-9 gram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanogram"@en , "nanogram"@nl , "纳克"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/nano> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ng" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanokelvin> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The nanokelvin is a unit of temperature defined as 1.0e-9 kelvin."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanokelvin"@en , "nanokelvin"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/nano> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nK" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanolumen> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanolumen"@en , "nanolumen"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lumen> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/nano> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nlm" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanosteradian> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanosteradian"@en , "nanosteradiaal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/steradian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/nano> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nsr" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanotesla> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanotesla"@en , "nanotesla"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/tesla> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFluxDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/nano> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nT" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanoweber> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanoweber"@en , "nanoweber"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/weber> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/nano> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nWb" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petacandela> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The petacandela is a unit of luminous intensity defined as 1.0e15 candela."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petacandela"@en , "petacandela"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/candela> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousIntensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/peta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Pcd" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petagram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The petagram is a unit of mass defined as 1.0e15 gram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petagram"@en , "petagram"@nl , "10^15克"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/peta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Pg" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petakelvin> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The petakelvin is a unit of thermodynamic temperature defined as 1.0e15 kelvin."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petakelvin"@en , "petakelvin"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/peta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "PK" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petalumen> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petalumen"@en , "petalumen"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lumen> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/peta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Plm" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petatesla> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petatesla"@en , "petatesla"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/tesla> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFluxDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/peta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "PT" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petaweber> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petaweber"@en , "petaweber"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/weber> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/peta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "PWb" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picocandela> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The picocandela is a unit of luminous intensity defined as 1.0e-12 candela."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picocandela"@en , "picocandela"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/candela> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousIntensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/pico> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pcd" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picogram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The picogram is a unit of mass defined as 1.0e-12 gram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picogram"@en , "picogram"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/pico> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pg" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picokelvin> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The picokelvin is a unit of temperature defined as 1.0e-12 kelvin."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picokelvin"@en , "picokelvin"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/pico> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pK" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picolumen> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picolumen"@en , "picolumen"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lumen> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/pico> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "plm" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picosteradian> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picosteradian"@en , "picosteradiaal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/steradian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/pico> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "psr" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picotesla> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picotesla"@en , "picotesla"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/tesla> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFluxDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/pico> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pT" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picoweber> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picoweber"@en , "picoweber"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/weber> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/pico> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pWb" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/squareYoctometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SquarePrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "square yoctometre"@en , "vierkante yoctometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/area-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ym2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/squareYottametre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SquarePrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "square yottametre"@en , "vierkante yottameter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/area-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/yottametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ym2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/squareZeptometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SquarePrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "square zeptometre"@en , "vierkante zeptometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/area-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zm2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/squareZettametre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SquarePrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "square zettametre"@en , "vierkante zettameter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/area-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/zettametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Zm2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/teracandela> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The teracandela is a unit of luminous intensity defined as 1.0e12 candela."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "teracandela"@en , "teracandela"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/candela> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousIntensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/tera> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Tcd" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/teragram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The teragram is a unit of mass defined as 1.0e12 gram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "teragram"@en , "teragram"@nl , "10^12克"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/tera> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Tg" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/terakelvin> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The terakelvin is a unit of thermodynamic temperature defined as 1.0e12 kelvin."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "terakelvin"@en , "terakelvin"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/tera> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "TK" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/teralumen> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "teralumen"@en , "teralumen"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lumen> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/tera> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Tlm" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/teratesla> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "teratesla"@en , "teratesla"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/tesla> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFluxDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/tera> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "TT" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/teraweber> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "teraweber"@en , "teraweber"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/weber> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/tera> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "TWb" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctoampere> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The yoctoampere is a unit of electric current defined as 1.0e-24 ampere."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctoampere"@en , "yoctoampère"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCurrent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yocto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "yA" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctobecquerel> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The yoctobecquerel is a unit of activity defined as 1.0e-24 becquerel."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctobecquerel"@en , "yoctobecquerel"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/becquerel> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yocto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "yBq" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctocandela> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The yoctocandela is a unit of luminous intensity defined as 1.0e-24 candela."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctocandela"@en , "yoctocandela"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/candela> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousIntensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yocto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ycd" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctocoulomb> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The yoctocoulomb is a unit of electric charge defined as 1.0e-24 coulomb."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctocoulomb"@en , "yoctocoulomb"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCharge-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yocto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "yC" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctodegreeCelsius> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The yoctodegree Celsius is a unit of temperature defined as 1.0e-24 degree Celsius."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctodegree Celsius"@en , "yoctograad Celsius"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yocto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "y°C" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctofarad> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The yoctofarad is a unit of capacitance defined as 1.0e-24 farad."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctofarad"@en , "yoctofarad"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/farad> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/capacitance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yocto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "yF" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctogram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The yoctogram is a unit of mass defined as 1.0e-24 gram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctogram"@en , "yoctogram"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yocto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "yg" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctogray> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The yoctogray is a unit of absorbed dose defined as 1.0e-24 gray."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctogray"@en , "yoctogray"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gray> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yocto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "yGy" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctohenry> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The yoctohenry is a unit of inductance defined as 1.0e-24 henry."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctohenry"@en , "yoctohenry"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/henry> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/inductanceOrPermeance-Electromagnetic-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yocto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "yH" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctohertz> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The yoctohertz is a unit of frequency defined as 1.0e-24 hertz."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctohertz"@en , "yoctohertz"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/hertz> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yocto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "yHz" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctojoule> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The yoctojoule is a unit of energy defined as 1.0e-24 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctojoule"@en , "yoctojoule"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yocto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "yJ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctokatal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The yoctokatal is a unit of catalytic activity defined as 1.0e-24 katal."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctokatal"@en , "yoctokatal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/katal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/catalyticActivity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yocto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ykat" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctokelvin> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The yoctokelvin is a unit of temperature defined as 1.0e-24 kelvin."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctokelvin"@en , "yoctokelvin"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yocto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "yK" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctolumen> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctolumen"@en , "yoctolumen"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lumen> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yocto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ylm" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctolux> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctolux"@en , "yoctolux"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lux> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/illuminance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yocto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ylx" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The yoctometre is a unit of length defined as 1.0e-24 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctometre"@en , "yoctometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yocto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ym" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctometrePerSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Yoctometre per second is a unit of speed defined as yoctometre divided by second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctometre per second"@en , "yoctometer per seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ym/s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "ym s-1" , "ym·s-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctometrePerSecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Yoctometre per second squared is a unit of acceleration defined as yoctometre divided by second squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctometre per second squared"@en , "yoctometer per seconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ym/s2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "ym s-2" , "ym·s-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctomole> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctomole"@en , "yoctomol"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yocto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ymol" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctonewton> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctonewton"@en , "yoctonewton"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/force-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yocto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "yN" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctoohm> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctoohm"@en , "yoctoohm"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ohm> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalResistance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yocto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "yΩ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctopascal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctopascal"@en , "yoctopascal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yocto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "yPa" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctoradian> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctoradian"@en , "yoctoradiaal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/radian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yocto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "yrad" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctosecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctosecond"@en , "yoctoseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yocto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ys" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctosiemens> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctosiemens"@en , "yoctosiemens"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/siemens> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalConductance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yocto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "yS" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctosievert> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctosievert"@en , "yoctosievert"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yocto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ySv" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctosteradian> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctosteradian"@en , "yoctosteradiaal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/steradian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yocto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ysr" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctotesla> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctotesla"@en , "yoctotesla"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/tesla> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFluxDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yocto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "yT" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctovolt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctovolt"@en , "yoctovolt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricPotential-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yocto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "yV" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctowatt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctowatt"@en , "yoctowatt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/power-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yocto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "yW" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctoweber> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctoweber"@en , "yoctoweber"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/weber> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yocto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "yWb" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottaampere> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The yottaampere is a unit of electric current defined as 1.0e24 ampere."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottaampere"@en , "yottaampère"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCurrent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yotta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "YA" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottabecquerel> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The yottabecquerel is a unit of activity defined as 1.0e24 becquerel."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottabecquerel"@en , "yottabecquerel"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/becquerel> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yotta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "YBq" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottacandela> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The yottacandela is a unit of luminous intensity defined as 1.0e24 candela."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottacandela"@en , "yottacandela"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/candela> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousIntensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yotta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ycd" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottacoulomb> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The yottacoulomb is a unit of electric charge defined as 1.0e24 coulomb."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottacoulomb"@en , "yottacoulomb"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCharge-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yotta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "YC" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottafarad> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The yottafarad is a unit of capacitance defined as 1.0e24 farad."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottafarad"@en , "yottafarad"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/farad> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/capacitance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yotta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "YF" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottagram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The yottagram is a unit of mass defined as 1.0e24 gram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottagram"@en , "yottagram"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yotta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "YG" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottagray> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The yottagray is a unit of absorbed dose defined as 1.0e24 gray."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottagray"@en , "yottagray"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gray> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yotta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "YGy" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottahenry> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The yottahenry is a unit of inductance defined as 1.0e24 henry."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottahenry"@en , "yottahenry"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/henry> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/inductanceOrPermeance-Electromagnetic-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yotta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "YH" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottahertz> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The yottahertz is a unit of frequency defined as 1.0e24 hertz."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottahertz"@en , "yottahertz"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/hertz> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yotta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "YHz" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottajoule> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The yottajoule is a unit of energy defined as 1.0e24 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottajoule"@en , "yottajoule"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yotta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "YJ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottakatal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The yottakatal is a unit of catalytic activity defined as 1.0e24 katal."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottakatal"@en , "yottakatal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/katal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/catalyticActivity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yotta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ykat" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottakelvin> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The yottakelvin is a unit of thermodynamic temperature defined as 1.0e24 kelvin."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottakelvin"@en , "yottakelvin"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yotta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "YK" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottalumen> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottalumen"@en , "yottalumen"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lumen> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yotta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ylm" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottalux> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottalux"@en , "yottalux"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lux> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/illuminance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yotta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ylx" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottametre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The yottametre is a unit of length defined as 1.0e24 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottametre"@en , "yottameter"@nl , "10^24米"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yotta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ym" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottametrePerSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Yottametre per second is a unit of speed defined as yottametre divided by second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottametre per second"@en , "yottameter per seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/yottametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ym/s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Ym s-1" , "Ym·s-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottametrePerSecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Yottametre per second squared is a unit of acceleration defined as yottametre divided by second squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottametre per second squared"@en , "yottameter per seconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/yottametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ym/s2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Ym s-2" , "Ym·s-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottamole> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottamole"@en , "yottamol"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yotta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ymol" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottanewton> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottanewton"@en , "yottanewton"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/force-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yotta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "YN" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottaohm> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottaohm"@en , "yottaohm"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ohm> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalResistance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yotta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "YΩ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottapascal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottapascal"@en , "yottapascal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yotta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "YPa" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottasecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottasecond"@en , "yottaseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yotta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ys" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottasiemens> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottasiemens"@en , "yottasiemens"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/siemens> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalConductance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yotta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "YS" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottasievert> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottasievert"@en , "yottasievert"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yotta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "YSv" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottatesla> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottatesla"@en , "yottatesla"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/tesla> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFluxDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yotta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "YT" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottavolt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottavolt"@en , "yottavolt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricPotential-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yotta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "YV" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottawatt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottawatt"@en , "yottawatt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/power-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yotta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "YW" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottaweber> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottaweber"@en , "yottaweber"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/weber> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yotta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "YWb" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptoampere> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The zeptampere is a unit of electric current defined as 1.0e-21 ampere."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptoampere"@en , "zeptoampère"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCurrent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zepto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zA" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptobecquerel> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The zeptbecquerel is a unit of activity defined as 1.0e-21 becquerel."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptobecquerel"@en , "zeptobecquerel"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/becquerel> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zepto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zBq" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptocandela> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The zeptcandela is a unit of luminous intensity defined as 1.0e-21 candela."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptocandela"@en , "zeptocandela"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/candela> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousIntensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zepto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zcd" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptocoulomb> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The zeptcoulomb is a unit of electric charge defined as 1.0e-21 coulomb."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptocoulomb"@en , "zeptocoulomb"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCharge-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zepto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zC" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptodegreeCelsius> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The zeptdegree Celsius is a unit of temperature defined as 1.0e-21 degree Celsius."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptodegree Celsius"@en , "zeptograad Celsius"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zepto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "z°C" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptofarad> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The zeptfarad is a unit of capacitance defined as 1.0e-21 farad."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptofarad"@en , "zeptofarad"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/farad> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/capacitance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zepto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zF" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptogram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The zeptgram is a unit of mass defined as 1.0e-21 gram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptogram"@en , "zeptogram"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zepto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zg" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptogray> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The zeptgray is a unit of absorbed dose defined as 1.0e-21 gray."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptogray"@en , "zeptogray"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gray> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zepto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zGy" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptohenry> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The zepthenry is a unit of inductance defined as 1.0e-21 henry."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptohenry"@en , "zeptohenry"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/henry> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/inductanceOrPermeance-Electromagnetic-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zepto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zH" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptohertz> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The zepthertz is a unit of frequency defined as 1.0e-21 hertz."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptohertz"@en , "zeptohertz"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/hertz> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zepto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zHz" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptojoule> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The zeptjoule is a unit of energy defined as 1.0e-21 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptojoule"@en , "zeptojoule"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zepto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zJ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptokatal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The zeptkatal is a unit of catalytic activity defined as 1.0e-21 katal."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptokatal"@en , "zeptokatal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/katal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/catalyticActivity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zepto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zkat" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptokelvin> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The zeptkelvin is a unit of temperature defined as 1.0e-21 kelvin."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptokelvin"@en , "zeptokelvin"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zepto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zK" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptolumen> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptolumen"@en , "zeptolumen"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lumen> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zepto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zlm" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptolux> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptolux"@en , "zeptolux"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lux> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/illuminance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zepto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zlx" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The zeptometre is a unit of length defined as 1.0e-21 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptometre"@en , "zeptometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zepto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zm" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptometrePerSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Zeptometre per second is a unit of speed defined as zeptometre divided by second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptometre per second"@en , "zeptometer per seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zm/s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "zm s-1" , "zm·s-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptometrePerSecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Zeptometre per second squared is a unit of acceleration defined as zeptometre divided by second squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptometre per second squared"@en , "zeptometer per seconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zm/s2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "zm s-2" , "zm·s-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptomole> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptomole"@en , "zeptomol"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zepto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zmol" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptonewton> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptonewton"@en , "zeptonewton"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/force-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zepto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zN" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptoohm> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptoohm"@en , "zeptoohm"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ohm> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalResistance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zepto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zΩ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptopascal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptopascal"@en , "zeptopascal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zepto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zPa" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptoradian> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptoradian"@en , "zeptoradiaal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/radian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zepto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zrad" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptosecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptosecond"@en , "zeptoseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zepto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zs" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptosiemens> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptosiemens"@en , "zeptosiemens"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/siemens> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalConductance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zepto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zS" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptosievert> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptosievert"@en , "zeptosievert"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zepto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zSv" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptosteradian> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptosteradian"@en , "zeptosteradiaal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/steradian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zepto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zsr" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptotesla> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptotesla"@en , "zeptotesla"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/tesla> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFluxDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zepto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zT" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptovolt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptovolt"@en , "zeptovolt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricPotential-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zepto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zV" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptowatt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptowatt"@en , "zeptowatt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/power-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zepto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zW" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptoweber> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptoweber"@en , "zeptoweber"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/weber> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zepto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zWb" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettaampere> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The zettaampere is a unit of electric current defined as 1.0e21 ampere."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettaampere"@en , "zettaampère"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCurrent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zetta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ZA" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettabecquerel> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The zettabecquerel is a unit of activity defined as 1.0e21 becquerel."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettabecquerel"@en , "zettabecquerel"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/becquerel> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zetta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ZBq" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettacandela> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The zettacandela is a unit of luminous intensity defined as 1.0e21 candela."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettacandela"@en , "zettacandela"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/candela> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousIntensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zetta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Zcd" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettacoulomb> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The zettacoulomb is a unit of electric charge defined as 1.0e21 coulomb."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettacoulomb"@en , "zettacoulomb"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricCharge-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zetta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ZC" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettafarad> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The zettafarad is a unit of capacitance defined as 1.0e21 farad."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettafarad"@en , "zettafarad"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/farad> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/capacitance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zetta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ZF" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettagram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The zettagram is a unit of mass defined as 1.0e21 gram."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettagram"@en , "zettagram"@nl , "10^21克"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zetta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ZG" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettagray> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The zettagray is a unit of absorbed dose defined as 1.0e21 gray."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettagray"@en , "zettagray"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gray> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zetta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ZGy" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettahenry> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The zettahenry is a unit of inductance defined as 1.0e21 henry."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettahenry"@en , "zettahenry"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/henry> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/inductanceOrPermeance-Electromagnetic-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zetta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ZH" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettahertz> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The zettahertz is a unit of frequency defined as 1.0e21 hertz."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettahertz"@en , "zettahertz"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/hertz> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/frequency-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zetta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ZHz" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettajoule> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The zettajoule is a unit of energy defined as 1.0e21 joule."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettajoule"@en , "zettajoule"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/energy-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zetta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ZJ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettakatal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The zettakatal is a unit of catalytic activity defined as 1.0e21 katal."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettakatal"@en , "zettakatal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/katal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/catalyticActivity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zetta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Zkat" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettakelvin> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The zettakelvin is a unit of thermodynamic temperature defined as 1.0e21 kelvin."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettakelvin"@en , "zettakelvin"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperature-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zetta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ZK" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettalumen> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettalumen"@en , "zettalumen"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lumen> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/luminousFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zetta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Zlm" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettalux> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettalux"@en , "zettalux"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lux> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/illuminance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zetta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Zlx" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettametre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The zettametre is a unit of length defined as 1.0e21 metre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettametre"@en , "zettameter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zetta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Zm" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettametrePerSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-Time> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Zettametre per second is a unit of speed defined as zettametre divided by second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettametre per second"@en , "zettameter per seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/speed-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/zettametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Zm/s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Zm s-1" , "Zm·s-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettametrePerSecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePerSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Zettametre per second squared is a unit of acceleration defined as zettametre divided by second squared."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettametre per second squared"@en , "zettameter per seconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/acceleration-Dmension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/zettametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Zm/s2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Zm s-2" , "Zm·s-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettamole> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettamole"@en , "zettamol"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zetta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Zmol" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettanewton> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettanewton"@en , "zettanewton"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/force-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zetta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ZN" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettaohm> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettaohm"@en , "zettaohm"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ohm> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalResistance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zetta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ZΩ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettapascal> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettapascal"@en , "zettapascal"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/pressure-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zetta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ZPa" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettasecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettasecond"@en , "zettaseconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zetta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Zs" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettasiemens> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettasiemens"@en , "zettasiemens"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/siemens> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricalConductance-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zetta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ZS" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettasievert> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettasievert"@en , "zettasievert"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/specificEnergyOrAbsorbedDoseOrDoseEquivalent-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zetta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ZSv" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettatesla> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettatesla"@en , "zettatesla"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/tesla> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFluxDensity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zetta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ZT" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettavolt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettavolt"@en , "zettavolt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/electricPotential-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zetta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ZV" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettawatt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettawatt"@en , "zettawatt"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/power-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zetta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ZW" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettaweber> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettaweber"@en , "zettaweber"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/weber> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/magneticFlux-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zetta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ZWb" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/IntrinsicColourIndex> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The colour index a star would have in the absence of interstellar extinction (reddening). It is assumed that all stars of the same spectral type and luminosity class have the same colour index."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "intrinsic colour index"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/ColourIndex> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/IonizationTemperature> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The temperature of a gas or plasma derived from the relative numbers of neutral atoms and ions. Specifically, it is the temperature for which the Saha equations would predict these relative numbers, assuming the atoms and ions are in thermodynamic equilibrium."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "ionization temperature"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/ThermodynamicTemperature> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "T_ion" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/JeansMass> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The critical mass of a molecular cloud, above which it will be unstable to collapse."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Jeans mass"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Mass> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/solarMass> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "M_J" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> a <http://www.w3.org/2002/07/owl#AnnotationProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "longcomment"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "has longcomment"@en , "long comment"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_1234.93OnTheKelvinScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "1234.93 on the Kelvin scale"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/KelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "1234.93" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_13.8033OnTheKelvinScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "13.8033 on the Kelvin scale"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/KelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "13.8033" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_1337.33OnTheKelvinScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "1337.33 on the Kelvin scale"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/KelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "1337.33" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_1357.77OnTheKelvinScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "1357.77 on the Kelvin scale"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/KelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "1357.77" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_234.3156OnTheKelvinScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "234.3156 on the Kelvin scale"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/KelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "234.3156" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_24.5561OnTheKelvinScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "24.5561 on the Kelvin scale"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/KelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "24.5561" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_273.16OnTheKelvinScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "273.16 on the Kelvin scale"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/KelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "273.16" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperatureOfTheTriplePointOfWater> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_302.9146OnTheKelvinScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "302.9146 on the Kelvin scale"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/KelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "302.9146" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_3To5OnTheKelvinScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "3 to 5 on the Kelvin scale"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/KelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "3 to 5" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_429.7485OnTheKelvinScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "429.7485 on the Kelvin scale"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/KelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "429.7485" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_505.078OnTheKelvinScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "505.078 on the Kelvin scale"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/KelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "505.078" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_54.3584OnTheKelvinScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "54.3584 on the Kelvin scale"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/KelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "54.3584" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_692.677OnTheKelvinScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "692.677 on the Kelvin scale"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/KelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "692.677" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_83.8058OnTheKelvinScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "83.8058 on the Kelvin scale"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/KelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "83.8058" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_933.473OnTheKelvinScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "933.473 on the Kelvin scale"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/KelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "933.473" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/approximately17OnTheKelvinScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "~17 on the Kelvin scale"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/KelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "~17" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/approximately203OnTheKelvinScale> a <http://www.ontology-of-units-of-measure.org/resource/om-2/FixedPoint> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "~20.3 on the Kelvin scale"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasScale> <http://www.ontology-of-units-of-measure.org/resource/om-2/KelvinScale> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> "~20.3" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Kerma> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kerma"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/AbsorbedDose> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/rad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKilogram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attogray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centigray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decagray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decigray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exagray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtogray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigagray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectogray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megagray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microgray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milligray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanogray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petagray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picogray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teragray> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/KinematicViscosity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Kinematic viscosity is the ratio of viscosity to density."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kinematic viscosity"@en , "kinematische viscositeit"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx753 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx882 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/stokes> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centistokes> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ν" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/unofficialLabel> "viscosity" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centistokes> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centistokes"@en , "centistokes"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/stokes> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/kinematicViscosityOrThermalDiffusivity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/centi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cSt" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/KineticEnergy> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Kinetic energy is energy due to motion."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kinetic energy"@en , "kinetische energie"@nl , "动能"@zh ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Energy> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micronewtonMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millinewtonMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-39F> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-59F> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-60F> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-InternationalTable> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-Mean> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-Thermochemical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-15C> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-20C> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-InternationalTable> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-Mean> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-Thermochemical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/electronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/erg> , <http://www.ontology-of-units-of-measure.org/resource/om-2/footPoundal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/quad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaelectronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloelectronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaelectronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilowattHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terawattHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/therm-EC> , <http://www.ontology-of-units-of-measure.org/resource/om-2/therm-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/tonOfTNT> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centijoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decijoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilocalorie-Mean> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaerg> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microjoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millijoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terajoule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "E_k" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "bewegingsenergie"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "K" , "T" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/KnudsenNumber> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The Knudsen number is a dimensionless number defined as the ratio of the molecular mean free path length to a representative physical length scale."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Knudsen number"@en , "getal van Knudsen"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1362 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1364 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Kn" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/LactoseMassFraction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The fraction of the mass of lactose in a phenomenon"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "lactose mass fraction"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/MassFraction> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/LewisNumber> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The Lewis number is a dimensionless number defined as the ratio of thermal diffusivity to mass diffusivity."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Lewis number"@en , "getal van Lewis"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1367 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1369 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Le" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/LightTime> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The time electromagnetic radiation takes to reach Earth from a distant source. Often the correction in light time is needed to accurately calculate the apparent position of solar system objects or to calculate the period of variable stars (different times are observed when the Earth is at a different position in its orbit)."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "light time"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "τ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/LimitingMagnitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The magnitude of the faintest object (star) that can be detected by a telescope or other instrument. Depends not only on the telescope but also on the detector and on the observing method."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "limiting magnitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/LinearStrain> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "linear strain"@en , "lineaire vervorming"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Strain> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "e" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Strain> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "strain"@en , "vervorming"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1305 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1307 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ε" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "γ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Lipophilicity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "lipophilicity"@en , "lipofiliciteit"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/LocustBeanGumMassFraction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The fraction of the mass of locust bean gum in a phenomenon"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "locust bean gum mass fraction"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/MassFraction> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/LossModulus> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "loss modulus"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/DynamicModulus> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Standard> , <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Technical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/bar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/barye> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/torr> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decibar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microbar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millibar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramSecond-TimeToThePower-2ReciprocalMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonPerSquareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micropascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terapascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "E''" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/LuminosityFunction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The number of stars of absolute magnitudes between Mv and Mv+ΔMv per cubic parsec."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "luminosity function"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberDensity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalCubicParsec> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MachNumber> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The Mach number is the speed of an object that moves through air, or any fluid substance, divided by the speed of sound as it is in that substance."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Mach number"@en , "Machgetal"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1372 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1374 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ma" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIAmountOfSubstanceDimensionExponent> a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "has SI amount of substance dimension exponent"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> ;
+	<http://www.w3.org/2000/01/rdf-schema#domain> <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIElectricCurrentDimensionExponent> a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "has SI electric current dimension exponent"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> ;
+	<http://www.w3.org/2000/01/rdf-schema#domain> <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILengthDimensionExponent> a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "has SI length dimension exponent"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> ;
+	<http://www.w3.org/2000/01/rdf-schema#domain> <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSILuminousIntensityDimensionExponent> a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "has SI luminous intensity dimension exponent"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> ;
+	<http://www.w3.org/2000/01/rdf-schema#domain> <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIMassDimensionExponent> a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "has SI mass dimension exponent"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> ;
+	<http://www.w3.org/2000/01/rdf-schema#domain> <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSIThermodynamicTemperatureDimensionExponent> a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "has SI thermodynamic temperature dimension exponent"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> ;
+	<http://www.w3.org/2000/01/rdf-schema#domain> <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hasSITimeDimensionExponent> a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "has SI time dimension exponent"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> ;
+	<http://www.w3.org/2000/01/rdf-schema#domain> <http://www.ontology-of-units-of-measure.org/resource/om-2/Dimension> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticReynoldsNumber> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "magnetic Reynolds number"@en , "magnetisch getal van Reynolds"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1377 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1379 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Rm" .
+
+<http://www.wurvoc.org/bibliography/om-2/IntroAstronomicalPhotometry_chapter_2> a <http://purl.org/ontology/bibo/Chapter> ;
+	<http://purl.org/dc/elements/1.1/title> "Introduction" ;
+	<http://purl.org/ontology/bibo/chapter> "2" ;
+	<http://purl.org/ontology/bibo/pageEnd> "38" ;
+	<http://purl.org/ontology/bibo/pageStart> "11" ;
+	<http://purl.org/ontology/bibo/reproducedIn> <http://www.wurvoc.org/bibliography/om-2/IntroAstronomicalPhotometry> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ManualFirmness> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Firmness manueel: code 0 - 5."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "manual firmness"@en , "manuele stevigheid"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/_0-5> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "firmness_m"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_0-5> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "0-5"@en , "0-5"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilotonne> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilotonne"@en , "kiloton"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/tonne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kt" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megatonne> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megatonne"@en , "megaton"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/tonne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/mass-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mega> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Mt" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MassFlow> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Mass flow is the movement of substances at equal rates or as a single body."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mass flow"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx823 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx889 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerSecond-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Metallicity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The log of the ratio between the ratios of the observed Fe and H quantities in a star and the same ratio in the Sun. This is a very important quantity that is often used in astronomy as an indicator of the age of a star."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metallicity"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/QuantityOfDimensionOne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ModeratedStarchMassFraction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The fraction of the mass of moderated starch in a phenomenon"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "moderated starch mass fraction"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/MassFraction> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ModulusOfElasticity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "modulus of elasticity"@en , "elasticiteitsmodulus"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/DynamicModulus> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Standard> , <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Technical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/bar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/barye> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/torr> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decibar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microbar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millibar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramSecond-TimeToThePower-2ReciprocalMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonPerSquareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micropascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terapascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "E" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "Young's modulus"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Y" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Molality> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Molality is the number of moles of solute per kilogram of solvent."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "molality"@en , "molaliteit"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1531 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerKilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "b" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "molality of solution"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MolarEnergy> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "molar energy"@en , "molaire energie"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1515 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1571 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerMole> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MolarEntropy> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "molar entropy"@en , "molaire entropie"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1523 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1572 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKelvinMole> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MolarVolume> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "molar volume"@en , "molair volume"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1540 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetrePerMole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/litrePerMole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "V_m" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedMetre> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per prefixed metre"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1551 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MomentOfForce> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Moment of force is the effectiveness of a force to produce rotation about an axis measured by the product of the force and the perpendicular distance from the line of action of the force to the axis."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "moment of force"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx628 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx876 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micronewtonMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millinewtonMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "M" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "moment"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MomentOfInertia> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Moment of inertia is a measure of the effectiveness of mass in rotation."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "moment of inertia"@en , "traagheidsmoment"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx801 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramSquareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "I" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "massatraagheidsmoment"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "J" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/MustardPowderMassFraction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The fraction of the mass of mustard powder in a phenomenon"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mustard powder mass fraction"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/MassFraction> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NeckRingMass> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "neck ring mass"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Mass> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/tonne> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/unofficialLabel> "neck ring weight" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NoiseEquivalentPower> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Radiative flux on a detector needed for a signal/noise ratio of 1 (Kitchin, Astrophysical Techniques, IoP, Table 1.1.2)."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "noise equivalent power"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Power> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques_chapter1> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "NEP" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NormalAlbedo> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Ratio between radiation falling vertically onto an object and the radiation radiated back vertically."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "normal albedo"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Albedo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NormalStrain> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "normal strain"@en , "normaalvervorming"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Strain> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NormalStress> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "normal stress"@en , "normaalspanning"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Stress> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Standard> , <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Technical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/bar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/barye> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/torr> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decibar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microbar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millibar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramSecond-TimeToThePower-2ReciprocalMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonPerSquareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micropascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terapascal> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NormalisedDetectivity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The detectivity normalised by multiplying by the square root of the detector area, and by the electrical bandwidth. The units cm Hz(1/2)/W are commonly used and it then represents the signal-to-noise ratio when 1 W of radiation is incident on a detector with an area of 1 cm2, and the electrical bandwidth is 1 Hz."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "normalised detectivity"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques_chapter1> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "D*" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Number> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx245 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx341 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "N" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/unofficialAbbreviation> "#" , "no" , "nr" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberAbscisedBuds> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Aantal gevallen knoppen."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number abscised buds"@en , "aantal gevallen knoppen"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBuds> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "#abscised buds"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBuds> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number buds"@en , "aantal knoppen"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Number> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberAbscisedFlowers> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Aantal gevallen bloemen."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number abscised flowers"@en , "aantal gevallen bloemen"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberFlowers> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "#abscised flowers"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberFlowers> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number flowers"@en , "aantal bloemen"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Number> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberAbscisedLeaves> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Aantal gevallen bladeren."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number abscised leaves"@en , "aantal gevallen bladeren"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberLeaves> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "#abscised leaves"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberLeaves> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number leaves"@en , "aantal bladeren"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Number> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBlue-DiscoloredFlowers> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Aantal blauwverkleurde bloemen."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number blue-discolored flowers"@en , "aantal blauwverkleurde bloemen"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberFlowers> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "#blue flowers"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBotrytis> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number Botrytis"@en , "aantal Botrytis"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Number> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBotrytis0> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Aantal bloemen zonder Botrytis."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number Botrytis 0"@en , "aantal Botrytis 0"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBotrytis> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "b0"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBotrytis1> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Aantal bloemen met Botrytis 1: enkele laesies: max 3 op één petaal of max 5 op meerdere plekken."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number Botrytis 1"@en , "aantal Botrytis 1"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBotrytis> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "b1"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBotrytis2> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Aantal bloemen met Botrytis 2: grotere vlek(ken) op één petaal."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number Botrytis 2"@en , "aantal Botrytis 2"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBotrytis> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "b2"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBotrytis3> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Aantal bloemen met Botrytis 3: één bruin petaal of vlekken op meer petalen."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number Botrytis 3"@en , "aantal Botrytis 3"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBotrytis> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "b3"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBotrytis4> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Aantal bloemen met Botrytis 4: minimaal één bruin petaal en hart aangetast."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number Botrytis 4"@en , "aantal Botrytis 4"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBotrytis> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "b4"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBudStadium> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number bud stadium"@en , "aantal knopstadium"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Number> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBudStadium1> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Roos aantal in knopstadium 1: spitse knop."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number bud stadium 1"@en , "aantal knopstadium 1"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBudStadium> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "s1"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBudStadium2> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Roos aantal in knopstadium 2: spitse knop."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number bud stadium 2"@en , "aantal knopstadium 2"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBudStadium> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "s2"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBudStadium3> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Roos aantal in knopstadium 3: spitse knop."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number bud stadium 3"@en , "aantal knopstadium 3"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBudStadium> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "s3"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBudStadium4> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Roos aantal in knopstadium 4: spitse knop."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number bud stadium 4"@en , "aantal knopstadium 4"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBudStadium> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "s4"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBudStadium5> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Roos aantal in knopstadium 5: spitse knop."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number bud stadium 5"@en , "aantal knopstadium 5"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBudStadium> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "s5"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number color"@en , "aantal kleur"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Number> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor1> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Voorbeeld avocado Hass: code 1 poster (vrijwel) geheel groen."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number color 1"@en , "aantal kleur 1"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "color_1"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor2> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Voorbeeld avocado Hass: code 2 poster meer groen dan donker."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number color 2"@en , "aantal kleur 2"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "color_2"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor3> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Voorbeeld avocado Hass: code 3 poster 50% groen."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number color 3"@en , "aantal kleur 3"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "color_3"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor4> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Voorbeeld avocado Hass: code 4 poster meer donker dan groen."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number color 4"@en , "aantal kleur 4"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "color_4"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor5> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Voorbeeld avocado Hass: code 5 poster (vrijwel) geheel donker."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number color 5"@en , "aantal kleur 5"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "color_5"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberDryBuds> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Aantal verdroogde knoppen."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number dry buds"@en , "aantal verdroogde knoppen"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBuds> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "#dry buds"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberDryFlowers> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Aantal verdroogde bloemen."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number dry flowers"@en , "aantal verdroogde bloemen"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberFlowers> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "#dry flowers"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberDryLeaves> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Aantal verdroogde bladeren."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number dry leaves"@en , "aantal verdroogde bladeren"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberLeaves> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "#dry leaves"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberExternalBrowning> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number external browning"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Number> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberExternalBrowning1> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Voorbeeld avocado Hass: code 1 poster."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number external browning 1"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "ext_brown_1"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberExternalBrowning2> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Voorbeeld avocado Hass: code 2 poster."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number external browning 2"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "ext_brown_2"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberExternalBrowning3> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Voorbeeld avocado Hass: code 3 poster."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number external browning 3"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "ext_brown_3"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberExternalBrowning4> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Voorbeeld avocado Hass: code 4 poster."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number external browning 4"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "ext_brown_4"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberExternalBrowning5> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Voorbeeld avocado Hass: code 5 poster."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number external browning 5"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "ext_brown_5"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberMalformedBuds> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Aantal misvormde knoppen."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number malformed buds"@en , "aantal misvormde knoppen"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBuds> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "#malformed buds"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberMalformedFlowers> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Aantal misvormde bloemen."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number malformed flowers"@en , "aantal misvormde bloemen"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberFlowers> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "#malformed flowers"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number manual firmness"@en , "aantal manuele stevigheid"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Number> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness0> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Firmness manueel: 0 = steenhard."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number manual firmness 0"@en , "aantal manuele stevigheid 0"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "firmness_m_0"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness0.5> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Firmness manueel: 0.5 = hard."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number manual firmness 0.5"@en , "aantal manuele stevigheid 0.5"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "firmness_m_0.5"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness1> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Firmness manueel: 1 = zeer stevig."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number manual firmness 1"@en , "aantal manuele stevigheid 1"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "firmness_m_1"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness1.5> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Firmness manueel: 1.5 = stevig."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number manual firmness 1.5"@en , "aantal manuele stevigheid 1.5"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "firmness_m_1.5"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness2> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Firmness manueel: 2 = halfzacht."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number manual firmness 2"@en , "aantal manuele stevigheid 2"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "firmness_m_2"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness2.5> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Firmness manueel: 2.5 = eetrijp."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number manual firmness 2.5"@en , "aantal manuele stevigheid 2.5"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "firmness_m_2.5"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness3> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Firmness manueel: 3 = zacht."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number manual firmness 3"@en , "aantal manuele stevigheid 3"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "firmness_m_3"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness3.5> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Firmness manueel: 3.5 = te zacht."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number manual firmness 3.5"@en , "aantal manuele stevigheid 3.5"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "firmness_m_3.5"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness4> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Firmness manueel: 4 = week."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number manual firmness 4"@en , "aantal manuele stevigheid 4"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "firmness_m_4"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness4.5> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Firmness manueel: 4.5 = vies."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number manual firmness 4.5"@en , "aantal manuele stevigheid 4.5"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "firmness_m_4.5"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness5> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Firmness manueel: 5 = zeer vies."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number manual firmness 5"@en , "aantal manuele stevigheid 5"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberManualFirmness> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "firmness_m_5"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberNonturgidFlowers> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Aantal slappe bloemen."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number nonturgid flowers"@en , "aantal slappe bloemen"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberFlowers> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "#nonturgid flowers"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberNonturgidLeaves> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Aantal slappe bladeren."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number nonturgid leaves"@en , "aantal slappe bladeren"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberLeaves> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "#nonturgid leaves"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberPulpBrowning> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number pulp browning"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Number> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberPulpBrowning1> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Voorbeeld avocado Hass: code 1 poster pulp browning."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number pulp browning 1"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "pulp_1"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberPulpBrowning2> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Voorbeeld avocado Hass: code 2 poster pulp browning."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number pulp browning 2"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "pulp_2"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberPulpBrowning3> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Voorbeeld avocado Hass: code 3 poster pulp browning."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number pulp browning 3"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "pulp_3"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberPulpBrowning4> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Voorbeeld avocado Hass: code 4 poster pulp browning."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number pulp browning 4"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "pulp_4"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberPulpBrowning5> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Voorbeeld avocado Hass: code 5 poster pulp browning."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number pulp browning 5"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "pulp_5"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberRottenFlowers> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Aantal rotte bloemen."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number rotten flowers"@en , "aantal rotte bloemen"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberFlowers> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "#rotten flowers"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberRottenLeaves> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Aantal rotte bladeren."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number rotten leaves"@en , "aantal rotte bladeren"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberLeaves> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "#rotten leaves"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberVascularBrowning> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number vascular browning"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Number> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberVascularBrowning1> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Voorbeeld avocado Hass: code 1 poster vascular browning."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number vascular browning 1"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "vascular_1"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberVascularBrowning2> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Voorbeeld avocado Hass: code 2 poster vascular browning."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number vascular browning 2"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "vascular_2"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberVascularBrowning3> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Voorbeeld avocado Hass: code 3 poster vascular browning."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number vascular browning 3"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "vascular_3"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberVascularBrowning4> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Voorbeeld avocado Hass: code 4 poster vascular browning."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number vascular browning 4"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "vascular_4"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberVascularBrowning5> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Voorbeeld avocado Hass: code 5 poster vascular browning."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number vascular browning 5"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberColor> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "vascular_5"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberWiltedFlowers> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Aantal verwelkte bloemen."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number wilted flowers"@en , "aantal verwelkte bloemen"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberFlowers> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "#wilted flowers"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberWiltedLeaves> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Aantal verwelkte bladeren."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number wilted leaves"@en , "aantal verwelkte bladeren"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberLeaves> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "#wilted leaves"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NumberYellowLeaves> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Aantal yellow bladeren."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "number yellow leaves"@en , "aantal vergeelde bladeren"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberLeaves> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "#yellow leaves"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NusseltNumber> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The Nusselt number is the ratio of convective to conductive heat transfer across (normal to) the boundary."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Nusselt number"@en , "getal van Nusselt"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1382 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1384 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Nu" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/NusseltNumberForMassTransfer> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Nusselt number for mass transfer"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1387 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1389 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Nu*" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/OrganDoseEquivalent> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "organ dose equivalent"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/DoseEquivalent> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/rem> , <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centisievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decisievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terasievert> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Overrun> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "overrun"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/VolumeFraction> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/partsPerMillion> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicCentimetrePerCubicCentimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetrePerCubicmetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMillimetrePerCubicMillimetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/VolumeFraction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "volume fraction"@en , "volumefractie"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx250 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx379 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/partsPerMillion> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicCentimetrePerCubicCentimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetrePerCubicmetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMillimetrePerCubicMillimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "φ" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "concentration (v/v)"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PeakWavelength> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Wavelength for which the detectivity is at a maximum."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "peak wavelength"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Wavelength> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques_chapter1> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cicero> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Didot> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/angstrom> , <http://www.ontology-of-units-of-measure.org/resource/om-2/astronomicalUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/chain> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fathom-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fermi> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/furlong-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/inch-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/lightYear> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micron> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Length> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-Statute> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/parsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/rod-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/solarRadius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yard-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "λ_m" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PecletNumber> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The Péclet number is a dimensionless number that relates the rate of advection of a flow to its rate of diffusion, often thermal diffusion."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Péclet number"@en , "getal van Péclet"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1392 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1394 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Pe" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PecletNumberForMassTransfer> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Péclet number for mass transfer"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1397 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1399 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Pe*" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Percentage> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "percentage"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx351 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Ratio> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Ratio> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "ratio"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx246 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx347 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/partsPerMillion> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Period> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "period"@en , "periode"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/day> , <http://www.ontology-of-units-of-measure.org/resource/om-2/day-Sidereal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hour-Sidereal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Sidereal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Sidereal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/shake> , <http://www.ontology-of-units-of-measure.org/resource/om-2/year> , <http://www.ontology-of-units-of-measure.org/resource/om-2/year-Sidereal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/year-Tropical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigayear> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terasecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "T" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PeriodOfVariability> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The duration of one cycle in a (semi) periodical star."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "period of variability"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/day> , <http://www.ontology-of-units-of-measure.org/resource/om-2/day-Sidereal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hour-Sidereal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Sidereal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Sidereal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/shake> , <http://www.ontology-of-units-of-measure.org/resource/om-2/year> , <http://www.ontology-of-units-of-measure.org/resource/om-2/year-Sidereal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/year-Tropical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigayear> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terasecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "P" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Permeability-EarthScience> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "permeability (earth science)"@en , "permeabiliteit (aardwetenschappen)"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1809 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1816 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/darcy> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareAttometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareCentimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareDecametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareDecimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareExametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareFemtometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareGigametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareHectometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareKilometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMegametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMicrometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMillimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareNanometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squarePetametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squarePicometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareTerametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "κ" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "intrinsic permeability"@en , "intrinsieke permeabiliteit"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "k" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Permeance-Electromagnetic> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Electromagnetic permeance is a measure of flux for a number of current-turns in magnetic circuit."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "permeance (electromagnetic)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1243 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1294 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/weberPerAmpere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attohenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centihenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decahenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decihenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exahenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtohenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigahenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectohenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilohenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megahenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microhenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millihenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanohenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petahenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picohenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terahenry> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Λ" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "electromagnetic permeance"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Permeance-MaterialsScience> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Permeance is the degree to which a material transmits another substance."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "permeance (materials science)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1822 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1824 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/perm-0C> , <http://www.ontology-of-units-of-measure.org/resource/om-2/perm-23C> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerPascalSecond-TimeSquareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Λ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PersonalDoseEquivalent> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "personal dose equivalent"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/DoseEquivalent> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/rem> , <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centisievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decisievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terasievert> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PhotographicAmplitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Amplitude of the light variation in photographic magnitude."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "photographic amplitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Amplitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "A_V" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PhotographicMagnitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "photographic magnitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m_photo" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PhotographicMagnitudeAtMaximumBrightness> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "photographic magnitude at maximum brightness"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/MagnitudeAtMaximumBrightness> , <http://www.ontology-of-units-of-measure.org/resource/om-2/PhotographicMagnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m_p,max" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PhotographicMagnitudeAtMinimumBrightness> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "photographic magnitude at minimum brightness"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/MagnitudeAtMinimumBrightness> , <http://www.ontology-of-units-of-measure.org/resource/om-2/PhotographicMagnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m_p,min" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PlanetaryAberration> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The apparent angular displacement of the observed position of a celestial object produced by the motion of the observer and the actual motion of the observed object."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "planetary aberration"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Aberration> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Glossary_Astronomical_Almanac> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degree> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-Angle> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PotassiumSorbateMassFraction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The fraction of the mass of potassium sorbate in a phenomenon"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "potassium sorbate mass fraction"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/MassFraction> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PotentialDifference> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "potential difference"@en , "potentiaalverschil"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricPotential> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/abvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/statvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerAmpere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attovolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centivolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decavolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decivolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exavolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtovolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigavolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectovolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilovolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megavolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millivolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanovolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petavolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picovolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teravolt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "U" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "V" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PotentialEnergy> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Potential energy is energy due to position of one body with respect to another or to the relative parts of the same body."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "potential energy"@en , "potentiële energie"@nl , "势能"@zh ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Energy> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micronewtonMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millinewtonMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-39F> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-59F> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-60F> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-InternationalTable> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-Mean> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-Thermochemical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-15C> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-20C> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-InternationalTable> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-Mean> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-Thermochemical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/electronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/erg> , <http://www.ontology-of-units-of-measure.org/resource/om-2/footPoundal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/quad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaelectronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloelectronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaelectronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilowattHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terawattHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/therm-EC> , <http://www.ontology-of-units-of-measure.org/resource/om-2/therm-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/tonOfTNT> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centijoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decijoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilocalorie-Mean> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaerg> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microjoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millijoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terajoule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "E_p" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "V" , "Φ" , "U" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrandtlNumber> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Prandtl number"@en , "getal van Prandtl"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1402 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1404 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Pr" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMetrePrefixedGram> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed metre prefixed gram"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx825 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerMetre> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed mole per metre"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1542 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerPrefixedMetre> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "prefixed mole per prefixed metre"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2002/07/owl#equivalentClass> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1560 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ProteinMassFraction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The fraction of the mass of protein in a phenomenon"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "protein mass fraction"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/MassFraction> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/PulpBrowning> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Voorbeeld avocado Hass: poster (code)."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "pulp browning"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1-5> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "pulp"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/QualityMark> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "quality mark"@en , "kwaliteitscijfer"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1-10> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "Qcijfer"@nl .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_1-10> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "1-10"@en , "1-10"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/dimensionOne> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/QualityMarkFlower> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "quality mark flower(s)"@en , "kwaliteitscijfer bloem(en)"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/QualityMark> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1-10> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "Qcijfer flower"@nl .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/QualityMarkLeaf> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "quality mark leafs"@en , "kwaliteitscijfer bladeren"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/QualityMark> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1-10> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "Qcijfer leaf"@nl .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/QualityMarkTotal> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "quality mark total"@en , "kwaliteitscijfer total"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/QualityMark> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1-10> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "Qcijfer total"@nl .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/RMagnitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "R magnitude in the Cousins photometric system."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "R magnitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/CousinsMagnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "R" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m_R" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Radiance> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Radiance is a radiometric measure that describes the amount of light that passes through or is emitted from a particular area and falls within a given solid angle in a specified direction."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "radiance"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1766 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx774 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSquareMetreSteradian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "L" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "L_e" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/RadiantEnergy> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "radiant energy"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Energy> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micronewtonMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millinewtonMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-39F> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-59F> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-60F> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-InternationalTable> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-Mean> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-Thermochemical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-15C> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-20C> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-InternationalTable> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-Mean> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-Thermochemical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/electronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/erg> , <http://www.ontology-of-units-of-measure.org/resource/om-2/footPoundal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/quad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaelectronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloelectronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaelectronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilowattHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terawattHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/therm-EC> , <http://www.ontology-of-units-of-measure.org/resource/om-2/therm-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/tonOfTNT> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centijoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decijoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilocalorie-Mean> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaerg> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microjoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millijoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terajoule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Q" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "W" , "Q_e" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/RadiantFlux> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Radiant flux is the measure of the total power of electromagnetic radiation."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "radiant flux"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Power> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/horsepower-Boiler> , <http://www.ontology-of-units-of-measure.org/resource/om-2/horsepower-British> , <http://www.ontology-of-units-of-measure.org/resource/om-2/horsepower-Electric> , <http://www.ontology-of-units-of-measure.org/resource/om-2/horsepower-Metric> , <http://www.ontology-of-units-of-measure.org/resource/om-2/horsepower-Water> , <http://www.ontology-of-units-of-measure.org/resource/om-2/solarLuminosity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/tonOfRefrigeration> , <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attowatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centiwatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decawatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/deciwatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exawatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtowatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigawatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectowatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilowatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megawatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microwatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milliwatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanowatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petawatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picowatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terawatt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Φ" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "radiant energy flux"@en , "radiant power"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "P" , "Φ_e" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/RadiantIntensity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "radiant intensity"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx770 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSteradian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "I" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "I_e" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Radius-Angle> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "radius (angle)"@en , "radius (hoek)"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Angle> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degree> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-Angle> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/RankineTemperature> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Rankine temperature"@en , "Rankinetemperatuur"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1022 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1023 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Temperature> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeRankine> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "T" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/RayleighNumber> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The Rayleigh number for a fluid is a dimensionless number associated with buoyancy driven flow."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Rayleigh number"@en , "getal van Rayleigh"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1407 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1409 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ra" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ReaumurTemperature> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Réaumur temperature"@en , "Réaumurtemperatuur"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1028 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1029 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Temperature> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeReaumur> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "T" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/RedMagnitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "A red magnitude not specified for a specific photometric system."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "red magnitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "r" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m_r" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Reddening> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Reddening causes the star to appear redder if more dust or gas is between the star and the observer."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "reddening"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "E" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "colour excess"@en , "wavelength-selective extinction"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ReddeningB-V> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Reddening causes the star to appear redder if more dust or gas is between the star and the observer. The standard reddening is measured using the B and V passbands."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "reddening (B-V)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Reddening> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "E_B-V" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "colour excess (B-V)"@en , "wavelength-selective extinction (B-V)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/LaTeXSymbol> "E_{\\mathit{B-V}}" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ReddeningU-B> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Reddening measured with the U and B passbands."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "reddening (U-B)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Reddening> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "E_U-B" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "colour excess (U-B)"@en , "wavelength-selective extinction (U-B)"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/LaTeXSymbol> "E_{\\mathit{U-B}}" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/RelativeHumidity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "relative humidity"@en , "relatieve luchtvochtigheid"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx248 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx384 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "RH" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Reluctance> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "reluctance"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1269 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1298 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalHenry> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "τ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ResonanceEnergy> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "resonance energy"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/MolarEnergy> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerMole> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Responsivity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Detector output for unit intensity input. Units are usually volts per watt or amps per watt."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "responsivity"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1788 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques_chapter1> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/voltPerWatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/amperePerWatt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "R" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ReynoldsNumber> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The Reynolds number is a dimensionless number that gives a measure of the ratio of inertial forces to viscous forces and, consequently, quantifies the relative importance of these two types of forces for given flow conditions."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Reynolds number"@en , "getal van Reynolds"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1412 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1414 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Re" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/RightAscension> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The angular distance on the celestial sphere measured eastward along the celestial equator from the equinox to the great circle passing through the celestial object and the celestial north pole."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "right ascension"@en , "rechte klimming"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Angle> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Glossary_Astronomical_Almanac> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degree> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hour-HourAngle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-HourAngle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-HourAngle> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "α" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "ra" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SaltMassFraction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The fraction of the mass of salt in a phenomenon"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "salt mass fraction"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/MassFraction> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SaltStrength> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "salt strength"@en , "zoutsterkte"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ScaleFactor> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "scale factor"@en , "schaalfactor"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ScaleHeight> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The scale height of a feature (such as the thin galactic disk) is the height (or position) at which the number density of the feature (for instance of the number of Population II stars) is equal to 1/e times the number density at the origin (for instance the Galactic Plane)."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "scale height"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Length> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/parsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloparsec> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "h_z" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ScaleLength> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The radial distance from a galaxy's core at which the average intensity has fallen to 1/e of the intensity at the centre of the galaxy."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "scale length"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Length> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloparsec> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "r" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "scale radius"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SchmidtNumber> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Schmidt number"@en , "getal van Schmidt"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1417 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1419 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Sc" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SecularAberration> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The component of the stellar abberation resulting from the motion of the solar system in space. This component is usually ignored. The abberation is the apparent angular displacement of the observed position of a celestial object from its geometric position, caused by the finite velocity of light in combination with the motions of the observer and of the observed object."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "secular aberration"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/AngularDisplacement> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Glossary_Astronomical_Almanac> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degree> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Anglee> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ShearLossModulus> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "shear loss modulus"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/StorageModulus> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Standard> , <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Technical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/bar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/barye> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/torr> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decibar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microbar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millibar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramSecond-TimeToThePower-2ReciprocalMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonPerSquareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micropascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terapascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "G''" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/StorageModulus> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "storage modulus"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/DynamicModulus> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Standard> , <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Technical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/bar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/barye> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/torr> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decibar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microbar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millibar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramSecond-TimeToThePower-2ReciprocalMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonPerSquareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micropascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terapascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "E'" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ShearModulus> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Shear modulus is the ratio of shear stress to shear strain."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "shear modulus"@en , "schuifmodulus"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/DynamicModulus> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Standard> , <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Technical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/bar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/barye> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/torr> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decibar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microbar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millibar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramSecond-TimeToThePower-2ReciprocalMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonPerSquareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micropascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terapascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "G" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "S" , "μ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ShearRate> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "shear rate"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx805 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalSecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "S" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ShearStorageModulus> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "shear storage modulus"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/StorageModulus> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Standard> , <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Technical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/bar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/barye> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/torr> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decibar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microbar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millibar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramSecond-TimeToThePower-2ReciprocalMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonPerSquareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micropascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terapascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "G'" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ShearStrain> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Shear strain is a strain that acts parallel to the surface of a material that it acts on."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "shear strain"@en , "schuifvervorming"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Strain> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ShearStress> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Shear stress is a stress that is applied parallel or tangential to a face of a material."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "shear stress"@en , "schuifspanning"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Stress> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Standard> , <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Technical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/bar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/barye> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/torr> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decibar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microbar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millibar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramSecond-TimeToThePower-2ReciprocalMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonPerSquareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micropascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terapascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "τ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SoyBeanMassFraction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The fraction of the mass of soy bean oil in a phenomenon"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "soy bean mass fraction"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/MassFraction> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificAmylaseActivity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "specific amylase activity"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificCatalyticActivity> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificCatalyticActivity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "specific catalytic activity"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1606 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1610 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/nanokatalPerMilligram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/deltaA450PerSecond-TimePerMilligram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificColiformBacterieCount> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "coliform bacteria count (specific)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificViableCount> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificViableCount> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "viable count (specific)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1833 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificCorynebacteriumBovisCount> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Corynebacterium bovis count (specific)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificViableCount> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificCorynebacteriumCount> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Corynebacterium count (specific)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificViableCount> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerGram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "Arcanobacterium count (specific)"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEnergy> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Specific energy is energy per unit mass."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "specific energy"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx719 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx878 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKilogram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilojoulePerHectogram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEnergyImparted> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "specific energy imparted"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/AbsorbedDose> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/rad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKilogram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attogray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centigray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decagray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decigray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exagray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtogray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigagray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectogray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megagray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microgray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milligray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanogray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petagray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picogray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teragray> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "specific energy (imparted)"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEnterobacteriaceaeCount> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Enterobacteriaceae count (specific)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificViableCount> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEnterococcusCount> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Enterococcus count (specific)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificViableCount> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEntropy> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "specific entropy"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1037 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx956 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKelvinKilogram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEscherichiaColiCount> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Escherichia coli count (specific)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificViableCount> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificKlebsiellaCount> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Klebsiella count (specific)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificViableCount> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificListeriaMonocytogenesCount> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Listeria monocytogenes count (specific)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificViableCount> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificProteaseActivity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "specific protease activity"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificCatalyticActivity> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificSalmonellaCount> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Salmonella count (specific)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificViableCount> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificSerratiaMarcescensCount> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Serratia marcescens count (specific)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificViableCount> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificStaphylococcusAureusCount> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Staphylococcus aureus count (specific)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificViableCount> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificStreptococcusAgalactiaeCount> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Streptococcus agalactiae count (specific)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificViableCount> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificStreptococcusDysgalactiaeCount> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Streptococcus dysgalactiae count (specific)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificViableCount> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificStreptococcusUberisCount> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Streptococcus uberis count (specific)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificViableCount> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificYeastAndFungiCount> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yeast and fungi count (specific)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificViableCount> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SpectralResponse> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The change in output signal as a function of changes in the wavelength of the input signal."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "spectral response"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques_chapter1> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/StantonNumber> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The Stanton number is a dimensionless number that measures the ratio of heat transferred into a fluid to the thermal capacity of fluid."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Stanton number"@en , "getal van Stanton"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1422 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1424 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "St" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/StantonNumberForMassTransfer> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Stanton number for mass transfer"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1427 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1429 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "St*" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/StarchMassFraction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The fraction of the mass of starch in a phenomenon"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "starch mass fraction"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/MassFraction> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/StarchVA40MassFraction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The fraction of the mass of starch VA40 in a phenomenon"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "starch VA40 mass fraction"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/MassFraction> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/StarchVA85MassFraction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The fraction of the mass of starch VA85 in a phenomenon"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "starch VA85 mass fraction"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/MassFraction> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/StellarAberration> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The apparent angular displacement of the observed position of a celestial object resulting from the motion of the observer. Stellar aberration is divided into diurnal, annual, and secular components."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "stellar aberration"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Aberration> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Glossary_Astronomical_Almanac> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degree> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-Angle> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/StemEndRot> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Aanwezigheid stem end rot (1/0)."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "stem end rot"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1-0> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "stemendrot"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/StemEndRotAreaFraction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Percentage van het oppervlak stem end rot."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "stem end rot area fraction"@en , "stem-end-rot-oppervlaktefractie"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/AreaFraction> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "stemendrot%"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/StickStone> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Kleefpit of niet (1/0)."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "stick stone"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1-0> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "stickstone"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/StrainTensor> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "strain tensor"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Strain> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ε_ij" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "rektensor"@nl , "vervormingstensor"@nl .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/StrawMass> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "straw mass"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Mass> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/tonne> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/unofficialLabel> "straw weight" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/StressTensor> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "stress tensor"@en , "mechanische-spanningstensor"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Stress> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Standard> , <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Technical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/bar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/barye> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/torr> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decibar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microbar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millibar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramSecond-TimeToThePower-2ReciprocalMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonPerSquareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micropascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terapascal> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "τ_ij" .
+
+<http://www.wurvoc.org/bibliography/om-2/Stroemgren1956> a <http://purl.org/ontology/bibo/Article> ;
+	<http://purl.org/dc/elements/1.1/creator> <http://www.wurvoc.org/bibliography/om-2/Brengt_Stroemgren> ;
+	<http://purl.org/dc/elements/1.1/date> "1956" ;
+	<http://purl.org/dc/elements/1.1/title> "Two-dimensional spectral classification of F stars through photoelectric photometry with interference filters" ;
+	<http://purl.org/ontology/bibo/uri> "http://www.sciencedirect.com/science/article/pii/0083665656900605" ;
+	<http://purl.org/ontology/bibo/pageEnd> "1346" ;
+	<http://purl.org/ontology/bibo/pageStart> "1336" ;
+	<http://purl.org/dc/elements/1.1/isPartOf> <http://www.wurvoc.org/bibliography/om-2/VistasAstronomy> ;
+	<http://purl.org/dc/elements/1.1/subject> "Astronomy" , "Distance Measurement" ;
+	<http://purl.org/ontology/bibo/authorList> <http://www.wurvoc.org/bibliography/om-2/Stroemgren1956Authors> ;
+	<http://purl.org/ontology/bibo/volume> "2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/StrouhalNumber> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The Strouhal number is a dimensionless number that describes oscillating flow mechanisms."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Strouhal number"@en , "getal van Strouhal"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1432 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1434 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Sr" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SugarMassFraction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The fraction of the mass of sugar in a phenomenon"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "sugar mass fraction"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/MassFraction> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SupergalacticLatitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The angular distance on the celestial sphere north or south of the supergalactic equator. It is measured along the great circle passing through the object and the supergalactic poles and perpendicular to the supergalactic equator."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "supergalactic latitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Angle> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degree> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Angle> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "SGB" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SupergalacticLongitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The angular distance on the celestial sphere measured clockwise from the supergalactic centre (as defined by the International Astronomical Union (IAU)) along the supergalactic equator to the intersection with the great circle drawn from the supergalactic north pole through the object."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "supergalactic longitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Angle> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degree> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Angle> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "SGL" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/SymbolRate> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Symbol rate is the number of symbol changes (signalling events) made to the transmission medium per second using a digitally modulated signal or a line code."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "symbol rate"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1890 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/baud> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "baud rate"@en , "modulation rate"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/TemperatureRate> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "temperature rate"@en , "temperatuur-rate"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx980 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsiusPerHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsiusPerMinute-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsiusPerSecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/unofficialLabel> "heating rate" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalConductivity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Termal conductivity indicates the ability of a material to conduct heat."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "thermal conductivity"@en , "thermische geleidbaarheid"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1039 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx962 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerMetreKelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "κ" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "K" , "k" , "λ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalDiffusivity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "thermal diffusivity"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx892 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/kinematicViscosityOrThermalDiffusivity-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetrePerSecond-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalInsulance> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "thermal insulance"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1040 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx966 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreKelvinPerWatt> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalResistance> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "thermal resistance"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1041 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx970 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvinPerWatt> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Thickness> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "thickness"@en , "dikte"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Length> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cicero> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Didot> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/angstrom> , <http://www.ontology-of-units-of-measure.org/resource/om-2/astronomicalUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/chain> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fathom-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fermi> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/furlong-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/inch-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/lightYear> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micron> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Length> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-Statute> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/parsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/rod-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/solarRadius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yard-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "d" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "δ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Thrust> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Thrust is a reaction force that is caused by an accelerated mass expelled by a system in one direction."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "thrust"@en , "stuwkracht"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Force> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/dyne> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kip> , <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/poundal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pound-Force> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ton-Force-Short> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metreKilogramPerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attonewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centinewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decanewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decinewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exanewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtonewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/giganewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectonewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilonewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/meganewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micronewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millinewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanonewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petanewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/piconewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teranewton> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ThuanAndGunnMagnitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "A magnitude measured in one of Thuan and Gunn's standard passbands (using a standard filter, i.e. g)."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Thuan and Gunn magnitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Magnitude> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/TimeConstant> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Time required to approach (1-1/e) of the final output value of a detector (about 63%) (Kitchin, Astrophysical Techniques, IoP, Table 1.1.2)."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "time constant"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "τ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/TopMass> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "top mass"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Mass> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/tonne> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/unofficialLabel> "top weight" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Total3DStartEndDistance> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "total 3D start-end distance"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Distance> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cicero> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Didot> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/angstrom> , <http://www.ontology-of-units-of-measure.org/resource/om-2/astronomicalUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/chain> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fathom-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fermi> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/furlong-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/inch-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/lightYear> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micron> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Length> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-Statute> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/parsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/rod-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yard-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terametre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/TotalDensityParameter> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The total density parameter."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "total density parameter"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameter> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ω_T" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/TotalDistanceTravelled> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "total distance travelled"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Distance> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cicero> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Didot> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/angstrom> , <http://www.ontology-of-units-of-measure.org/resource/om-2/astronomicalUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/chain> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fathom-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fermi> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/furlong-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/inch-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/lightYear> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micron> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Length> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-Statute> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/parsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/rod-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yard-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terametre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/TotalNumberBuds> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Totaal aantal knoppen."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "total number buds"@en , "totaal aantal knoppen"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberBuds> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "#buds"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/TotalNumberFlowers> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Totaal aantal bloemen."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "total number flowers"@en , "totaal aantal bloemen"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberFlowers> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "#flowers"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/TotalNumberLeaves> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Totaal aantal bladeren."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "total number leaves"@en , "totaal aantal bladeren"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/NumberLeaves> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "#leaves"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/TrueDistanceModulus> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "true distance modulus"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/DistanceModulus> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/TweenMassFraction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The fraction of the mass of tween in a phenomenon"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "tween mass fraction"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/MassFraction> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/TychoBroadbandMagnitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Broadband Tycho magnitude (formed from B and V magintude measurements."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Tycho broadband magnitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "T" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m_T" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/UMagnitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Johnson U magnitude. The Johnson U band is a standard passband in the ultraviolet area. The central wavelength is 365nm and the bandwidth is 70nm.  The filter to be used is the Corning 9863 filter."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "U magnitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/JohnsonMagnitude> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques_chapter3> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micromagnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "U" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m_U" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/VAmplitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Amplitude of the light variation in Johnson V magnitude. The Johnson V band is a standard passband in the visual area, matching the response curve of the human eye. The central wavelength is 550nm and the bandwidth is 90nm.  The filter to be used is the Corning 3384 filter."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "V amplitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Amplitude> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques_chapter3> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "A_V" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/VMagnitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Johnson V magnitude. The Johnson V band is a standard passband in the visual area, matching the response curve of the human eye. The central wavelength is 550nm and the bandwidth is 90nm.  The filter to be used is the Corning 3384 filter."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "V magnitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/JohnsonMagnitude> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques_chapter3> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micromagnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "V" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m_V" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/VMagnitudeAtMaximumBrightness> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Johnson V magnitude (apparent) at maximum brightness (i.e. for a variable star). The Johnson V band is a standard filter in the visual area, matching the response curve of the human eye. The central wavelength is 550nm and the bandwidth is 90nm.  The filter to be used is the Corning 3384 filter."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "V magnitude at maximum brightness"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/MagnitudeAtMaximumBrightness> , <http://www.ontology-of-units-of-measure.org/resource/om-2/VMagnitude> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques_chapter3> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "V_max" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/VMagnitudeAtMinimumBrightness> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Johnson V magnitude (apparent) at minimum brightness (i.e. for a variable star). The Johnson V band is a standard filter in the visual area, matching the response curve of the human eye. The central wavelength is 550nm and the bandwidth is 90nm.  The filter to be used is the Corning 3384 filter."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "V magnitude at minimum brightness"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/MagnitudeAtMinimumBrightness> , <http://www.ontology-of-units-of-measure.org/resource/om-2/VMagnitude> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques_chapter3> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "V_min" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/VascularBrowning> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Voorbeeld avocado Hass: poster (code)."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "vascular browning"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/_1-5> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "vascular"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/VaseLife> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Aantal dagen op de vaas tot onvoldoende."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "vase life"@en , "vaasleven"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/day> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/VasePlusWaterMass> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Gewicht vaas plus water."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "vase plus water mass"@en , "vaas- plus watermassa"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Mass> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "vase plus water weight"@en , "weight vase"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/VasePlusWaterPlusFlowerMass> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Gewicht vaas plus water plus bloem (= steel plus blad plus bloem)."@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "vase plus water plus flower mass"@en , "vaas- plus water- plus bloemmassa"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Mass> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "vase plus water plus flower weight"@en , "weight flo and vase"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Velocity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Velocity is the rate of change of position."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "velocity"@en , "snelheid (vector)"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Speed> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/knot-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetrePerHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetrePerDay> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDay> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetrePerDay> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-StatutePerHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-InternationalPerHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decametrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exametrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megametrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerAttosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerCentisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDecasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDecisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerExasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerFemtosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerGigasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerHectosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerKilosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMegasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMicrosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMillisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerNanosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerPetasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerPicosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerTerasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petametrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terametrePerSecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "u" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "w" , "v" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/VisualAlbedo> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The albedo only for radiation in the visual part of the spectrum."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "visual albedo"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Albedo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attolitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attolitre"@en , "attoliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/atto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "al" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centilitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centilitre"@en , "centiliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/centi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cl" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decalitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decalitre"@en , "decaliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deca> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dal" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decilitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decilitre"@en , "deciliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deci> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dl" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exalitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exalitre"@en , "exaliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/exa> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "El" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtolitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtolitre"@en , "femtoliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/femto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fl" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigalitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigalitre"@en , "gigaliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/giga> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Gl" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectolitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectolitre"@en , "hectoliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/hecto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hl" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilolitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilolitre"@en , "kiloliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kl" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megalitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megalitre"@en , "megaliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/mega> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ml" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/microlitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "microlitre"@en , "microliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/micro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μl" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/unofficialAbbreviation> "ul" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millilitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millilitre"@en , "milliliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/milli> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ml" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanolitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanolitre"@en , "nanoliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/nano> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nl" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petalitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petalitre"@en , "petaliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/peta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Pl" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picolitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picolitre"@en , "picoliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/pico> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pl" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/teralitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "teralitre"@en , "teraliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/tera> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Tl" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/VolumeStrain> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "volume strain"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Strain> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "θ" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "bulk strain"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricColiformBacterieCount> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "coliform bacteria count (volumetric)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricViableCount> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerMillilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPer25Millilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_1000ColonyFormingUnitPerMillilitre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricViableCount> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "viable count (volumetric)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1829 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerMillilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPer25Millilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_1000ColonyFormingUnitPerMillilitre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricCorynebacteriumBovisCount> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Corynebacterium bovis count (volumetric)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricViableCount> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerMillilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPer25Millilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_1000ColonyFormingUnitPerMillilitre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricCorynebacteriumCount> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Corynebacterium count (volumetric)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricViableCount> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerMillilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPer25Millilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_1000ColonyFormingUnitPerMillilitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "Arcanobacterium count (volumetric)"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricEnterobacteriaceaeCount> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Enterobacteriaceae count (volumetric)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricViableCount> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerMillilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPer25Millilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_1000ColonyFormingUnitPerMillilitre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricEnterococcusCount> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Enterococcus count (volumetric)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricViableCount> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerMillilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPer25Millilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_1000ColonyFormingUnitPerMillilitre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricEscherichiaColiCount> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Escherichia coli count (volumetric)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricViableCount> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerMillilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPer25Millilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_1000ColonyFormingUnitPerMillilitre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricFlowRate> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "volumetric flow rate"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx815 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx888 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetrePerYear> , <http://www.ontology-of-units-of-measure.org/resource/om-2/litrePerHour> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "flow rate"@en , "volume flow"@en , "volume flow rate"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricHeatCapacity> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "volumetric heat capacity"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1043 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx984 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerCubicMetreKelvin> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricKlebsiellaCount> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Klebsiella count (volumetric)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricViableCount> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerMillilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPer25Millilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_1000ColonyFormingUnitPerMillilitre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricListeriaMonocytogenesCount> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Listeria monocytogenes count (volumetric)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricViableCount> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerMillilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPer25Millilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_1000ColonyFormingUnitPerMillilitre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricSalmonellaCount> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Salmonella count (volumetric)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricViableCount> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerMillilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPer25Millilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_1000ColonyFormingUnitPerMillilitre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricSerratiaMarcescensCount> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Serratia marcescens count (volumetric)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricViableCount> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerMillilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPer25Millilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_1000ColonyFormingUnitPerMillilitre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricStaphylococcusAureusCount> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Staphylococcus aureus count (volumetric)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricViableCount> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerMillilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPer25Millilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_1000ColonyFormingUnitPerMillilitre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricStreptococcusAgalactiaeCount> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Streptococcus agalactiae count (volumetric)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricViableCount> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerMillilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPer25Millilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_1000ColonyFormingUnitPerMillilitre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricStreptococcusDysgalactiaeCount> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Streptococcus dysgalactiae count (volumetric)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricViableCount> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerMillilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPer25Millilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_1000ColonyFormingUnitPerMillilitre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricStreptococcusUberisCount> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Streptococcus uberis count (volumetric)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricViableCount> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerMillilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPer25Millilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_1000ColonyFormingUnitPerMillilitre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricYeastAndFungiCount> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yeast and fungi count (volumetric)"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/VolumetricViableCount> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPerMillilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnitPer25Millilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_1000ColonyFormingUnitPerMillilitre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/WaterMassFraction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The fraction of the mass of water in a phenomenon"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "water mass fraction"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/MassFraction> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/WeberNumber> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "Weber number"@en , "getal van Weber"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1437 , _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx1439 , <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "We" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Weight> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Weight is a force that attracts a body towards another (reference) body."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "weight"@en , "gewicht"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Force> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/dyne> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kip> , <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/poundal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pound-Force> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ton-Force-Short> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metreKilogramPerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attonewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centinewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decanewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decinewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exanewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtonewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/giganewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectonewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilonewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/meganewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micronewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millinewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanonewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petanewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/piconewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teranewton> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "G" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "W" , "P" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/WettingAngle> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "wetting angle"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Angle> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degree> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gon> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/radian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/revolution> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attoradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centiradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/deciradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtoradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milliradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanoradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picoradian> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/WheyProteinAggregateMassFraction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The fraction of the mass of whey protein aggregate in a phenomenon"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "whey protein aggregate mass fraction"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/MassFraction> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/WheyProteinBeadsMassFraction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The fraction of the mass of whey protein beads in a phenomenon"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "whey protein beads mass fraction"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/MassFraction> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/WheyProteinMassFraction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The fraction of the mass of whey protein in a phenomenon"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "whey protein mass fraction"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/MassFraction> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/WhiteLightMagnitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "white light magnitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/WhiteLightMagnitudeAtMaximumBrightness> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "white light magnitude at maximum brightness"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/MagnitudeAtMaximumBrightness> , <http://www.ontology-of-units-of-measure.org/resource/om-2/WhiteLightMagnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m_max" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/WhiteLightMagnitudeAtMinimumBrightness> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "white light magnitude at minimum brightness"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/MagnitudeAtMinimumBrightness> , <http://www.ontology-of-units-of-measure.org/resource/om-2/WhiteLightMagnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m_min" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Width> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "breedte"@nl , "width"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Length> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cicero> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Didot> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/angstrom> , <http://www.ontology-of-units-of-measure.org/resource/om-2/astronomicalUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/chain> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fathom-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fermi> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/furlong-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/inch-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/lightYear> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micron> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Length> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-Statute> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/parsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/rod-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/solarRadius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yard-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "w" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/Work> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Work is the energy when a force acts against resistance to produce motion in a body."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "arbeid"@nl , "work"@en , "工作"@zh ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Energy> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micronewtonMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millinewtonMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-39F> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-59F> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-60F> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-InternationalTable> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-Mean> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BritishThermalUnit-Thermochemical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-15C> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-20C> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-InternationalTable> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-Mean> , <http://www.ontology-of-units-of-measure.org/resource/om-2/calorie-Thermochemical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/electronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/erg> , <http://www.ontology-of-units-of-measure.org/resource/om-2/footPoundal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/quad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaelectronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloelectronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaelectronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilowattHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terawattHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/therm-EC> , <http://www.ontology-of-units-of-measure.org/resource/om-2/therm-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/tonOfTNT> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centijoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decijoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilocalorie-Mean> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaerg> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microjoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millijoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petajoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terajoule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "W" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "A" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/XanthanMassFraction> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The fraction of the mass of xanthan in a phenomenon"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "xanthan mass fraction"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/MassFraction> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerGram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/ZenithDistance> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The angular distance on the celestial sphere measured along the great circle from the zenith to the celestial object. z = 90° - h."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zenith distance"@en , "zenitafstand"@nl ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Angle> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Glossary_Astronomical_Almanac> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degree> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Angle> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "z" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "zenith angle"@en , "zenithoek"@nl .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumericalValue> a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "has numerical value"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#domain> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx47 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_1000ColonyFormingUnit> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiple> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "1000 colony forming unit"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnit> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "1000 CFU" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1000"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/colonyFormingUnit> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "colony forming unit"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "CFU" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_100Kilometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiple> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "100 kilometre"@en , "100 kilometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/length-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "100 km" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "100"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_1040NanometreLockwoodMagnitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "A magnitude in the 1.04 micrometre band of the photometric system introduced by G.W. Lockwood."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "1040 nm Lockwood magnitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m_L1040" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_127316OfTheThermodynamicTemperatureOfTheTriplePointOfWater> a <http://www.ontology-of-units-of-measure.org/resource/om-2/ThermodynamicTemperature> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "1/273.16 of the thermodynamic temperature of the triple point of water"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_25Millilitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiple> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "25 millilitre"@en , "25 milliliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/millilitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "25 ml" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "25"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hasQuantity> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "has quantity"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#range> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.w3.org/2000/01/rdf-schema#domain> _:genid-9705366b18194de9a2dcb5bbab39c385-node1c3sfjt7fx9 .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamicTemperatureOfTheTriplePointOfWater> a <http://www.ontology-of-units-of-measure.org/resource/om-2/ThermodynamicTemperature> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "triple point of water thermodynamic temperature"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPhenomenon> <http://www.ontology-of-units-of-measure.org/resource/om-2/triplePointOfWater> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/_9192631770PeriodsOfTheRadiationCorrespondingToTheTransitionBetweenTheTwoHyperfineLevelsOfTheGroundStateOfTheCesium133Atom> a <http://www.w3.org/2002/07/owl#Thing> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "9 192 631 770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the cesium 133 atom"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLaTeXSymbol> a <http://www.w3.org/2002/07/owl#AnnotationProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "An alternative OMLaTeX formatted symbol, which may include commands such as \\unit and \\E as defined in OMLaTeX."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "alternative LaTeX symbol"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "alternative LaTeX formatted symbol"@en , "has alternative LaTeX symbol"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceOfASystemThatContainsAsManyElementaryEntitiesAsThereAreAtomsIn0.012KilogramOfCarbon12> a <http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstance> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "amount of substance of a system that contains as many elementary entities as there are atoms in 0.012 kilogram of carbon 12"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPhenomenon> <http://www.ontology-of-units-of-measure.org/resource/om-2/systemThatContainsAsManyElementaryEntitiesAsThereAreAtomsIn0.012KilogramOfCarbon12> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPhenomenon> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "has phenomenon"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#domain> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/systemThatContainsAsManyElementaryEntitiesAsThereAreAtomsIn0.012KilogramOfCarbon12> a <http://www.w3.org/2002/07/owl#Thing> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "system that contains as many elementary entities as there are atoms in 0.012 kilogram of carbon 122"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/constantCurrentThatProducesAnAttractiveForceOf2e-7NewtonPerMetreOfLengthBetweenTwoStraightParallelConductorsOfInfiniteLengthAndNegligibleCircularCrossSectionPlacedOneMetreApartInAVacuum> a <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricCurrent> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "constant current that produces an attractive force of 2e–7 newton per metre of length between two straight, parallel conductors of infinite length and negligible circular cross section placed one metre apart in a vacuum"@en .
+
+<http://www.wurvoc.org/bibliography/om-2/IAU_2012_Resolution_B2> a <http://purl.org/ontology/bibo/Chapter> ;
+	<http://purl.org/dc/elements/1.1/title> "Resolution B2" ;
+	<http://purl.org/ontology/bibo/reproducedIn> <http://www.iau.org/static/resolutions/IAU2012_English.pdf> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/astronomyAndAstrophysics> a <http://www.ontology-of-units-of-measure.org/resource/om-2/ApplicationArea> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "astronomy and astrophysics"@en , "astronomie en astrofysica"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/usesQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/Aberration> , <http://www.ontology-of-units-of-measure.org/resource/om-2/AberrationInLatitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/AberrationInLongitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/AbsoluteBolometricMagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BolometricMagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/AbsoluteMagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Magnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Albedo> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Altitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Amplitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/AngularSize> , <http://www.ontology-of-units-of-measure.org/resource/om-2/AnnualAberration> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ApparentDiameter> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ApparentDistanceModulus> , <http://www.ontology-of-units-of-measure.org/resource/om-2/DistanceModulus> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ApparentMagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Azimuth> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BMagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/JohnsonMagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BMagnitudeAtMaximumBrightness> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MagnitudeAtMaximumBrightness> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BMagnitudeAtMinimumBrightness> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MagnitudeAtMinimumBrightness> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BetaNarrowMagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/StroemgrenMagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BetaWideMagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BolometricCorrection> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BondAlbedo> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BrightnessTemperature> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Co-RotationRadius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ColdGasMassFraction> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ColourIndex> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ColourTemperature> , <http://www.ontology-of-units-of-measure.org/resource/om-2/CousinsMagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Cut-OffWavelength> , <http://www.ontology-of-units-of-measure.org/resource/om-2/DarkNoise> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Declination> , <http://www.ontology-of-units-of-measure.org/resource/om-2/DetectiveQuantumEfficiency> , <http://www.ontology-of-units-of-measure.org/resource/om-2/QuantumEfficiency> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Detectivity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Diameter-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/DiurnalAberration> , <http://www.ontology-of-units-of-measure.org/resource/om-2/DynamicRange> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Eccentricity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/EclipticLatitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/EclipticLongitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectronTemperature> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Ellipticity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Epoch> , <http://www.ontology-of-units-of-measure.org/resource/om-2/EpochAtMaximumBrightness> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Extinction> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ExtinctionAtWaveband> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ExtinctionAtWavelength> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ExtinctionInB> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ExtinctionInU> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ExtinctionInV> , <http://www.ontology-of-units-of-measure.org/resource/om-2/GalacticCylindricalPolarAngleCoordinate> , <http://www.ontology-of-units-of-measure.org/resource/om-2/GalacticLatitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/GalacticLongitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/GeometricalAlbedo> , <http://www.ontology-of-units-of-measure.org/resource/om-2/HourAngle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/IMagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/InitialMassFunction> , <http://www.ontology-of-units-of-measure.org/resource/om-2/IntegratedMagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/IntrinsicColourIndex> , <http://www.ontology-of-units-of-measure.org/resource/om-2/IonizationTemperature> , <http://www.ontology-of-units-of-measure.org/resource/om-2/JeansMass> , <http://www.ontology-of-units-of-measure.org/resource/om-2/LightTime> , <http://www.ontology-of-units-of-measure.org/resource/om-2/LimitingMagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/LuminosityFunction> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Metallicity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/NoiseEquivalentPower> , <http://www.ontology-of-units-of-measure.org/resource/om-2/NormalAlbedo> , <http://www.ontology-of-units-of-measure.org/resource/om-2/NormalisedDetectivity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/PeakWavelength> , <http://www.ontology-of-units-of-measure.org/resource/om-2/PhotographicAmplitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/PhotographicMagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/PhotographicMagnitudeAtMaximumBrightness> , <http://www.ontology-of-units-of-measure.org/resource/om-2/PhotographicMagnitudeAtMinimumBrightness> , <http://www.ontology-of-units-of-measure.org/resource/om-2/PlanetaryAberration> , <http://www.ontology-of-units-of-measure.org/resource/om-2/RMagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Radius-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/RedMagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Reddening> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ReddeningB-V> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ReddeningU-B> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Responsivity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/RightAscension> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ScaleHeight> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ScaleLength> , <http://www.ontology-of-units-of-measure.org/resource/om-2/SecularAberration> , <http://www.ontology-of-units-of-measure.org/resource/om-2/SpectralResponse> , <http://www.ontology-of-units-of-measure.org/resource/om-2/StellarAberration> , <http://www.ontology-of-units-of-measure.org/resource/om-2/SupergalacticLatitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/SupergalacticLongitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ThuanAndGunnMagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/TimeConstant> , <http://www.ontology-of-units-of-measure.org/resource/om-2/TrueDistanceModulus> , <http://www.ontology-of-units-of-measure.org/resource/om-2/TychoBroadbandMagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/UMagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/VAmplitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/VMagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/VMagnitudeAtMaximumBrightness> , <http://www.ontology-of-units-of-measure.org/resource/om-2/VMagnitudeAtMinimumBrightness> , <http://www.ontology-of-units-of-measure.org/resource/om-2/VisualAlbedo> , <http://www.ontology-of-units-of-measure.org/resource/om-2/WhiteLightMagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/WhiteLightMagnitudeAtMaximumBrightness> , <http://www.ontology-of-units-of-measure.org/resource/om-2/WhiteLightMagnitudeAtMinimumBrightness> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ZenithDistance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/_1040NanometreLockwoodMagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/bMagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gMagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/uMagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/vMagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yMagnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/usesUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/candelaPerSquareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicParsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micromagnitude> , <http://www.ontology-of-units-of-measure.org/resource/om-2/voltPerWatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/amperePerWatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerSecond-TimePerMegaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerSecond-TimePerMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/radian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-AngleSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/day> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/year> , <http://www.ontology-of-units-of-measure.org/resource/om-2/solarMass> , <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalCubicMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalCubicParsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/solarMassPerCubicParsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaelectronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloelectronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaelectronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/angstrom> , <http://www.ontology-of-units-of-measure.org/resource/om-2/solarLuminosity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-AnglePerYear> , <http://www.ontology-of-units-of-measure.org/resource/om-2/lightYear> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metreKilogramPerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/solarRadius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hour-HourAngle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-HourAngle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-HourAngle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/bitPerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/jansky> , <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitudePerSecond-AngleSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/solarMassPerGigayearCubicKiloparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/solarMassPerGigayearCubicParsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerCubicmetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerHertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerNanometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSecond-AngleSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSquareMetreHertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSquareMetreNanometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSteradianSquareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSteradianSquareMetreHertz> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/usesQuantity> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "uses quantity"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#range> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> ;
+	<http://www.w3.org/2000/01/rdf-schema#domain> <http://www.ontology-of-units-of-measure.org/resource/om-2/ApplicationArea> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/bMagnitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "b Magnitude in the Strömgren photometric system with a peak wavelength at 467 nm and a peak-half-width of 18 nm."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "b magnitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/StroemgrenMagnitude> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques_chapter3> , <http://www.wurvoc.org/bibliography/om-2/Crawford1958> , <http://www.wurvoc.org/bibliography/om-2/Stroemgren1956> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "b" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m_b" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gMagnitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "g Magnitude in the Thuan and Gunn photometric system."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "g magnitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/ThuanAndGunnMagnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m_g" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/uMagnitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "u Magnitude in the Strömgren photometric system with a peak wavelength at 350 nm and a peak-half-width of 30 nm."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "u magnitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/StroemgrenMagnitude> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques_chapter3> , <http://www.wurvoc.org/bibliography/om-2/Crawford1958> , <http://www.wurvoc.org/bibliography/om-2/Stroemgren1956> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "u" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m_u" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/vMagnitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "v Magnitude in the Strömgren photometric system with a peak wavelength at 411 nm and a peak-half-width of 19 nm."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "v magnitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/StroemgrenMagnitude> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques_chapter3> , <http://www.wurvoc.org/bibliography/om-2/Crawford1958> , <http://www.wurvoc.org/bibliography/om-2/Stroemgren1956> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "v" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m_v" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yMagnitude> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "y Magnitude in the Strömgren photometric system with a peak wavelength at 547 nm and a peak-half-width of 23 nm."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "y magnitude"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/StroemgrenMagnitude> ;
+	<http://www.wurvoc.org/bibliography/om-2/reference> <http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques_chapter3> , <http://www.wurvoc.org/bibliography/om-2/Crawford1958> , <http://www.wurvoc.org/bibliography/om-2/Stroemgren1956> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "y" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m_y" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/usesUnit> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "uses unit"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#range> <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#domain> <http://www.ontology-of-units-of-measure.org/resource/om-2/ApplicationArea> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/bitPerSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "bit per second"@en , "bit per seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/bit> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "bit/s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "bit s-1" , "bit·s-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/jansky> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "jansky"@en , "jansky"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Jy" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "flux unit"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/magnitudePerSecond-AngleSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The brightness (in magnitudes) of an area on the celestial sphere of 1 arcsecond by 1 arcsecond."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "magnitude per second (angle) squared"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/magnitude> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-AngleSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mag/arcsec2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mag arcsec-2" , "mag·arcsec-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/solarMassPerGigayearCubicKiloparsec> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The amount of stellar mass created per cubic kiloparsec in each billion years."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "solar mass per gigayear cubic kiloparsec"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/solarMass> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gigayearCubicKiloparsec> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "M_☉/(Gyr kpc3)" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "M_☉ Gyr-1 kpc-3" , "M_☉·Gyr-1·kpc-3" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/LaTeXSymbol> "M_{\\astrosun}Gyr^{-1}kpc^{-1}" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/solarMassPerGigayearCubicParsec> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The amount of stellar mass created per cubic parsec in each billion years."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "solar mass per gigayear cubic parsec"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/solarMass> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gigayearCubicParsec> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "M_☉/(Gyr pc3)" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "M_☉ Gyr-1 pc-3" , "M_☉·Gyr-1·pc-3" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerCubicmetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "watt per cubic metre"@en , "watt per kubieke meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "W/m3" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "W m-3" , "W·m-3" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerHertz> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "watt per hertz"@en , "watt per hertz"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/hertz> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "W/Hz" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "W Hz-1" , "W·Hz-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerNanometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "watt per nanometre"@en , "watt per nanometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "W/nm" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "W nm-1" , "W·nm-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSecond-AngleSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The radiative intensity (in watts) of an area on the celestial sphere of 1 arcsecond by 1 arcsecond."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "watt per second (angle) squared"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-AngleSquared> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "W/arcsec2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "W arcsec-2" , "W·arcsec-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSquareMetreHertz> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "watt per square metre hertz"@en , "watt per vierkante meter hertz"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreHertz> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "W/(m2 Hz)" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "W m-2 Hz-1" , "W·m-2·Hz-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSquareMetreNanometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "watt per square metre nanometre"@en , "watt per vierkante meter nanometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreNanometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "W/(m2 nm)" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "W m-2 nm-1" , "W·m-2·nm-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSteradianSquareMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "watt per steradian square metre"@en , "watt per steradiaal vierkante meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/steradianSquareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "W/(sr m2)" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "W sr-1 m-2" , "W·sr-1·m-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSteradianSquareMetreHertz> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "watt per steradian square metre hertz"@en , "watt per steradiaal vierkante meter hertz"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/steradianSquareMetreHertz> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "W/(sr m2 Hz)" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "W sr-1 m-2 Hz-1" , "W·sr-1·m-2·Hz-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/atto> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "atto"@en , "atto"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "a" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1e-18"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attomolePerMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attomole per metre"@en , "attomole per meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/attomole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "amol/m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "amol m-1" , "amol·m-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/attosecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "attosecond squared"@en , "attoseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/attosecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "as2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/average> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Function> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "average"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/oneDistinctSymbolChangeOrSignallingEventMadeToTheTransmissionMediumPerSecondInADigitallyModulatedSignalOrALineCode> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SymbolRate> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/informationCapacityOfOneBinaryDigit> a <http://www.ontology-of-units-of-measure.org/resource/om-2/InformationCapacity> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "information capacity of one binary digit"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPhenomenon> <http://www.ontology-of-units-of-measure.org/resource/om-2/oneBinaryDigit> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/luminousIntensityInAGivenDirectionOfASourceThatEmitsMonochromaticRadiationOfFrequency540e12HertzAndThatHasARadiantIntensityInThatDirectionOf1683WattPerSteradian> a <http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousIntensity> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "luminous intensity, in a given direction, of a source that emits monochromatic radiation of frequency 540e12 hertz and that has a radiant intensity in that direction of 1/683 watt per steradian"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centi> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centi"@en , "centi"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "c" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1e-2"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre-Gram-Second-BiotSystemOfUnits> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SystemOfUnits> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centimetre-gram-second-biot system of units"@en , "centimeter-gram-seconde-biot-systeem"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBaseQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/Mass> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Length> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricCurrent> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBaseUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/biot> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/abbreviation> "cm-g-s-Bi" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre-Gram-Second-FranklinSystemOfUnits> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SystemOfUnits> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centimetre-gram-second-franklin system of units"@en , "centimeter-gram-seconde-franklin-systeem"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBaseQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/Mass> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Length> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricCharge> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBaseUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/franklin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/abbreviation> "cm-g-s-Fr" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre-Gram-SecondElectromagneticSystemOfUnits> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SystemOfUnits> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centimetre-gram-second electromagnetic system of units"@en , "centimeter-gram-seconde electromagnetische systeem"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "CGS electromagnetic system of units"@en , "centimetre, gram, second electromagnetic system of units"@en , "electromagnetic CGS system of units"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBaseQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/Mass> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Length> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBaseUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDerivedQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/Capacitance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricCharge> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricCurrent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricPotential> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalConductance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalResistance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Inductance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticField> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticFlux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticFluxDensity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MagnetomotiveForce> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDerivedUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/abampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gilbert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/abcoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/abvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/abfarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/abohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/abmho> , <http://www.ontology-of-units-of-measure.org/resource/om-2/maxwell> , <http://www.ontology-of-units-of-measure.org/resource/om-2/oersted> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gauss> , <http://www.ontology-of-units-of-measure.org/resource/om-2/abhenry> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/abbreviation> "EMU" , "emu" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre-Gram-SecondElectrostaticSystemOfUnits> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SystemOfUnits> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centimetre-gram-second electrostatic system of units"@en , "centimeter-gram-seconde electrostatische systeem"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "CGS electrostatic system of units"@en , "electrostatic CGS system of units"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBaseQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/Mass> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Length> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBaseUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDerivedQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/Capacitance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricCharge> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricCurrent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricPotential> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalConductance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalResistance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Inductance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticFlux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticFluxDensity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MagnetomotiveForce> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDerivedUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/statampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/statcoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/statvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/statfarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/statohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/statmho> , <http://www.ontology-of-units-of-measure.org/resource/om-2/statweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/stattesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/stathenry> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/abbreviation> "ESU" , "esu" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre-Gram-SecondSystemOfUnits> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SystemOfUnits> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centimetre-gram-second system of units"@en , "centimeter-gram-seconde-systeem"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBaseQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/Mass> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Length> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBaseUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDerivedQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/Acceleration> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Frequency> , <http://www.ontology-of-units-of-measure.org/resource/om-2/DynamicViscosity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Energy> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Force> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Illuminance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Luminance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Pressure> , <http://www.ontology-of-units-of-measure.org/resource/om-2/KinematicViscosity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDerivedUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/stilb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/phot> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/dyne> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microbar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/erg> , <http://www.ontology-of-units-of-measure.org/resource/om-2/poise> , <http://www.ontology-of-units-of-measure.org/resource/om-2/stokes> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/abbreviation> "CGS" , "cgs" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centimetrePerCubicCentimetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centimetre per cubic centimetre"@en , "centimeter per kubieke centimeter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicCentimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cm/cm3" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "cm cm-3" , "cm·cm-3" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centimolair> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The centimolair is a unit of amount of substance concentration defined as 1.0e-2 molair."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centimolair"@en , "centimolair"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/molair> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/centi> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cM" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centimolePerMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centimole per metre"@en , "centimole per meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/centimole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cmol/m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "cmol m-1" , "cmol·m-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/centisecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "centisecond squared"@en , "centiseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/centisecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "cs2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/chemicalPhysics> a <http://www.ontology-of-units-of-measure.org/resource/om-2/ApplicationArea> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "chemical physics"@en , "fysische chemie"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/usesQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceConcentration> , <http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceFlow> , <http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceFraction> , <http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfSubstanceFractionFlow> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MolarHeatCapacity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MolarMass> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Molality> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MolarEnergy> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MolarEntropy> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MolarVolume> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ResonanceEnergy> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/usesUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/one> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molair> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerCubicmetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/partsPerMillion> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerMole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micromolePerMole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerMole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKelvinMole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerKilogram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerMole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetrePerMole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/litrePerMole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attomole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decamole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/examole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtomole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigamole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectomole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilomole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megamole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micromole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanomole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petamole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picomole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teramole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attomolair> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attomolePerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimolePerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decamolePerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimolePerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/examolePerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtomolair> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtomolePerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigamolePerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectomolePerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilomolePerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megamolair> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megamolePerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micromolair> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micromolePerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimolair> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimolePerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerAttolitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerCentilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerDecalitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerDecilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerExalitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerFemtolitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerGigalitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerHectolitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerKilolitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerMegalitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerMicrolitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerMillilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerNanolitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerPetalitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerPicolitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerTeralitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanomolair> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanomolePerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petamolePerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picomolair> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picomolePerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teramolePerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attomolePerMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimolePerMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decamolePerMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimolePerMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/examolePerMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtomolePerMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigamolePerMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectomolePerMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvinMole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilomolePerMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megamolePerMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micromolePerMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micromolePerSecond-TimeGram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimolePerMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/moleMicrometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/moleMicrometreReciprocalSquareCentimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/moleMicrometreReciprocalSquareCentimetreReciprocalSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerAttometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerCentimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerDecametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerDecimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerExametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerFemtometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerGigametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerHectometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerKilometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerMicrometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerMillimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerNanometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerPetametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerPicometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerTerametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerYoctometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerYottametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerZeptometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerZettametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/molePermegametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanomolePerMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petamolePerMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picomolePerMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teramolePerMetre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decamolePerMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decamole per metre"@en , "decamole per meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/decamole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "damol/m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "damol m-1" , "damol·m-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decimolePerMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decimole per metre"@en , "decimole per meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/decimole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dmol/m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "dmol m-1" , "dmol·m-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/examolePerMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "examole per metre"@en , "examole per meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/examole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Emol/m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Emol m-1" , "Emol·m-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtomolePerMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtomole per metre"@en , "femtomole per meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/femtomole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fmol/m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "fm s-1" , "fm·s-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigamolePerMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigamole per metre"@en , "gigamole per meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gigamole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Gmol/m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Gmol m-1" , "Gmol·m-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectomolePerMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectomole per metre"@en , "hectomole per meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/hectomole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hmol/m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "hmol m-1" , "hmol·m-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kelvinMole> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kelvin mole"@en , "kelvin mol"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "K mol" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "K·mol" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilomolePerMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilomole per metre"@en , "kilomole per meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilomole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kmol/m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "kmol m-1" , "kmol·m-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megamolePerMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megamole per metre"@en , "megamole per meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/megamole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Mmol/m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Mmol m-1" , "Mmol·m-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/micromolePerMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "micromole per metre"@en , "micromole per meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/micromole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μmol/m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "μmol m-1" , "μmol·m-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/micromolePerSecond-TimeGram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "micromole per second gram"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/micromolePerSecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μmol/(s g)" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "μmol s-1 g-1" , "μmol·s-1·g-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millimolePerMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millimole per metre"@en , "millimole per meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/millimole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mmol/m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mmol m-1" , "mmol·m-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/moleMicrometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole micrometre"@en , "mol micrometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol μm" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol·μm" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/moleMicrometreReciprocalSquareCentimetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole micrometre reciprocal square centimetre"@en , "mol micrometer omgekeerde vierkante centimeter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/moleMicrometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalSquareCentimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol μm cm-2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol·μm·cm-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/moleMicrometreReciprocalSquareCentimetreReciprocalSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole micrometre reciprocal square centimetre reciprocal second"@en , "mol micrometer omgekeerde vierkante centimeter omgekeerde seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/moleMicrometreReciprocalSquareCentimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalSecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol μm cm-2 s-1" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol·μm·cm-2·s-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerAttometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per attometre"@en , "mole per attometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/attometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/am" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol am-1" , "mol·am-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerCentimetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per centimetre"@en , "mole per centimeter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/cm" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol cm-1" , "mol·cm-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerDecametre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per decametre"@en , "mole per decameter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/decametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/dam" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol dam-1" , "mol·dam-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerDecimetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per decimetre"@en , "mole per decimeter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/dm" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol dm-1" , "mol·dm-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerExametre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per exametre"@en , "mole per exameter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/exametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/Em" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol Em-1" , "mol·Em-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerFemtometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per femtometre"@en , "mole per femtometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/fm" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol fm-1" , "mol·fm-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerGigametre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per gigametre"@en , "mole per gigameter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/Gm" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol Gm-1" , "mol·Gm-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerHectometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per hectometre"@en , "mole per hectometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/hm" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol hm-1" , "mol·hm-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerKilometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per kilometre"@en , "mole per kilometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/km" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol km-1" , "mol·km-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per metre"@en , "mole per meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol m-1" , "mol·m-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerMicrometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per micrometre"@en , "mole per micrometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/μm" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol μm-1" , "mol·μm-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerMillimetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per millimetre"@en , "mole per millimeter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/mm" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol mm-1" , "mol·mm-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerNanometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per nanometre"@en , "mole per nanometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/nm" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol nm-1" , "mol·nm-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerPetametre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per petametre"@en , "mole per petameter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/petametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/Pm" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol Pm-1" , "mol·Pm-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerPicometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per picometre"@en , "mole per picometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/picometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/pm" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol pm-1" , "mol·pm-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerTerametre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per terametre"@en , "mole per terameter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/terametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/Tm" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol Tm-1" , "mol·Tm-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerYoctometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per yoctometre"@en , "mole per yoctometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/ym" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol ym-1" , "mol·ym-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerYottametre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per yottametre"@en , "mole per yottameter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/yottametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/Ym" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol Ym-1" , "mol·Ym-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerZeptometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per zeptometre"@en , "mole per zeptometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/zm" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol zm-1" , "mol·zm-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerZettametre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per zettametre"@en , "mole per zettameter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/zettametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/Zm" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol Zm-1" , "mol·Zm-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePermegametre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per megametre"@en , "mole per megameter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/megametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/Mm" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol Mm-1" , "mol·Mm-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanomolePerMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanomole per metre"@en , "nanomole per meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/nanomole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "nmol/m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "nmol m-1" , "nmol·m-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petamolePerMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petamole per metre"@en , "petamole per meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/petamole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Pmol/m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Pmol m-1" , "Pmol·m-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picomolePerMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picomole per metre"@en , "picomole per meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/picomole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "pmol/m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "pmol m-1" , "pmol·m-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/teramolePerMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "teramole per metre"@en , "teramole per meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/teramole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Tmol/m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Tmol m-1" , "Tmol·m-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/chemistry> a <http://www.ontology-of-units-of-measure.org/resource/om-2/ApplicationArea> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "chemistry"@en , "chemie"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/usesQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/Acidity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Amphiphilicity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/CatalyticActivity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/CatalyticActivityConcentration> , <http://www.ontology-of-units-of-measure.org/resource/om-2/CollisionFrequency> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Hydrophilicity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Hydrophobicity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Lipophilicity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/SaltStrength> , <http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificAmylaseActivity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificCatalyticActivity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificProteaseActivity> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/usesUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/molePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micromolePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/amylaseUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/katal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/deltaA450PerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/katalPerCubicmetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanokatalPerMilligram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/deltaA450PerSecond-TimePerMilligram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attokatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centikatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decakatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decikatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exakatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtokatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigakatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectokatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilokatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megakatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microkatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millikatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanokatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petakatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picokatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terakatal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/deltaA450> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/deltaA450> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "delta A450"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/commonApplicationArea> a <http://www.ontology-of-units-of-measure.org/resource/om-2/ApplicationArea> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "common application area"@en , "algemeen toepassingsgebied"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/usesQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/MassFraction> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Area> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Mass> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Length> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Temperature> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Frequency> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Density> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Speed> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricCurrent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricPotential> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Energy> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Force> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Power> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Volume> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/usesUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/acre-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/acre-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/are> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gallon-Imperial> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gallon-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/liquidPint-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pint-Imperial> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/day> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/year> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ounceAvoirdupois> , <http://www.ontology-of-units-of-measure.org/resource/om-2/poundAvoirdupois> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerKilogram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-StatutePerHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pound-Force> , <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilowattHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/inch-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-Statute> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeFahrenheit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yard-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectare> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareCentimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareKilometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milligramPerLitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milliampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millivolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilocalorie-Mean> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilojoule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilonewton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilohertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megahertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilowatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megawatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milliwatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicCentimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milligram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/month> , <http://www.ontology-of-units-of-measure.org/resource/om-2/week> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/month> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The month is a unit of time."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "month"@en , "maand"@nl , "月"@zh ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/LaTeXCommand> "\\monthUnit" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/week> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SingularUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The week is a unit of time defined as 6.04800e5 second."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "week"@en , "week"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/time-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "6.04800e5"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/cosmology> a <http://www.ontology-of-units-of-measure.org/resource/om-2/ApplicationArea> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cosmology"@en , "kosmologie"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/usesQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/CosmologicalConstant> , <http://www.ontology-of-units-of-measure.org/resource/om-2/CriticalDensity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/CurvatureConstant> , <http://www.ontology-of-units-of-measure.org/resource/om-2/DecelerationParameter> , <http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameter> , <http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameterForBaryonicMatter> , <http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameterForMatter> , <http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameterForRadiation> , <http://www.ontology-of-units-of-measure.org/resource/om-2/DensityParameterForVacuum> , <http://www.ontology-of-units-of-measure.org/resource/om-2/HubbleConstant> , <http://www.ontology-of-units-of-measure.org/resource/om-2/HubbleConstantAtPresentEpoch> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ScaleFactor> , <http://www.ontology-of-units-of-measure.org/resource/om-2/TotalDensityParameter> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/usesUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaelectronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloelectronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaelectronvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaparsec> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/count> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Function> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "count"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetreKelvin> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "cubic metre kelvin"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m3 K" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m3·K" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/deca> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "deca"@en , "deca"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "da" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "deka"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1e1"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decamolair> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The decamolair is a unit of amount of substance concentration defined as 1.0e1 molair."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decamolair"@en , "decamolair"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/molair> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deca> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "daM" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decasecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decasecond squared"@en , "decaseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/decasecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "das2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/deci> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "deci"@en , "deci"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "d" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1e-1"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decimolair> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The decimolair is a unit of amount of substance concentration defined as 1.0e-1 molair."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decimolair"@en , "decimolair"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/molair> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/deci> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "dM" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/decisecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "decisecond squared"@en , "deciseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/decisecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ds2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsiusDay> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "degree Celsius day"@en , "graad Celsius dag"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/day> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "°C d" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "°C·d" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/durationOf9192631770PeriodsOfTheRadiationCorrespondingToTheTransitionBetweenTheTwoHyperfineLevelsOfTheGroundStateOfTheCesium133Atom> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Duration> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "duration of 9 192 631 770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the cesium 133 atom"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPhenomenon> <http://www.ontology-of-units-of-measure.org/resource/om-2/_9192631770PeriodsOfTheRadiationCorrespondingToTheTransitionBetweenTheTwoHyperfineLevelsOfTheGroundStateOfTheCesium133Atom> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/economics> a <http://www.ontology-of-units-of-measure.org/resource/om-2/ApplicationArea> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "economie"@nl , "economics"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/usesQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/AmountOfMoney> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Cost> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/usesUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitedStatesDollar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/euro> , <http://www.ontology-of-units-of-measure.org/resource/om-2/JapaneseYen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/poundSterling> , <http://www.ontology-of-units-of-measure.org/resource/om-2/AustralianDollar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/SwissFranc> , <http://www.ontology-of-units-of-measure.org/resource/om-2/CanadianDollar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MexicanPeso> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ChineseYuan> , <http://www.ontology-of-units-of-measure.org/resource/om-2/NewZealandDollar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/SwedishKrona> , <http://www.ontology-of-units-of-measure.org/resource/om-2/RussianRuble> , <http://www.ontology-of-units-of-measure.org/resource/om-2/HongKongDollar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/NorwegianKrone> , <http://www.ontology-of-units-of-measure.org/resource/om-2/SingaporeDollar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/TurkishLira> , <http://www.ontology-of-units-of-measure.org/resource/om-2/SouthKoreanWon> , <http://www.ontology-of-units-of-measure.org/resource/om-2/SouthAfricanRand> , <http://www.ontology-of-units-of-measure.org/resource/om-2/BrazilianReal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/IndianRupee> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaeuro> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/electromagnetism> a <http://www.ontology-of-units-of-measure.org/resource/om-2/ApplicationArea> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "electromagnetism"@en , "elektromagnetisme"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/usesQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/Admittance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Capacitance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/CurrentDensity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricCharge> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricChargeDensity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricCurrent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricDipoleMoment> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricField> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricFluxDensity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricPotential> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalConductance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalConductivity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalResistance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalResistivity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectromotiveForce> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Inductance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticField> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticFlux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticFluxDensity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MagnetomotiveForce> , <http://www.ontology-of-units-of-measure.org/resource/om-2/PermeabilityOfFreeSpace> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Permittivity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Permeance-Electromagnetic> , <http://www.ontology-of-units-of-measure.org/resource/om-2/PotentialDifference> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Reluctance> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/usesUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/abampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/biot> , <http://www.ontology-of-units-of-measure.org/resource/om-2/statampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gilbert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/amperePerSquareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/abcoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/faraday> , <http://www.ontology-of-units-of-measure.org/resource/om-2/franklin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/statcoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeAmpere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/abvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/statvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerAmpere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/abfarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/farad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/statfarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/coulombPerVolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/abohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/statohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/voltPerAmpere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/abmho> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mho> , <http://www.ontology-of-units-of-measure.org/resource/om-2/siemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/statmho> , <http://www.ontology-of-units-of-measure.org/resource/om-2/amperePerVolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonPerCoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/voltPerMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/coulombPerCubicmetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/coulombPerSquareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/maxwell> , <http://www.ontology-of-units-of-measure.org/resource/om-2/statweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/unitPole> , <http://www.ontology-of-units-of-measure.org/resource/om-2/weber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/voltSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/oersted> , <http://www.ontology-of-units-of-measure.org/resource/om-2/amperePerMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gamma> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gauss> , <http://www.ontology-of-units-of-measure.org/resource/om-2/stattesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/tesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/weberPerSquareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milligauss> , <http://www.ontology-of-units-of-measure.org/resource/om-2/abhenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/henry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/stathenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/weberPerAmpere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/henryPerMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/faradPerMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/debye> , <http://www.ontology-of-units-of-measure.org/resource/om-2/coulombMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalHenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ohmMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/siemensPerMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attofarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centifarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decafarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decifarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exafarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtofarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigafarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectofarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilofarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megafarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microfarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millifarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanofarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petafarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picofarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terafarad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attocoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centicoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decacoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decicoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exacoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtocoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigacoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectocoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilocoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megacoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microcoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millicoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanocoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petacoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picocoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teracoulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attoampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centiampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decaampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/deciampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exaampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtoampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectoampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milliampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanoampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petaampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picoampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teraampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attovolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centivolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decavolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decivolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exavolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtovolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigavolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectovolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilovolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megavolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microvolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millivolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanovolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petavolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picovolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teravolt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attosiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centisiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decasiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decisiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exasiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtosiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigasiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectosiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilosiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megasiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanosiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petasiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picosiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terasiemens> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attoohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centiohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decaohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/deciohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exaohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtoohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectoohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milliohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanoohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petaohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picoohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teraohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attohenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centihenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decahenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decihenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exahenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtohenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigahenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectohenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilohenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megahenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microhenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millihenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanohenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petahenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picohenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terahenry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attotesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attoweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centitesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centiweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decatesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decaweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decitesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/deciweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exatesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exaweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtotesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtoweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigatesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigaweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectotesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectoweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilotesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kiloweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megatesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microtesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millitesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milliweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanotesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanoweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petatesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petaweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picotesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picoweber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teratesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teraweber> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exa> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exa"@en , "exa"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "E" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1e18"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/examolair> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The examolair is a unit of amount of substance concentration defined as 1.0e18 molair."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "examolair"@en , "examolair"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/molair> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/exa> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "EM" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exasecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exasecond squared"@en , "exaseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/exasecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Es2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/exbi> a <http://www.ontology-of-units-of-measure.org/resource/om-2/BinaryPrefix> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "IEC prefix"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "exbi"@en , "exbi"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ei" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "exabinary"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.152921504606846976e18"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femto> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femto"@en , "femto"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "f" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1e-15"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/femtosecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "femtosecond squared"@en , "femtoseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/femtosecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "fs2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/first> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Function> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "first"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/fluidMechanics> a <http://www.ontology-of-units-of-measure.org/resource/om-2/ApplicationArea> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "fluid mechanics"@en , "vloeistofmechanica"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/usesQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/BulkModulus> , <http://www.ontology-of-units-of-measure.org/resource/om-2/DynamicModulus> , <http://www.ontology-of-units-of-measure.org/resource/om-2/CompressiveStress> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Stress> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ContactAngle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElasticityTensor> , <http://www.ontology-of-units-of-measure.org/resource/om-2/SurfaceTension> , <http://www.ontology-of-units-of-measure.org/resource/om-2/LinearStrain> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Strain> , <http://www.ontology-of-units-of-measure.org/resource/om-2/LossModulus> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ModulusOfElasticity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/NormalStrain> , <http://www.ontology-of-units-of-measure.org/resource/om-2/NormalStress> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ShearLossModulus> , <http://www.ontology-of-units-of-measure.org/resource/om-2/StorageModulus> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ShearModulus> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ShearRate> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ShearStorageModulus> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ShearStrain> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ShearStress> , <http://www.ontology-of-units-of-measure.org/resource/om-2/StrainTensor> , <http://www.ontology-of-units-of-measure.org/resource/om-2/StressTensor> , <http://www.ontology-of-units-of-measure.org/resource/om-2/VolumeStrain> , <http://www.ontology-of-units-of-measure.org/resource/om-2/WettingAngle> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/usesUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Standard> , <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Technical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/bar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/barye> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/torr> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decibar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microbar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millibar> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetreOfMercury> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramSecond-TimeToThePower-2ReciprocalMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/newtonPerSquareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attoradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centiradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/deciradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtoradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milliradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanoradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picoradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micropascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millipascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petapascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picopascal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terapascal> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/fluidMechanicsDimensionlessNumbers> a <http://www.ontology-of-units-of-measure.org/resource/om-2/ApplicationArea> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "fluid mechanics dimensionless numbers"@en , "vloeistofmechanica dimensieloze getallen"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/usesQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/AlfvenNumber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/CowlingNumber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/EulerNumber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/FirstCowlingNumber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/FourierNumber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/FourierNumberForMassTransfer> , <http://www.ontology-of-units-of-measure.org/resource/om-2/FroudeNumber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/GrashofNumber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/GrashofNumberForMassTransfer> , <http://www.ontology-of-units-of-measure.org/resource/om-2/HartmannNumber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/KnudsenNumber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/LewisNumber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MachNumber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticReynoldsNumber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/NusseltNumber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/NusseltNumberForMassTransfer> , <http://www.ontology-of-units-of-measure.org/resource/om-2/PecletNumber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/PecletNumberForMassTransfer> , <http://www.ontology-of-units-of-measure.org/resource/om-2/PrandtlNumber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/RayleighNumber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ReynoldsNumber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/SchmidtNumber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/StantonNumber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/StantonNumberForMassTransfer> , <http://www.ontology-of-units-of-measure.org/resource/om-2/StrouhalNumber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/WeberNumber> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/geometry> a <http://www.ontology-of-units-of-measure.org/resource/om-2/ApplicationArea> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "geometry"@en , "geometrie"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/usesQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/SolidAngle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Area> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Breadth> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Length> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Circumference> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Radius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Diameter> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Height> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Volume> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Thickness> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Width> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/usesUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/acre-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/acre-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/are> , <http://www.ontology-of-units-of-measure.org/resource/om-2/barn> , <http://www.ontology-of-units-of-measure.org/resource/om-2/circularMil> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/acreFoot> , <http://www.ontology-of-units-of-measure.org/resource/om-2/barrel-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/bushel-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cord> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cup-USCustomary> , <http://www.ontology-of-units-of-measure.org/resource/om-2/dryGallon-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/dryPint-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/dryQuart-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fluidOunce-Imperial> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fluidOunce-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gallon-Imperial> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gallon-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gill-Imperial> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gill-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/liquidPint-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/liquidQuart-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/peck-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pint-Imperial> , <http://www.ontology-of-units-of-measure.org/resource/om-2/quart-Imperial> , <http://www.ontology-of-units-of-measure.org/resource/om-2/stere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/tablespoon-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teaspoon-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/dessertspoon> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ton-Register> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicParsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicKiloparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cicero> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Didot> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/degree> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gon> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/radian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/revolution> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-Angle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/steradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/angstrom> , <http://www.ontology-of-units-of-measure.org/resource/om-2/astronomicalUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/chain> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fathom-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fermi> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/furlong-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/inch-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/lightYear> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micron> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Length> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-Statute> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/parsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/rod-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yard-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attoradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centiradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/deciradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtoradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milliradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanoradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picoradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centiare> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectare> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareAttometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareCentimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareDecametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareDecimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareExametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareFemtometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareGigametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareHectometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareKilometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMegametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMicrometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMillimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareNanometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squarePetametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squarePicometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareTerametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attosteradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centisteradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicAttometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicCentimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicDecametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicDecimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicExametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicFemtometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicGigametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicHectometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicKilometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMegametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMicrometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMillimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicNanometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicPetametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicPicometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicTerametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decisteradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtosteradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsteradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisteradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanosteradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picosteradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attolitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decalitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exalitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtolitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigalitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectolitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilolitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megalitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microlitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millilitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanolitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petalitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picolitre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teralitre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gibi> a <http://www.ontology-of-units-of-measure.org/resource/om-2/BinaryPrefix> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "IEC prefix"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gibi"@en , "gibi"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Gi" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "gigabinary"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.073741824e9"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/giga> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "giga"@en , "giga"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "G" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1e9"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigamolair> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The gigamolair is a unit of amount of substance concentration defined as 1.0e9 molair."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigamolair"@en , "gigamolair"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/molair> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/giga> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "GM" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigasecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigasecond squared"@en , "gigaseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/gigasecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Gs2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigayearCubicKiloparsec> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigayear cubic kiloparsec"@en , "gigajaar kubieke kiloparsec"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/gigayear> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicKiloparsec> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Gyr kpc3" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Gyr·kpc3" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gigayearCubicParsec> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gigayear cubic parsec"@en , "gigajaar kubieke parsec"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/gigayear> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicParsec> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Gyr pc3" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Gyr·pc3" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerJoule> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Gram per joule is a unit of energy consumption."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram per joule"@en , "gram per joule"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g/J" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "g J-1" , "g·J-1" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "Gram per joule is a unit of energy consumption defined as gram divided by joule. Gram per joule is a derived unit in the International System of Units." .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerMegajoule> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram per megajoule"@en , "gram per megajoule"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/megajoule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g/MJ" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "g MJ-1" , "g·MJ-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram per metre"@en , "gram per meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g/m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "g m-1" , "g·m-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerSquareMetreCentimetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram per square metre centimetre"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerSquareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g/(m2 cm)" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "g m-2 cm-1" , "g·m-2·cm-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerSquareMetreDay> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram per square metre day"@en , "gram per vierkante meter dag"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreDay> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g/(m2 d)" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "g m-2 d-1" , "g·m-2·d-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreDay> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "square metre day"@en , "vierkante meter dag"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/day> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m2 d" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m2·d" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerSquareMetreMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram per square metre metre"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerSquareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g/(m2 m)" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "g m-2 m-1" , "g·m-2·m-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerSquareMetreSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram per square metre second"@en , "gram per vierkante meter seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreSecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g/(m2 s)" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "g m-2 s-1" , "g·m-2·s-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "square metre second"@en , "vierkante meter seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m2 s" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m2·s" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerYoctolitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/GramPerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Gram per yoctolitre is a unit of density defined as gram divided by yoctolitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram per yoctolitre"@en , "gram per yoctoliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctolitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g/yl" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "g yl-1" , "g·yl-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctolitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctolitre"@en , "yoctoliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yocto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "yl" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerYottalitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/GramPerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Gram per yottalitre is a unit of density defined as gram divided by yottalitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram per yottalitre"@en , "gram per yottaliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/yottalitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g/Yl" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "g Yl-1" , "g·Yl-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottalitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottalitre"@en , "yottaliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yotta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Yl" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerZeptolitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/GramPerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Gram per zeptolitre is a unit of density defined as gram divided by zeptolitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram per zeptolitre"@en , "gram per zeptoliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptolitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g/zl" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "g zl-1" , "g·zl-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptolitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptolitre"@en , "zeptoliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zepto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zl" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/gramPerZettalitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/GramPerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Gram per zettalitre is a unit of density defined as gram divided by zettalitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "gram per zettalitre"@en , "gram per zettaliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/zettalitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g/Zl" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "g Zl-1" , "g·Zl-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettalitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettalitre"@en , "zettaliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/volume-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zetta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Zl" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hasAggregateFunction> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "has aggregate function"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#range> <http://www.ontology-of-units-of-measure.org/resource/om-2/Function> ;
+	<http://www.w3.org/2000/01/rdf-schema#domain> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hasContext> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "has context"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#domain> <http://www.ontology-of-units-of-measure.org/resource/om-2/Quantity> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hecto> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hecto"@en , "hecto"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "h" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1e2"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectareDay> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectare day"@en , "hectare dag"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/hectare> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/day> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ha d" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "ha·d" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectomolair> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The hectomolair is a unit of amount of substance concentration defined as 1.0e2 molair."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectomolair"@en , "hectomolair"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/molair> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/hecto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hM" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/hectosecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "hectosecond squared"@en , "hectoseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/hectosecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "hs2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/oneBinaryDigit> a <http://www.w3.org/2002/07/owl#Thing> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "one binary digit"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/informationTechnology> a <http://www.ontology-of-units-of-measure.org/resource/om-2/ApplicationArea> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "informatietechnologie"@nl , "information technology"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/usesQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/InformationCapacity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/SymbolRate> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/usesUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/bit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/byte> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hartley> , <http://www.ontology-of-units-of-measure.org/resource/om-2/shannon> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exabit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exbibit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gibibit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigabit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kibibit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilobit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mebibit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megabit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pebibit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petabit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/tebibit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terabit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yobibit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yottabit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zebibit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/zettabit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/bitPerSecond-Time> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/internationalPrototypeOfTheKilogram> a <http://www.w3.org/2002/07/owl#Thing> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "international prototype of the kilogram"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kelvinKilogram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kelvin kilogram"@en , "kelvin kilogram"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "K kg" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "K·kg" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerSquareMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "joule per square metre"@en , "joule per vierkante meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "J/m2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "J m-2" , "J·m-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerSquareMetreDay> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "joule per square metre day"@en , "joule per vierkante meter dag"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreDay> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "J/(m2 d)" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "J m-2 d-1" , "J·m-2·d-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerSquareMetreSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "joule per square metre second"@en , "joule per vierkante meter seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreSecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "J/(m2 s)" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "J m-2 s-1" , "J·m-2·s-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kibi> a <http://www.ontology-of-units-of-measure.org/resource/om-2/BinaryPrefix> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "IEC prefix"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kibi"@en , "kibi"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ki" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "kilobinary"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.024e3"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilo> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilo"@en , "kilo"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "k" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1e3"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/massOfTheInternationalPrototypeOfTheKilogram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Mass> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mass of the international prototype of the kilogram"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPhenomenon> <http://www.ontology-of-units-of-measure.org/resource/om-2/internationalPrototypeOfTheKilogram> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramPerGigajoule> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Kilogram per gigajoule is a unit of energy consumption."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kikogram per gigajoule"@en , "kilogram per gigajoule"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gigajoule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kg/GJ" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "kg GJ-1" , "kg·GJ-1" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/longcomment> "Kilogram per gigajoule is a unit of energy consumption defined as kilogram divided by gigajoule. Kilogram per gigajoule is a derived unit in the International System of Units." .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/pascalSecond-TimeSquareMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "pascal second square metre"@en , "pascal seconde vierkante meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascalSecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Pa s m2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Pa·s·m2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilogramSecond-TimeToThePower-2> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilogram second to the power -2"@en , "kilogram seconde tot de macht -2"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeToThePower-2> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kg s-2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "kg·s-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimeToThePower-2> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "second to the power -2"@en , "seconde tot de macht -2"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> -2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "s-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilojoulePerSquareMetreDay> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilojoule per square metre day"@en , "kilojoule per vierkante meter dag"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilojoule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreDay> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kJ/(m2 d)" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "kJ m-2 d-1" , "kJ·m-2·d-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilomolair> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The kilomolair is a unit of amount of substance concentration defined as 1.0e3 molair."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilomolair"@en , "kilomolair"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/molair> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilo> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "kM" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/kilosecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "kilosecond squared"@en , "kiloseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilosecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ks2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/last> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Function> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "last"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/lengthOfThePathTravelledByLightInVacuumDuringATimeIntervalOf1299792458OfASecond> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Length> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "length of the path travelled by light in vacuum during a time interval of 1/299 792 458 of a second"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPhenomenon> <http://www.ontology-of-units-of-measure.org/resource/om-2/pathTravelledByLightInVacuumDuringATimeIntervalOf1299792458OfASecond> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/pathTravelledByLightInVacuumDuringATimeIntervalOf1299792458OfASecond> a <http://www.w3.org/2002/07/owl#Thing> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "path travelled by light in vacuum during a time interval of 1/299 792 458 of a second"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/litrePer100Kilometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "litre per 100 kilometre"@en , "liter per 100 kilometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/_100Kilometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "l/100 km" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "litre per 100 kilometre"@en , "liter per 100 kilometer"@nl .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/maximum> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Function> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "maximum"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/mebi> a <http://www.ontology-of-units-of-measure.org/resource/om-2/BinaryPrefix> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "IEC prefix"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mebi"@en , "mebi"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Mi" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "megabinary"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.048576e6"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/mechanics> a <http://www.ontology-of-units-of-measure.org/resource/om-2/ApplicationArea> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mechanics"@en , "mechanica"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/usesQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/Acceleration> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MassFraction> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Action> , <http://www.ontology-of-units-of-measure.org/resource/om-2/AngularAcceleration> , <http://www.ontology-of-units-of-measure.org/resource/om-2/AngularMomentum> , <http://www.ontology-of-units-of-measure.org/resource/om-2/AngularSpeed> , <http://www.ontology-of-units-of-measure.org/resource/om-2/AreaFraction> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Mass> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Frequency> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Density> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Wavelength> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Speed> , <http://www.ontology-of-units-of-measure.org/resource/om-2/DynamicViscosity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Energy> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Enthalpy> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Force> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Power> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Impulse> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Momentum> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Pressure> , <http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificVolume> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Torque> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Wavenumber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/KinematicViscosity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/KineticEnergy> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MomentOfInertia> , <http://www.ontology-of-units-of-measure.org/resource/om-2/VolumeFraction> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Period> , <http://www.ontology-of-units-of-measure.org/resource/om-2/PotentialEnergy> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Velocity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Weight> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Work> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/usesUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/day> , <http://www.ontology-of-units-of-measure.org/resource/om-2/day-Sidereal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hour-Sidereal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Sidereal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Sidereal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/shake> , <http://www.ontology-of-units-of-measure.org/resource/om-2/year> , <http://www.ontology-of-units-of-measure.org/resource/om-2/year-Sidereal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/year-Tropical> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigayear> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kayser> , <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gal> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/knot-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetrePerHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetrePerDay> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDay> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetrePerDay> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-InternationalPerHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/radianPerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attometrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decametrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exametrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megametrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerAttosecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerCentisecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDecasecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDecisecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerExasecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerFemtosecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerGigasecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerHectosecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerKilosecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMegasecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMicrosecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMillisecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerNanosecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerPetasecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerPicosecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerTerasecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petametrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picometrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terametrePerSecond-TimeSquared> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decametrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exametrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megametrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerAttosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerCentisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDecasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerDecisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerExasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerFemtosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerGigasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerHectosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerKilosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMegasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMicrosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerMillisecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerNanosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerPetasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerPicosecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerTerasecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petametrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picometrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terametrePerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attohertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centihertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decahertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decihertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exahertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtohertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigahertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectohertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilohertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megahertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microhertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millihertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanohertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petahertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picohertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terahertz> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/mega> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mega"@en , "mega"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "M" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1e6"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megaeuroPerMegatonne> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megaeuro per megatonne"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/megaeuro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/megatonne> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megaeuroPerMegawatt> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megaeuro per megawatt"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/megaeuro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/megawatt> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megaeuroPerPetajoule> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megaeuro per petajoule"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/megaeuro> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/petajoule> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megajoulePerSquareMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megajoule per square metre"@en , "megajoule per vierkante meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/megajoule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "MJ/m2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "MJ m-2" , "MJ·m-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megajoulePerSquareMetreDay> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megajoule per square metre day"@en , "megajoule per vierkante meter dag"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/megajoule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreDay> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "MJ/(m2 d)" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "MJ m-2 d-1" , "MJ·m-2·d-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megametrePerKilojoule> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megametre per kilojoule"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/megametre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilojoule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Mm/kJ" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "1000 kilometre per kilojoule"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/unofficialAbbreviation> "1000 km/kJ" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/megasecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "megasecond squared"@en , "megaseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/megasecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ms2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metre-Kilogram-Second-AmpereSystemOfUnits> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SystemOfUnits> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre-kilogram-second-ampere system of units"@en , "meter-kilogram-seconde-ampère-systeem"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "Giorgi system of units"@en , "Giorgi-stelsel"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBaseQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/Mass> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Length> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricCurrent> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBaseUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> , <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDerivedQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/Capacitance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Frequency> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricCharge> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricPotential> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ElectricalResistance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Energy> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Force> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Inductance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticFlux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MagneticFluxDensity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/MagnetomotiveForce> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Power> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDerivedUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/farad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ohm> , <http://www.ontology-of-units-of-measure.org/resource/om-2/weber> , <http://www.ontology-of-units-of-measure.org/resource/om-2/tesla> , <http://www.ontology-of-units-of-measure.org/resource/om-2/henry> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hertz> , <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> , <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> , <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/abbreviation> "m-kg-s-A" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metreKelvin> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre kelvin"@en , "meter kelvin"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m K" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m·K" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metreKilogram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre kilogram"@en , "meter kilogram"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m kg" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m·kg" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/metrePerCubicMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "metre per cubic metre"@en , "meter per kubieke meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m/m3" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m m-3" , "m·m-3" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "microsecond squared"@en , "microseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/microsecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μs2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "millisecond squared"@en , "milliseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/millisecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ms2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nanosecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nanosecond squared"@en , "nanoseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/nanosecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ns2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petasecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petasecond squared"@en , "petaseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/petasecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ps2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/picosecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "picosecond squared"@en , "picoseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/picosecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ps2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/terasecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "terasecond squared"@en , "teraseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/terasecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ts2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctosecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctosecond squared"@en , "yoctoseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctosecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ys2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottasecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottasecond squared"@en , "yottaseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/yottasecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ys2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptosecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptosecond squared"@en , "zeptoseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptosecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zs2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettasecond-TimeSquared> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedSecond-TimeSquared> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettasecond squared"@en , "zettaseconde kwadraat"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/zettasecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> 2 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Zs2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/micro> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "micro"@en , "micro"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "μ" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "u" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1e-6"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/microgramPerJoule> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "microgram per joule"@en , "microgram per joule"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/microgram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mg/J" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mg J-1" , "mg·J-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/microgramPerSquareMetreSecond-Time> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "microgram per square metre second"@en , "microgram per vierkante meter seconde"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/microgram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreSecond-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mg/(m2 s)" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mg m-2 s-1" , "mg·m-2·s-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/milli> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "milli"@en , "milli"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1e-3"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/milligramPerKilometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "milligram per kilometre"@en , "milligram per kilometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/milligram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mg/km" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mg km-1" , "mg·km-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/minimum> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Function> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "minimum"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerYoctolitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Mole per yoctolitre is a unit of amount of substance concentration defined as mole divided by yoctolitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per yoctolitre"@en , "mole per yoctoliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctolitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/yl" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol yl-1" , "mol·yl-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerYottalitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Mole per yottalitre is a unit of amount of substance concentration defined as mole divided by yottalitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per yottalitre"@en , "mole per yottaliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/yottalitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/Yl" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol Yl-1" , "mol·Yl-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerZeptolitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Mole per zeptolitre is a unit of amount of substance concentration defined as mole divided by zeptolitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per zeptolitre"@en , "mole per zeptoliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptolitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/zl" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol zl-1" , "mol·zl-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/molePerZettalitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/MolePerPrefixedLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Mole per zettalitre is a unit of amount of substance concentration defined as mole divided by zettalitre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "mole per zettalitre"@en , "mole per zettaliter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/zettalitre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "mol/Zl" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "mol Zl-1" , "mol·Zl-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/nano> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "nano"@en , "nano"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "n" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1e-9"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/partsPerMillionPerYear> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "parts per million per year"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/partsPerMillion> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/year> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ppm/a" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "ppm a-1" , "ppm y-1" , "ppm yr-1" , "ppm/y" , "ppm/yr" , "ppm·a-1" , "ppm·y-1" , "ppm·yr-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/pebi> a <http://www.ontology-of-units-of-measure.org/resource/om-2/BinaryPrefix> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "IEC prefix"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "pebi"@en , "pebi"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Pi" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "petabinary"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.125899906842624e15"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/peta> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "peta"@en , "peta"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "P" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1e15"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/petamolair> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The petamolair is a unit of amount of substance concentration defined as 1.0e15 molair."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "petamolair"@en , "petamolair"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/molair> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/peta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "PM" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/photometry> a <http://www.ontology-of-units-of-measure.org/resource/om-2/ApplicationArea> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "photometry"@en , "fotometrie"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/usesQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/Exposure> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Illuminance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousIntensity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Luminance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousEfficacy> , <http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousEnergy> , <http://www.ontology-of-units-of-measure.org/resource/om-2/LuminousFlux> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/usesUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/candela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/footlambert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/lambert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/stilb> , <http://www.ontology-of-units-of-measure.org/resource/om-2/candelaPerSquareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/candelaPerSquareCentimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/lumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/candelaSteradian> , <http://www.ontology-of-units-of-measure.org/resource/om-2/lumenSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/footcandle> , <http://www.ontology-of-units-of-measure.org/resource/om-2/lux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/phot> , <http://www.ontology-of-units-of-measure.org/resource/om-2/lumenPerSquareMetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/luxSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/lumenPerWatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attolux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centilux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decalux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decilux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exalux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtolux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigalux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectolux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilolux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megalux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microlux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millilux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanolux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petalux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picolux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teralux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attocandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attolumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centicandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centilumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decacandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decalumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decicandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decilumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exacandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exalumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtocandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtolumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigacandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigalumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectocandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectolumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilocandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilolumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megacandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megalumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microcandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microlumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millicandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millilumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanocandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanolumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petacandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petalumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picocandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picolumen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teracandela> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teralumen> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/pico> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "pico"@en , "pico"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "p" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1e-12"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/product> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Function> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "product"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/radiometryAndRadiobiology> a <http://www.ontology-of-units-of-measure.org/resource/om-2/ApplicationArea> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "radiometry and radiobiology"@en , "radiometrie en radiobiologie"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/usesQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/AbsorbedDose> , <http://www.ontology-of-units-of-measure.org/resource/om-2/AbsorbedDoseRate> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Activity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/AmbientDoseEquivalent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/DoseEquivalent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/DirectionalDoseEquivalent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ExposureToXAndGammaRays> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Irradiance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Kerma> , <http://www.ontology-of-units-of-measure.org/resource/om-2/OrganDoseEquivalent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/PersonalDoseEquivalent> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Radiance> , <http://www.ontology-of-units-of-measure.org/resource/om-2/RadiantEnergy> , <http://www.ontology-of-units-of-measure.org/resource/om-2/RadiantFlux> , <http://www.ontology-of-units-of-measure.org/resource/om-2/RadiantIntensity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEnergyImparted> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/usesUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/rad> , <http://www.ontology-of-units-of-measure.org/resource/om-2/rem> , <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/becquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/curie> , <http://www.ontology-of-units-of-measure.org/resource/om-2/röntgen> , <http://www.ontology-of-units-of-measure.org/resource/om-2/coulombPerKilogram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/grayPerSecond-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attogray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centigray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decagray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decigray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exagray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtogray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigagray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectogray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilogray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megagray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microgray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/milligray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanogray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petagray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picogray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/teragray> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attobecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centibecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decabecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decibecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exabecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtobecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigabecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectobecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilobecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megabecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microbecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millibecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanobecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petabecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picobecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terabecquerel> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centisievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decisievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microsievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millisievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petasievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picosievert> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terasievert> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalAtmosphere-Standard> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "reciprocal atmosphere (standard)"@en , "omgekeerde atmosfeer (standaard)"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/atmosphere-Standard> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "atm-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalDegreeCelsius> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "reciprocal degree Celsius"@en , "omgekeerde graad Celsius"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "°C-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalDegreeCelsiusDay> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "reciprocal degree Celsius day"@en , "omgekeerde graad Celsius dag"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsiusDay> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "(°C d)-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalGram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "reciprocal gram"@en , "omgekeerde gram"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "g-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalKelvin> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "reciprocal kelvin"@en , "omgekeerde kelvin"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "K-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalPartsPerMillionPerYear> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitExponentiation> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "reciprocal parts per million"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasBase> <http://www.ontology-of-units-of-measure.org/resource/om-2/partsPerMillion> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasExponent> -1 ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ppm-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalSquareMetreReciprocalGram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "reciprocal square metre reciprocal gram"@en , "omgekeerde vierkante meter omgekeerde gram"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalSquareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalGram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m-2 g-1" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m-2·g-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalSquareMetreReciprocalMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "reciprocal square metre reciprocal metre"@en , "omgekeerde vierkante meter omgekeerde meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalSquareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/reciprocalMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m-2 m-1" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m-2·m-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimePerDay> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "second per day"@en , "seconde per dag"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/day> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "s/d" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "s d-1" , "s·d-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/second-TimePerSquareMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "second per square metre"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "s/m2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "s m-2" , "s·m-2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/shipping> a <http://www.ontology-of-units-of-measure.org/resource/om-2/ApplicationArea> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "shipping"@en , "shipping"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/usesQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/Length> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Speed> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/usesUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/knot-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-InternationalPerHour> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-International> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreHertz> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "square metre hertz"@en , "vierkante meter hertz"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/hertz> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m2 Hz" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m2·Hz" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreKelvin> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "square metre kelvin"@en , "vierkante meter kelvin"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m2 K" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m2·K" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreNanometre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "square metre nanometre"@en , "vierkante meter nanometer"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m2 nm" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m2·nm" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetrePerGram> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "square metre per gram"@en , "vierkante meter per gram"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m2/g" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m2 g-1" , "m2·g-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetrePerSquareMetreDay> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "square metre per square metre day"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetrePerSquareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/day> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m2/(m2 d)" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m2 m-2 d-1" , "m2·m-2·d-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreSteradian> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "square metre steradian"@en , "vierkante meter steradian"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/steradian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "m2 sr" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "m2·sr" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/standardDeviation> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Function> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "standard deviation"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/steradianSquareMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "steradian square metre"@en , "steradiaal vierkante meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/steradian> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "sr m2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "sr·m2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/steradianSquareMetreHertz> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "steradian square metre hertz"@en , "steradiaal vierkante meter hertz"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/steradianSquareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/hertz> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "sr m2 Hz" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "sr·m2·Hz" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/sum> a <http://www.ontology-of-units-of-measure.org/resource/om-2/Function> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "sum"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/tebi> a <http://www.ontology-of-units-of-measure.org/resource/om-2/BinaryPrefix> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "IEC prefix"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "tebi"@en , "tebi"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ti" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeLabel> "terabinary"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.099511627776e12"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/tera> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "tera"@en , "tera"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "T" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1e12"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/teramolair> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The teramolair is a unit of amount of substance concentration defined as 1.0e12 molair."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "teramolair"@en , "teramolair"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/molair> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/tera> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "TM" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/triplePointOfWater> a <http://www.w3.org/2002/07/owl#Thing> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "triple point of water"@en .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/thermodynamics> a <http://www.ontology-of-units-of-measure.org/resource/om-2/ApplicationArea> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "thermodynamics"@en , "thermodynamica"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/usesQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/ThermodynamicTemperature> , <http://www.ontology-of-units-of-measure.org/resource/om-2/CelsiusTemperature> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Temperature> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Entropy> , <http://www.ontology-of-units-of-measure.org/resource/om-2/FahrenheitTemperature> , <http://www.ontology-of-units-of-measure.org/resource/om-2/Heat> , <http://www.ontology-of-units-of-measure.org/resource/om-2/HeatCapacity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/HeatFlowRate> , <http://www.ontology-of-units-of-measure.org/resource/om-2/HeatFluxDensity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/HeatTransferCoefficient> , <http://www.ontology-of-units-of-measure.org/resource/om-2/InternalEnergy> , <http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificHeatCapacity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/RankineTemperature> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ReaumurTemperature> , <http://www.ontology-of-units-of-measure.org/resource/om-2/SpecificEntropy> , <http://www.ontology-of-units-of-measure.org/resource/om-2/TemperatureRate> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalConductivity> , <http://www.ontology-of-units-of-measure.org/resource/om-2/ThermalResistance> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/usesUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeFahrenheit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeRankine> , <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeReaumur> , <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/joulePerKelvinKilogram> , <http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerMetreKelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetreKelvinPerWatt> , <http://www.ontology-of-units-of-measure.org/resource/om-2/wattPerSquareMetreKelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsiusPerMinute-Time> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attodegreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centidegreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decidegreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtodegreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microdegreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millidegreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanodegreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picodegreeCelsius> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attokelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centikelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decakelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decikelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exakelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtokelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigakelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectokelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilokelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megakelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/microkelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millikelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanokelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petakelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picokelvin> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terakelvin> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/tonnePerCubicmetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "tonne per cubic metre"@en , "ton per kubieke meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/tonne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "t/m3" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "t m-3" , "t·m-3" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/tonnePerHectare> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitDivision> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "tonne per hectare"@en ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/tonne> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/hectare> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "t/ha" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "t ha-1" , "t·ha-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/typography> a <http://www.ontology-of-units-of-measure.org/resource/om-2/ApplicationArea> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "typography"@en , "typografie"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/usesQuantity> <http://www.ontology-of-units-of-measure.org/resource/om-2/FontSize> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/usesUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/cicero> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Didot> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-TeX> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/wattSquareMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/UnitMultiplication> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "watt square metre"@en , "watt vierkante meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm1> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasTerm2> <http://www.ontology-of-units-of-measure.org/resource/om-2/squareMetre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "W m2" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "W·m2" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/xRange> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "x range"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Length> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cicero> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Didot> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/angstrom> , <http://www.ontology-of-units-of-measure.org/resource/om-2/astronomicalUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/chain> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fathom-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fermi> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/furlong-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/inch-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/lightYear> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micron> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Length> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-Statute> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/parsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/rod-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yard-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terametre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/xy2DStartEndDistance> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "xy 2D start-end distance"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Distance> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cicero> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Didot> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/angstrom> , <http://www.ontology-of-units-of-measure.org/resource/om-2/astronomicalUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/chain> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fathom-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fermi> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/furlong-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/inch-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/lightYear> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micron> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Length> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-Statute> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/parsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/rod-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yard-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terametre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/xyDistanceTravelled> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "xy distance travelled"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Distance> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cicero> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Didot> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/angstrom> , <http://www.ontology-of-units-of-measure.org/resource/om-2/astronomicalUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/chain> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fathom-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fermi> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/furlong-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/inch-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/lightYear> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micron> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Length> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-Statute> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/parsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/rod-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yard-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terametre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yRange> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "y range"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Length> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cicero> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Didot> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/angstrom> , <http://www.ontology-of-units-of-measure.org/resource/om-2/astronomicalUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/chain> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fathom-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fermi> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/furlong-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/inch-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/lightYear> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micron> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Length> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-Statute> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/parsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/rod-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yard-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terametre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yobi> a <http://www.ontology-of-units-of-measure.org/resource/om-2/BinaryPrefix> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "IEC prefix"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yobi"@en , "yobi"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Yi" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.208925819614629174706176e24"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yocto> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yocto"@en , "yocto"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "y" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1e-24"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctogramPerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGramPerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Yoctogram per litre is a unit of density defined as yoctogram divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctogram per litre"@en , "yoctogram per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "yg/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "yg l-1" , "yg·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctomolair> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The yoctomolair is a unit of amount of substance concentration defined as 1.0e-24 molair."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctomolair"@en , "yoctomolair"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/molair> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yocto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "yM" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctomolePerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Yoctomole per litre is a unit of amount of substance concentration defined as yoctomole divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctomole per litre"@en , "yoctomole per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctomole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ymol/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "ymol l-1" , "ymol·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yoctomolePerMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yoctomole per metre"@en , "yoctomole per meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/yoctomole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ymol/m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "ymol m-1" , "ymol·m-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yotta> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yotta"@en , "yotta"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Y" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1e24"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottagramPerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGramPerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Yottagram per litre is a unit of density defined as yottagram divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottagram per litre"@en , "yottagram per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/yottagram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Yg/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Yg l-1" , "Yg·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottamolair> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The yottamolair is a unit of amount of substance concentration defined as 1.0e24 molair."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottamolair"@en , "yottamolair"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/molair> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/yotta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "YM" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottamolePerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Yottamole per litre is a unit of amount of substance concentration defined as yottamole divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottamole per litre"@en , "yottamole per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/yottamole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ymol/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Ymol l-1" , "Ymol·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/yottamolePerMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "yottamole per metre"@en , "yottamole per meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/yottamole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Ymol/m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Ymol m-1" , "Ymol·m-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zRange> a <http://www.w3.org/2002/07/owl#Class> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "z range"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontology-of-units-of-measure.org/resource/om-2/Length> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/commonlyHasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/cicero> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/pica-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-ATA> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Didot> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-Postscript> , <http://www.ontology-of-units-of-measure.org/resource/om-2/point-TeX> , <http://www.ontology-of-units-of-measure.org/resource/om-2/angstrom> , <http://www.ontology-of-units-of-measure.org/resource/om-2/astronomicalUnit> , <http://www.ontology-of-units-of-measure.org/resource/om-2/chain> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fathom-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/fermi> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/foot-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/furlong-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/inch-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/lightYear> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micron> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mil-Length> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-Statute> , <http://www.ontology-of-units-of-measure.org/resource/om-2/mile-USSurvey> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nauticalMile-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/parsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/rod-US> , <http://www.ontology-of-units-of-measure.org/resource/om-2/yard-International> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megaparsec> , <http://www.ontology-of-units-of-measure.org/resource/om-2/attometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/decimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/exametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/femtometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/gigametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/hectometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/megametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/micrometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/nanometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/petametre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/picometre> , <http://www.ontology-of-units-of-measure.org/resource/om-2/terametre> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zebi> a <http://www.ontology-of-units-of-measure.org/resource/om-2/BinaryPrefix> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "IEC prefix"@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zebi"@en , "zebi"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Zi" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1.180591620717411303424e21"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zepto> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zepto"@en , "zepto"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "z" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1e-21"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptogramPerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGramPerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Zeptogram per litre is a unit of density defined as zeptogram divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptogram per litre"@en , "zeptogram per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptogram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zg/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "zg l-1" , "zg·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptomolair> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The zeptmolair is a unit of amount of substance concentration defined as 1.0e-21 molair."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptomolair"@en , "zeptomolair"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/molair> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zepto> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zM" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptomolePerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Zeptomole per litre is a unit of amount of substance concentration defined as zeptomole divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptomole per litre"@en , "zeptomole per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptomole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zmol/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "zmol l-1" , "zmol·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zeptomolePerMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zeptomole per metre"@en , "zeptomole per meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/zeptomole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "zmol/m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "zmol m-1" , "zmol·m-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zetta> a <http://www.ontology-of-units-of-measure.org/resource/om-2/SIPrefix> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zetta"@en , "zetta"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Z" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasFactor> "1e21"^^<http://www.w3.org/2001/XMLSchema#float> .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettagramPerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedGramPerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Zettagram per litre is a unit of density defined as zettagram divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettagram per litre"@en , "zettagram per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/density-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/zettagram> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Zg/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Zg l-1" , "Zg·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettamolair> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedUnit> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "The zettamolair is a unit of amount of substance concentration defined as 1.0e21 molair."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettamolair"@en , "zettamolair"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/molair> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasPrefix> <http://www.ontology-of-units-of-measure.org/resource/om-2/zetta> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "ZM" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettamolePerLitre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerLitre> ;
+	<http://www.w3.org/2000/01/rdf-schema#comment> "Zettamole per litre is a unit of amount of substance concentration defined as zettamole divided by litre."@en ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettamole per litre"@en , "zettamole per liter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDimension> <http://www.ontology-of-units-of-measure.org/resource/om-2/amountOfSubstanceConcentration-Dimension> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/zettamole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Zmol/l" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Zmol l-1" , "Zmol·l-1" .
+
+<http://www.ontology-of-units-of-measure.org/resource/om-2/zettamolePerMetre> a <http://www.ontology-of-units-of-measure.org/resource/om-2/PrefixedMolePerMetre> ;
+	<http://www.w3.org/2000/01/rdf-schema#label> "zettamole per metre"@en , "zettamole per meter"@nl ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumerator> <http://www.ontology-of-units-of-measure.org/resource/om-2/zettamole> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/hasDenominator> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/symbol> "Zmol/m" ;
+	<http://www.ontology-of-units-of-measure.org/resource/om-2/alternativeSymbol> "Zmol m-1" , "Zmol·m-1" .
+
+<http://www.openisbn.com/isbn/1891389459/> a <http://purl.org/ontology/bibo/Book> ;
+	<http://purl.org/dc/elements/1.1/creator> <http://www.wurvoc.org/bibliography/om-2/Kenneth_Siedelmann> ;
+	<http://purl.org/dc/elements/1.1/date> "1992" ;
+	<http://purl.org/dc/elements/1.1/publisher> <http://www.wurvoc.org/bibliography/om-2/University_Science_Books> ;
+	<http://purl.org/dc/elements/1.1/title> "Explanatory Supplement to the Astronomical Almanac" ;
+	<http://purl.org/ontology/bibo/uri> "http://www.openisbn.com/isbn/1891389459/" ;
+	<http://purl.org/ontology/bibo/isbn10> "1891389459" .
+
+<http://www.wurvoc.org/bibliography/om-2/Kenneth_Siedelmann> a <http://xmlns.com/foaf/0.1/Person> ;
+	<http://xmlns.com/foaf/0.1/name> "Kenneth Siedelmann" .
+
+<http://www.wurvoc.org/bibliography/om-2/University_Science_Books> a <http://xmlns.com/foaf/0.1/Organization> ;
+	<http://xmlns.com/foaf/0.1/name> "University Science Books" ;
+	<http://xmlns.com/foaf/0.1/based_near> "Sausalito, California" .
+
+<http://www.wurvoc.org/bibliography/om-2/Hajo_Rijgersberg> a <http://xmlns.com/foaf/0.1/Person> ;
+	<http://xmlns.com/foaf/0.1/name> "Hajo Rijgersberg" .
+
+<http://www.wurvoc.org/bibliography/om-2/VU> a <http://xmlns.com/foaf/0.1/Organization> ;
+	<http://xmlns.com/foaf/0.1/name> "Vrije Universiteit" ;
+	<http://xmlns.com/foaf/0.1/based_near> "Amsterdam, The Netherlands" .
+
+<http://www.wurvoc.org/bibliography/om-2/ApJ> a <http://purl.org/ontology/bibo/Journal> ;
+	<http://purl.org/dc/elements/1.1/title> "Astrophysical Journal" ;
+	<http://purl.org/ontology/bibo/uri> "http://iopscience.iop.org/0004-637X/" ;
+	<http://purl.org/ontology/bibo/shortTitle> "ApJ" .
+
+<http://www.wurvoc.org/bibliography/om-2/Astrophysical_Techniques> a <http://purl.org/ontology/bibo/Book> ;
+	<http://purl.org/dc/elements/1.1/creator> <http://www.wurvoc.org/bibliography/om-2/CR_Kitchin> ;
+	<http://purl.org/dc/elements/1.1/date> "2003" ;
+	<http://purl.org/dc/elements/1.1/publisher> <http://www.wurvoc.org/bibliography/om-2/Institute_of_Physics_Publishing> ;
+	<http://purl.org/dc/elements/1.1/title> "Astrophysical Techniques" ;
+	<http://purl.org/ontology/bibo/uri> "http://www.crcpress.com/product/isbn/9781466511156" ;
+	<http://purl.org/ontology/bibo/isbn13> "9781466511156" ;
+	<http://purl.org/ontology/bibo/edition> "5" .
+
+<http://www.wurvoc.org/bibliography/om-2/CR_Kitchin> a <http://xmlns.com/foaf/0.1/Person> ;
+	<http://xmlns.com/foaf/0.1/name> "C.R. Kitchin" .
+
+<http://www.wurvoc.org/bibliography/om-2/Institute_of_Physics_Publishing> a <http://xmlns.com/foaf/0.1/Organization> ;
+	<http://xmlns.com/foaf/0.1/name> "Institute of Physics Publishing" ;
+	<http://xmlns.com/foaf/0.1/based_near> "Bristol, UK" .
+
+<http://www.wurvoc.org/bibliography/om-2/Brengt_Stroemgren> a <http://xmlns.com/foaf/0.1/Person> ;
+	<http://xmlns.com/foaf/0.1/name> "Brengt Strömgren" .
+
+<http://www.wurvoc.org/bibliography/om-2/Cambridge_University_Press> a <http://xmlns.com/foaf/0.1/Organization> ;
+	<http://xmlns.com/foaf/0.1/name> "Cambridge University Press" ;
+	<http://xmlns.com/foaf/0.1/based_near> "Cambridge, UK" .
+
+<http://www.wurvoc.org/bibliography/om-2/DLCrawford> a <http://xmlns.com/foaf/0.1/Person> ;
+	<http://xmlns.com/foaf/0.1/name> "David L. Crawford" .
+
+<http://www.wurvoc.org/bibliography/om-2/Crawford1958Authors> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> <http://www.wurvoc.org/bibliography/om-2/DLCrawford> .
+
+<http://www.wurvoc.org/bibliography/om-2/Edwin_Budding> a <http://xmlns.com/foaf/0.1/Person> ;
+	<http://xmlns.com/foaf/0.1/name> "Edwin Budding" .
+
+<http://www.wurvoc.org/bibliography/om-2/IntroAstronomicalPhotometry> a <http://purl.org/ontology/bibo/Book> ;
+	<http://purl.org/dc/elements/1.1/creator> <http://www.wurvoc.org/bibliography/om-2/Edwin_Budding> , <http://www.wurvoc.org/bibliography/om-2/Osman_Demircan> ;
+	<http://purl.org/dc/elements/1.1/date> "2007" ;
+	<http://purl.org/dc/elements/1.1/publisher> <http://www.wurvoc.org/bibliography/om-2/Cambridge_University_Press> ;
+	<http://purl.org/dc/elements/1.1/title> "Introduction to Astronomical Photometry" ;
+	<http://purl.org/ontology/bibo/uri> "http://ebooks.cambridge.org/ebook.jsf?bid=CBO9780511536175" ;
+	<http://purl.org/ontology/bibo/isbn13> "9780521847117" ;
+	<http://purl.org/ontology/bibo/edition> "2" ;
+	<http://purl.org/ontology/bibo/authorList> <http://www.wurvoc.org/bibliography/om-2/IntroAstronomicalPhotometryAuthors> .
+
+<http://www.wurvoc.org/bibliography/om-2/Osman_Demircan> a <http://xmlns.com/foaf/0.1/Person> ;
+	<http://xmlns.com/foaf/0.1/name> "Osman Demircan" .
+
+<http://www.wurvoc.org/bibliography/om-2/IntroAstronomicalPhotometryAuthors> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> <http://www.wurvoc.org/bibliography/om-2/Edwin_Budding> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#_2> <http://www.wurvoc.org/bibliography/om-2/Osman_Demircan> .
+
+<http://www.wurvoc.org/bibliography/om-2/Jean_Meeus> a <http://xmlns.com/foaf/0.1/Person> ;
+	<http://xmlns.com/foaf/0.1/name> "Jean Meeus" .
+
+<http://www.wurvoc.org/bibliography/om-2/VistasAstronomy> a <http://purl.org/ontology/bibo/Journal> ;
+	<http://purl.org/dc/elements/1.1/title> "Vistas in Astronomy" .
+
+<http://www.wurvoc.org/bibliography/om-2/Stroemgren1956Authors> a <http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> ;
+	<http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> <http://www.wurvoc.org/bibliography/om-2/Brengt_Stroemgren> .
+
+<http://www.wurvoc.org/bibliography/om-2/Willmann_Bell> a <http://xmlns.com/foaf/0.1/Organization> ;
+	<http://xmlns.com/foaf/0.1/name> "Willmann-Bell Inc." .
+
+<urn:isbn:0943396611> a <http://purl.org/ontology/bibo/Book> ;
+	<http://purl.org/dc/elements/1.1/creator> <http://www.wurvoc.org/bibliography/om-2/Jean_Meeus> ;
+	<http://purl.org/dc/elements/1.1/date> "1998" ;
+	<http://purl.org/dc/elements/1.1/publisher> <http://www.wurvoc.org/bibliography/om-2/Willmann_Bell> ;
+	<http://purl.org/dc/elements/1.1/title> "Astronomical Algorithms" ;
+	<http://purl.org/ontology/bibo/uri> "http://www.willbell.com/math/mc1.htm" ;
+	<http://purl.org/ontology/bibo/isbn10> "0943396611" ;
+	<http://purl.org/ontology/bibo/edition> "2" ;
+	<http://purl.org/dc/elements/1.1/subject> "Algorithms" , "Astronomy - Data processing" , "Astronomy - Problems, exercises" .
diff --git a/fda-units-service/requirements.txt b/fda-units-service/requirements.txt
index 12eea978b1..d17d81d597 100644
--- a/fda-units-service/requirements.txt
+++ b/fda-units-service/requirements.txt
@@ -4,3 +4,4 @@ py-eureka-client==0.9.1
 docker==5.0.0
 sqlalchemy==1.4.15
 gevent==21.8.0
+rdflib==6.0.1
diff --git a/fda-units-service/validate.py b/fda-units-service/validate.py
new file mode 100644
index 0000000000..8ed6cabe85
--- /dev/null
+++ b/fda-units-service/validate.py
@@ -0,0 +1,22 @@
+#!/usr/bin/env python3
+# -*- coding: utf-8 -*-
+"""
+Created on Thu Dec  2 23:31:39 2021
+
+@author: Cornelia Michlits
+"""
+import rdflib
+g = rdflib.Graph()
+g.namespace_manager.bind('om', 'http://www.ontology-of-units-of-measure.org/resource/om-2/')
+g.parse('onto/om-2.ttl', format='turtle')
+
+om = rdflib.Namespace('http://www.ontology-of-units-of-measure.org/resource/om-2/')
+_exhausted = object()
+def validator(value):
+    #input str
+    tmp = str(om)+value
+    t_uri = rdflib.term.URIRef(tmp)
+    if next(g.triples((t_uri,None,None)), _exhausted) is _exhausted:
+        return 'invalid unit'
+    else:
+        return 'valid unit'
\ No newline at end of file
-- 
GitLab