@prefix : <http://purl.allotrope.org/voc/qudt/REC/2022/12/qudt-ext#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix qudt: <http://qudt.org/schema/qudt#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unit: <http://qudt.org/vocab/unit#> .
@prefix quantity: <http://qudt.org/schema/quantity#> .
@prefix qudt-ext: <http://purl.allotrope.org/ontology/qudt-ext/schema#> .
@prefix unit-ext: <http://purl.allotrope.org/ontology/qudt-ext/unit#> .
@prefix quantity-ext: <http://purl.allotrope.org/ontology/qudt-ext/quantity#> .
@prefix qudt-quantity: <http://qudt.org/vocab/quantity#> .
@base <http://purl.allotrope.org/voc/qudt/REC/2022/12/qudt-ext#> .

<http://purl.allotrope.org/voc/qudt/REC/2022/12/qudt-ext> rdf:type owl:Ontology ;
                                                           owl:versionIRI <http://purl.allotrope.org/voc/qudt/REC/2022/12/qudt-ext> ;
                                                           owl:imports <http://purl.allotrope.org/voc/qudt/REC/2021/06/schema/dimension> ,
                                                                       <http://purl.allotrope.org/voc/qudt/REC/2021/06/schema/quantity> ,
                                                                       <http://purl.allotrope.org/voc/qudt/REC/2021/06/schema/qudt> ,
                                                                       <http://purl.allotrope.org/voc/qudt/REC/2021/06/vocab/dimensionalunit> ,
                                                                       <http://purl.allotrope.org/voc/qudt/REC/2021/06/vocab/quantity> ,
                                                                       <http://purl.allotrope.org/voc/qudt/REC/2021/06/vocab/unit> ;
                                                           dct:contributor <http://www.allotrope.org> ,
                                                                           <http://www.nasa.gov> ,
                                                                           <http://www.openphacts.org> ,
                                                                           <http://www.topquadrant.com> ;
                                                           dct:description "This ontology adds vocabulary of units of measurement and quantities and new unit classes to QUDT." ;
                                                           dct:issued "2022-12-13T12:00:00Z"^^xsd:dateTime ;
                                                           dct:license <http://purl.allotrope.org/voc/creative-commons-attribution-license> ;
                                                           dct:modified "2022-12-08T12:00:00Z"^^xsd:dateTime ;
                                                           dct:publisher <http://www.allotrope.org> ;
                                                           dct:rights <http://purl.allotrope.org/voc/attribution> ;
                                                           dct:title "The Allotrope QUDT Extension Ontology (REC/2022/12)" ;
                                                           owl:priorVersion <http://purl.allotrope.org/voc/qudt/REC/2022/09/qudt-ext> ;
                                                           owl:versionInfo "REC/2022/12" .

#################################################################
#    Annotation properties
#################################################################

###  http://purl.org/dc/terms/description
dct:description rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/isReplacedBy
dct:isReplacedBy rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/replaces
dct:replaces rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/rightsHolder
dct:rightsHolder rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/source
dct:source rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/title
dct:title rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2000/01/rdf-schema#label
rdfs:label rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#changeNote
skos:changeNote rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#definition
skos:definition rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#editorialNote
skos:editorialNote rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#note
skos:note rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#prefLabel
skos:prefLabel rdf:type owl:AnnotationProperty .


#################################################################
#    Data properties
#################################################################

###  http://purl.allotrope.org/ontology/qudt-ext/schema#symbol
qudt-ext:symbol rdf:type owl:DatatypeProperty ;
                rdfs:subPropertyOf qudt:literal ;
                rdfs:range xsd:string ;
                dct:description "An alternative to qudt:symbol that provides a unique symbol for a given unit within the QUDT and QUDT-EXT namespaces." ;
                rdfs:label "unique symbol" ;
                skos:altLabel "unique symbol" ;
                skos:definition "An alternative to qudt:symbol that provides a unique symbol for a given unit within the QUDT and QUDT-EXT namespaces. The symbol for a unit is a glyph that is used to represent the unit in a compact form. For example, the symbol for the US Dollar is $." ;
                skos:prefLabel "has unique symbol" .


###  http://purl.allotrope.org/ontology/qudt-ext/schema#ucumCaseInsensitiveCode
qudt-ext:ucumCaseInsensitiveCode rdf:type owl:DatatypeProperty ;
                                 skos:prefLabel "Unified Code for Units of Measure case insensitive code" .


###  http://purl.allotrope.org/ontology/qudt-ext/schema#ucumCaseSensitiveCode
qudt-ext:ucumCaseSensitiveCode rdf:type owl:DatatypeProperty ;
                               skos:prefLabel "Unified Code for Units of Measure case sensitive code" .


###  http://purl.allotrope.org/ontology/qudt-ext/schema#ucumPrintSymbol
qudt-ext:ucumPrintSymbol rdf:type owl:DatatypeProperty ;
                         skos:prefLabel "Unified Code for Units of Measure print symbol" .


###  http://xmlns.com/foaf/0.1/name
foaf:name rdf:type owl:DatatypeProperty .


#################################################################
#    Classes
#################################################################

###  http://purl.allotrope.org/ontology/qudt-ext/schema#AbsorbanceUnit
qudt-ext:AbsorbanceUnit rdf:type owl:Class ;
                        rdfs:subClassOf qudt:DimensionlessUnit ,
                                        qudt:PhotometryUnit ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty qudt:quantityKind ;
                                          owl:hasValue quantity-ext:Absorbance
                                        ] ;
                        rdfs:label "Absorbance Unit" ;
                        skos:prefLabel "absorbance unit" .


###  http://purl.allotrope.org/ontology/qudt-ext/schema#ActivityContentUnit
qudt-ext:ActivityContentUnit rdf:type owl:Class ;
                             rdfs:subClassOf qudt:BiomedicalUnit ,
                                             [ rdf:type owl:Restriction ;
                                               owl:onProperty qudt:quantityKind ;
                                               owl:hasValue quantity-ext:ActivityContent
                                             ] ;
                             rdfs:label "Activity Content Unit" ;
                             skos:prefLabel "activity content unit" .


###  http://purl.allotrope.org/ontology/qudt-ext/schema#CompressibilityCorrectionFactorUnit
qudt-ext:CompressibilityCorrectionFactorUnit rdf:type owl:Class ;
                                             rdfs:subClassOf qudt:ChemistryUnit .


###  http://purl.allotrope.org/ontology/qudt-ext/schema#ElectricalConductivityUnit
qudt-ext:ElectricalConductivityUnit rdf:type owl:Class ;
                                    rdfs:subClassOf qudt:ElectricityAndMagnetismUnit ,
                                                    qudt:PhotometryUnit ,
                                                    [ rdf:type owl:Restriction ;
                                                      owl:onProperty qudt:quantityKind ;
                                                      owl:hasValue quantity-ext:ElectricalConductivity
                                                    ] ;
                                    rdfs:label "Electrical Conductivity Unit" ;
                                    skos:prefLabel "electrical conductivity unit" .


###  http://purl.allotrope.org/ontology/qudt-ext/schema#ElectricalResistivityUnit
qudt-ext:ElectricalResistivityUnit rdf:type owl:Class ;
                                   rdfs:subClassOf qudt:ElectricityAndMagnetismUnit ,
                                                   qudt:PhotometryUnit ,
                                                   [ rdf:type owl:Restriction ;
                                                     owl:onProperty qudt:quantityKind ;
                                                     owl:hasValue quantity-ext:ElectricalResistivity
                                                   ] ;
                                   rdfs:label "Electrical Resistivity Unit" ;
                                   skos:prefLabel "electrical resistivity unit" .


###  http://purl.allotrope.org/ontology/qudt-ext/schema#EnzymaticActivityUnit
qudt-ext:EnzymaticActivityUnit rdf:type owl:Class ;
                               rdfs:subClassOf qudt:BiomedicalUnit ,
                                               qudt:CatalyticActivityUnit ,
                                               [ rdf:type owl:Restriction ;
                                                 owl:onProperty qudt:quantityKind ;
                                                 owl:hasValue quantity-ext:EnzymaticActivity
                                               ] ;
                               rdfs:label "Enzymatic Activity Unit" ;
                               skos:prefLabel "enzymatic activity unit" .


###  http://purl.allotrope.org/ontology/qudt-ext/schema#ForcePerAreaUnit
qudt-ext:ForcePerAreaUnit rdf:type owl:Class ;
                          rdfs:subClassOf qudt:MechanicsUnit ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty qudt:quantityKind ;
                                            owl:hasValue quantity:ForcePerArea
                                          ] ;
                          rdfs:label "Force Per Area Unit" ;
                          skos:prefLabel "force per area unit" .


###  http://purl.allotrope.org/ontology/qudt-ext/schema#GainUnit
qudt-ext:GainUnit rdf:type owl:Class ;
                  rdfs:subClassOf qudt:ElectricityAndMagnetismUnit ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty qudt:quantityKind ;
                                    owl:hasValue quantity-ext:Gain
                                  ] ;
                  rdfs:label "Gain Unit" ;
                  skos:prefLabel "gain unit" .


###  http://purl.allotrope.org/ontology/qudt-ext/schema#InfectivityUnit
qudt-ext:InfectivityUnit rdf:type owl:Class ;
                         rdfs:subClassOf qudt:BiomedicalUnit ,
                                         [ rdf:type owl:Restriction ;
                                           owl:onProperty qudt:quantityKind ;
                                           owl:hasValue quantity-ext:Infectivity
                                         ] ;
                         rdfs:label "Infectivity Unit" ;
                         skos:prefLabel "infectivity unit" .


###  http://purl.allotrope.org/ontology/qudt-ext/schema#MassPerAmountOfSubstanceUnit
qudt-ext:MassPerAmountOfSubstanceUnit rdf:type owl:Class ;
                                      rdfs:subClassOf qudt:ChemistryUnit ;
                                      rdfs:label "Mass per Amount of Substance Unit" ;
                                      skos:prefLabel "mass per amount of substance unit" .


###  http://purl.allotrope.org/ontology/qudt-ext/schema#NumberDensityUnit
qudt-ext:NumberDensityUnit rdf:type owl:Class ;
                           rdfs:subClassOf qudt:PhysicalUnit ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty qudt:quantityKind ;
                                             owl:hasValue quantity-ext:NumberDensity
                                           ] ;
                           rdfs:label "Number Density Unit" ;
                           skos:prefLabel "number density unit" .


###  http://purl.allotrope.org/ontology/qudt-ext/schema#NumberPerTimeUnit
qudt-ext:NumberPerTimeUnit rdf:type owl:Class ;
                           rdfs:subClassOf qudt:SpaceAndTimeUnit ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty qudt:quantityKind ;
                                             owl:hasValue quantity-ext:NumberPerTime
                                           ] ;
                           rdfs:label "Number per Time Unit" ;
                           skos:prefLabel "number per time unit" .


###  http://purl.allotrope.org/ontology/qudt-ext/schema#NumberTimesTimeUnit
qudt-ext:NumberTimesTimeUnit rdf:type owl:Class ;
                             rdfs:subClassOf qudt:SpaceAndTimeUnit ,
                                             [ rdf:type owl:Restriction ;
                                               owl:onProperty qudt:quantityKind ;
                                               owl:hasValue quantity-ext:NumberTimesTime
                                             ] ;
                             rdfs:label "Number times Time Unit" ;
                             skos:prefLabel "number times time unit" .


###  http://purl.allotrope.org/ontology/qudt-ext/schema#OsmolalityUnit
qudt-ext:OsmolalityUnit rdf:type owl:Class ;
                        rdfs:subClassOf qudt:ChemistryUnit ;
                        rdfs:label "Osmolality unit" ;
                        skos:prefLabel "osmolality unit" .


###  http://purl.allotrope.org/ontology/qudt-ext/schema#QuantityTimesTimeUnit
qudt-ext:QuantityTimesTimeUnit rdf:type owl:Class ;
                               rdfs:subClassOf qudt:SpaceAndTimeUnit ,
                                               [ rdf:type owl:Restriction ;
                                                 owl:onProperty qudt:quantityKind ;
                                                 owl:hasValue quantity-ext:QuantityTimesTime
                                               ] ;
                               rdfs:label "Quantity Times Time Unit" ;
                               skos:prefLabel "Quantity Times Time Unit" .


###  http://purl.allotrope.org/ontology/qudt-ext/schema#QuantityTimesVolumeUnit
qudt-ext:QuantityTimesVolumeUnit rdf:type owl:Class ;
                                 rdfs:subClassOf qudt:SpaceAndTimeUnit ,
                                                 [ rdf:type owl:Restriction ;
                                                   owl:onProperty qudt:quantityKind ;
                                                   owl:hasValue quantity-ext:QuantityTimesVolume
                                                 ] ;
                                 rdfs:label "Quantity Times Volume Unit" ;
                                 skos:prefLabel "Quantity Times Volume Unit" .


###  http://purl.allotrope.org/ontology/qudt-ext/schema#RatioUnit
qudt-ext:RatioUnit rdf:type owl:Class ;
                   rdfs:subClassOf qudt:DimensionlessUnit ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty qudt:quantityKind ;
                                     owl:hasValue qudt-quantity:DimensionlessRatio
                                   ] ;
                   rdfs:label "Ratio Unit" ;
                   skos:prefLabel "ratio unit" .


###  http://purl.allotrope.org/ontology/qudt-ext/schema#RefractiveIndexUnit
qudt-ext:RefractiveIndexUnit rdf:type owl:Class ;
                             rdfs:subClassOf qudt:DimensionlessUnit ,
                                             qudt:OpticsUnit ,
                                             [ rdf:type owl:Restriction ;
                                               owl:onProperty qudt:quantityKind ;
                                               owl:hasValue quantity-ext:RefractiveIndex
                                             ] ;
                             rdfs:label "Refractive Index Unit" ;
                             skos:prefLabel "refractive index unit" .


###  http://purl.allotrope.org/ontology/qudt-ext/schema#SpecificSurfaceAreaUnit
qudt-ext:SpecificSurfaceAreaUnit rdf:type owl:Class ;
                                 rdfs:subClassOf qudt:ChemistryUnit ,
                                                 [ rdf:type owl:Restriction ;
                                                   owl:onProperty qudt:quantityKind ;
                                                   owl:hasValue quantity-ext:SpecificSurfaceArea
                                                 ] ;
                                 rdfs:label "Specific Surface Area Unit" ;
                                 skos:prefLabel "specific surface area unit" .


###  http://purl.allotrope.org/ontology/qudt-ext/schema#VolumeConcentrationUnit
qudt-ext:VolumeConcentrationUnit rdf:type owl:Class ;
                                 rdfs:subClassOf qudt:ConcentrationUnit ;
                                 rdfs:label "Volume Concentration Unit" ;
                                 skos:prefLabel "volume concentration unit" .


###  http://purl.org/dc/terms/LicenseDocument
dct:LicenseDocument rdf:type owl:Class .


###  http://purl.org/dc/terms/RightsStatement
dct:RightsStatement rdf:type owl:Class .


###  http://qudt.org/schema/qudt#BiomedicalUnit
qudt:BiomedicalUnit rdf:type owl:Class .


###  http://qudt.org/schema/qudt#CountingUnit
qudt:CountingUnit rdfs:subClassOf [ rdf:type owl:Restriction ;
                                    owl:onProperty qudt:quantityKind ;
                                    owl:hasValue quantity-ext:Count
                                  ] .


###  http://qudt.org/schema/qudt#ElectrochemistryUnit
qudt:ElectrochemistryUnit rdf:type owl:Class .


###  http://qudt.org/schema/qudt#PhotometryUnit
qudt:PhotometryUnit rdf:type owl:Class .


###  http://qudt.org/schema/qudt#PhysicalUnit
qudt:PhysicalUnit rdf:type owl:Class .


###  http://qudt.org/schema/qudt#SIUnit
qudt:SIUnit rdfs:subClassOf qudt:Unit .


###  http://qudt.org/schema/qudt#UsedWithSIUnit
qudt:UsedWithSIUnit rdfs:subClassOf qudt:Unit .


###  http://xmlns.com/foaf/0.1/Organization
foaf:Organization rdf:type owl:Class .


#################################################################
#    Individuals
#################################################################

###  http://www.allotrope.org
<http://www.allotrope.org> rdf:type owl:NamedIndividual ,
                                    foaf:Organization ;
                           foaf:name "Allotrope Foundation" .


###  http://www.nasa.gov
<http://www.nasa.gov> rdf:type owl:NamedIndividual ,
                               foaf:Organization ;
                      foaf:name "National Aeronautics and Space Administration" .


###  http://www.openphacts.org
<http://www.openphacts.org> rdf:type owl:NamedIndividual ,
                                     foaf:Organization ;
                            foaf:name "Open PHACTS Foundation" .


###  http://purl.allotrope.org/ontology/qudt-ext/quantity#Absorbance
quantity-ext:Absorbance rdf:type owl:NamedIndividual ,
                                 qudt:ChemistryQuantityKind ;
                        qudt:description "In chemistry, absorbance or decadic absorbance is the common logarithm of the ratio of incident to transmitted radiant power through a material, and spectral absorbance or spectral decadic absorbance is the common logarithm of the ratio of incident to transmitted spectral radiant power through a material." ;
                        qudt:symbol "A" ;
                        rdfs:label "Absorbance" ;
                        skos:altLabel "absorbance" ;
                        skos:definition "In chemistry, absorbance or decadic absorbance is the common logarithm of the ratio of incident to transmitted radiant power through a material, and spectral absorbance or spectral decadic absorbance is the common logarithm of the ratio of incident to transmitted spectral radiant power through a material." ;
                        skos:prefLabel "absorbance (quantity kind)" .


###  http://purl.allotrope.org/ontology/qudt-ext/quantity#ActivityContent
quantity-ext:ActivityContent rdf:type owl:NamedIndividual ,
                                      qudt:ChemistryQuantityKind ;
                             qudt:symbol "A/M" ;
                             rdfs:label "Activity Content" ;
                             skos:altLabel "activity content" ;
                             skos:prefLabel "activity content (quantity kind)" .


###  http://purl.allotrope.org/ontology/qudt-ext/quantity#CompressibilityCorrectionFactor
quantity-ext:CompressibilityCorrectionFactor rdf:type owl:NamedIndividual ,
                                                      qudt:ChemistryQuantityKind ;
                                             qudt:description "A correction factor used in chromatography for the compressibility of the mobile phase." ;
                                             rdfs:label "Compressibility Correction Factor" ;
                                             skos:altLabel "compressibility correction factor" ;
                                             skos:definition "A correction factor used in chromatography for the compressibility of the mobile phase." ;
                                             skos:prefLabel "compressibility correction factor (quantity kind)" .


###  http://purl.allotrope.org/ontology/qudt-ext/quantity#Count
quantity-ext:Count rdf:type owl:NamedIndividual ,
                            qudt:QuantityKind ;
                   qudt:description "Count is the number of countable, specified objects." ;
                   rdfs:label "Count" ;
                   skos:altLabel "count" ;
                   skos:definition "Count is the number of countable, specified objects." ;
                   skos:prefLabel "count (quantity kind)" .


###  http://purl.allotrope.org/ontology/qudt-ext/quantity#ElectricalConductivity
quantity-ext:ElectricalConductivity rdf:type owl:NamedIndividual ,
                                             qudt:ElectricityAndMagnetismQuantityKind ;
                                    qudt:description "Electrical conductivity is an intrinsic property that quantifies how strongly a given material opposes the flow of electric current." ;
                                    qudt:symbol "ρ" ;
                                    rdfs:label "Electrical Resistivity" ;
                                    skos:altLabel "electrical resistivity" ;
                                    skos:definition "Electrical conductivity is an intrinsic property that quantifies how strongly a given material opposes the flow of electric current." ;
                                    skos:prefLabel "electrical resistivity (quantity kind)" .


###  http://purl.allotrope.org/ontology/qudt-ext/quantity#ElectricalResistivity
quantity-ext:ElectricalResistivity rdf:type owl:NamedIndividual ,
                                            qudt:ElectricityAndMagnetismQuantityKind ;
                                   qudt:description "Electrical conductivity or specific conductance is the reciprocal of electrical resistivity, and measures a material's ability to conduct an electric current." ;
                                   qudt:symbol "σ" ;
                                   rdfs:label "Electrical Conductivity" ;
                                   skos:altLabel "electrical conductivity" ;
                                   skos:definition "Electrical conductivity or specific conductance is the reciprocal of electrical resistivity, and measures a material's ability to conduct an electric current." ;
                                   skos:prefLabel "electrical conductivity (quantity kind)" .


###  http://purl.allotrope.org/ontology/qudt-ext/quantity#EnzymaticActivity
quantity-ext:EnzymaticActivity rdf:type owl:NamedIndividual ,
                                        qudt:BiologyQuantityKind ;
                               qudt:generalization qudt-quantity:CatalyticActivity ;
                               qudt:description "Enzyme activity is a measure of the quantity of active enzyme present and is thus dependent on conditions, which should be specified." ;
                               rdfs:label "Enzymatic Activity" ;
                               skos:altLabel "enzymatic activity" ;
                               skos:definition "Enzyme activity is a measure of the quantity of active enzyme present and is thus dependent on conditions, which should be specified." ;
                               skos:prefLabel "enzymatic activity (quantity kind)" .


###  http://purl.allotrope.org/ontology/qudt-ext/quantity#Gain
quantity-ext:Gain rdf:type owl:NamedIndividual ,
                           qudt:QuantityKind ;
                  qudt:description "Gain is the ratio of output signal strength to input voltage. [Allotrope]" ;
                  rdfs:label "Gain per Voltage" ;
                  skos:altLabel "gain" ,
                                "gain per voltage" ;
                  skos:changeNote "2021-07-01 Changed pref label. [Allotrope]" ;
                  skos:definition "Gain is the ratio of output signal strength to input voltage. [Allotrope]" ;
                  skos:prefLabel "gain per voltage (quantity kind)" .


###  http://purl.allotrope.org/ontology/qudt-ext/quantity#Infectivity
quantity-ext:Infectivity rdf:type owl:NamedIndividual ,
                                  qudt:BiologyQuantityKind ;
                         rdfs:label "Infectivity" ;
                         skos:altLabel "infectivity" ;
                         skos:prefLabel "infectivity (quantity kind)" .


###  http://purl.allotrope.org/ontology/qudt-ext/quantity#NumberConcentration
quantity-ext:NumberConcentration rdf:type owl:NamedIndividual ,
                                          qudt:ContinuumMechanicsQuantityKind ;
                                 qudt:generalization quantity-ext:NumberDensity ;
                                 qudt:symbol "C" ;
                                 dct:source "https://en.wikipedia.org/wiki/Number_density" ;
                                 rdfs:label "Number Concentration" ;
                                 skos:altLabel "number concentration" ;
                                 skos:prefLabel "number concentration (quantity kind)" .


###  http://purl.allotrope.org/ontology/qudt-ext/quantity#NumberDensity
quantity-ext:NumberDensity rdf:type owl:NamedIndividual ,
                                    qudt:QuantityKind ;
                           rdfs:label "Number Density" ;
                           skos:prefLabel "number density (quantity kind)" .


###  http://purl.allotrope.org/ontology/qudt-ext/quantity#NumberPerTime
quantity-ext:NumberPerTime rdf:type owl:NamedIndividual ,
                                    qudt:SpaceAndTimeQuantityKind ;
                           qudt:description "Number per time is the number of specified objects per unit time." ;
                           qudt:symbol "n/t" ;
                           rdfs:label "Number per Time" ;
                           skos:altLabel "number per time" ;
                           skos:definition "Number per time is the number of specified objects per unit time. [Allotrope]" ;
                           skos:prefLabel "number per time (quantity kind)" .


###  http://purl.allotrope.org/ontology/qudt-ext/quantity#NumberTimesTime
quantity-ext:NumberTimesTime rdf:type owl:NamedIndividual ,
                                      qudt:SpaceAndTimeQuantityKind ;
                             qudt:description "Number times time is the number of specified objects times unit time" ;
                             qudt:symbol "n.t" ;
                             rdfs:label "Number times Time" ;
                             skos:altLabel "number times time" ;
                             skos:definition "Number times time is the number of specified objects times unit time. [Allotrope]" ;
                             skos:prefLabel "number times time (quantity kind)" .


###  http://purl.allotrope.org/ontology/qudt-ext/quantity#QuantityTimesTime
quantity-ext:QuantityTimesTime rdf:type owl:NamedIndividual ,
                                        qudt:SpaceAndTimeQuantityKind ;
                               qudt:description "Quantity times time is a kind of quantity multiplied by a factor of unit time." ;
                               qudt:symbol "x.t" ;
                               rdfs:label "Quantity times Time" ;
                               skos:altLabel "quantity times time" ;
                               skos:prefLabel "quantity times time (quantity kind)" .


###  http://purl.allotrope.org/ontology/qudt-ext/quantity#QuantityTimesVolume
quantity-ext:QuantityTimesVolume rdf:type owl:NamedIndividual ,
                                          qudt:SpaceAndTimeQuantityKind ;
                                 qudt:description "Quantity times volume is a kind of quantity multiplied by a factor of unit volume." ;
                                 qudt:symbol "x*V" ;
                                 rdfs:label "Quantity times Volume" ;
                                 skos:altLabel "quantity times volume" ;
                                 skos:prefLabel "quantity times volume (quantity kind)" .


###  http://purl.allotrope.org/ontology/qudt-ext/quantity#RefractiveIndex
quantity-ext:RefractiveIndex rdf:type owl:NamedIndividual ,
                                      qudt:OpticsQuantityKind ;
                             qudt:description "In optics, the refractive index or index of refraction of a material is a dimensionless number that describes how light propagates through that medium." ;
                             qudt:symbol "n" ;
                             rdfs:label "Refractive Index" ;
                             skos:altLabel "refractive index" ;
                             skos:definition "In optics, the refractive index or index of refraction of a material is a dimensionless number that describes how light propagates through that medium." ;
                             skos:prefLabel "refractive index (quantity kind)" .


###  http://purl.allotrope.org/ontology/qudt-ext/quantity#SpecificSurfaceArea
quantity-ext:SpecificSurfaceArea rdf:type owl:NamedIndividual ,
                                          qudt:QuantityKind ;
                                 qudt:description "Specific surface area (SSA) is a property of solids defined as the total surface area of a material per unit of mass." ;
                                 dct:source "https://en.wikipedia.org/wiki/Specific_surface_area" ;
                                 rdfs:label "Specific Surface Area" ;
                                 skos:altLabel "specific surface area" ;
                                 skos:definition "Specific surface area (SSA) is a property of solids defined as the total surface area of a material per unit of mass." ;
                                 skos:prefLabel "specific surface area (quantity kind)" .


###  http://purl.allotrope.org/ontology/qudt-ext/schema#CompressibilityCorrectionFactorUnit
qudt-ext:CompressibilityCorrectionFactorUnit rdf:type owl:NamedIndividual ,
                                                      qudt:ThermodynamicsUnit ;
                                             qudt:quantityKind quantity-ext:CompressibilityCorrectionFactor ;
                                             qudt:description "A unit for the correction factor used in chromatography for the compressibility of the mobile phase." .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#AbsorbanceUnit
unit-ext:AbsorbanceUnit rdf:type owl:NamedIndividual ,
                                 qudt-ext:AbsorbanceUnit ;
                        qudt:quantityKind qudt-quantity:Dimensionless ;
                        qudt-ext:symbol "AU" ;
                        qudt-ext:ucumCaseInsensitiveCode "[AU]" ;
                        qudt-ext:ucumCaseSensitiveCode "[AU]" ;
                        qudt-ext:ucumPrintSymbol "AU" ;
                        qudt:abbreviation "AU" ;
                        qudt:conversionMultiplier "1.0"^^xsd:double ;
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        qudt:symbol "AU" ;
                        skos:prefLabel "Absorbance Unit" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#AbsorbanceUnitTimesSecond
unit-ext:AbsorbanceUnitTimesSecond rdf:type owl:NamedIndividual ,
                                            qudt:Unit ;
                                   qudt-ext:symbol "AU.s" ;
                                   qudt-ext:ucumCaseInsensitiveCode "[AU].S" ;
                                   qudt-ext:ucumCaseSensitiveCode "[AU].s" ;
                                   qudt-ext:ucumPrintSymbol "AU&#8901;s" ;
                                   qudt:abbreviation "AU.sec" ;
                                   qudt:conversionMultiplier "1.0"^^xsd:double ;
                                   qudt:conversionOffset "0.0"^^xsd:double ;
                                   qudt:symbol "AU.s" ;
                                   skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                                   skos:prefLabel "Absorbance Unit times Second" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#ArbitraryUnit
unit-ext:ArbitraryUnit rdf:type owl:NamedIndividual ,
                                qudt:DimensionlessUnit ;
                       qudt:quantityKind qudt-quantity:Dimensionless ;
                       qudt-ext:symbol "arb'U" ;
                       qudt-ext:ucumCaseInsensitiveCode "[ARB'U]" ;
                       qudt-ext:ucumCaseSensitiveCode "[arb'U]" ;
                       qudt-ext:ucumPrintSymbol "arb'U" ;
                       qudt:abbreviation "arb'U" ;
                       qudt:conversionMultiplier "1.0"^^xsd:double ;
                       qudt:conversionOffset "0.0"^^xsd:double ;
                       qudt:symbol "arb'U" ;
                       rdfs:label "Arbitrary Unit" ;
                       skos:changeNote "2020-08-19 Add UCUM codes, changed symbol. [Allotrope]" ;
                       skos:prefLabel "Arbitrary Unit" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#ArbitraryUnitPerVolt
unit-ext:ArbitraryUnitPerVolt rdf:type owl:NamedIndividual ,
                                       qudt-ext:GainUnit ;
                              qudt:quantityKind quantity-ext:Gain ;
                              qudt-ext:symbol "arb'U/V" ;
                              qudt-ext:ucumCaseInsensitiveCode "[arb'U]/V" ;
                              qudt-ext:ucumCaseSensitiveCode "[arb'U]/V" ;
                              qudt-ext:ucumPrintSymbol "arb'U/V" ;
                              qudt:abbreviation "arb'U/V" ;
                              qudt:conversionMultiplier "1.0"^^xsd:double ;
                              qudt:conversionOffset "0.0"^^xsd:double ;
                              qudt:symbol "arb'U/V" ;
                              rdfs:label "Arbitrary Unit per Volt" ;
                              skos:changeNote "2020-08-19 Add UCUM codes, changed symbol. [Allotrope]" ;
                              skos:prefLabel "Arbitrary Unit per Volt" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#AvoirdupoisPound
unit-ext:AvoirdupoisPound rdf:type owl:NamedIndividual ,
                                   qudt:MassUnit ;
                          qudt-ext:symbol "lb_av" ;
                          qudt-ext:ucumCaseInsensitiveCode "[LB_AV]" ;
                          qudt-ext:ucumCaseSensitiveCode "[lb_av]" ;
                          qudt-ext:ucumPrintSymbol "lb<sub>av</sub>" ;
                          qudt:abbreviation "lb av" ;
                          qudt:conversionMultiplier "0.45359237"^^xsd:double ;
                          qudt:conversionOffset "0.0"^^xsd:double ;
                          qudt:description "The mass unit of avoirdupois pound (1 lbav = 0,45359237 kg). [ISO 11240]" ;
                          qudt:symbol "lb_av" ;
                          rdfs:label "Avoirdupois Pound" ;
                          skos:changeNote "2020-08-19 Add UCUM codes, changed symbol [Allotrope]" ;
                          skos:prefLabel "Avoirdupois Pound" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#BecquerelPerGram
unit-ext:BecquerelPerGram rdf:type owl:NamedIndividual ,
                                   qudt-ext:ActivityContentUnit ,
                                   qudt:ChemistryUnit ;
                          qudt:quantityKind quantity-ext:ActivityContent ;
                          qudt-ext:symbol "Bq/g" ;
                          qudt-ext:ucumCaseInsensitiveCode "BQ/G" ;
                          qudt-ext:ucumCaseSensitiveCode "Bq/g" ;
                          qudt-ext:ucumPrintSymbol "Bq/g" ;
                          qudt:abbreviation "Bq/g" ;
                          qudt:conversionMultiplier "1000.0"^^xsd:double ;
                          qudt:conversionOffset "0.0"^^xsd:double ;
                          qudt:description "This is an SI-derived unit for the quantity of activity content. It is expressed algebraically in terms of other SI units. [ISO 11240]" ;
                          qudt:symbol "Bq/g" ;
                          rdfs:label "Becquerel per Gram" ;
                          skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                          skos:prefLabel "Becquerel per Gram" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#BillionCFU
unit-ext:BillionCFU rdf:type owl:NamedIndividual ,
                             qudt:MicrobialFormationUnit ;
                    qudt-ext:symbol "10^9.CFU" ;
                    qudt-ext:ucumCaseInsensitiveCode "10^9.[CFU]" ;
                    qudt-ext:ucumCaseSensitiveCode "10^9.[CFU]" ;
                    qudt-ext:ucumPrintSymbol "10<sup>9</sup> CFU" ;
                    qudt:abbreviation "10^9 CFU" ;
                    qudt:conversionMultiplier "1.0E9"^^xsd:double ;
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    qudt:description "CFU is an arbitrary unit which is used to count the number of colonies formed by viable microorganisms. It is related to a specific bioassay test method. Note that the number expression “billion”? is replaced by the unambiguous power of 10. The meaning of “billion”? differs between countries. 10^9 “Billion”? is replaced by a power of 10. The notion of “what is counted”? is not a part of the unit, but belongs to the method definition (“count of organisms”? in this case). [ISO 11240]" ;
                    qudt:symbol "10^9.CFU" ;
                    rdfs:label "Billion Colony Forming Units" ;
                    skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                    skos:prefLabel "Billion Colony Forming Units" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#CCID50PerMilliliter
unit-ext:CCID50PerMilliliter rdf:type owl:NamedIndividual ,
                                      qudt-ext:InfectivityUnit ;
                             qudt-ext:symbol "CCID50/mL" ;
                             qudt-ext:ucumCaseInsensitiveCode "[CCID_50]/ML" ;
                             qudt-ext:ucumCaseSensitiveCode "[CCID_50]/mL" ;
                             qudt-ext:ucumPrintSymbol "CCID<sub>50</sub>/mL" ;
                             qudt:abbreviation "CCID50/mL" ;
                             qudt:conversionMultiplier "1000.0"^^xsd:double ;
                             qudt:conversionOffset "0.0"^^xsd:double ;
                             qudt:description "The unit CCID50 per milliliter expresses the result of quantifying an infectious agent in a cell culture. It is a titre, expressing the highest dilution of the specimen which produces a cytopathic effect in 50 % of the cell cultures or wells inoculated. [ISO 11240]" ;
                             qudt:symbol "CCID50/mL" ;
                             rdfs:label "CCID50 per Milliliter" ;
                             skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                             skos:prefLabel "CCID50 per Milliliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#CaloriePerGramSecond
unit-ext:CaloriePerGramSecond rdf:type owl:NamedIndividual ,
                                       qudt:HeatFlowRateUnit ;
                              qudt-ext:symbol "cal/(g.s)" ;
                              qudt-ext:ucumCaseInsensitiveCode "CAL/(G.S)" ;
                              qudt-ext:ucumCaseSensitiveCode "Cal/(g.s)" ;
                              qudt-ext:ucumPrintSymbol "cal/(g&#8901;s)" ;
                              qudt:abbreviation "cal/(g.s)" ;
                              qudt:conversionMultiplier "4184.0"^^xsd:double ;
                              qudt:conversionOffset "0.0"^^xsd:double ;
                              qudt:description "normalized heat flow rate, normalized by mass in gram" ;
                              qudt:symbol "cal/(g.s)" ;
                              rdfs:label "Calorie per Gram Second" ;
                              skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                              skos:prefLabel "Calorie per Gram Second" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#CaloriePerSecond
unit-ext:CaloriePerSecond rdf:type owl:NamedIndividual ,
                                   qudt:HeatFlowRateUnit ;
                          qudt-ext:symbol "cal/s" ;
                          qudt-ext:ucumCaseInsensitiveCode "CAL/S" ;
                          qudt-ext:ucumCaseSensitiveCode "Cal/s" ;
                          qudt-ext:ucumPrintSymbol "cal/s" ;
                          qudt:abbreviation "cal/s" ;
                          qudt:conversionMultiplier "4.184"^^xsd:double ;
                          qudt:conversionOffset "0.0"^^xsd:double ;
                          qudt:description "heat flow rate, used for quantifying differential power" ;
                          qudt:symbol "cal/s" ;
                          rdfs:label "Calorie per Second" ;
                          skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                          skos:prefLabel "Calorie per Second" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#Cell
unit-ext:Cell rdf:type owl:NamedIndividual ,
                       qudt:CountingUnit ;
              qudt:quantityKind quantity-ext:Count ;
              qudt-ext:symbol "cell" ;
              qudt-ext:ucumCaseInsensitiveCode "{CELL}" ;
              qudt-ext:ucumCaseSensitiveCode "{cell}" ;
              qudt-ext:ucumPrintSymbol "cell" ;
              qudt:conversionMultiplier "1.0"^^xsd:double ;
              qudt:conversionOffset "0.0"^^xsd:double ;
              qudt:description "number of cells" ;
              qudt:symbol "cell" ;
              rdfs:label "Cell(s)" ;
              skos:prefLabel "Cell(s)" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#CountsPerMilliliter
unit-ext:CountsPerMilliliter rdf:type owl:NamedIndividual ,
                                      qudt-ext:NumberDensityUnit ;
                             qudt-ext:symbol "Counts/mL" ;
                             qudt-ext:ucumCaseInsensitiveCode "{COUNTS}/ML" ;
                             qudt-ext:ucumCaseSensitiveCode "{Counts}/mL" ;
                             qudt-ext:ucumPrintSymbol "Counts/mL" ;
                             qudt:abbreviation "Counts/mL" ;
                             qudt:conversionMultiplier "1000.0"^^xsd:double ;
                             qudt:conversionOffset "1.0"^^xsd:double ;
                             qudt:symbol "Counts/mL" ;
                             rdfs:label "Counts per Milliliter" ;
                             skos:prefLabel "Counts per Milliliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#CountsTimesSecond
unit-ext:CountsTimesSecond rdf:type owl:NamedIndividual ,
                                    qudt-ext:NumberTimesTimeUnit ;
                           qudt-ext:symbol "Counts.s" ;
                           qudt-ext:ucumCaseInsensitiveCode "{COUNTS}.S" ;
                           qudt-ext:ucumCaseSensitiveCode "{Counts}.s" ;
                           qudt-ext:ucumPrintSymbol "Counts&#8901;s" ;
                           qudt:abbreviation "Counts.s" ;
                           qudt:conversionMultiplier "1.0"^^xsd:double ;
                           qudt:conversionOffset "1.0"^^xsd:double ;
                           qudt:symbol "Counts.s" ;
                           rdfs:label "Counts times Second" ;
                           skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                           skos:prefLabel "Counts times Second" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#CubicCentimeterPerGramAtSTP
unit-ext:CubicCentimeterPerGramAtSTP rdf:type owl:NamedIndividual ,
                                              qudt:Unit ;
                                     qudt-ext:symbol "cm^3/g STP" ;
                                     qudt-ext:ucumCaseInsensitiveCode "CM3/G {STP}" ;
                                     qudt-ext:ucumCaseSensitiveCode "g/cm3 {STP}" ;
                                     qudt-ext:ucumPrintSymbol "cm<sup>3</sup>/g {STP}" ;
                                     qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                                     qudt:conversionOffset "0.0"^^xsd:double ;
                                     qudt:symbol "cm^3/g STP" ;
                                     rdfs:label "Cubic Centimeter per Gram at STP" ;
                                     skos:prefLabel "Cubic Centimeter per Gram at STP" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#CubicCentimeterPerMinute
unit-ext:CubicCentimeterPerMinute rdf:type owl:NamedIndividual ,
                                           qudt:VolumePerTimeUnit ;
                                  qudt-ext:symbol "cm^3/min" ;
                                  qudt-ext:ucumCaseInsensitiveCode "CM3/MIN" ;
                                  qudt-ext:ucumCaseSensitiveCode "cm3/min" ;
                                  qudt-ext:ucumPrintSymbol "cm<sup>3</sup>/min" ;
                                  qudt:abbreviation "cm^3/min" ;
                                  qudt:conversionMultiplier "1.66666667E-8"^^xsd:double ;
                                  qudt:conversionOffset "0.0"^^xsd:double ;
                                  qudt:symbol "cm^3/min" ;
                                  rdfs:label "Cubic Centimeter per Minute" ;
                                  skos:prefLabel "Cubic Centimeter per Minute" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#DegreeTimesMilliliterPerGramTimesDecimeter
unit-ext:DegreeTimesMilliliterPerGramTimesDecimeter rdf:type owl:NamedIndividual ,
                                                             qudt:ChemistryUnit ;
                                                    qudt-ext:symbol "deg·mL·g−1·dm−1" ;
                                                    qudt-ext:ucumCaseInsensitiveCode "(°.ML)/(G.DM)" ;
                                                    qudt-ext:ucumCaseSensitiveCode "(°.mL)/(g.dm)" ;
                                                    qudt-ext:ucumPrintSymbol "(°.mL)/(g.dm)" ;
                                                    qudt:abbreviation "deg·mL·g−1·dm−1" ;
                                                    qudt:conversionMultiplier "1.74532925E-4"^^xsd:double ;
                                                    qudt:conversionOffset "0.0"^^xsd:double ;
                                                    qudt:symbol "deg·mL·g−1·dm−1" ;
                                                    rdfs:label "Degree times Milliliter per Gram Times Decimeter" ;
                                                    skos:prefLabel "Degree times Milliliter per Gram Times Decimeter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#DimensionlessMicroPerBar
unit-ext:DimensionlessMicroPerBar rdf:type owl:NamedIndividual ,
                                           qudt-ext:CompressibilityCorrectionFactorUnit ;
                                  qudt:quantityKind quantity-ext:CompressibilityCorrectionFactor ;
                                  qudt-ext:symbol "10^-6/bar" ;
                                  qudt-ext:ucumCaseInsensitiveCode "10^-6/BAR" ;
                                  qudt-ext:ucumCaseSensitiveCode "10^-6/bar" ;
                                  qudt-ext:ucumPrintSymbol "10<sup>-6</sup>/bar" ;
                                  qudt:abbreviation "10^-6/bar" ;
                                  qudt:conversionMultiplier "0.1"^^xsd:double ;
                                  qudt:conversionOffset "0.0"^^xsd:double ;
                                  qudt:symbol "10^-6/bar" ;
                                  rdfs:label "Dimensionless Micro per Bar" ;
                                  skos:prefLabel "Dimensionless Micro per Bar" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#Drop
unit-ext:Drop rdf:type owl:NamedIndividual ,
                       qudt:BiomedicalUnit ,
                       qudt:VolumeUnit ;
              qudt-ext:symbol "drp" ;
              qudt-ext:ucumCaseInsensitiveCode "[DRP]" ;
              qudt-ext:ucumCaseSensitiveCode "[drp]" ;
              qudt-ext:ucumPrintSymbol "drp" ;
              qudt:abbreviation "drp" ;
              qudt:conversionMultiplier "8.33333333333333E-8"^^xsd:double ;
              qudt:conversionOffset "0.0"^^xsd:double ;
              qudt:description "A drop is a variable amount of fluid and depends on the device and technique used to produce the drop and on the physical properties of the fluid. This is similar to units like cup, tablespoon and teaspoon that depend on the spoon or cup and are not exact either. However, in clinical medicine, medication is dispensed by drops and, unlike a “tablet”?, a drop refers to a real physical kind-ofquantity, volume, though not very exact (1 drp = 1 ml/12). [ISO 11240]" ;
              qudt:symbol "drp" ;
              rdfs:label "Drop" ;
              skos:changeNote "2020-08-19 Add UCUM codes, changed symbol. [Allotrope]" ;
              skos:prefLabel "Drop" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#E
unit-ext:E rdf:type owl:NamedIndividual ,
                    qudt:AtomicChargeUnit ,
                    qudt:ElectricChargeUnit ;
           qudt-ext:symbol "e" ;
           qudt-ext:ucumCaseInsensitiveCode "[E]" ;
           qudt-ext:ucumCaseSensitiveCode "[e]" ;
           qudt-ext:ucumPrintSymbol "e" ;
           qudt:conversionMultiplier "1.60217662E-19"^^xsd:double ;
           qudt:conversionOffset "0.0"^^xsd:double ;
           qudt:description "\"Elementary Charge\", usually denoted as e, is the electric charge carried by a single proton, or equivalently, the negation (opposite) of the electric charge carried by a single electron. This elementary charge is a fundamental physical constant. To avoid confusion over its sign, e is sometimes called the elementary positive charge. This charge has a measured value of approximately 1.60217662 × 10-19 coulombs." ;
           qudt:symbol "e" ;
           rdfs:label "Elementary Charge" ;
           skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
           skos:prefLabel "Elementary Charge" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#EnzymeUnit
unit-ext:EnzymeUnit rdf:type owl:NamedIndividual ,
                             qudt-ext:EnzymaticActivityUnit ;
                    qudt-ext:symbol "U" ;
                    qudt-ext:ucumCaseInsensitiveCode "[U]" ;
                    qudt-ext:ucumCaseSensitiveCode "[U]" ;
                    qudt-ext:ucumPrintSymbol "U" ;
                    qudt:abbreviation "U" ;
                    qudt:conversionMultiplier "1.666666667E-8"^^xsd:double ;
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    qudt:description "The enzyme unit (U) is a unit for the amount of a particular enzyme 1 U = µmol/min = 1/60 nkat" ;
                    qudt:symbol "U" ;
                    dct:source "Nomenclature Committee of the International Union of Biochemistry (NC-IUB) (1979). \"Units of Enzyme Activity\". Eur. J. Biochem. 97 (2): 319–20" ;
                    rdfs:label "Enzyme Unit" ;
                    skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                    skos:prefLabel "Enzyme Unit" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#Femtogram
unit-ext:Femtogram rdf:type owl:NamedIndividual ,
                            qudt:MassUnit ;
                   qudt-ext:symbol "fg" ;
                   qudt-ext:ucumCaseInsensitiveCode "FG" ;
                   qudt-ext:ucumCaseSensitiveCode "fg" ;
                   qudt-ext:ucumPrintSymbol "fg" ;
                   qudt:abbreviation "fg" ;
                   qudt:conversionMultiplier "1.0E-18"^^xsd:double ;
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   qudt:symbol "fg" ;
                   rdfs:label "Femtogram" ;
                   skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                   skos:prefLabel "Femtogram" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#FemtogramPerFemtoliter
unit-ext:FemtogramPerFemtoliter rdf:type owl:NamedIndividual ,
                                         qudt:MassPerVolumeUnit ;
                                qudt-ext:symbol "fg/fL" ;
                                qudt-ext:ucumCaseInsensitiveCode "FG/FL" ;
                                qudt-ext:ucumCaseSensitiveCode "fg/fL" ;
                                qudt-ext:ucumPrintSymbol "fg/fL" ;
                                qudt:abbreviation "fg/fL" ;
                                qudt:conversionMultiplier "0.001"^^xsd:double ;
                                qudt:conversionOffset "0.0"^^xsd:double ;
                                qudt:symbol "fg/fL" ;
                                rdfs:label "Femtogram per Femtoliter" ;
                                skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                                skos:prefLabel "Femtogram per Femtoliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#FemtogramPerLiter
unit-ext:FemtogramPerLiter rdf:type owl:NamedIndividual ,
                                    qudt:MassPerVolumeUnit ;
                           qudt-ext:symbol "fg/L" ;
                           qudt-ext:ucumCaseInsensitiveCode "FG/L" ;
                           qudt-ext:ucumCaseSensitiveCode "fg/L" ;
                           qudt-ext:ucumPrintSymbol "fg/L" ;
                           qudt:abbreviation "fg/L" ;
                           qudt:conversionMultiplier "1.0E-15"^^xsd:double ;
                           qudt:conversionOffset "0.0"^^xsd:double ;
                           qudt:symbol "fg/L" ;
                           rdfs:label "Femtogram per Liter" ;
                           skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                           skos:prefLabel "Femtogram per Liter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#FemtogramPerMicroliter
unit-ext:FemtogramPerMicroliter rdf:type owl:NamedIndividual ,
                                         qudt:MassPerVolumeUnit ;
                                qudt-ext:symbol "fg/μL" ;
                                qudt-ext:ucumCaseInsensitiveCode "FG/UL" ;
                                qudt-ext:ucumCaseSensitiveCode "fg/uL" ;
                                qudt-ext:ucumPrintSymbol "fg/μL" ;
                                qudt:abbreviation "fg/μL" ;
                                qudt:conversionMultiplier "1.0000000000000002E-12"^^xsd:double ;
                                qudt:conversionOffset "0.0"^^xsd:double ;
                                qudt:symbol "fg/μL" ;
                                rdfs:label "Femtogram per Microliter" ;
                                skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                                skos:prefLabel "Femtogram per Microliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#FemtogramPerMilliliter
unit-ext:FemtogramPerMilliliter rdf:type owl:NamedIndividual ,
                                         qudt:MassPerVolumeUnit ;
                                qudt-ext:symbol "fg/mL" ;
                                qudt-ext:ucumCaseInsensitiveCode "FG/mL" ;
                                qudt-ext:ucumCaseSensitiveCode "fg/mL" ;
                                qudt-ext:ucumPrintSymbol "fg/mL" ;
                                qudt:abbreviation "fg/mL" ;
                                qudt:conversionMultiplier "1.0E-15"^^xsd:double ;
                                qudt:conversionOffset "0.0"^^xsd:double ;
                                qudt:symbol "fg/mL" ;
                                rdfs:label "Femtogram per Milliliter" ;
                                skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                                skos:prefLabel "Femtogram per Milliliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#FemtogramPerNanoliter
unit-ext:FemtogramPerNanoliter rdf:type owl:NamedIndividual ,
                                        qudt:MassPerVolumeUnit ;
                               qudt-ext:symbol "fg/nL" ;
                               qudt-ext:ucumCaseInsensitiveCode "FG/NL" ;
                               qudt-ext:ucumCaseSensitiveCode "fg/nL" ;
                               qudt-ext:ucumPrintSymbol "fg/nL" ;
                               qudt:abbreviation "fg/nL" ;
                               qudt:conversionMultiplier "1.0E-9"^^xsd:double ;
                               qudt:conversionOffset "0.0"^^xsd:double ;
                               qudt:symbol "fg/nL" ;
                               rdfs:label "Femtogram per Nanoliter" ;
                               skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                               skos:prefLabel "Femtogram per Nanoliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#FemtogramPerPicoliter
unit-ext:FemtogramPerPicoliter rdf:type owl:NamedIndividual ,
                                        qudt:MassPerVolumeUnit ;
                               qudt-ext:symbol "fg/pL" ;
                               qudt-ext:ucumCaseInsensitiveCode "FG/PL" ;
                               qudt-ext:ucumCaseSensitiveCode "fg/pL" ;
                               qudt-ext:ucumPrintSymbol "fg/pL" ;
                               qudt:abbreviation "fg/pL" ;
                               qudt:conversionMultiplier "1.0000000000000002E-6"^^xsd:double ;
                               qudt:conversionOffset "0.0"^^xsd:double ;
                               qudt:symbol "fg/pL" ;
                               rdfs:label "Femtogram per Picoliter" ;
                               skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                               skos:prefLabel "Femtogram per Picoliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#FemtogramPerSquareCentimeter
unit-ext:FemtogramPerSquareCentimeter rdf:type owl:NamedIndividual ,
                                               qudt:MassPerAreaUnit ;
                                      qudt-ext:symbol "fg/cm^2" ;
                                      qudt-ext:ucumCaseInsensitiveCode "FG/CM2" ;
                                      qudt-ext:ucumCaseSensitiveCode "fg/cm2" ;
                                      qudt-ext:ucumPrintSymbol "fg/cm<sup>2</sup>" ;
                                      qudt:abbreviation "fg/cm^2" ;
                                      qudt:conversionMultiplier "1.0E-14"^^xsd:double ;
                                      qudt:conversionOffset "0.0"^^xsd:double ;
                                      qudt:symbol "fg/cm^2" ;
                                      rdfs:label "Femtogram per Square Centimeter" ;
                                      skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                                      skos:prefLabel "Femtogram per Square Centimeter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#FemtogramPerSquareMeter
unit-ext:FemtogramPerSquareMeter rdf:type owl:NamedIndividual ,
                                          qudt:MassPerAreaUnit ;
                                 qudt-ext:symbol "fg/m^2" ;
                                 qudt-ext:ucumCaseInsensitiveCode "FG/M2" ;
                                 qudt-ext:ucumCaseSensitiveCode "fg/m2" ;
                                 qudt-ext:ucumPrintSymbol "fg/m<sup>2</sup>" ;
                                 qudt:abbreviation "fg/m^2" ;
                                 qudt:conversionMultiplier "1.0E-18"^^xsd:double ;
                                 qudt:conversionOffset "0.0"^^xsd:double ;
                                 qudt:symbol "fg/m^2" ;
                                 rdfs:label "Femtogram per Square Meter" ;
                                 skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                                 skos:prefLabel "Femtogram per Square Meter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#Femtoliter
unit-ext:Femtoliter rdf:type owl:NamedIndividual ,
                             qudt:VolumeUnit ;
                    qudt-ext:symbol "fL" ;
                    qudt-ext:ucumCaseInsensitiveCode "FL" ;
                    qudt-ext:ucumCaseSensitiveCode "fL" ;
                    qudt-ext:ucumPrintSymbol "fL" ;
                    qudt:abbreviation "fL" ;
                    qudt:conversionMultiplier "1.0E-15"^^xsd:double ;
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    qudt:symbol "fL" ;
                    rdfs:label "Femtoliter" ;
                    skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                    skos:prefLabel "Femtoliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#Femtomolar
unit-ext:Femtomolar rdf:type owl:NamedIndividual ,
                             qudt:MolarConcentrationUnit ;
                    qudt-ext:symbol "fmol/L" ;
                    qudt-ext:ucumCaseInsensitiveCode "FMOL/L" ;
                    qudt-ext:ucumCaseSensitiveCode "fmol/L" ;
                    qudt-ext:ucumPrintSymbol "fmol/L" ;
                    qudt:abbreviation "fM" ;
                    qudt:conversionMultiplier "1.0E-12"^^xsd:double ;
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    qudt:symbol "fmol/L" ;
                    rdfs:label "Femtomolar" ;
                    skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                    skos:prefLabel "Femtomolar" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#Femtomole
unit-ext:Femtomole rdf:type owl:NamedIndividual ,
                            qudt:AmountOfSubstanceUnit ;
                   qudt-ext:symbol "fmol" ;
                   qudt-ext:ucumCaseInsensitiveCode "FMOL" ;
                   qudt-ext:ucumCaseSensitiveCode "fmol" ;
                   qudt-ext:ucumPrintSymbol "fmol" ;
                   qudt:abbreviation "fmol" ;
                   qudt:conversionMultiplier "1.0E-15"^^xsd:double ;
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   qudt:symbol "fmol" ;
                   rdfs:label "Femtomole" ;
                   skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                   skos:prefLabel "Femtomole" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#FocusFormingUnitPerMilliliter
unit-ext:FocusFormingUnitPerMilliliter rdf:type owl:NamedIndividual ,
                                                qudt-ext:InfectivityUnit ;
                                       qudt-ext:symbol "FFU/mL" ;
                                       qudt-ext:ucumCaseInsensitiveCode "[FFU]/ML" ;
                                       qudt-ext:ucumCaseSensitiveCode "[FFU]/mL" ;
                                       qudt-ext:ucumPrintSymbol "FFU/mL" ;
                                       qudt:abbreviation "FFU/mL" ;
                                       qudt:description "FFU/mL is used to represent viral infectivity as measured in a sensitive assay in cell culture using immunofocus technology. The titre is determined by visualizing infected areas of a cell monolayer by probing with virus-specific monoclonal antibodies and results recorded as FFU/ml. [ISO 11240]" ;
                                       qudt:symbol "FFU/mL" ;
                                       rdfs:label "Focus Forming Unit per Milliliter" ;
                                       skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                                       skos:prefLabel "Focus Forming Unit per Milliliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#GlossUnit
unit-ext:GlossUnit rdf:type owl:NamedIndividual ,
                            qudt:OpticsUnit ;
                   qudt-ext:symbol "GU" ;
                   qudt-ext:ucumCaseInsensitiveCode "[GU]" ;
                   qudt-ext:ucumCaseSensitiveCode "[GU]" ;
                   qudt-ext:ucumPrintSymbol "GU" ;
                   qudt:abbreviation "GU" ;
                   qudt:conversionMultiplier "1.0"^^xsd:double ;
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   qudt:symbol "GU" ;
                   skos:prefLabel "Gloss Unit" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#GramPerCubicCentimeter
unit-ext:GramPerCubicCentimeter rdf:type owl:NamedIndividual ,
                                         qudt:MassPerVolumeUnit ;
                                qudt-ext:symbol "g/cm^3" ;
                                qudt-ext:ucumCaseInsensitiveCode "G/CM3" ;
                                qudt-ext:ucumCaseSensitiveCode "g/cm3" ;
                                qudt-ext:ucumPrintSymbol "g/cm<sup>3</sup>" ;
                                qudt:conversionMultiplier "1000000.0"^^xsd:double ;
                                qudt:conversionOffset "0.0"^^xsd:double ;
                                qudt:symbol "g/cm^3" ;
                                rdfs:label "Gram per Cubic Centimeter" ;
                                skos:prefLabel "Gram per Cubic Centimeter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#GramPerFemtoliter
unit-ext:GramPerFemtoliter rdf:type owl:NamedIndividual ,
                                    qudt:MassPerVolumeUnit ;
                           qudt-ext:symbol "g/fL" ;
                           qudt-ext:ucumCaseInsensitiveCode "G/FL" ;
                           qudt-ext:ucumCaseSensitiveCode "g/fL" ;
                           qudt-ext:ucumPrintSymbol "g/fL" ;
                           qudt:abbreviation "g/fL" ;
                           qudt:conversionMultiplier "1.0E12"^^xsd:double ;
                           qudt:conversionOffset "0.0"^^xsd:double ;
                           qudt:symbol "g/fL" ;
                           rdfs:label "Gram per Femtoliter" ;
                           skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                           skos:prefLabel "Gram per Femtoliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#GramPerLiter
unit-ext:GramPerLiter rdf:type owl:NamedIndividual ,
                               qudt:MassPerVolumeUnit ;
                      qudt-ext:symbol "g/L" ;
                      qudt-ext:ucumCaseInsensitiveCode "G/L" ;
                      qudt-ext:ucumCaseSensitiveCode "g/L" ;
                      qudt-ext:ucumPrintSymbol "g/L" ;
                      qudt:abbreviation "g/L" ;
                      qudt:conversionMultiplier "1.0"^^xsd:double ;
                      qudt:conversionOffset "0.0"^^xsd:double ;
                      qudt:symbol "g/L" ;
                      rdfs:label "Gram per Liter" ;
                      skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                      skos:prefLabel "Gram per Liter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#GramPerMicroliter
unit-ext:GramPerMicroliter rdf:type owl:NamedIndividual ,
                                    qudt:MassPerVolumeUnit ;
                           qudt-ext:symbol "g/μL" ;
                           qudt-ext:ucumCaseInsensitiveCode "G/UL" ;
                           qudt-ext:ucumCaseSensitiveCode "g/uL" ;
                           qudt-ext:ucumPrintSymbol "g/μL" ;
                           qudt:abbreviation "g/μL" ;
                           qudt:conversionMultiplier "1000.0"^^xsd:double ;
                           qudt:conversionOffset "0.0"^^xsd:double ;
                           qudt:symbol "g/μL" ;
                           rdfs:label "Gram per Microliter" ;
                           skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                           skos:prefLabel "Gram per Microliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#GramPerMilliliter
unit-ext:GramPerMilliliter rdf:type owl:NamedIndividual ,
                                    qudt:MassPerVolumeUnit ;
                           qudt-ext:symbol "g/mL" ;
                           qudt-ext:ucumCaseInsensitiveCode "G/ML" ;
                           qudt-ext:ucumCaseSensitiveCode "g/mL" ;
                           qudt-ext:ucumPrintSymbol "g/mL" ;
                           qudt:abbreviation "g/mL" ;
                           qudt:conversionMultiplier "1000.0"^^xsd:double ;
                           qudt:conversionOffset "0.0"^^xsd:double ;
                           qudt:description "A unit for the quantity mass concentration. [ISO 11240]" ;
                           qudt:symbol "g/mL" ;
                           rdfs:label "Gram per Milliliter" ;
                           skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                           skos:prefLabel "Gram per Milliliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#GramPerMole
unit-ext:GramPerMole rdf:type owl:NamedIndividual ,
                              qudt-ext:MassPerAmountOfSubstanceUnit ;
                     qudt-ext:symbol "g/mol" ;
                     qudt-ext:ucumCaseInsensitiveCode "G/MOL" ;
                     qudt-ext:ucumCaseSensitiveCode "g/mol" ;
                     qudt-ext:ucumPrintSymbol "g/mol" ;
                     qudt:abbreviation "g/mol" ;
                     qudt:conversionMultiplier "0.001"^^xsd:double ;
                     qudt:conversionOffset "0.0"^^xsd:double ;
                     qudt:symbol "g/mol" ;
                     rdfs:label "Gram per Mole" ;
                     skos:prefLabel "Gram per Mole" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#GramPerNanoliter
unit-ext:GramPerNanoliter rdf:type owl:NamedIndividual ,
                                   qudt:MassPerVolumeUnit ;
                          qudt-ext:symbol "g/nL" ;
                          qudt-ext:ucumCaseInsensitiveCode "G/NL" ;
                          qudt-ext:ucumCaseSensitiveCode "g/nL" ;
                          qudt-ext:ucumPrintSymbol "g/nL" ;
                          qudt:abbreviation "g/nL" ;
                          qudt:conversionMultiplier "1000000.0"^^xsd:double ;
                          qudt:conversionOffset "0.0"^^xsd:double ;
                          qudt:symbol "g/nL" ;
                          rdfs:label "Gram per Nanoliter" ;
                          skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                          skos:prefLabel "Gram per Nanoliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#GramPerPicoliter
unit-ext:GramPerPicoliter rdf:type owl:NamedIndividual ,
                                   qudt:MassPerVolumeUnit ;
                          qudt-ext:symbol "g/pL" ;
                          qudt-ext:ucumCaseInsensitiveCode "G/PL" ;
                          qudt-ext:ucumCaseSensitiveCode "g/pL" ;
                          qudt-ext:ucumPrintSymbol "g/pL" ;
                          qudt:abbreviation "g/pL" ;
                          qudt:conversionMultiplier "1.0E9"^^xsd:double ;
                          qudt:conversionOffset "0.0"^^xsd:double ;
                          qudt:symbol "g/pL" ;
                          rdfs:label "Gram per Picoliter" ;
                          skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                          skos:prefLabel "Gram per Picoliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#GramPerSquareCentimeter
unit-ext:GramPerSquareCentimeter rdf:type owl:NamedIndividual ,
                                          qudt:MassPerAreaUnit ;
                                 qudt-ext:symbol "g/cm^2" ;
                                 qudt-ext:ucumCaseInsensitiveCode "G/CM2" ;
                                 qudt-ext:ucumCaseSensitiveCode "g/cm2" ;
                                 qudt-ext:ucumPrintSymbol "g/cm<sup>2</sup>" ;
                                 qudt:abbreviation "g/cm^2" ;
                                 qudt:conversionMultiplier "10.0"^^xsd:double ;
                                 qudt:conversionOffset "0.0"^^xsd:double ;
                                 qudt:symbol "g/cm^2" ;
                                 rdfs:label "Gram per Square Centimeter" ;
                                 skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                                 skos:prefLabel "Gram per Square Centimeter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#GramPerSquareMeter
unit-ext:GramPerSquareMeter rdf:type owl:NamedIndividual ,
                                     qudt:MassPerAreaUnit ;
                            qudt-ext:symbol "g/m^2" ;
                            qudt-ext:ucumCaseInsensitiveCode "G/M2" ;
                            qudt-ext:ucumCaseSensitiveCode "g/m2" ;
                            qudt-ext:ucumPrintSymbol "g/m<sup>2</sup>" ;
                            qudt:abbreviation "g/m^2" ;
                            qudt:conversionMultiplier "0.001"^^xsd:double ;
                            qudt:conversionOffset "0.0"^^xsd:double ;
                            qudt:symbol "g/m^2" ;
                            rdfs:label "Gram per Square Meter" ;
                            skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                            skos:prefLabel "Gram per Square Meter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#GramsPerMinute
unit-ext:GramsPerMinute rdf:type owl:NamedIndividual ,
                                 qudt:MassPerTimeUnit ;
                        qudt-ext:symbol "g/min" ;
                        qudt-ext:ucumCaseInsensitiveCode "G/MIN" ;
                        qudt-ext:ucumCaseSensitiveCode "g/min" ;
                        qudt-ext:ucumPrintSymbol "g/min" ;
                        qudt:abbreviation "g/min" ;
                        qudt:conversionMultiplier "1.6666666666666667E-5"^^xsd:double ;
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        qudt:symbol "g/min" ;
                        rdfs:label "Gram per Minute" ;
                        skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                        skos:prefLabel "Gram per Minute" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#JoulePerDegreeCelsius
unit-ext:JoulePerDegreeCelsius rdf:type owl:NamedIndividual ,
                                        qudt:HeatCapacityAndEntropyUnit ;
                               qudt-ext:symbol "J/°C" ;
                               qudt-ext:ucumCaseInsensitiveCode "J/CEL" ;
                               qudt-ext:ucumCaseSensitiveCode "J/Cel" ;
                               qudt-ext:ucumPrintSymbol "J/°C" ;
                               qudt:abbreviation "J/degC" ;
                               qudt:conversionMultiplier "1.0"^^xsd:double ;
                               qudt:conversionOffset "0.0"^^xsd:double ;
                               qudt:symbol "J/°C" ;
                               rdfs:label "Joule per Degree Celsius" ;
                               skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                               skos:note "heat noise unit" ;
                               skos:prefLabel "Joule per Degree Celsius" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#JoulePerGram
unit-ext:JoulePerGram rdf:type owl:NamedIndividual ,
                               qudt:SpecificEnergyUnit ;
                      qudt-ext:symbol "J/g" ;
                      qudt-ext:ucumCaseInsensitiveCode "J/G" ;
                      qudt-ext:ucumCaseSensitiveCode "J/g" ;
                      qudt-ext:ucumPrintSymbol "J/g" ;
                      qudt:abbreviation "J/g" ;
                      qudt:conversionMultiplier "1.0"^^xsd:double ;
                      qudt:conversionOffset "1000.0"^^xsd:double ;
                      qudt:symbol "J/g" ;
                      rdfs:label "Joule per Gram" ;
                      skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                      skos:prefLabel "Joule per Gram" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#JoulePerGramDegreeCelsius
unit-ext:JoulePerGramDegreeCelsius rdf:type owl:NamedIndividual ,
                                            qudt:SpecificHeatCapacityUnit ;
                                   qudt-ext:symbol "J/(g °C)" ;
                                   qudt-ext:ucumCaseInsensitiveCode "J/(G.CEL)" ;
                                   qudt-ext:ucumCaseSensitiveCode "J/(g.Cel)" ;
                                   qudt-ext:ucumPrintSymbol "J/(g&#8901;°C)" ;
                                   qudt:abbreviation "J/(gm-degC)" ;
                                   qudt:conversionMultiplier "1000.0"^^xsd:double ;
                                   qudt:conversionOffset "0.0"^^xsd:double ;
                                   qudt:symbol "J/(g °C)" ;
                                   rdfs:label "Joule per Gram Degree Celsius" ;
                                   skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                                   skos:prefLabel "Joule per Gram Degree Celsius" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#KiloJoulePerMoleKelvin
unit-ext:KiloJoulePerMoleKelvin rdf:type owl:NamedIndividual ,
                                         qudt:HeatCapacityAndEntropyUnit ;
                                qudt-ext:symbol "kJ/(mol K)" ;
                                qudt-ext:ucumCaseInsensitiveCode "KJ/(MOL.K)" ;
                                qudt-ext:ucumCaseSensitiveCode "kJ/(mol.K)" ;
                                qudt-ext:ucumPrintSymbol "kJ/(mol&#8901;K)" ;
                                qudt:abbreviation "kJ/(mol.K)" ;
                                qudt:conversionMultiplier "1000.0"^^xsd:double ;
                                qudt:conversionOffset "0.0"^^xsd:double ;
                                qudt:symbol "kJ/(mol K)" ;
                                rdfs:label "Kilojoule per Mole Kelvin" ;
                                skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                                skos:prefLabel "Kilojoule per Mole Kelvin" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#KiloVolt
unit-ext:KiloVolt rdf:type owl:NamedIndividual ,
                           qudt:EnergyPerElectricChargeUnit ;
                  qudt-ext:symbol "kV" ;
                  qudt-ext:ucumCaseInsensitiveCode "KV" ;
                  qudt-ext:ucumCaseSensitiveCode "kV" ;
                  qudt-ext:ucumPrintSymbol "kV" ;
                  qudt:abbreviation "kV" ;
                  qudt:conversionMultiplier "1000.0"^^xsd:double ;
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  qudt:symbol "kV" ;
                  rdfs:label "Kilovolt" ;
                  skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                  skos:prefLabel "Kilovolt" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#KilogramPerFemtoliter
unit-ext:KilogramPerFemtoliter rdf:type owl:NamedIndividual ,
                                        qudt:MassPerVolumeUnit ;
                               qudt-ext:symbol "kg/fL" ;
                               qudt-ext:ucumCaseInsensitiveCode "KG/FL" ;
                               qudt-ext:ucumCaseSensitiveCode "kg/fL" ;
                               qudt-ext:ucumPrintSymbol "kg/fL" ;
                               qudt:abbreviation "kg/fL" ;
                               qudt:conversionMultiplier "9.999999999999999E14"^^xsd:double ;
                               qudt:conversionOffset "0.0"^^xsd:double ;
                               qudt:symbol "kg/fL" ;
                               rdfs:label "Kilogram per Femtoliter" ;
                               skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                               skos:prefLabel "Kilogram per Femtoliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#KilogramPerLiter
unit-ext:KilogramPerLiter rdf:type owl:NamedIndividual ,
                                   qudt:MassPerVolumeUnit ;
                          qudt-ext:symbol "kg/L" ;
                          qudt-ext:ucumCaseInsensitiveCode "KG/L" ;
                          qudt-ext:ucumCaseSensitiveCode "kg/L" ;
                          qudt-ext:ucumPrintSymbol "kg/L" ;
                          qudt:abbreviation "kg/L" ;
                          qudt:conversionMultiplier "1000.0"^^xsd:double ;
                          qudt:conversionOffset "0.0"^^xsd:double ;
                          qudt:symbol "kg/L" ;
                          rdfs:label "Kilogram per Liter" ;
                          skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                          skos:prefLabel "Kilogram per Liter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#KilogramPerMicroliter
unit-ext:KilogramPerMicroliter rdf:type owl:NamedIndividual ,
                                        qudt:MassPerVolumeUnit ;
                               qudt-ext:symbol "kg/μL" ;
                               qudt-ext:ucumCaseInsensitiveCode "KG/UL" ;
                               qudt-ext:ucumCaseSensitiveCode "kg/uL" ;
                               qudt-ext:ucumPrintSymbol "kg/μL" ;
                               qudt:abbreviation "kg/μL" ;
                               qudt:conversionMultiplier "1000000.0"^^xsd:double ;
                               qudt:conversionOffset "0.0"^^xsd:double ;
                               qudt:symbol "kg/μL" ;
                               rdfs:label "Kilogram per Microliter" ;
                               skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                               skos:prefLabel "Kilogram per Microliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#KilogramPerMilliliter
unit-ext:KilogramPerMilliliter rdf:type owl:NamedIndividual ,
                                        qudt:MassPerVolumeUnit ;
                               qudt-ext:symbol "kg/mL" ;
                               qudt-ext:ucumCaseInsensitiveCode "KG/ML" ;
                               qudt-ext:ucumCaseSensitiveCode "kg/mL" ;
                               qudt-ext:ucumPrintSymbol "kg/mL" ;
                               qudt:abbreviation "kg/mL" ;
                               qudt:conversionMultiplier "1000.0"^^xsd:double ;
                               qudt:conversionOffset "0.0"^^xsd:double ;
                               qudt:symbol "kg/mL" ;
                               rdfs:label "Kilogram per Milliliter" ;
                               skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                               skos:prefLabel "Kilogram per Milliliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#KilogramPerNanoliter
unit-ext:KilogramPerNanoliter rdf:type owl:NamedIndividual ,
                                       qudt:MassPerVolumeUnit ;
                              qudt-ext:symbol "kg/nL" ;
                              qudt-ext:ucumCaseInsensitiveCode "KG/NL" ;
                              qudt-ext:ucumCaseSensitiveCode "kg/nL" ;
                              qudt-ext:ucumPrintSymbol "kg/nL" ;
                              qudt:abbreviation "kg/nL" ;
                              qudt:conversionMultiplier "9.999999999999999E8"^^xsd:double ;
                              qudt:conversionOffset "0.0"^^xsd:double ;
                              qudt:symbol "kg/nL" ;
                              rdfs:label "Kilogram per Nanoliter" ;
                              skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                              skos:prefLabel "Kilogram per Nanoliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#KilogramPerPicoliter
unit-ext:KilogramPerPicoliter rdf:type owl:NamedIndividual ,
                                       qudt:MassPerVolumeUnit ;
                              qudt-ext:symbol "kg/pL" ;
                              qudt-ext:ucumCaseInsensitiveCode "KG/PL" ;
                              qudt-ext:ucumCaseSensitiveCode "kg/pL" ;
                              qudt-ext:ucumPrintSymbol "kg/pL" ;
                              qudt:abbreviation "kg/pL" ;
                              qudt:conversionMultiplier "1.0E12"^^xsd:double ;
                              qudt:conversionOffset "0.0"^^xsd:double ;
                              qudt:symbol "kg/pL" ;
                              rdfs:label "Kilogram per Picoliter" ;
                              skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                              skos:prefLabel "Kilogram per Picoliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#KilogramPerSquareCentimeter
unit-ext:KilogramPerSquareCentimeter rdf:type owl:NamedIndividual ,
                                              qudt:MassPerAreaUnit ;
                                     qudt-ext:symbol "kg/cm^2" ;
                                     qudt-ext:ucumCaseInsensitiveCode "KG/CM2" ;
                                     qudt-ext:ucumCaseSensitiveCode "kg/cm2" ;
                                     qudt-ext:ucumPrintSymbol "kg/cm<sup>2</sup>" ;
                                     qudt:abbreviation "kg/cm^2" ;
                                     qudt:conversionMultiplier "10000.0"^^xsd:double ;
                                     qudt:conversionOffset "0.0"^^xsd:double ;
                                     qudt:symbol "kg/cm^2" ;
                                     rdfs:label "Kilogram per Square Centimeter" ;
                                     skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                                     skos:prefLabel "Kilogram per Square Centimeter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#LiterPerGramCentimeter
unit-ext:LiterPerGramCentimeter rdf:type owl:NamedIndividual ,
                                         qudt:ChemistryUnit ;
                                qudt-ext:symbol "L/(g cm)" ;
                                qudt-ext:ucumCaseInsensitiveCode "L/(G CM)" ;
                                qudt-ext:ucumCaseSensitiveCode "L/(g cm)" ;
                                qudt-ext:ucumPrintSymbol "L/(g cm)" ;
                                qudt:abbreviation "L/(g cm)" ;
                                qudt:conversionMultiplier "100.0"^^xsd:double ;
                                qudt:conversionOffset "0.0"^^xsd:double ;
                                qudt:symbol "L/(g cm)" ;
                                rdfs:label "Liter per Gram Centimeter" ;
                                skos:prefLabel "Liter per Gram Centimeter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#LiterPerKilogram
unit-ext:LiterPerKilogram rdf:type owl:NamedIndividual ,
                                   qudt:VolumePerMassUnit ;
                          qudt-ext:symbol "L/kg" ;
                          qudt-ext:ucumCaseInsensitiveCode "L/KG" ;
                          qudt-ext:ucumCaseSensitiveCode "L/kg" ;
                          qudt-ext:ucumPrintSymbol "L/kg" ;
                          qudt:abbreviation "L/kg" ;
                          qudt:conversionMultiplier "0.001"^^xsd:double ;
                          qudt:conversionOffset "0.0"^^xsd:double ;
                          qudt:symbol "L/kg" ;
                          rdfs:label "Liter per Kilogram" ;
                          skos:changeNote "2020-08-19 Add UCUM codes, changed liter symbol. [Allotrope]" ;
                          skos:prefLabel "Liter per Kilogram" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#LiterPerMinute
unit-ext:LiterPerMinute rdf:type owl:NamedIndividual ,
                                 qudt:VolumePerTimeUnit ;
                        qudt-ext:symbol "L/min" ;
                        qudt-ext:ucumCaseInsensitiveCode "L/MIN" ;
                        qudt-ext:ucumCaseSensitiveCode "L/min" ;
                        qudt-ext:ucumPrintSymbol "L/min" ;
                        qudt:abbreviation "L/min" ;
                        qudt:conversionMultiplier "0.06"^^xsd:double ;
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        qudt:symbol "L/min" ;
                        rdfs:label "Liter per Minute" ;
                        skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                        skos:prefLabel "Liter per Minute" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#LiterPerSecond
unit-ext:LiterPerSecond rdf:type owl:NamedIndividual ,
                                 qudt:VolumePerTimeUnit ;
                        qudt-ext:symbol "L/s" ;
                        qudt-ext:ucumCaseInsensitiveCode "L/S" ;
                        qudt-ext:ucumCaseSensitiveCode "L/s" ;
                        qudt-ext:ucumPrintSymbol "L/s" ;
                        qudt:abbreviation "L/s" ;
                        qudt:conversionMultiplier "0.001"^^xsd:double ;
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        qudt:symbol "L/s" ;
                        rdfs:label "Liter per Second" ;
                        skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                        skos:prefLabel "Liter per Second" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#LuminescenceUnits
unit-ext:LuminescenceUnits rdf:type owl:NamedIndividual ,
                                    qudt:LuminousIntensityUnit ;
                           qudt-ext:symbol "LU" ;
                           qudt-ext:ucumCaseInsensitiveCode "[LU]" ;
                           qudt-ext:ucumCaseSensitiveCode "[LU]" ;
                           qudt-ext:ucumPrintSymbol "LU" ;
                           qudt:abbreviation "LU" ;
                           qudt:conversionMultiplier "1.0"^^xsd:double ;
                           qudt:conversionOffset "0.0"^^xsd:double ;
                           qudt:symbol "LU" ;
                           rdfs:label "Luminescence Units" ;
                           skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                           skos:prefLabel "Luminescence Units" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MassPerCharge
unit-ext:MassPerCharge rdf:type owl:NamedIndividual ,
                                qudt:ChemistryUnit ,
                                qudt:DimensionlessUnit ;
                       qudt:quantityKind qudt-quantity:Dimensionless ;
                       qudt-ext:symbol "m/z" ;
                       qudt-ext:ucumCaseInsensitiveCode "[M/Z]" ;
                       qudt-ext:ucumCaseSensitiveCode "[m/z]" ;
                       qudt-ext:ucumPrintSymbol "m/z" ;
                       qudt:abbreviation "m/z" ;
                       qudt:conversionMultiplier "1.0"^^xsd:double ;
                       qudt:conversionOffset "0.0"^^xsd:double ;
                       qudt:symbol "m/z" ;
                       rdfs:label "Mass per Charge" ;
                       skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                       skos:prefLabel "Mass per Charge" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MegaPascal
unit-ext:MegaPascal rdf:type owl:NamedIndividual ,
                             qudt:PressureOrStressUnit ,
                             qudt:SIUnit ;
                    qudt-ext:symbol "MPa" ;
                    qudt-ext:ucumCaseInsensitiveCode "MAPA" ;
                    qudt-ext:ucumCaseSensitiveCode "MPa" ;
                    qudt-ext:ucumPrintSymbol "MPa" ;
                    qudt:abbreviation "MPa" ;
                    qudt:conversionMultiplier "1000000.0"^^xsd:double ;
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    qudt:symbol "MPa" ;
                    rdfs:label "Megapascal" ;
                    skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                    skos:prefLabel "Megapascal" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MicroCaloriePerDegreeCelsius
unit-ext:MicroCaloriePerDegreeCelsius rdf:type owl:NamedIndividual ,
                                               qudt:HeatCapacityAndEntropyUnit ;
                                      qudt-ext:symbol "µcal/°C" ;
                                      qudt-ext:ucumCaseInsensitiveCode "UCAL/CEL" ;
                                      qudt-ext:ucumCaseSensitiveCode "uCal/Cel" ;
                                      qudt-ext:ucumPrintSymbol "µcal/°C" ;
                                      qudt:abbreviation "µcal/°C" ;
                                      qudt:conversionMultiplier "4.184E-6"^^xsd:double ;
                                      qudt:conversionOffset "0.0"^^xsd:double ;
                                      qudt:description "heat noise unit" ;
                                      qudt:symbol "µcal/°C" ;
                                      rdfs:label "Microcalorie per Degree Celsius" ;
                                      skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                                      skos:prefLabel "Microcalorie per Degree Celsius" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MicroFaradPerMeter
unit-ext:MicroFaradPerMeter rdf:type owl:NamedIndividual ,
                                     qudt:ElectrochemistryUnit ;
                            qudt-ext:symbol "mF/m" ;
                            qudt-ext:ucumCaseInsensitiveCode "MF/M" ;
                            qudt-ext:ucumCaseSensitiveCode "mF/m" ;
                            qudt-ext:ucumPrintSymbol "mF/m" ;
                            qudt:abbreviation "mF/m" ;
                            qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                            qudt:conversionOffset "0.0"^^xsd:double ;
                            qudt:symbol "mF/m" ;
                            rdfs:label "Micro Farad per Meter" ;
                            skos:prefLabel "Micro Farad per Meter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MicroFaradPerMeterKiloHertz
unit-ext:MicroFaradPerMeterKiloHertz rdf:type owl:NamedIndividual ,
                                              qudt:ElectrochemistryUnit ;
                                     qudt-ext:symbol "mF/m kHz" ;
                                     qudt-ext:ucumCaseInsensitiveCode "MF/(M.KHZ)" ;
                                     qudt-ext:ucumCaseSensitiveCode "mF/(m.kHz)" ;
                                     qudt-ext:ucumPrintSymbol "mF/(m.kHz)" ;
                                     qudt:abbreviation "mF/m kHz" ;
                                     qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                                     qudt:conversionOffset "0.0"^^xsd:double ;
                                     qudt:symbol "mF/m kHz" ;
                                     rdfs:label "Micro Farad per Meter Kilohertz" ;
                                     skos:prefLabel "Micro Farad per Meter Kilohertz" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MicroSiemensPerCentimeter
unit-ext:MicroSiemensPerCentimeter rdf:type owl:NamedIndividual ,
                                            qudt-ext:ElectricalConductivityUnit ;
                                   qudt-ext:symbol "μS/cm" ;
                                   qudt-ext:ucumCaseInsensitiveCode "USIE/CM" ;
                                   qudt-ext:ucumCaseSensitiveCode "uS/cm" ;
                                   qudt-ext:ucumPrintSymbol "μS/cm" ;
                                   qudt:abbreviation "μS/cm" ;
                                   qudt:conversionMultiplier "1.0E-4"^^xsd:double ;
                                   qudt:conversionOffset "0.0"^^xsd:double ;
                                   qudt:symbol "μS/cm" ;
                                   rdfs:label "Microsiemens per Centimeter" ;
                                   skos:prefLabel "Microsiemens per Centimeter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MicroVoltTimesSecond
unit-ext:MicroVoltTimesSecond rdf:type owl:NamedIndividual ,
                                       qudt-ext:QuantityTimesTimeUnit ,
                                       qudt:Unit ;
                              qudt-ext:symbol "μV.s" ;
                              qudt-ext:ucumCaseInsensitiveCode "UV.S" ;
                              qudt-ext:ucumCaseSensitiveCode "uV.S" ;
                              qudt-ext:ucumPrintSymbol "μV&#8901;s" ;
                              qudt:abbreviation "μV.sec" ;
                              qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                              qudt:conversionOffset "0.0"^^xsd:double ;
                              qudt:symbol "μV.s" ;
                              skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                              skos:prefLabel "Micro Volt times Second" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MicroWatt
unit-ext:MicroWatt rdf:type owl:NamedIndividual ,
                            qudt:HeatCapacityAndEntropyUnit ;
                   qudt-ext:symbol "µW" ;
                   qudt-ext:ucumCaseInsensitiveCode "UW" ;
                   qudt-ext:ucumCaseSensitiveCode "uW" ;
                   qudt-ext:ucumPrintSymbol "μW" ;
                   qudt:abbreviation "µW" ;
                   qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   qudt:symbol "µW" ;
                   rdfs:label "Microwatt" ;
                   skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                   skos:prefLabel "Microwatt" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MicroWattPerGram
unit-ext:MicroWattPerGram rdf:type owl:NamedIndividual ,
                                   qudt:HeatFlowRateUnit ;
                          qudt-ext:symbol "µW/g" ;
                          qudt-ext:ucumCaseInsensitiveCode "UW/G" ;
                          qudt-ext:ucumCaseSensitiveCode "uW/g" ;
                          qudt-ext:ucumPrintSymbol "μW/g" ;
                          qudt:abbreviation "µW/g" ;
                          qudt:conversionMultiplier "0.001"^^xsd:double ;
                          qudt:conversionOffset "0.0"^^xsd:double ;
                          qudt:symbol "µW/g" ;
                          rdfs:label "Microwatt per Gram" ;
                          skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                          skos:prefLabel "Microwatt per Gram" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#Microgram
unit-ext:Microgram rdf:type owl:NamedIndividual ,
                            qudt:MassUnit ;
                   qudt-ext:symbol "μg" ;
                   qudt-ext:ucumCaseInsensitiveCode "UG" ;
                   qudt-ext:ucumCaseSensitiveCode "ug" ;
                   qudt-ext:ucumPrintSymbol "μg" ;
                   qudt:abbreviation "μg" ;
                   qudt:conversionMultiplier "1.0E-9"^^xsd:double ;
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   qudt:symbol "μg" ;
                   rdfs:label "Microgram" ;
                   skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                   skos:prefLabel "Microgram" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MicrogramPerFemtoliter
unit-ext:MicrogramPerFemtoliter rdf:type owl:NamedIndividual ,
                                         qudt:MassPerVolumeUnit ;
                                qudt-ext:symbol "μg/fL" ;
                                qudt-ext:ucumCaseInsensitiveCode "UG/FL" ;
                                qudt-ext:ucumCaseSensitiveCode "ug/fL" ;
                                qudt-ext:ucumPrintSymbol "μg/fL" ;
                                qudt:abbreviation "μg/fL" ;
                                qudt:conversionMultiplier "1000000.0"^^xsd:double ;
                                qudt:conversionOffset "0.0"^^xsd:double ;
                                qudt:symbol "μg/fL" ;
                                rdfs:label "Microgram per Femtoliter" ;
                                skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                                skos:prefLabel "Microgram per Femtoliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MicrogramPerLiter
unit-ext:MicrogramPerLiter rdf:type owl:NamedIndividual ,
                                    qudt:MassPerVolumeUnit ;
                           qudt-ext:symbol "μg/L" ;
                           qudt-ext:ucumCaseInsensitiveCode "UG/L" ;
                           qudt-ext:ucumCaseSensitiveCode "ug/L" ;
                           qudt-ext:ucumPrintSymbol "μg/L" ;
                           qudt:abbreviation "μg/L" ;
                           qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                           qudt:conversionOffset "0.0"^^xsd:double ;
                           qudt:symbol "μg/L" ;
                           rdfs:label "Microgram per Liter" ;
                           skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                           skos:prefLabel "Microgram per Liter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MicrogramPerMicroliter
unit-ext:MicrogramPerMicroliter rdf:type owl:NamedIndividual ,
                                         qudt:MassPerVolumeUnit ;
                                qudt-ext:symbol "μg/μL" ;
                                qudt-ext:ucumCaseInsensitiveCode "UG/UL" ;
                                qudt-ext:ucumCaseSensitiveCode "ug/uL" ;
                                qudt-ext:ucumPrintSymbol "μg/μL" ;
                                qudt:abbreviation "μg/μL" ;
                                qudt:conversionMultiplier "0.001"^^xsd:double ;
                                qudt:conversionOffset "0.0"^^xsd:double ;
                                qudt:symbol "μg/μL" ;
                                rdfs:label "Microgram per Microliter" ;
                                skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                                skos:prefLabel "Microgram per Microliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MicrogramPerMilliliter
unit-ext:MicrogramPerMilliliter rdf:type owl:NamedIndividual ,
                                         qudt:MassPerVolumeUnit ;
                                qudt-ext:symbol "μg/mL" ;
                                qudt-ext:ucumCaseInsensitiveCode "UG/ML" ;
                                qudt-ext:ucumCaseSensitiveCode "ug/mL" ;
                                qudt-ext:ucumPrintSymbol "μg/mL" ;
                                qudt:abbreviation "μg/mL" ;
                                qudt:conversionMultiplier "1.0"^^xsd:double ;
                                qudt:conversionOffset "0.0"^^xsd:double ;
                                qudt:symbol "μg/mL" ;
                                rdfs:label "Microgram per Milliliter" ;
                                skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                                skos:prefLabel "Microgram per Milliliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MicrogramPerMinute
unit-ext:MicrogramPerMinute rdf:type owl:NamedIndividual ,
                                     qudt:MassPerTimeUnit ;
                            qudt-ext:symbol "μg/min" ;
                            qudt-ext:ucumCaseInsensitiveCode "UG/MIN" ;
                            qudt-ext:ucumCaseSensitiveCode "ug/min" ;
                            qudt-ext:ucumPrintSymbol "μg/min" ;
                            qudt:abbreviation "μg/min" ;
                            qudt:conversionMultiplier "1.0"^^xsd:double ;
                            qudt:conversionOffset "0.0"^^xsd:double ;
                            qudt:symbol "μg/min" ;
                            rdfs:label "Microgram per Minute" ;
                            skos:prefLabel "Microgram per Minute" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MicrogramPerNanoliter
unit-ext:MicrogramPerNanoliter rdf:type owl:NamedIndividual ,
                                        qudt:MassPerVolumeUnit ;
                               qudt-ext:symbol "μg/nL" ;
                               qudt-ext:ucumCaseInsensitiveCode "UG/NL" ;
                               qudt-ext:ucumCaseSensitiveCode "ug/nL" ;
                               qudt-ext:ucumPrintSymbol "μg/nL" ;
                               qudt:abbreviation "μg/nL" ;
                               qudt:conversionMultiplier "1.0"^^xsd:double ;
                               qudt:conversionOffset "0.0"^^xsd:double ;
                               qudt:symbol "μg/nL" ;
                               rdfs:label "Microgram per Nanoliter" ;
                               skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                               skos:prefLabel "Microgram per Nanoliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MicrogramPerPicoliter
unit-ext:MicrogramPerPicoliter rdf:type owl:NamedIndividual ,
                                        qudt:MassPerVolumeUnit ;
                               qudt-ext:symbol "μg/pL" ;
                               qudt-ext:ucumCaseInsensitiveCode "UG/PL" ;
                               qudt-ext:ucumCaseSensitiveCode "ug/pL" ;
                               qudt-ext:ucumPrintSymbol "μg/pL" ;
                               qudt:abbreviation "μg/pL" ;
                               qudt:conversionMultiplier "1000.0000000000001"^^xsd:double ;
                               qudt:conversionOffset "0.0"^^xsd:double ;
                               qudt:symbol "μg/pL" ;
                               rdfs:label "Microgram per Picoliter" ;
                               skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                               skos:prefLabel "Microgram per Picoliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MicrogramPerSquareCentimeter
unit-ext:MicrogramPerSquareCentimeter rdf:type owl:NamedIndividual ,
                                               qudt:MassPerAreaUnit ;
                                      qudt-ext:symbol "μg/cm^2" ;
                                      qudt-ext:ucumCaseInsensitiveCode "UG/CM2" ;
                                      qudt-ext:ucumCaseSensitiveCode "ug/cm2" ;
                                      qudt-ext:ucumPrintSymbol "μg/cm<sup>2</sup>" ;
                                      qudt:abbreviation "μg/cm^2" ;
                                      qudt:conversionMultiplier "1.0E-5"^^xsd:double ;
                                      qudt:conversionOffset "0.0"^^xsd:double ;
                                      qudt:symbol "μg/cm^2" ;
                                      rdfs:label "Microgram per Square Centimeter" ;
                                      skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                                      skos:prefLabel "Microgram per Square Centimeter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MicrogramPerSquareMeter
unit-ext:MicrogramPerSquareMeter rdf:type owl:NamedIndividual ,
                                          qudt:MassPerAreaUnit ;
                                 qudt-ext:symbol "μg/m^2" ;
                                 qudt-ext:ucumCaseInsensitiveCode "UG/M2" ;
                                 qudt-ext:ucumCaseSensitiveCode "ug/m2" ;
                                 qudt-ext:ucumPrintSymbol "μg/m<sup>2</sup>" ;
                                 qudt:abbreviation "μg/m^2" ;
                                 qudt:conversionMultiplier "1.0E-9"^^xsd:double ;
                                 qudt:conversionOffset "0.0"^^xsd:double ;
                                 qudt:symbol "μg/m^2" ;
                                 rdfs:label "Microgram per Square Meter" ;
                                 skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                                 skos:prefLabel "Microgram per Square Meter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#Microliter
unit-ext:Microliter rdf:type owl:NamedIndividual ,
                             qudt:VolumeUnit ;
                    qudt-ext:symbol "μL" ;
                    qudt-ext:ucumCaseInsensitiveCode "UL" ;
                    qudt-ext:ucumCaseSensitiveCode "uL" ;
                    qudt-ext:ucumPrintSymbol "µL" ;
                    qudt:abbreviation "μL" ;
                    qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    qudt:symbol "μL" ;
                    rdfs:label "Microliter" ;
                    skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                    skos:prefLabel "Microliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MicroliterPerMinute
unit-ext:MicroliterPerMinute rdf:type owl:NamedIndividual ,
                                      qudt:VolumePerTimeUnit ;
                             qudt-ext:symbol "µL/min" ;
                             qudt-ext:ucumCaseInsensitiveCode "UL/MIN" ;
                             qudt-ext:ucumCaseSensitiveCode "uL/min" ;
                             qudt-ext:ucumPrintSymbol "µL/min" ;
                             qudt:abbreviation "µL/min" ;
                             qudt:conversionMultiplier "6.0E-8"^^xsd:double ;
                             qudt:conversionOffset "0.0"^^xsd:double ;
                             qudt:symbol "µL/min" ;
                             rdfs:label "Microliter per Minute" ;
                             skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                             skos:prefLabel "Microliter per Minute" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MicroliterPerSecond
unit-ext:MicroliterPerSecond rdf:type owl:NamedIndividual ,
                                      qudt:VolumePerTimeUnit ;
                             qudt-ext:symbol "µL/s" ;
                             qudt-ext:ucumCaseInsensitiveCode "UL/S" ;
                             qudt-ext:ucumCaseSensitiveCode "uL/s" ;
                             qudt-ext:ucumPrintSymbol "µL/s" ;
                             qudt:abbreviation "µL/s" ;
                             qudt:conversionMultiplier "1.0E-9"^^xsd:double ;
                             qudt:conversionOffset "0.0"^^xsd:double ;
                             qudt:symbol "µL/s" ;
                             rdfs:label "Microliter per Second" ;
                             skos:prefLabel "Microliter per Second" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#Micromolar
unit-ext:Micromolar rdf:type owl:NamedIndividual ,
                             qudt:MolarConcentrationUnit ;
                    qudt-ext:symbol "μM" ;
                    qudt-ext:ucumCaseInsensitiveCode "UMOL/L" ;
                    qudt-ext:ucumCaseSensitiveCode "umol/L" ;
                    qudt-ext:ucumPrintSymbol "µmol/L" ;
                    qudt:abbreviation "μM" ;
                    qudt:conversionMultiplier "0.001"^^xsd:double ;
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    qudt:symbol "μM" ;
                    rdfs:label "Micromolar" ;
                    skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                    skos:prefLabel "Micromolar" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#Micromole
unit-ext:Micromole rdf:type owl:NamedIndividual ,
                            qudt:AmountOfSubstanceUnit ;
                   qudt-ext:symbol "μmol" ;
                   qudt-ext:ucumCaseInsensitiveCode "UMOL" ;
                   qudt-ext:ucumCaseSensitiveCode "umol" ;
                   qudt-ext:ucumPrintSymbol "µmol" ;
                   qudt:abbreviation "μmol" ;
                   qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   qudt:symbol "μmol" ;
                   rdfs:label "Micromole" ;
                   skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                   skos:prefLabel "Micromole" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#Microvolt
unit-ext:Microvolt rdf:type owl:NamedIndividual ,
                            qudt:EnergyPerElectricChargeUnit ;
                   qudt-ext:symbol "µV" ;
                   qudt-ext:ucumCaseInsensitiveCode "UV" ;
                   qudt-ext:ucumCaseSensitiveCode "uV" ;
                   qudt-ext:ucumPrintSymbol "µV" ;
                   qudt:abbreviation "microV" ;
                   qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   qudt:symbol "µV" ;
                   rdfs:label "Microvolt" ;
                   skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                   skos:prefLabel "Microvolt" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilliAbsorbanceUnit
unit-ext:MilliAbsorbanceUnit rdf:type owl:NamedIndividual ,
                                      qudt-ext:AbsorbanceUnit ;
                             qudt:quantityKind qudt-quantity:Dimensionless ;
                             qudt-ext:symbol "mAU" ;
                             qudt-ext:ucumCaseInsensitiveCode "M[AU]" ;
                             qudt-ext:ucumCaseSensitiveCode "m[AU]" ;
                             qudt-ext:ucumPrintSymbol "mAU" ;
                             qudt:abbreviation "mAU" ;
                             qudt:conversionMultiplier "0.001"^^xsd:double ;
                             qudt:conversionOffset "0.0"^^xsd:double ;
                             qudt:symbol "mAU" ;
                             skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                             skos:prefLabel "Milli Absorbance Unit" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilliAbsorbanceUnitTimesLiter
unit-ext:MilliAbsorbanceUnitTimesLiter rdf:type owl:NamedIndividual ,
                                                qudt-ext:QuantityTimesVolumeUnit ,
                                                qudt:Unit ;
                                       qudt-ext:symbol "mAU.L" ;
                                       qudt-ext:ucumCaseInsensitiveCode "M[AU].L" ;
                                       qudt-ext:ucumCaseSensitiveCode "m[AU].L" ;
                                       qudt-ext:ucumPrintSymbol "mAU&#8901;L" ;
                                       qudt:abbreviation "mAU.L" ;
                                       qudt:conversionMultiplier "0.001"^^xsd:double ;
                                       qudt:conversionOffset "0.0"^^xsd:double ;
                                       qudt:symbol "mAU.L" ;
                                       skos:prefLabel "Milli Absorbance Unit times Liter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilliAbsorbanceUnitTimesMinute
unit-ext:MilliAbsorbanceUnitTimesMinute rdf:type owl:NamedIndividual ,
                                                 qudt-ext:QuantityTimesTimeUnit ,
                                                 qudt:Unit ;
                                        qudt-ext:symbol "mAU.min" ;
                                        qudt-ext:ucumCaseInsensitiveCode "M[AU].MIN" ;
                                        qudt-ext:ucumCaseSensitiveCode "m[AU].min" ;
                                        qudt-ext:ucumPrintSymbol "mAU&#8901;min" ;
                                        qudt:abbreviation "mAU.min" ;
                                        qudt:conversionMultiplier "0.06"^^xsd:double ;
                                        qudt:conversionOffset "0.0"^^xsd:double ;
                                        qudt:symbol "mAU.min" ;
                                        skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                                        skos:prefLabel "Milli Absorbance Unit times Minute" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilliAbsorbanceUnitTimesSecond
unit-ext:MilliAbsorbanceUnitTimesSecond rdf:type owl:NamedIndividual ,
                                                 qudt-ext:QuantityTimesTimeUnit ,
                                                 qudt:Unit ;
                                        qudt-ext:symbol "mAU.s" ;
                                        qudt-ext:ucumCaseInsensitiveCode "M[AU].S" ;
                                        qudt-ext:ucumCaseSensitiveCode "m[AU].s" ;
                                        qudt-ext:ucumPrintSymbol "mAU&#8901;s" ;
                                        qudt:abbreviation "mAU.sec" ;
                                        qudt:conversionMultiplier "0.001"^^xsd:double ;
                                        qudt:conversionOffset "0.0"^^xsd:double ;
                                        qudt:symbol "mAU.s" ;
                                        skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                                        skos:prefLabel "Milli Absorbance Unit times Second" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilliAmpere
unit-ext:MilliAmpere rdf:type owl:NamedIndividual ,
                              qudt:ElectricCurrentUnit ;
                     qudt-ext:symbol "mA" ;
                     qudt-ext:ucumCaseInsensitiveCode "MA" ;
                     qudt-ext:ucumCaseSensitiveCode "mA" ;
                     qudt-ext:ucumPrintSymbol "mA" ;
                     qudt:abbreviation "mA" ;
                     qudt:conversionMultiplier "0.001"^^xsd:double ;
                     qudt:conversionOffset "0.0"^^xsd:double ;
                     qudt:symbol "mA" ;
                     rdfs:label "Milliampere" ;
                     skos:prefLabel "Milliampere" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilliArbitraryUnit
unit-ext:MilliArbitraryUnit rdf:type owl:NamedIndividual ,
                                     qudt:DimensionlessUnit ;
                            qudt:quantityKind qudt-quantity:Dimensionless ;
                            qudt-ext:symbol "mArbU" ;
                            qudt-ext:ucumCaseInsensitiveCode "M[AU]" ;
                            qudt-ext:ucumCaseSensitiveCode "m[AU]" ;
                            qudt-ext:ucumPrintSymbol "mAU" ;
                            qudt:abbreviation "mAU" ;
                            qudt:conversionMultiplier "0.001"^^xsd:double ;
                            qudt:conversionOffset "0.0"^^xsd:double ;
                            qudt:symbol "mAU" ;
                            rdfs:label "Milli Arbitrary Unit" ;
                            skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                            skos:prefLabel "Milli Arbitrary Unit" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilliCaloriePerMinute
unit-ext:MilliCaloriePerMinute rdf:type owl:NamedIndividual ,
                                        qudt:HeatFlowRateUnit ;
                               qudt-ext:symbol "mcal/min" ;
                               qudt-ext:ucumCaseInsensitiveCode "MCAL/MIN" ;
                               qudt-ext:ucumCaseSensitiveCode "mcal/min" ;
                               qudt-ext:ucumPrintSymbol "mcal/min" ;
                               qudt:abbreviation "mcal/min" ;
                               qudt:conversionMultiplier "6.97333E-5"^^xsd:double ;
                               qudt:conversionOffset "0.0"^^xsd:double ;
                               qudt:description "heat flow rate, used for quantifying differential power" ;
                               qudt:symbol "mcal/min" ;
                               rdfs:label "Millicalorie per Minute" ;
                               skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                               skos:prefLabel "Millicalorie per Minute" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilliCaloriePerMoleDegreeCelsius
unit-ext:MilliCaloriePerMoleDegreeCelsius rdf:type owl:NamedIndividual ,
                                                   qudt:HeatCapacityAndEntropyUnit ;
                                          qudt-ext:symbol "mcal/(mol °C)" ;
                                          qudt-ext:ucumCaseInsensitiveCode "MCAL/(MOL.CEL)" ;
                                          qudt-ext:ucumCaseSensitiveCode "mcal/(mol.Cel)" ;
                                          qudt-ext:ucumPrintSymbol "mcal/(mol&#8901;°C)" ;
                                          qudt:abbreviation "mcal/(mol.°C)" ;
                                          qudt:conversionMultiplier "0.004184"^^xsd:double ;
                                          qudt:conversionOffset "0.0"^^xsd:double ;
                                          qudt:symbol "mcal/(mol °C)" ;
                                          rdfs:label "Millicalorie per Mole Degree Celsius" ;
                                          skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                                          skos:prefLabel "Millicalorie per Mole Degree Celsius" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilliCaloriePerSecond
unit-ext:MilliCaloriePerSecond rdf:type owl:NamedIndividual ,
                                        qudt:HeatFlowRateUnit ;
                               qudt-ext:symbol "mcal/s" ;
                               qudt-ext:ucumCaseInsensitiveCode "MCAL/S" ;
                               qudt-ext:ucumCaseSensitiveCode "mcal/s" ;
                               qudt-ext:ucumPrintSymbol "mcal/s" ;
                               qudt:abbreviation "mcal/s" ;
                               qudt:conversionMultiplier "0.004184"^^xsd:double ;
                               qudt:conversionOffset "0.0"^^xsd:double ;
                               qudt:symbol "mcal/s" ;
                               rdfs:label "Millicalorie per Second" ;
                               skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                               skos:editorialNote "2020-08-19 uses thermochemical calorie" ;
                               skos:note "heat flow rate, used for quantifying differential power" ;
                               skos:prefLabel "Millicalorie per Second" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilliOsmolesPerKilogram
unit-ext:MilliOsmolesPerKilogram rdf:type owl:NamedIndividual ,
                                          qudt-ext:OsmolalityUnit ;
                                 qudt-ext:symbol "mosm/kg" ;
                                 qudt-ext:ucumCaseInsensitiveCode "MOSM/L" ;
                                 qudt-ext:ucumCaseSensitiveCode "mosm/kg" ;
                                 qudt-ext:ucumPrintSymbol "mosm/kg" ;
                                 qudt:abbreviation "mosm/kg" ;
                                 qudt:conversionMultiplier "0.001"^^xsd:double ;
                                 qudt:conversionOffset "0.0"^^xsd:double ;
                                 qudt:symbol "mosm/kg" ;
                                 rdfs:label "Milliosmoles per Kilogram" ;
                                 skos:prefLabel "Milliosmoles per Kilogram" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilliWatt
unit-ext:MilliWatt rdf:type owl:NamedIndividual ,
                            qudt:HeatCapacityAndEntropyUnit ,
                            qudt:PowerUnit ;
                   qudt-ext:symbol "mW" ;
                   qudt-ext:ucumCaseInsensitiveCode "MW" ;
                   qudt-ext:ucumCaseSensitiveCode "mW" ;
                   qudt-ext:ucumPrintSymbol "mW" ;
                   qudt:abbreviation "mW" ;
                   qudt:conversionMultiplier "0.001"^^xsd:double ;
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   qudt:symbol "mW" ;
                   rdfs:label "Milliwatt" ;
                   skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                   skos:prefLabel "Milliwatt" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilliWattPerGram
unit-ext:MilliWattPerGram rdf:type owl:NamedIndividual ,
                                   qudt:HeatFlowRateUnit ;
                          qudt-ext:symbol "mW/g" ;
                          qudt-ext:ucumCaseInsensitiveCode "MW/G" ;
                          qudt-ext:ucumCaseSensitiveCode "mW/g" ;
                          qudt-ext:ucumPrintSymbol "mW/g" ;
                          qudt:abbreviation "mW/g" ;
                          qudt:conversionMultiplier "1.0"^^xsd:double ;
                          qudt:conversionOffset "0.0"^^xsd:double ;
                          qudt:symbol "mW/g" ;
                          rdfs:label "Milliwatt per Gram" ;
                          skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                          skos:prefLabel "Milliwatt per Gram" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#Milligram
unit-ext:Milligram rdf:type owl:NamedIndividual ,
                            qudt:MassUnit ;
                   qudt-ext:symbol "mg" ;
                   qudt-ext:ucumCaseInsensitiveCode "MG" ;
                   qudt-ext:ucumCaseSensitiveCode "mg" ;
                   qudt-ext:ucumPrintSymbol "mg" ;
                   qudt:abbreviation "mg" ;
                   qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   qudt:symbol "mg" ;
                   rdfs:label "Milligram" ;
                   skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                   skos:prefLabel "Milligram" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerDeciliter
unit-ext:MilligramPerDeciliter rdf:type owl:NamedIndividual ,
                                        qudt:MassPerVolumeUnit ;
                               qudt-ext:symbol "mg/dL" ;
                               qudt-ext:ucumCaseInsensitiveCode "MG/DL" ;
                               qudt-ext:ucumCaseSensitiveCode "mg/dL" ;
                               qudt-ext:ucumPrintSymbol "mg/dL" ;
                               qudt:abbreviation "mg/dL" ;
                               qudt:conversionMultiplier "100.0"^^xsd:double ;
                               qudt:conversionOffset "0.0"^^xsd:double ;
                               qudt:symbol "mg/dL" ;
                               rdfs:label "Milligram per Deciliter" ;
                               skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                               skos:prefLabel "Milligram per Deciliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerFemtoliter
unit-ext:MilligramPerFemtoliter rdf:type owl:NamedIndividual ,
                                         qudt:MassPerVolumeUnit ;
                                qudt-ext:symbol "mg/fL" ;
                                qudt-ext:ucumCaseInsensitiveCode "MG/FL" ;
                                qudt-ext:ucumCaseSensitiveCode "mg/fL" ;
                                qudt-ext:ucumPrintSymbol "mg/fL" ;
                                qudt:abbreviation "mg/fL" ;
                                qudt:conversionMultiplier "9.999999999999999E8"^^xsd:double ;
                                qudt:conversionOffset "0.0"^^xsd:double ;
                                qudt:symbol "mg/fL" ;
                                rdfs:label "Milligram per Femtoliter" ;
                                skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                                skos:prefLabel "Milligram per Femtoliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerKilogram
unit-ext:MilligramPerKilogram rdf:type owl:NamedIndividual ,
                                       qudt-ext:RatioUnit ;
                              qudt-ext:symbol "mg/kg" ;
                              qudt-ext:ucumCaseInsensitiveCode "MG/KG" ;
                              qudt-ext:ucumCaseSensitiveCode "mg/kg" ;
                              qudt-ext:ucumPrintSymbol "mg/kg" ;
                              qudt:abbreviation "mg/kg" ;
                              qudt:symbol "mg/kg" ;
                              rdfs:label "Milligram per Kilogram" ;
                              skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                              skos:prefLabel "Milligram per Kilogram" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerLiter
unit-ext:MilligramPerLiter rdf:type owl:NamedIndividual ,
                                    qudt:MassPerVolumeUnit ;
                           qudt-ext:symbol "mg/L" ;
                           qudt-ext:ucumCaseInsensitiveCode "MG/L" ;
                           qudt-ext:ucumCaseSensitiveCode "mg/L" ;
                           qudt-ext:ucumPrintSymbol "mg/L" ;
                           qudt:abbreviation "mg/L" ;
                           qudt:conversionMultiplier "0.001"^^xsd:double ;
                           qudt:conversionOffset "0.0"^^xsd:double ;
                           qudt:symbol "mg/L" ;
                           rdfs:label "Milligram per Liter" ;
                           skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                           skos:prefLabel "Milligram per Liter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerMicroliter
unit-ext:MilligramPerMicroliter rdf:type owl:NamedIndividual ,
                                         qudt:MassPerVolumeUnit ;
                                qudt-ext:symbol "mg/μL" ;
                                qudt-ext:ucumCaseInsensitiveCode "MG/UL" ;
                                qudt-ext:ucumCaseSensitiveCode "mg/uL" ;
                                qudt-ext:ucumPrintSymbol "mg/μL" ;
                                qudt:abbreviation "mg/μL" ;
                                qudt:conversionMultiplier "1.0"^^xsd:double ;
                                qudt:conversionOffset "0.0"^^xsd:double ;
                                qudt:symbol "mg/μL" ;
                                rdfs:label "Milligram per Microliter" ;
                                skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                                skos:prefLabel "Milligram per Microliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerMilliliter
unit-ext:MilligramPerMilliliter rdf:type owl:NamedIndividual ,
                                         qudt:MassPerVolumeUnit ;
                                qudt-ext:symbol "mg/mL" ;
                                qudt-ext:ucumCaseInsensitiveCode "MG/ML" ;
                                qudt-ext:ucumCaseSensitiveCode "mg/mL" ;
                                qudt-ext:ucumPrintSymbol "mg/mL" ;
                                qudt:abbreviation "mg/mL" ;
                                qudt:conversionMultiplier "1000.0"^^xsd:double ;
                                qudt:conversionOffset "0.0"^^xsd:double ;
                                qudt:symbol "mg/mL" ;
                                rdfs:label "Milligram per Milliliter" ;
                                skos:changeNote "2020-08-19 Add UCUM codes, changed symbol. [Allotrope]" ;
                                skos:prefLabel "Milligram per Milliliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerMinute
unit-ext:MilligramPerMinute rdf:type owl:NamedIndividual ,
                                     qudt:MassPerTimeUnit ;
                            qudt-ext:symbol "mg/min" ;
                            qudt-ext:ucumCaseInsensitiveCode "MG/MIN" ;
                            qudt-ext:ucumCaseSensitiveCode "mg/min" ;
                            qudt-ext:ucumPrintSymbol "mg/min" ;
                            qudt:abbreviation "mg/min" ;
                            qudt:conversionMultiplier "1.66666667E-8"^^xsd:double ;
                            qudt:conversionOffset "0.0"^^xsd:double ;
                            qudt:symbol "mg/min" ;
                            rdfs:label "Milligram per Minute" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerNanoliter
unit-ext:MilligramPerNanoliter rdf:type owl:NamedIndividual ,
                                        qudt:MassPerVolumeUnit ;
                               qudt-ext:symbol "mg/nL" ;
                               qudt-ext:ucumCaseInsensitiveCode "MG/NL" ;
                               qudt-ext:ucumCaseSensitiveCode "mg/nL" ;
                               qudt-ext:ucumPrintSymbol "mg/nL" ;
                               qudt:abbreviation "mg/nL" ;
                               qudt:conversionMultiplier "999.9999999999999"^^xsd:double ;
                               qudt:conversionOffset "0.0"^^xsd:double ;
                               qudt:symbol "mg/nL" ;
                               rdfs:label "Milligram per Nanoliter" ;
                               skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                               skos:prefLabel "Milligram per Nanoliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerPicoliter
unit-ext:MilligramPerPicoliter rdf:type owl:NamedIndividual ,
                                        qudt:MassPerVolumeUnit ;
                               qudt-ext:symbol "mg/pL" ;
                               qudt-ext:ucumCaseInsensitiveCode "MG/PL" ;
                               qudt-ext:ucumCaseSensitiveCode "mg/pL" ;
                               qudt-ext:ucumPrintSymbol "mg/pL" ;
                               qudt:abbreviation "mg/pL" ;
                               qudt:conversionMultiplier "1000000.0"^^xsd:double ;
                               qudt:conversionOffset "0.0"^^xsd:double ;
                               qudt:symbol "mg/pL" ;
                               rdfs:label "Milligram per Picoliter" ;
                               skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                               skos:prefLabel "Milligram per Picoliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerSecond
unit-ext:MilligramPerSecond rdf:type owl:NamedIndividual ,
                                     qudt:MassPerTimeUnit ;
                            qudt-ext:symbol "mg/s" ;
                            qudt-ext:ucumCaseInsensitiveCode "MG/S" ;
                            qudt-ext:ucumCaseSensitiveCode "mg/s" ;
                            qudt-ext:ucumPrintSymbol "mg/s" ;
                            qudt:abbreviation "mg/s" ;
                            qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                            qudt:conversionOffset "0.0"^^xsd:double ;
                            qudt:symbol "mg/s" ;
                            rdfs:label "Milligram per Second" ;
                            skos:prefLabel "Milligram per Second" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerSquareCentimeter
unit-ext:MilligramPerSquareCentimeter rdf:type owl:NamedIndividual ,
                                               qudt:MassPerAreaUnit ;
                                      qudt-ext:symbol "mg/cm^2" ;
                                      qudt-ext:ucumCaseInsensitiveCode "MG/CM2" ;
                                      qudt-ext:ucumCaseSensitiveCode "mg/cm2" ;
                                      qudt-ext:ucumPrintSymbol "mg/cm<sup>2</sup>" ;
                                      qudt:abbreviation "mg/cm^2" ;
                                      qudt:conversionMultiplier "0.009999999999999998"^^xsd:double ;
                                      qudt:conversionOffset "0.0"^^xsd:double ;
                                      qudt:symbol "mg/cm^2" ;
                                      rdfs:label "Milligram per Square Centimeter" ;
                                      skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                                      skos:prefLabel "Milligram per Square Centimeter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerSquareMeter
unit-ext:MilligramPerSquareMeter rdf:type owl:NamedIndividual ,
                                          qudt:MassPerAreaUnit ;
                                 qudt-ext:symbol "mg/m^2" ;
                                 qudt-ext:ucumCaseInsensitiveCode "MG/M2" ;
                                 qudt-ext:ucumCaseSensitiveCode "mg/m2" ;
                                 qudt-ext:ucumPrintSymbol "mL/m<sup>2</sup>" ;
                                 qudt:abbreviation "mg/m^2" ;
                                 qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                                 qudt:conversionOffset "0.0"^^xsd:double ;
                                 qudt:symbol "mg/m^2" ;
                                 rdfs:label "Milligram per Square Meter" ;
                                 skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                                 skos:prefLabel "Milligram per Square Meter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#Milliliter
unit-ext:Milliliter rdf:type owl:NamedIndividual ,
                             qudt:VolumeUnit ;
                    qudt-ext:symbol "mL" ;
                    qudt-ext:ucumCaseInsensitiveCode "ML" ;
                    qudt-ext:ucumCaseSensitiveCode "mL" ;
                    qudt-ext:ucumPrintSymbol "mL" ;
                    qudt:abbreviation "mL" ;
                    qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    qudt:symbol "mL" ;
                    rdfs:label "Milliliter" ;
                    skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ,
                                    "2020-09-09 Fix conversionMultiplier. [Allotrope]" ;
                    skos:prefLabel "Milliliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilliliterPerKilogram
unit-ext:MilliliterPerKilogram rdf:type owl:NamedIndividual ,
                                        qudt:VolumePerMassUnit ;
                               qudt-ext:symbol "mL/kg" ;
                               qudt-ext:ucumCaseInsensitiveCode "ML/KG" ;
                               qudt-ext:ucumCaseSensitiveCode "mL/kg" ;
                               qudt-ext:ucumPrintSymbol "mL/kg" ;
                               qudt:abbreviation "mL/kg" ;
                               qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                               qudt:conversionOffset "0.0"^^xsd:double ;
                               qudt:symbol "mL/kg" ;
                               rdfs:label "Milliliter per Kilogram" ;
                               skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                               skos:prefLabel "Milliliter per Kilogram" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilliliterPerLiter
unit-ext:MilliliterPerLiter rdf:type owl:NamedIndividual ,
                                     qudt-ext:VolumeConcentrationUnit ;
                            qudt-ext:symbol "mL/L" ;
                            qudt-ext:ucumCaseInsensitiveCode "ML/L" ;
                            qudt-ext:ucumCaseSensitiveCode "mL/L" ;
                            qudt-ext:ucumPrintSymbol "mL/L" ;
                            qudt:abbreviation "mL/L" ;
                            qudt:conversionMultiplier "0.001"^^xsd:double ;
                            qudt:conversionOffset "0.0"^^xsd:double ;
                            qudt:symbol "mL/L" ;
                            rdfs:label "Milliliter per Liter" ;
                            skos:prefLabel "Milliliter per Liter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilliliterPerMinute
unit-ext:MilliliterPerMinute rdf:type owl:NamedIndividual ,
                                      qudt:VolumePerTimeUnit ;
                             qudt-ext:symbol "mL/min" ;
                             qudt-ext:ucumCaseInsensitiveCode "ML/MIN" ;
                             qudt-ext:ucumCaseSensitiveCode "mL/min" ;
                             qudt-ext:ucumPrintSymbol "mL/min" ;
                             qudt:abbreviation "mL/min" ;
                             qudt:conversionMultiplier "6.0E-5"^^xsd:double ;
                             qudt:conversionOffset "0.0"^^xsd:double ;
                             qudt:symbol "mL/min" ;
                             rdfs:label "Milliliter per Minute" ;
                             skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                             skos:prefLabel "Milliliter per Minute" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilliliterPerMinuteSquared
unit-ext:MilliliterPerMinuteSquared rdf:type owl:NamedIndividual ,
                                             qudt:VolumePerTimeUnit ;
                                    qudt-ext:symbol "mL/min^2" ;
                                    qudt-ext:ucumCaseInsensitiveCode "ML/MIN2" ;
                                    qudt-ext:ucumCaseSensitiveCode "mL/min2" ;
                                    qudt-ext:ucumPrintSymbol "mL/min<sup>2</sup>" ;
                                    qudt:abbreviation "mL/min^2" ;
                                    qudt:conversionMultiplier "3.6"^^xsd:double ;
                                    qudt:conversionOffset "0.0"^^xsd:double ;
                                    qudt:symbol "mL/min^2" ;
                                    rdfs:label "Milliliter per Minute Squared" ;
                                    skos:changeNote "2020-06-21 Changed pref label. [Allotrope]" ,
                                                    "2020-08-19 Add UCUM codes. [Allotrope]" ;
                                    skos:prefLabel "Milliliter per Minute Squared" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilliliterPerSecond
unit-ext:MilliliterPerSecond rdf:type owl:NamedIndividual ,
                                      qudt:VolumePerTimeUnit ;
                             qudt-ext:symbol "mL/s" ;
                             qudt-ext:ucumCaseInsensitiveCode "ML/S" ;
                             qudt-ext:ucumCaseSensitiveCode "mL/s" ;
                             qudt-ext:ucumPrintSymbol "mL/s" ;
                             qudt:abbreviation "mL/s" ;
                             qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                             qudt:conversionOffset "0.0"^^xsd:double ;
                             qudt:symbol "mL/s" ;
                             rdfs:label "Milliliter per Second" ;
                             skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                             skos:prefLabel "Milliliter per Second" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilliliterPerSecondSquared
unit-ext:MilliliterPerSecondSquared rdf:type owl:NamedIndividual ,
                                             qudt:Unit ;
                                    qudt-ext:symbol "mL/s^2" ;
                                    qudt-ext:ucumCaseInsensitiveCode "ML/S2" ;
                                    qudt-ext:ucumCaseSensitiveCode "mL/s2" ;
                                    qudt-ext:ucumPrintSymbol "mL/s<sup>2</sup>" ;
                                    qudt:abbreviation "mL/s^2" ;
                                    qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                                    qudt:conversionOffset "0.0"^^xsd:double ;
                                    qudt:symbol "mL/s^2" ;
                                    rdfs:label "Milliliter per Second Squared" ;
                                    skos:prefLabel "Milliliter per Second Squared" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MillimeterOfMercuryPerMinute
unit-ext:MillimeterOfMercuryPerMinute rdf:type owl:NamedIndividual ,
                                               qudt:Unit ;
                                      qudt-ext:symbol "mmHg/min" ;
                                      qudt-ext:ucumCaseInsensitiveCode "MM[Hg]/MIN" ;
                                      qudt-ext:ucumCaseSensitiveCode "mm[Hg]/min" ;
                                      qudt-ext:ucumPrintSymbol "mm[Hg]/min" ;
                                      qudt:abbreviation "mmHg/min" ;
                                      qudt:conversionMultiplier "1433.5713"^^xsd:double ;
                                      qudt:conversionOffset "0.0"^^xsd:double ;
                                      qudt:symbol "mmHg/min" ;
                                      rdfs:label "Millimeter of Mercury per Minute" ;
                                      skos:prefLabel "Millimeter of Mercury per Minute" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MillimeterPerMinute
unit-ext:MillimeterPerMinute rdf:type owl:NamedIndividual ,
                                      qudt:LinearVelocityUnit ;
                             qudt-ext:symbol "mm/min" ;
                             qudt-ext:ucumCaseInsensitiveCode "MM/MIN" ;
                             qudt-ext:ucumCaseSensitiveCode "mm/min" ;
                             qudt-ext:ucumPrintSymbol "mm/min" ;
                             qudt:abbreviation "mm/min" ;
                             qudt:conversionMultiplier "1.66666667E-5"^^xsd:double ;
                             qudt:conversionOffset "0.0"^^xsd:double ;
                             qudt:symbol "mm/min" ;
                             rdfs:label "Millimeter per Minute" ;
                             skos:prefLabel "Millimeter per Minute" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MillimeterPerSecond
unit-ext:MillimeterPerSecond rdf:type owl:NamedIndividual ,
                                      qudt:LinearVelocityUnit ;
                             qudt-ext:symbol "mm/s" ;
                             qudt-ext:ucumCaseInsensitiveCode "MM/S" ;
                             qudt-ext:ucumCaseSensitiveCode "mm/s" ;
                             qudt-ext:ucumPrintSymbol "mm/s" ;
                             qudt:abbreviation "mm/s" ;
                             qudt:conversionMultiplier "0.001"^^xsd:double ;
                             qudt:conversionOffset "0.0"^^xsd:double ;
                             qudt:symbol "mm/s" ;
                             rdfs:label "Millimeter per Second" ;
                             skos:prefLabel "Millimeter per Second" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#Millimolar
unit-ext:Millimolar rdf:type owl:NamedIndividual ,
                             qudt:MolarConcentrationUnit ;
                    qudt-ext:symbol "mM" ;
                    qudt-ext:ucumCaseInsensitiveCode "MMOL/L" ;
                    qudt-ext:ucumCaseSensitiveCode "mmol/L" ;
                    qudt-ext:ucumPrintSymbol "mmol/L" ;
                    qudt:abbreviation "mM" ;
                    qudt:conversionMultiplier "1.0"^^xsd:double ;
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    qudt:symbol "mM" ;
                    rdfs:label "Millimolar" ;
                    skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                    skos:prefLabel "Millimolar" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#Millimole
unit-ext:Millimole rdf:type owl:NamedIndividual ,
                            qudt:AmountOfSubstanceUnit ;
                   qudt-ext:symbol "mmol" ;
                   qudt-ext:ucumCaseInsensitiveCode "MMOL" ;
                   qudt-ext:ucumCaseSensitiveCode "mmol" ;
                   qudt-ext:ucumPrintSymbol "mmol" ;
                   qudt:abbreviation "mmol" ;
                   qudt:conversionMultiplier "0.001"^^xsd:double ;
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   qudt:symbol "mmol" ;
                   rdfs:label "Millimole" ;
                   skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                   skos:prefLabel "Millimole" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MillimolePerLiter
unit-ext:MillimolePerLiter rdf:type owl:NamedIndividual ,
                                    qudt:MolarConcentrationUnit ;
                           qudt-ext:symbol "mmol/L" ;
                           qudt-ext:ucumCaseInsensitiveCode "MMOL/L" ;
                           qudt-ext:ucumCaseSensitiveCode "mmol/L" ;
                           qudt-ext:ucumPrintSymbol "mmol/L" ;
                           qudt:abbreviation "mmol/L" ;
                           qudt:conversionMultiplier "1.0"^^xsd:double ;
                           qudt:conversionOffset "0.0"^^xsd:double ;
                           qudt:symbol "mmol/L" ;
                           rdfs:label "Millimole per Liter" ;
                           skos:prefLabel "Millimole per Liter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MillimolePerMilliliter
unit-ext:MillimolePerMilliliter rdf:type owl:NamedIndividual ,
                                         qudt:MolarConcentrationUnit ;
                                qudt:quantityKind qudt-quantity:AmountOfSubstancePerUnitVolume ;
                                qudt-ext:symbol "mmol/mL" ;
                                qudt-ext:ucumCaseInsensitiveCode "MMOL/ML" ;
                                qudt-ext:ucumCaseSensitiveCode "mmol/mL" ;
                                qudt-ext:ucumPrintSymbol "mmol/mL" ;
                                qudt:abbreviation "mmol/mL" ;
                                qudt:conversionMultiplier "0.001"^^xsd:double ;
                                qudt:conversionOffset "0.0"^^xsd:double ;
                                qudt:symbol "mmol/mL" ;
                                rdfs:label "Millimole per Milliliter" ;
                                skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                                skos:prefLabel "Millimole per Milliliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MillionCellsPerMilliliter
unit-ext:MillionCellsPerMilliliter rdf:type owl:NamedIndividual ,
                                            qudt-ext:NumberDensityUnit ,
                                            qudt:BiomedicalUnit ;
                                   qudt-ext:symbol "10^6 cells/mL" ;
                                   qudt-ext:ucumCaseInsensitiveCode "10^6{CELLS}/ML" ;
                                   qudt-ext:ucumCaseSensitiveCode "10^6{cells}/mL" ;
                                   qudt-ext:ucumPrintSymbol "10<sup>6</sup> cells/mL" ;
                                   qudt:abbreviation "10^6 cells/mL" ;
                                   qudt:conversionMultiplier "1.0"^^xsd:double ;
                                   qudt:conversionOffset "0.0"^^xsd:double ;
                                   qudt:description "The unit of million cells per milliliter expresses the result of quantifying the amount of cells within a volume." ;
                                   qudt:symbol "10^6 cells/mL" ;
                                   rdfs:label "Million Cells per Milliliter" ;
                                   skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                                   skos:prefLabel "Million Cells per Milliliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MillisiemenPerCentimeter
unit-ext:MillisiemenPerCentimeter rdf:type owl:NamedIndividual ,
                                           qudt-ext:ElectricalConductivityUnit ;
                                  qudt-ext:symbol "mS/cm" ;
                                  qudt-ext:ucumCaseInsensitiveCode "MSIE/CM" ;
                                  qudt-ext:ucumCaseSensitiveCode "mS/cm" ;
                                  qudt-ext:ucumPrintSymbol "mS/cm" ;
                                  qudt:abbreviation "mS/cm" ;
                                  qudt:conversionMultiplier "0.1"^^xsd:double ;
                                  qudt:conversionOffset "0.0"^^xsd:double ;
                                  qudt:symbol "mS/cm" ;
                                  rdfs:label "MilliSiemens per Centimeter" ;
                                  skos:prefLabel "MilliSiemens per Centimeter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#Millivolt
unit-ext:Millivolt rdf:type owl:NamedIndividual ,
                            qudt:EnergyPerElectricChargeUnit ;
                   qudt-ext:symbol "mV" ;
                   qudt-ext:ucumCaseInsensitiveCode "MV" ;
                   qudt-ext:ucumCaseSensitiveCode "mV" ;
                   qudt-ext:ucumPrintSymbol "mV" ;
                   qudt:abbreviation "mV" ;
                   qudt:conversionMultiplier "0.001"^^xsd:double ;
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   qudt:symbol "mV" ;
                   rdfs:label "Millivolt" ;
                   skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                   skos:prefLabel "Millivolt" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#Molar
unit-ext:Molar rdf:type owl:NamedIndividual ,
                        qudt:MolarConcentrationUnit ;
               qudt-ext:symbol "M" ;
               qudt-ext:ucumCaseInsensitiveCode "MOL" ;
               qudt-ext:ucumCaseSensitiveCode "mol" ;
               qudt-ext:ucumPrintSymbol "mol" ;
               qudt:abbreviation "M" ;
               qudt:conversionMultiplier "1000.0"^^xsd:double ;
               qudt:conversionOffset "0.0"^^xsd:double ;
               qudt:symbol "mol" ;
               rdfs:label "Molar" ;
               skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
               skos:prefLabel "Molar" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MolePerCubicDecimeter
unit-ext:MolePerCubicDecimeter rdf:type owl:NamedIndividual ,
                                        qudt:MolarConcentrationUnit ;
                               qudt-ext:symbol "mol/dm^3" ;
                               qudt-ext:ucumCaseInsensitiveCode "MOL/DM3" ;
                               qudt-ext:ucumCaseSensitiveCode "mol/dm3" ;
                               qudt-ext:ucumPrintSymbol "mol/dm<sup>3</sup>" ;
                               qudt:abbreviation "mol/dm^3" ;
                               qudt:conversionMultiplier "0.001"^^xsd:double ;
                               qudt:conversionOffset "0.0"^^xsd:double ;
                               qudt:symbol "mol/dm^3" ;
                               rdfs:label "Mole per Cubic Decimeter" ;
                               skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                               skos:prefLabel "Mole per Cubic Decimeter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#MolePerLiter
unit-ext:MolePerLiter rdf:type owl:NamedIndividual ,
                               qudt:MolarConcentrationUnit ;
                      qudt-ext:symbol "mol/L" ;
                      qudt-ext:ucumCaseInsensitiveCode "MOL/L" ;
                      qudt-ext:ucumCaseSensitiveCode "mol/L" ;
                      qudt-ext:ucumPrintSymbol "mol/L" ;
                      qudt:abbreviation "mol/L" ;
                      qudt:conversionMultiplier "0.001"^^xsd:double ;
                      qudt:conversionOffset "0.0"^^xsd:double ;
                      qudt:symbol "mol/L" ;
                      rdfs:label "Mole per Liter" ;
                      skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                      skos:prefLabel "Mole per Liter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#NanoAmpere
unit-ext:NanoAmpere rdf:type owl:NamedIndividual ,
                             qudt:ElectricCurrentUnit ;
                    qudt-ext:symbol "nA" ;
                    qudt-ext:ucumCaseInsensitiveCode "NA" ;
                    qudt-ext:ucumCaseSensitiveCode "nA" ;
                    qudt-ext:ucumPrintSymbol "nA" ;
                    qudt:abbreviation "nA" ;
                    qudt:conversionMultiplier "1.0E-9"^^xsd:double ;
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    qudt:symbol "nA" ;
                    rdfs:label "Nanoampere" ;
                    skos:prefLabel "Nanoampere" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#NanoCoulomb
unit-ext:NanoCoulomb rdf:type owl:NamedIndividual ,
                              qudt:ElectricChargeUnit ;
                     qudt-ext:symbol "nC" ;
                     qudt-ext:ucumCaseInsensitiveCode "NC" ;
                     qudt-ext:ucumCaseSensitiveCode "nC" ;
                     qudt-ext:ucumPrintSymbol "nC" ;
                     qudt:abbreviation "nC" ;
                     qudt:conversionMultiplier "1.0E-9"^^xsd:double ;
                     qudt:conversionOffset "0.0"^^xsd:double ;
                     qudt:symbol "nC" ;
                     rdfs:label "Nanocoulomb" ;
                     skos:prefLabel "Nanocoulomb" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#NanoRefractiveIndexUnit
unit-ext:NanoRefractiveIndexUnit rdf:type owl:NamedIndividual ;
                                 qudt:abbreviation "nano RIU" ;
                                 qudt:conversionMultiplier "1.0E-9"^^xsd:double ;
                                 qudt:conversionOffset "0.0"^^xsd:double ;
                                 qudt:symbol "nRIU" ;
                                 rdfs:label "Nano Refractive Index Unit" ;
                                 skos:prefLabel "Nano Refractive Index Unit" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#Nanogram
unit-ext:Nanogram rdf:type owl:NamedIndividual ,
                           qudt:MassUnit ;
                  qudt-ext:symbol "ng" ;
                  qudt-ext:ucumCaseInsensitiveCode "NG" ;
                  qudt-ext:ucumCaseSensitiveCode "ng" ;
                  qudt-ext:ucumPrintSymbol "ng" ;
                  qudt:abbreviation "ng" ;
                  qudt:conversionMultiplier "1.0E-12"^^xsd:double ;
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  qudt:symbol "ng" ;
                  rdfs:label "Nanogram" ;
                  skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                  skos:prefLabel "Nanogram" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#NanogramPerFemtoliter
unit-ext:NanogramPerFemtoliter rdf:type owl:NamedIndividual ,
                                        qudt:MassPerVolumeUnit ;
                               qudt-ext:symbol "ng/fL" ;
                               qudt:abbreviation "ng/fL" ;
                               qudt:conversionMultiplier "1000.0"^^xsd:double ;
                               qudt:conversionOffset "0.0"^^xsd:double ;
                               qudt:symbol "ng/fL" ;
                               rdfs:label "Nanogram per Femtoliter" ;
                               skos:prefLabel "Nanogram per Femtoliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#NanogramPerLiter
unit-ext:NanogramPerLiter rdf:type owl:NamedIndividual ,
                                   qudt:MassPerVolumeUnit ;
                          qudt-ext:symbol "ng/L" ;
                          qudt:abbreviation "ng/L" ;
                          qudt:conversionMultiplier "1.0E-9"^^xsd:double ;
                          qudt:conversionOffset "0.0"^^xsd:double ;
                          qudt:symbol "ng/L" ;
                          rdfs:label "Nanogram per Liter" ;
                          skos:prefLabel "Nanogram per Liter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#NanogramPerMicroliter
unit-ext:NanogramPerMicroliter rdf:type owl:NamedIndividual ,
                                        qudt:MassPerVolumeUnit ;
                               qudt-ext:symbol "ng/μL" ;
                               qudt:abbreviation "ng/μL" ;
                               qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                               qudt:conversionOffset "0.0"^^xsd:double ;
                               qudt:symbol "ng/μL" ;
                               rdfs:label "Nanogram per Microliter" ;
                               skos:prefLabel "Nanogram per Microliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#NanogramPerMilliliter
unit-ext:NanogramPerMilliliter rdf:type owl:NamedIndividual ,
                                        qudt:MassPerVolumeUnit ;
                               qudt-ext:symbol "ng/mL" ;
                               qudt:abbreviation "ng/mL" ;
                               qudt:conversionMultiplier "0.001"^^xsd:double ;
                               qudt:conversionOffset "0.0"^^xsd:double ;
                               qudt:symbol "ng/mL" ;
                               rdfs:label "Nanogram per Milliliter" ;
                               skos:prefLabel "Nanogram per Milliliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#NanogramPerNanoliter
unit-ext:NanogramPerNanoliter rdf:type owl:NamedIndividual ,
                                       qudt:MassPerVolumeUnit ;
                              qudt-ext:symbol "ng/nL" ;
                              qudt:abbreviation "ng/nL" ;
                              qudt:conversionMultiplier "0.001"^^xsd:double ;
                              qudt:conversionOffset "0.0"^^xsd:double ;
                              qudt:symbol "ng/nL" ;
                              rdfs:label "Nanogram per Nanoliter" ;
                              skos:prefLabel "Nanogram per Nanoliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#NanogramPerPicoliter
unit-ext:NanogramPerPicoliter rdf:type owl:NamedIndividual ,
                                       qudt:MassPerVolumeUnit ;
                              qudt-ext:symbol "ng/pL" ;
                              qudt:abbreviation "ng/pL" ;
                              qudt:conversionMultiplier "1.0"^^xsd:double ;
                              qudt:conversionOffset "0.0"^^xsd:double ;
                              qudt:symbol "ng/pL" ;
                              rdfs:label "Nanogram per Picoliter" ;
                              skos:prefLabel "Nanogram per Picoliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#NanogramPerSquareCentimeter
unit-ext:NanogramPerSquareCentimeter rdf:type owl:NamedIndividual ,
                                              qudt:MassPerAreaUnit ;
                                     qudt-ext:symbol "ng/cm^2" ;
                                     qudt:abbreviation "ng/cm^2" ;
                                     qudt:conversionMultiplier "1.0E-8"^^xsd:double ;
                                     qudt:conversionOffset "0.0"^^xsd:double ;
                                     qudt:symbol "ng/cm^2" ;
                                     rdfs:label "Nanogram per Square Centimeter" ;
                                     skos:prefLabel "Nanogram per Square Centimeter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#NanogramPerSquareMeter
unit-ext:NanogramPerSquareMeter rdf:type owl:NamedIndividual ,
                                         qudt:MassPerAreaUnit ;
                                qudt-ext:symbol "ng/m^2" ;
                                qudt:abbreviation "ng/m^2" ;
                                qudt:conversionMultiplier "1.0E-12"^^xsd:double ;
                                qudt:conversionOffset "0.0"^^xsd:double ;
                                qudt:symbol "ng/m^2" ;
                                rdfs:label "Nanogram per Square Meter" ;
                                skos:prefLabel "Nanogram per Square Meter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#Nanoliter
unit-ext:Nanoliter rdf:type owl:NamedIndividual ,
                            qudt:VolumeUnit ;
                   qudt-ext:symbol "nL" ;
                   qudt-ext:ucumCaseInsensitiveCode "NL" ;
                   qudt-ext:ucumCaseSensitiveCode "nL" ;
                   qudt-ext:ucumPrintSymbol "nL" ;
                   qudt:abbreviation "nL" ;
                   qudt:conversionMultiplier "1.0E-9"^^xsd:double ;
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   qudt:symbol "nL" ;
                   rdfs:label "Nanoliter" ;
                   skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                   skos:prefLabel "Nanoliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#Nanometer
unit-ext:Nanometer rdf:type owl:NamedIndividual ,
                            qudt:LengthUnit ;
                   qudt-ext:symbol "nm" ;
                   qudt-ext:ucumCaseInsensitiveCode "NM" ;
                   qudt-ext:ucumCaseSensitiveCode "nm" ;
                   qudt-ext:ucumPrintSymbol "nm" ;
                   qudt:abbreviation "nm" ;
                   qudt:conversionMultiplier "1.0E-8"^^xsd:double ;
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   qudt:symbol "nm" ;
                   rdfs:label "Nanometer" ;
                   skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                   skos:prefLabel "Nanometer" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#Nanomolar
unit-ext:Nanomolar rdf:type owl:NamedIndividual ,
                            qudt:MolarConcentrationUnit ;
                   qudt-ext:symbol "nmol/dm^3" ;
                   qudt:abbreviation "nM" ;
                   qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   qudt:symbol "nmol/dm^3" ;
                   rdfs:label "Nanomolar" ;
                   skos:prefLabel "Nanomolar" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#Nanomole
unit-ext:Nanomole rdf:type owl:NamedIndividual ,
                           qudt:AmountOfSubstanceUnit ;
                  qudt-ext:symbol "nmol" ;
                  qudt-ext:ucumCaseInsensitiveCode "NMOL" ;
                  qudt-ext:ucumCaseSensitiveCode "nmol" ;
                  qudt-ext:ucumPrintSymbol "nmol" ;
                  qudt:abbreviation "nmol" ;
                  qudt:conversionMultiplier "1.0E-9"^^xsd:double ;
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  qudt:symbol "nmol" ;
                  rdfs:label "Nanomole" ;
                  skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                  skos:prefLabel "Nanomole" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#NewtonPerSquareMillimeter
unit-ext:NewtonPerSquareMillimeter rdf:type owl:NamedIndividual ,
                                            qudt-ext:ForcePerAreaUnit ;
                                   qudt-ext:symbol "N/mm^2" ;
                                   qudt-ext:ucumCaseInsensitiveCode "N/MM2" ;
                                   qudt-ext:ucumCaseSensitiveCode "N/mm2" ;
                                   qudt-ext:ucumPrintSymbol "N/mm<sup>2</sup>" ;
                                   qudt:abbreviation "N/mm^2" ;
                                   qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                                   qudt:conversionOffset "0.0"^^xsd:double ;
                                   qudt:symbol "N/mm^2" ;
                                   rdfs:label "Newton per Square Millimeter" ;
                                   skos:prefLabel "Newton per Square Millimeter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#OhmMeter
unit-ext:OhmMeter rdf:type owl:NamedIndividual ,
                           qudt-ext:ElectricalResistivityUnit ;
                  qudt-ext:symbol "Ω m" ;
                  qudt-ext:ucumCaseInsensitiveCode "OHM.m" ;
                  qudt-ext:ucumCaseSensitiveCode "Ohm.m" ;
                  qudt-ext:ucumPrintSymbol "&#937;&#8901;m" ;
                  qudt:abbreviation "Ω m" ;
                  qudt:conversionMultiplier "1.0"^^xsd:double ;
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  qudt:symbol "Ω m" ;
                  rdfs:label "Ohm Meter" ;
                  skos:changeNote "2020-08-19 Changed UCUM print symbol. [Allotrope]" ;
                  skos:prefLabel "Ohm Meter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#OsmolesPerLiter
unit-ext:OsmolesPerLiter rdf:type owl:NamedIndividual ,
                                  qudt:ConcentrationUnit ;
                         qudt-ext:symbol "osm/L" ;
                         qudt-ext:ucumCaseInsensitiveCode "OSM/L" ;
                         qudt-ext:ucumCaseSensitiveCode "osm/L" ;
                         qudt-ext:ucumPrintSymbol "osm/L" ;
                         qudt:abbreviation "osm/L" ;
                         qudt:conversionMultiplier "1000.0"^^xsd:double ;
                         qudt:conversionOffset "0.0"^^xsd:double ;
                         qudt:symbol "osm/L" ;
                         rdfs:label "Osmoles per Liter" ;
                         skos:changeNote "2020-08-19 Added UCUM codes. [Allotrope]" ,
                                         "2020-09-09 Changed unit label to osm. [Allotrope]" ;
                         skos:prefLabel "Osmoles per Liter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#PH
unit-ext:PH rdf:type owl:NamedIndividual ,
                     qudt:ChemistryUnit ,
                     qudt:DimensionlessUnit ;
            qudt:quantityKind qudt-quantity:Dimensionless ;
            qudt-ext:symbol "pH" ;
            qudt-ext:ucumCaseInsensitiveCode "[PH]" ;
            qudt-ext:ucumCaseSensitiveCode "[pH]" ;
            qudt-ext:ucumPrintSymbol "pH" ;
            qudt:abbreviation "pH" ;
            qudt:conversionMultiplier "1.0"^^xsd:double ;
            qudt:conversionOffset "0.0"^^xsd:double ;
            qudt:symbol "pH" ;
            rdfs:label "pH" ;
            skos:changeNote "2020-08-19 Changed UCUM print symbol. [Allotrope]" ;
            skos:prefLabel "pH" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#PartsPerBillion
unit-ext:PartsPerBillion rdf:type owl:NamedIndividual ,
                                  qudt-ext:RatioUnit ,
                                  qudt:CountingUnit ;
                         qudt-ext:symbol "ppb" ;
                         qudt-ext:ucumCaseInsensitiveCode "[PPB]" ;
                         qudt-ext:ucumCaseSensitiveCode "[ppb]" ;
                         qudt-ext:ucumPrintSymbol "ppb" ;
                         qudt:abbreviation "ppb" ;
                         qudt:conversionMultiplier "1.0E-9"^^xsd:double ;
                         qudt:conversionOffset "0.0"^^xsd:double ;
                         qudt:symbol "ppb" ;
                         rdfs:label "Parts per Billion" ;
                         skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                         skos:definition "A dimensionless unit, it is equivalent to 10−9. [ISO 11240]" ;
                         skos:prefLabel "Parts per Billion" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#PartsPerMillion
unit-ext:PartsPerMillion rdf:type owl:NamedIndividual ,
                                  qudt-ext:RatioUnit ,
                                  qudt:CountingUnit ;
                         qudt-ext:symbol "ppm" ;
                         qudt-ext:ucumCaseInsensitiveCode "[PPM]" ;
                         qudt-ext:ucumCaseSensitiveCode "[ppm]" ;
                         qudt-ext:ucumPrintSymbol "ppm" ;
                         qudt:abbreviation "ppm" ;
                         qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                         qudt:conversionOffset "0.0"^^xsd:double ;
                         qudt:symbol "ppm" ;
                         rdfs:label "Parts per Million" ;
                         skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                         skos:definition "A dimensionless unit, it is equivalent to 10−6. [ISO 11240]" ;
                         skos:prefLabel "Parts per Million" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#PerMinute
unit-ext:PerMinute rdf:type owl:NamedIndividual ,
                            qudt-ext:NumberPerTimeUnit ,
                            qudt:FrequencyUnit ;
                   qudt-ext:symbol "min^-1" ;
                   qudt:abbreviation "min^-1" ;
                   qudt:conversionMultiplier "60.0"^^xsd:double ;
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   qudt:symbol "min^-1" ;
                   rdfs:label "per Minute" ;
                   skos:definition "The unit is per minute, regardless of what is being counted. [ISO 11240]" ;
                   skos:prefLabel "per Minute" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#PicoAmpere
unit-ext:PicoAmpere rdf:type owl:NamedIndividual ,
                             qudt:ElectricCurrentUnit ;
                    qudt-ext:symbol "pA" ;
                    qudt-ext:ucumCaseInsensitiveCode "PA" ;
                    qudt-ext:ucumCaseSensitiveCode "pA" ;
                    qudt-ext:ucumPrintSymbol "pA" ;
                    qudt:abbreviation "pA" ;
                    qudt:conversionMultiplier "1.0E-12"^^xsd:double ;
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    qudt:symbol "pA" ;
                    rdfs:label "Picoampere" ;
                    skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                    skos:prefLabel "Picoampere" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#PicoAmpereTimesSecond
unit-ext:PicoAmpereTimesSecond rdf:type owl:NamedIndividual ,
                                        qudt-ext:QuantityTimesTimeUnit ,
                                        qudt:Unit ;
                               qudt-ext:symbol "pA.s" ;
                               qudt-ext:ucumCaseInsensitiveCode "PA.S" ;
                               qudt-ext:ucumCaseSensitiveCode "pA.s" ;
                               qudt-ext:ucumPrintSymbol "pA&#8901;s" ;
                               qudt:abbreviation "pA.s" ;
                               qudt:conversionMultiplier "1.0E-12"^^xsd:double ;
                               qudt:conversionOffset "0.0"^^xsd:double ;
                               qudt:symbol "pA.s" ;
                               rdfs:label "Picoampere times Second" ;
                               skos:prefLabel "Picoampere times Second" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#PicoAmperesTimesMinute
unit-ext:PicoAmperesTimesMinute rdf:type owl:NamedIndividual ,
                                         qudt-ext:QuantityTimesTimeUnit ,
                                         qudt:Unit ;
                                qudt-ext:symbol "pA.min" ;
                                qudt-ext:ucumCaseInsensitiveCode "PA.MIN" ;
                                qudt-ext:ucumCaseSensitiveCode "pA.min" ;
                                qudt-ext:ucumPrintSymbol "pA&#8901;min" ;
                                qudt:abbreviation "pA.min" ;
                                qudt:conversionMultiplier "1.6666666667E-14"^^xsd:double ;
                                qudt:conversionOffset "0.0"^^xsd:double ;
                                qudt:symbol "pA.min" ;
                                rdfs:label "Picoampere times Minute" ;
                                skos:prefLabel "Picoampere times Minute" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#Picogram
unit-ext:Picogram rdf:type owl:NamedIndividual ,
                           qudt:MassUnit ;
                  qudt-ext:symbol "pg" ;
                  qudt-ext:ucumCaseInsensitiveCode "PG" ;
                  qudt-ext:ucumCaseSensitiveCode "pg" ;
                  qudt-ext:ucumPrintSymbol "pg" ;
                  qudt:abbreviation "pg" ;
                  qudt:conversionMultiplier "1.0E-15"^^xsd:double ;
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  qudt:symbol "pg" ;
                  rdfs:label "Picogram" ;
                  skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                  skos:prefLabel "Picogram" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#PicogramPerFemtoliter
unit-ext:PicogramPerFemtoliter rdf:type owl:NamedIndividual ,
                                        qudt:MassPerVolumeUnit ;
                               qudt-ext:symbol "pg/fL" ;
                               qudt:abbreviation "pg/fL" ;
                               qudt:conversionMultiplier "1.0"^^xsd:double ;
                               qudt:conversionOffset "0.0"^^xsd:double ;
                               qudt:symbol "pg/fL" ;
                               rdfs:label "Picogram per Femtoliter" ;
                               skos:prefLabel "Picogram per Femtoliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#PicogramPerLiter
unit-ext:PicogramPerLiter rdf:type owl:NamedIndividual ,
                                   qudt:MassPerVolumeUnit ;
                          qudt-ext:symbol "pg/L" ;
                          qudt:abbreviation "pg/L" ;
                          qudt:conversionMultiplier "1.0E-12"^^xsd:double ;
                          qudt:conversionOffset "0.0"^^xsd:double ;
                          qudt:symbol "pg/L" ;
                          rdfs:label "Picogram per Liter" ;
                          skos:prefLabel "Picogram per Liter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#PicogramPerMicroliter
unit-ext:PicogramPerMicroliter rdf:type owl:NamedIndividual ,
                                        qudt:MassPerVolumeUnit ;
                               qudt-ext:symbol "pg/μL" ;
                               qudt:abbreviation "pg/μL" ;
                               qudt:conversionMultiplier "1.0E-9"^^xsd:double ;
                               qudt:conversionOffset "0.0"^^xsd:double ;
                               qudt:symbol "pg/μL" ;
                               rdfs:label "Picogram per Microliter" ;
                               skos:prefLabel "Picogram per Microliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#PicogramPerMilliliter
unit-ext:PicogramPerMilliliter rdf:type owl:NamedIndividual ,
                                        qudt:MassPerVolumeUnit ;
                               qudt-ext:symbol "pg/mL" ;
                               qudt:abbreviation "pg/mL" ;
                               qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                               qudt:conversionOffset "0.0"^^xsd:double ;
                               qudt:symbol "pg/mL" ;
                               rdfs:label "Picogram per Milliliter" ;
                               skos:prefLabel "Picogram per Milliliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#PicogramPerNanoliter
unit-ext:PicogramPerNanoliter rdf:type owl:NamedIndividual ,
                                       qudt:MassPerVolumeUnit ;
                              qudt-ext:symbol "pg/nL" ;
                              qudt:abbreviation "pg/nL" ;
                              qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                              qudt:conversionOffset "0.0"^^xsd:double ;
                              qudt:symbol "pg/nL" ;
                              rdfs:label "Picogram per Nanoliter" ;
                              skos:prefLabel "Picogram per Nanoliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#PicogramPerPicoliter
unit-ext:PicogramPerPicoliter rdf:type owl:NamedIndividual ,
                                       qudt:MassPerVolumeUnit ;
                              qudt-ext:symbol "pg/pL" ;
                              qudt:abbreviation "pg/pL" ;
                              qudt:conversionMultiplier "0.001"^^xsd:double ;
                              qudt:conversionOffset "0.0"^^xsd:double ;
                              qudt:symbol "pg/pL" ;
                              rdfs:label "Picogram per Picoliter" ;
                              skos:prefLabel "Picogram per Picoliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#PicogramPerSquareCentimeter
unit-ext:PicogramPerSquareCentimeter rdf:type owl:NamedIndividual ,
                                              qudt:MassPerAreaUnit ;
                                     qudt-ext:symbol "pg/cm^2" ;
                                     qudt:abbreviation "pg/cm^2" ;
                                     qudt:conversionMultiplier "1.0E-11"^^xsd:double ;
                                     qudt:conversionOffset "0.0"^^xsd:double ;
                                     qudt:symbol "pg/cm^2" ;
                                     rdfs:label "Picogram per Square Centimeter" ;
                                     skos:prefLabel "Picogram per Square Centimeter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#PicogramPerSquareMeter
unit-ext:PicogramPerSquareMeter rdf:type owl:NamedIndividual ,
                                         qudt:MassPerAreaUnit ;
                                qudt-ext:symbol "pg/m^2" ;
                                qudt:abbreviation "pg/m^2" ;
                                qudt:conversionMultiplier "1.0E-15"^^xsd:double ;
                                qudt:conversionOffset "0.0"^^xsd:double ;
                                qudt:symbol "pg/m^2" ;
                                rdfs:label "Picogram per Square Meter" ;
                                skos:prefLabel "Picogram per Square Meter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#Picoliter
unit-ext:Picoliter rdf:type owl:NamedIndividual ,
                            qudt:VolumeUnit ;
                   qudt-ext:symbol "pL" ;
                   qudt-ext:ucumCaseInsensitiveCode "PL" ;
                   qudt-ext:ucumCaseSensitiveCode "pL" ;
                   qudt-ext:ucumPrintSymbol "pL" ;
                   qudt:abbreviation "pL" ;
                   qudt:conversionMultiplier "1.0E-12"^^xsd:double ;
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   qudt:symbol "pL" ;
                   rdfs:label "Picoliter" ;
                   skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                   skos:prefLabel "Picoliter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#Picometer
unit-ext:Picometer rdf:type owl:NamedIndividual ,
                            qudt:LengthUnit ;
                   qudt-ext:symbol "pm" ;
                   qudt-ext:ucumCaseInsensitiveCode "PM" ;
                   qudt-ext:ucumCaseSensitiveCode "pm" ;
                   qudt-ext:ucumPrintSymbol "pm" ;
                   qudt:abbreviation "pm" ;
                   qudt:conversionMultiplier "1.0E-12"^^xsd:double ;
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   qudt:symbol "pm" ;
                   rdfs:label "Picometer" ;
                   skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                   skos:prefLabel "Picometer" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#Picomolar
unit-ext:Picomolar rdf:type owl:NamedIndividual ,
                            qudt:MolarConcentrationUnit ;
                   qudt-ext:symbol "pmol/dm^3" ;
                   qudt:abbreviation "pM" ;
                   qudt:conversionMultiplier "1.0E-9"^^xsd:double ;
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   qudt:symbol "pmol/dm^3" ;
                   rdfs:label "Picomolar" ;
                   skos:prefLabel "Picomolar" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#Picomole
unit-ext:Picomole rdf:type owl:NamedIndividual ,
                           qudt:AmountOfSubstanceUnit ;
                  qudt-ext:symbol "pmol" ;
                  qudt-ext:ucumCaseInsensitiveCode "PMOL" ;
                  qudt-ext:ucumCaseSensitiveCode "pmol" ;
                  qudt-ext:ucumPrintSymbol "pmol" ;
                  qudt:abbreviation "pmol" ;
                  qudt:conversionMultiplier "1.0E-12"^^xsd:double ;
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  qudt:symbol "pmol" ;
                  rdfs:label "Picomole" ;
                  skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                  skos:prefLabel "Picomole" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#Pixel
unit-ext:Pixel rdf:type owl:NamedIndividual ,
                        qudt:CountingUnit ;
               qudt:quantityKind quantity-ext:Count ;
               qudt-ext:symbol "pixel" ;
               qudt-ext:ucumCaseInsensitiveCode "{PIXEL}" ;
               qudt-ext:ucumCaseSensitiveCode "{pixel}" ;
               qudt-ext:ucumPrintSymbol "pixel" ;
               qudt:conversionMultiplier "1.0"^^xsd:double ;
               qudt:conversionOffset "0.0"^^xsd:double ;
               qudt:description "number of pixels in a raster image" ;
               qudt:symbol "pixel" ;
               rdfs:label "Pixel" ;
               skos:prefLabel "Pixel" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#PixelPerMillimeter
unit-ext:PixelPerMillimeter rdf:type owl:NamedIndividual ,
                                     qudt-ext:NumberDensityUnit ;
                            qudt-ext:symbol "pixel/mm" ;
                            qudt-ext:ucumCaseInsensitiveCode "{PIXEL/MM}" ;
                            qudt-ext:ucumCaseSensitiveCode "{pixel/mm}" ;
                            qudt-ext:ucumPrintSymbol "pixel/mm" ;
                            qudt:conversionMultiplier "1000.0"^^xsd:double ;
                            qudt:conversionOffset "0.0"^^xsd:double ;
                            qudt:description "number of pixels per millimeter in a raster image" ;
                            qudt:symbol "pixel/mm" ;
                            rdfs:label "Pixels per Millimeter" ;
                            skos:prefLabel "Pixels per Millimeter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#PlaqueFormingUnit
unit-ext:PlaqueFormingUnit rdf:type owl:NamedIndividual ,
                                    qudt:MicrobialFormationUnit ;
                           qudt-ext:symbol "PFU" ;
                           qudt-ext:ucumCaseInsensitiveCode "[PFU]" ;
                           qudt-ext:ucumCaseSensitiveCode "[PFU]" ;
                           qudt-ext:ucumPrintSymbol "PFU" ;
                           qudt:abbreviation "PFU" ;
                           qudt:symbol "PFU" ;
                           rdfs:label "Plaque Forming Unit" ;
                           skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                           skos:definition "The NCI-concept 'plaque forming unit equiv 1000 mouse LD50' is mapped to [PFU] for 'plaque forming unit'. The fact that this quantity happens to be equivalent to '1000 mouse LD50' is not considered to be part of the unit concept but a component of the method definition (e.g. a titration end point). [ISO 11240]" ;
                           skos:prefLabel "Plaque Forming Unit" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#PlatesPerMeter
unit-ext:PlatesPerMeter rdf:type owl:NamedIndividual ,
                                 qudt-ext:NumberDensityUnit ,
                                 qudt:BiomedicalUnit ;
                        qudt-ext:symbol "plates/m" ;
                        qudt-ext:ucumCaseInsensitiveCode "PLATES/M" ;
                        qudt-ext:ucumCaseSensitiveCode "plates/m" ;
                        qudt-ext:ucumPrintSymbol "plates/m" ;
                        qudt:abbreviation "plates/m" ;
                        qudt:conversionMultiplier "1.0"^^xsd:double ;
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        qudt:description "The unit of plates per meter expresses the result of quantifying the density of theoretical plates in chromatography." ;
                        qudt:symbol "plates/m" ;
                        rdfs:label "Plates per Meter" ;
                        skos:prefLabel "Plates per Meter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#ReciprocalCentimeter
unit-ext:ReciprocalCentimeter rdf:type owl:NamedIndividual ,
                                       qudt:EnergyAndWorkUnit ;
                              qudt-ext:symbol "1/cm" ;
                              qudt-ext:ucumCaseInsensitiveCode "CM-1" ;
                              qudt-ext:ucumCaseSensitiveCode "cm-1" ;
                              qudt-ext:ucumPrintSymbol "1/cm" ;
                              qudt:abbreviation "1/cm" ;
                              qudt:conversionMultiplier "100.0"^^xsd:double ;
                              qudt:conversionOffset "0.0"^^xsd:double ;
                              qudt:symbol "1/cm" ;
                              rdfs:label "Wave Number" ;
                              skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                              skos:prefLabel "Wave Number" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#RefractiveIndexUnit
unit-ext:RefractiveIndexUnit rdf:type owl:NamedIndividual ,
                                      qudt-ext:RefractiveIndexUnit ;
                             qudt-ext:symbol "RIU" ;
                             qudt-ext:ucumCaseInsensitiveCode "[RIU]" ;
                             qudt-ext:ucumCaseSensitiveCode "[RIU]" ;
                             qudt-ext:ucumPrintSymbol "RIU" ;
                             qudt:abbreviation "RIU" ;
                             qudt:symbol "RIU" ;
                             rdfs:label "Refractive Index Unit" ;
                             skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                             skos:prefLabel "Refractive Index Unit" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#RelativeFluorescenceUnit
unit-ext:RelativeFluorescenceUnit rdf:type owl:NamedIndividual ,
                                           qudt:OpticsUnit ;
                                  qudt-ext:symbol "RFU" ;
                                  qudt-ext:ucumCaseInsensitiveCode "[RFU]" ;
                                  qudt-ext:ucumCaseSensitiveCode "[RFU]" ;
                                  qudt-ext:ucumPrintSymbol "RFU" ;
                                  qudt:abbreviation "RFU" ;
                                  qudt:conversionMultiplier "1.0"^^xsd:double ;
                                  qudt:conversionOffset "0.0"^^xsd:double ;
                                  qudt:symbol "RFU" ;
                                  rdfs:label "Relative Fluorescence Unit" ;
                                  skos:prefLabel "Relative Fluorescence Unit" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#RelativeLightUnit
unit-ext:RelativeLightUnit rdf:type owl:NamedIndividual ,
                                    qudt:OpticsUnit ;
                           qudt-ext:symbol "RLU" ;
                           qudt-ext:ucumCaseInsensitiveCode "[RLU]" ;
                           qudt-ext:ucumCaseSensitiveCode "[RLU]" ;
                           qudt-ext:ucumPrintSymbol "RLU" ;
                           qudt:abbreviation "RLU" ;
                           qudt:conversionMultiplier "1.0"^^xsd:double ;
                           qudt:conversionOffset "0.0"^^xsd:double ;
                           qudt:symbol "RLU" ;
                           rdfs:label "Relative Light Unit" ;
                           skos:prefLabel "Relative Light Unit" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#SamplePerSecond
unit-ext:SamplePerSecond rdf:type owl:NamedIndividual ,
                                  qudt-ext:NumberPerTimeUnit ;
                         qudt-ext:symbol "[sps]" ;
                         qudt-ext:ucumCaseInsensitiveCode "{SAMPLE}/S" ;
                         qudt-ext:ucumCaseSensitiveCode "{Sample}/s" ;
                         qudt-ext:ucumPrintSymbol "Sample/s" ;
                         qudt:description "The number of discrete samples of some thing per second." ;
                         qudt:symbol "[sps]" ;
                         dct:replaces unit:SamplePerSecond ;
                         rdfs:label "Sample per Second" ;
                         skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                         skos:prefLabel "Sample per Second" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#SiemensPerMeter
unit-ext:SiemensPerMeter rdf:type owl:NamedIndividual ,
                                  qudt-ext:ElectricalConductivityUnit ;
                         qudt-ext:symbol "S/m" ;
                         qudt-ext:ucumCaseInsensitiveCode "SIE/M" ;
                         qudt-ext:ucumCaseSensitiveCode "S/m" ;
                         qudt-ext:ucumPrintSymbol "S/m" ;
                         qudt:abbreviation "S/m" ;
                         qudt:conversionMultiplier "1.0"^^xsd:double ;
                         qudt:conversionOffset "0.0"^^xsd:double ;
                         qudt:symbol "S/m" ;
                         rdfs:label "Siemens per Meter" ;
                         skos:prefLabel "Siemens per Meter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#SiemensPerMeterTimesLiter
unit-ext:SiemensPerMeterTimesLiter rdf:type owl:NamedIndividual ,
                                            qudt-ext:QuantityTimesVolumeUnit ,
                                            qudt:Unit ;
                                   qudt-ext:symbol "[S/m].L" ;
                                   qudt-ext:ucumCaseInsensitiveCode "[SIE/M].L" ;
                                   qudt-ext:ucumCaseSensitiveCode "[S/m].L" ;
                                   qudt-ext:ucumPrintSymbol "[S/m]&#8901;L" ;
                                   qudt:abbreviation "[S/m].L" ;
                                   qudt:conversionMultiplier "1.0"^^xsd:double ;
                                   qudt:conversionOffset "0.0"^^xsd:double ;
                                   qudt:symbol "[S/m].L" ;
                                   skos:prefLabel "Siemens per Meter times Liter" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#SiemensPerMeterTimesSecond
unit-ext:SiemensPerMeterTimesSecond rdf:type owl:NamedIndividual ,
                                             qudt-ext:QuantityTimesTimeUnit ,
                                             qudt:Unit ;
                                    qudt-ext:symbol "[S/m].s" ;
                                    qudt-ext:ucumCaseInsensitiveCode "[SIE/M].S" ;
                                    qudt-ext:ucumCaseSensitiveCode "[S/m].s" ;
                                    qudt-ext:ucumPrintSymbol "[S/m].s" ;
                                    qudt:abbreviation "[S/m].sec" ;
                                    qudt:conversionMultiplier "1.0"^^xsd:double ;
                                    qudt:conversionOffset "0.0"^^xsd:double ;
                                    qudt:symbol "[S/m].s" ;
                                    skos:prefLabel "Siemens per Meter times Second" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#SquareAngstrom
unit-ext:SquareAngstrom rdf:type owl:NamedIndividual ,
                                 qudt:AreaUnit ;
                        qudt-ext:symbol "Å^2" ;
                        qudt-ext:ucumCaseInsensitiveCode "AO2" ;
                        qudt-ext:ucumCaseSensitiveCode "Ao2" ;
                        qudt-ext:ucumPrintSymbol "Å<sup>2</sup>" ;
                        qudt:abbreviation "Å^2" ;
                        qudt:conversionMultiplier "1.0E-20"^^xsd:double ;
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        qudt:symbol "Å^2" ;
                        rdfs:label "Square Ångström" ;
                        skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                        skos:prefLabel "Square Ångström" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#SquareMetersPerGram
unit-ext:SquareMetersPerGram rdf:type owl:NamedIndividual ,
                                      qudt-ext:SpecificSurfaceAreaUnit ;
                             qudt-ext:symbol "m^2/g" ;
                             qudt-ext:ucumCaseInsensitiveCode "M2/G" ;
                             qudt-ext:ucumCaseSensitiveCode "m2/g" ;
                             qudt-ext:ucumPrintSymbol "m<sup>2</sup>/g" ;
                             qudt:abbreviation "m^2/g" ;
                             qudt:conversionMultiplier "1000.0"^^xsd:double ;
                             qudt:conversionOffset "0.0"^^xsd:double ;
                             qudt:symbol "m^2/g" ;
                             rdfs:label "Square Meters per Gram" ;
                             skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                             skos:prefLabel "Square Meters per Gram" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#TwoTheta
unit-ext:TwoTheta rdf:type owl:NamedIndividual ,
                           qudt:AngleUnit ;
                  qudt-ext:symbol "2θ" ;
                  qudt-ext:ucumCaseInsensitiveCode "[2THETA]" ;
                  qudt-ext:ucumCaseSensitiveCode "[2theta]" ;
                  qudt-ext:ucumPrintSymbol "2θ" ;
                  qudt:abbreviation "2θ" ;
                  qudt:symbol "2θ" ;
                  rdfs:label "Two Theta" ;
                  skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                  skos:prefLabel "Two Theta" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#Unitless
unit-ext:Unitless rdf:type owl:NamedIndividual ,
                           qudt:DimensionlessUnit ;
                  qudt-ext:symbol "(unitless)" ;
                  qudt-ext:ucumCaseInsensitiveCode "{UNITLESS}" ;
                  qudt-ext:ucumCaseSensitiveCode "{unitless}" ;
                  qudt-ext:ucumPrintSymbol "(unitless)" ;
                  qudt:abbreviation "unitless" ;
                  qudt:conversionMultiplier "1.0"^^xsd:double ;
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  qudt:description "An explicit unit to say something has no units." ;
                  qudt:symbol "(unitless)" ;
                  rdfs:label "Unitless" ;
                  skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                  skos:prefLabel "Unitless" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#WattPerGram
unit-ext:WattPerGram rdf:type owl:NamedIndividual ,
                              qudt:HeatFlowRateUnit ;
                     qudt-ext:symbol "W/g" ;
                     qudt-ext:ucumCaseInsensitiveCode "W/G" ;
                     qudt-ext:ucumCaseSensitiveCode "W/g" ;
                     qudt-ext:ucumPrintSymbol "W/g" ;
                     qudt:abbreviation "W/g" ;
                     qudt:conversionMultiplier "1000.0"^^xsd:double ;
                     qudt:conversionOffset "0.0"^^xsd:double ;
                     qudt:symbol "W/g" ;
                     rdfs:label "Watt per Gram" ;
                     skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ;
                     skos:prefLabel "Watt per Gram" .


###  http://purl.allotrope.org/ontology/qudt-ext/unit#WattPerKelvin
unit-ext:WattPerKelvin rdf:type owl:NamedIndividual ,
                                qudt:ThermodynamicsUnit ;
                       qudt-ext:symbol "W/K" ;
                       qudt-ext:ucumCaseInsensitiveCode "W/K" ;
                       qudt-ext:ucumCaseSensitiveCode "W/K" ;
                       qudt-ext:ucumPrintSymbol "W/K" ;
                       qudt:abbreviation "W/K" ;
                       qudt:conversionMultiplier "1.0"^^xsd:double ;
                       qudt:conversionOffset "0.0"^^xsd:double ;
                       qudt:symbol "W/K" ;
                       rdfs:label "Watt per Kelvin" ;
                       skos:prefLabel "Watt per Kelvin" .


###  http://purl.allotrope.org/voc/attribution
<http://purl.allotrope.org/voc/attribution> rdf:type owl:NamedIndividual ,
                                                     dct:RightsStatement ;
                                            dct:description """
These taxonomies contain material or may constitute derivative works of material which may be subject to copyright by one of the following organizations.  By using these taxonomies, you agree to the following terms and conditions applicable to its contents:
******************************************************************************
Copyright Notice and Terms for IUPAC Gold Book
______________________________________________________________________________
Copyright © 1998, Regents of the University of California
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
******************************************************************************
Copyright Notice and Terms for PSI-MS (Proteomics Standards Initiative - Mass Spectrometry) Mass spectrometer output files and spectra interpretation
_____________________________________________________________________________
Created by Matt Chambers, Andreas Bertsch, Marius Kallhardt, Eric Deutsch Fredrik Levander, Pierre-Alain Binz, and Gerhard Mayer. Publisher: HUPO Proteomics Standards Initiative Mass Spectrometry Standards Working Group and HUPO Proteomics Standards Initiative Proteomics Informatics Working Group. This work is used pursuant to a Creative Commons license available here: http://creativecommons.org/licenses/by/3.0/legalcode

******************************************************************************
Attribution Notice for National Center for Biomedical Ontology materials.

This work contains material from the Cell Ontology and Clinical Measurement Ontology, available here: http://bioportal.bioontology.org/.
******************************************************************************
Attribution Notice for ChEBI
This work contains material from the European Bioinformatics Institute’s ChEBI database.
******************************************************************************
Attribution Notice for Quantities Units Dimensions Data Types (http://www.qudt.org/)
This work contains content from www.qudt.org and is used pursuant to a Creative Commons License available here: http://creativecommons.org/licenses/by-sa/3.0/us/legalcode. The original work may have been modified.
******************************************************************************
Copyright and Attribution Notice for Dublin Core Metadata Initiative Document
This work contains material from the following DCMI document used pursuant to a creative commons license available here: https://creativecommons.org/licenses/by/4.0/legalcode. This material may have been modified or changed.
Timestamped URL:          http://dublincore.org/documents/2012/06/14/dcmi-terms/
Date Issued:                       2012-06-14
Document Status:            This is a DCMI Recommendation.
Copyright © 1995-2015 DCMI. All Rights Reserved. DCMI liability, trademark/service mark, document use and software licensing rules apply.
******************************************************************************

""" ;
                                            dct:title "Derivative works attribution" .


###  http://purl.allotrope.org/voc/copyright
<http://purl.allotrope.org/voc/copyright> rdf:type owl:NamedIndividual ,
                                                   dct:RightsStatement ;
                                          dct:description "Copyright © 2015-2022 Allotrope Foundation" ;
                                          dct:rightsHolder <http://www.allotrope.org> ;
                                          dct:title "Copyright © 2015-2022 Allotrope Foundation" .


###  http://purl.allotrope.org/voc/creative-commons-attribution-license
<http://purl.allotrope.org/voc/creative-commons-attribution-license> rdf:type owl:NamedIndividual ,
                                                                              dct:LicenseDocument ;
                                                                     dct:description """This work is licensed under a Creative Commons Attribution 4.0 International License http://creativecommons.org/licenses/by/4.0/.

THESE MATERIALS ARE PROVIDED \"AS IS\" AND ALLOTROPE EXPRESSLY DISCLAIMS ALL WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, INCLUDING, WITHOUT LIMITATION, THE WARRANTIES OF NON-INFRINGEMENT, TITLE, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

Copyright © 2015-2022 Allotrope Foundation
""" ;
                                                                     dct:rightsHolder <http://www.allotrope.org> ;
                                                                     dct:title "Creative Commons Attribution 4.0 International Public License" .


###  http://qudt.org/schema/quantity#ForcePerArea
quantity:ForcePerArea rdf:type owl:NamedIndividual .


###  http://qudt.org/schema/qudt#Activity
qudt:Activity rdf:type owl:NamedIndividual ;
              qudt:symbol "A" .


###  http://qudt.org/vocab/quantity#AmountOfSubstancePerUnitVolume
qudt-quantity:AmountOfSubstancePerUnitVolume rdf:type owl:NamedIndividual .


###  http://qudt.org/vocab/quantity#CatalyticActivity
qudt-quantity:CatalyticActivity rdf:type owl:NamedIndividual .


###  http://qudt.org/vocab/quantity#Dimensionless
qudt-quantity:Dimensionless rdf:type owl:NamedIndividual .


###  http://qudt.org/vocab/quantity#DimensionlessRatio
qudt-quantity:DimensionlessRatio rdf:type owl:NamedIndividual .


###  http://qudt.org/vocab/unit#Abampere
unit:Abampere qudt-ext:symbol "abA" .


###  http://qudt.org/vocab/unit#Abcoulomb
unit:Abcoulomb qudt-ext:symbol "abC" .


###  http://qudt.org/vocab/unit#AbcoulombPerSquareCentimeter
unit:AbcoulombPerSquareCentimeter qudt-ext:symbol "abC/cm^2" .


###  http://qudt.org/vocab/unit#Abfarad
unit:Abfarad qudt-ext:symbol "abF" .


###  http://qudt.org/vocab/unit#AbfaradPerCentimeter
unit:AbfaradPerCentimeter qudt-ext:symbol "abF/cm" .


###  http://qudt.org/vocab/unit#Abhenry
unit:Abhenry qudt-ext:symbol "abH" .


###  http://qudt.org/vocab/unit#Abohm
unit:Abohm qudt-ext:symbol "abΩ" .


###  http://qudt.org/vocab/unit#Absiemen
unit:Absiemen qudt-ext:symbol "aS" .


###  http://qudt.org/vocab/unit#Abtesla
unit:Abtesla qudt-ext:symbol "abT" .


###  http://qudt.org/vocab/unit#Abvolt
unit:Abvolt qudt-ext:symbol "abV" .


###  http://qudt.org/vocab/unit#AbvoltCentimeter
unit:AbvoltCentimeter qudt-ext:symbol "abV cm" .


###  http://qudt.org/vocab/unit#AbvoltPerCentimeter
unit:AbvoltPerCentimeter qudt-ext:symbol "abV/cm" .


###  http://qudt.org/vocab/unit#AbvoltSecond
unit:AbvoltSecond qudt-ext:symbol "abV-s" .


###  http://qudt.org/vocab/unit#Acre
unit:Acre qudt-ext:symbol "ac" ;
          qudt-ext:ucumCaseInsensitiveCode "[ACR_US]" ;
          qudt-ext:ucumCaseSensitiveCode "[acr_us]" .


###  http://qudt.org/vocab/unit#AcreFoot
unit:AcreFoot qudt-ext:symbol "ac ft" .


###  http://qudt.org/vocab/unit#Ampere
unit:Ampere qudt-ext:symbol "A" ;
            qudt-ext:ucumCaseInsensitiveCode "A" ;
            qudt-ext:ucumCaseSensitiveCode "A" ;
            qudt-ext:ucumPrintSymbol "A" .


###  http://qudt.org/vocab/unit#AmpereHour
unit:AmpereHour qudt-ext:symbol "A h" .


###  http://qudt.org/vocab/unit#AmperePerDegree
unit:AmperePerDegree qudt-ext:symbol "A/deg" .


###  http://qudt.org/vocab/unit#AmperePerJoule
unit:AmperePerJoule qudt-ext:symbol "A J^-1" .


###  http://qudt.org/vocab/unit#AmperePerMeter
unit:AmperePerMeter qudt-ext:symbol "A/m" .


###  http://qudt.org/vocab/unit#AmperePerRadian
unit:AmperePerRadian qudt-ext:symbol "A/rad" .


###  http://qudt.org/vocab/unit#AmperePerSquareMeter
unit:AmperePerSquareMeter qudt-ext:symbol "A/m^2" .


###  http://qudt.org/vocab/unit#AmpereTurn
unit:AmpereTurn qudt-ext:symbol "At" .


###  http://qudt.org/vocab/unit#AmpereTurnPerInch
unit:AmpereTurnPerInch qudt-ext:symbol "At/in" .


###  http://qudt.org/vocab/unit#AmpereTurnPerMeter
unit:AmpereTurnPerMeter qudt-ext:symbol "At/m" .


###  http://qudt.org/vocab/unit#Angstrom
unit:Angstrom qudt-ext:symbol "Å" ;
              qudt-ext:ucumCaseInsensitiveCode "AO" ;
              qudt-ext:ucumCaseSensitiveCode "Ao" ;
              qudt-ext:ucumPrintSymbol "&#197;" .


###  http://qudt.org/vocab/unit#ArcMinute
unit:ArcMinute qudt-ext:symbol "arcMin" ;
               qudt-ext:ucumCaseInsensitiveCode "'" ;
               qudt-ext:ucumCaseSensitiveCode "'" ;
               qudt-ext:ucumPrintSymbol "'" .


###  http://qudt.org/vocab/unit#ArcSecond
unit:ArcSecond qudt-ext:symbol "arcSec" ;
               qudt-ext:ucumCaseInsensitiveCode "''" ;
               qudt-ext:ucumCaseSensitiveCode "''" ;
               qudt-ext:ucumPrintSymbol "''" .


###  http://qudt.org/vocab/unit#Are
unit:Are qudt-ext:symbol "a" ;
         qudt-ext:ucumCaseInsensitiveCode "AR" ;
         qudt-ext:ucumCaseSensitiveCode "ar" ;
         qudt-ext:ucumPrintSymbol "a" .


###  http://qudt.org/vocab/unit#AstronomicalUnit
unit:AstronomicalUnit qudt-ext:symbol "au" ;
                      qudt-ext:ucumCaseInsensitiveCode "AU" ;
                      qudt-ext:ucumCaseSensitiveCode "AU" ;
                      qudt-ext:ucumPrintSymbol "AU" .


###  http://qudt.org/vocab/unit#AtmosphereStandard
unit:AtmosphereStandard qudt-ext:symbol "atm" ;
                        qudt-ext:ucumCaseInsensitiveCode "ATM" ;
                        qudt-ext:ucumCaseSensitiveCode "atm" ;
                        qudt-ext:ucumPrintSymbol "atm" .


###  http://qudt.org/vocab/unit#AtmosphereTechnical
unit:AtmosphereTechnical qudt-ext:symbol "at" ;
                         qudt-ext:ucumCaseInsensitiveCode "ATT" ;
                         qudt-ext:ucumCaseSensitiveCode "att" ;
                         qudt-ext:ucumPrintSymbol "at" .


###  http://qudt.org/vocab/unit#AtomicMassUnit
unit:AtomicMassUnit qudt-ext:symbol "amu" .


###  http://qudt.org/vocab/unit#AtomicNumber
unit:AtomicNumber qudt-ext:symbol "Z" .


###  http://qudt.org/vocab/unit#Ban
unit:Ban qudt-ext:symbol "ban" .


###  http://qudt.org/vocab/unit#Bar
unit:Bar qudt-ext:symbol "bar" ;
         qudt-ext:ucumCaseInsensitiveCode "BAR" ;
         qudt-ext:ucumCaseSensitiveCode "bar" ;
         qudt-ext:ucumPrintSymbol "bar" .


###  http://qudt.org/vocab/unit#Barn
unit:Barn qudt-ext:symbol "b" ;
          qudt-ext:ucumCaseInsensitiveCode "BRN" ;
          qudt-ext:ucumCaseSensitiveCode "b" ;
          qudt-ext:ucumPrintSymbol "b" .


###  http://qudt.org/vocab/unit#Barrel
unit:Barrel qudt-ext:symbol "bbl" ;
            qudt-ext:ucumCaseInsensitiveCode "[BBL_US]" ;
            qudt-ext:ucumCaseSensitiveCode "[bbl_us]" .


###  http://qudt.org/vocab/unit#Becquerel
unit:Becquerel qudt-ext:symbol "Bq" ;
               qudt-ext:ucumCaseInsensitiveCode "BQ" ;
               qudt-ext:ucumCaseSensitiveCode "Bq" ;
               qudt-ext:ucumPrintSymbol "Bq" .


###  http://qudt.org/vocab/unit#Biot
unit:Biot qudt-ext:symbol "Bi" ;
          qudt-ext:ucumCaseInsensitiveCode "BI" ;
          qudt-ext:ucumCaseSensitiveCode "Bi" ;
          qudt-ext:ucumPrintSymbol "Bi" .


###  http://qudt.org/vocab/unit#Bit
unit:Bit qudt-ext:symbol "bit" ;
         qudt-ext:ucumCaseInsensitiveCode "BIT" ;
         qudt-ext:ucumCaseSensitiveCode "bit" ;
         qudt-ext:ucumPrintSymbol "bit" .


###  http://qudt.org/vocab/unit#BitsPerSecond
unit:BitsPerSecond qudt-ext:symbol "bps" .


###  http://qudt.org/vocab/unit#BoardFoot
unit:BoardFoot qudt-ext:symbol "Bf" ;
               qudt-ext:ucumCaseInsensitiveCode "[BF_I]" ;
               qudt-ext:ucumCaseSensitiveCode "[bf_i]" .


###  http://qudt.org/vocab/unit#BreathPerMinute
unit:BreathPerMinute qudt-ext:symbol "breaths/min" .


###  http://qudt.org/vocab/unit#BritishThermalUnitInternationalTable
unit:BritishThermalUnitInternationalTable qudt-ext:symbol "Btu (it)" ;
                                          qudt-ext:ucumCaseInsensitiveCode "[BTU_IT]" ;
                                          qudt-ext:ucumCaseSensitiveCode "[Btu_IT]" ;
                                          qudt-ext:ucumPrintSymbol "Btu<sub>IT</sub>" .


###  http://qudt.org/vocab/unit#BritishThermalUnitThermochemical
unit:BritishThermalUnitThermochemical qudt-ext:symbol "Btu (th)" ;
                                      qudt-ext:ucumCaseInsensitiveCode "[BTU_TH]" ;
                                      qudt-ext:ucumCaseSensitiveCode "[Btu_th]" ;
                                      qudt-ext:ucumPrintSymbol "Btu<sub>th</sub>" .


###  http://qudt.org/vocab/unit#BtuFoot
unit:BtuFoot qudt-ext:symbol "Btu ft" .


###  http://qudt.org/vocab/unit#BtuFootPerSquareFootHourDegreeFahrenheit
unit:BtuFootPerSquareFootHourDegreeFahrenheit qudt-ext:symbol "Btu ft/(h ft^2 °F)" .


###  http://qudt.org/vocab/unit#BtuInch
unit:BtuInch qudt-ext:symbol "Btu in" .


###  http://qudt.org/vocab/unit#BtuInchPerSquareFootHourDegreeFahrenheit
unit:BtuInchPerSquareFootHourDegreeFahrenheit qudt-ext:symbol "Btu in/(h ft^2 °F)" .


###  http://qudt.org/vocab/unit#BtuInchPerSquareFootSecondDegreeFahrenheit
unit:BtuInchPerSquareFootSecondDegreeFahrenheit qudt-ext:symbol "Btu in/(ft^2 s °F)" .


###  http://qudt.org/vocab/unit#BtuPerDegreeFahrenheit
unit:BtuPerDegreeFahrenheit qudt-ext:symbol "Btu/°F" .


###  http://qudt.org/vocab/unit#BtuPerDegreeRankine
unit:BtuPerDegreeRankine qudt-ext:symbol "Btu/°R" .


###  http://qudt.org/vocab/unit#BtuPerHour
unit:BtuPerHour qudt-ext:symbol "Btu/h" .


###  http://qudt.org/vocab/unit#BtuPerHourSquareFoot
unit:BtuPerHourSquareFoot qudt-ext:symbol "Btu/(h ft^2)" .


###  http://qudt.org/vocab/unit#BtuPerPound
unit:BtuPerPound qudt-ext:symbol "Btu/lb" .


###  http://qudt.org/vocab/unit#BtuPerPoundDegreeFahrenheit
unit:BtuPerPoundDegreeFahrenheit qudt-ext:symbol "Btu/(lb °F)" .


###  http://qudt.org/vocab/unit#BtuPerPoundDegreeRankine
unit:BtuPerPoundDegreeRankine qudt-ext:symbol "Btu/(lb °R)" .


###  http://qudt.org/vocab/unit#BtuPerPoundMole
unit:BtuPerPoundMole qudt-ext:symbol "Btu/(lb mol)" .


###  http://qudt.org/vocab/unit#BtuPerPoundMoleDegreeFahrenheit
unit:BtuPerPoundMoleDegreeFahrenheit qudt-ext:symbol "Btu/(lb mol °F)" .


###  http://qudt.org/vocab/unit#BtuPerSecond
unit:BtuPerSecond qudt-ext:symbol "Btu/s" .


###  http://qudt.org/vocab/unit#BtuPerSecondSquareFoot
unit:BtuPerSecondSquareFoot qudt-ext:symbol "Btu/(s ft^2)" .


###  http://qudt.org/vocab/unit#BtuPerSquareFoot
unit:BtuPerSquareFoot qudt-ext:symbol "Btu/ft^2" .


###  http://qudt.org/vocab/unit#BtuPerSquareFootHourDegreeFahrenheit
unit:BtuPerSquareFootHourDegreeFahrenheit qudt-ext:symbol "Btu/(h ft^2 °F)" .


###  http://qudt.org/vocab/unit#BtuPerSquareFootSecondDegreeFahrenheit
unit:BtuPerSquareFootSecondDegreeFahrenheit qudt-ext:symbol "Btu/(ft^2 s °F)" .


###  http://qudt.org/vocab/unit#Bushel
unit:Bushel qudt-ext:symbol "bu" ;
            qudt-ext:ucumCaseInsensitiveCode "[BU_US]" ;
            qudt-ext:ucumCaseSensitiveCode "[bu_us]" .


###  http://qudt.org/vocab/unit#Byte
unit:Byte qudt-ext:symbol "B" ;
          qudt-ext:ucumCaseInsensitiveCode "BY" ;
          qudt-ext:ucumCaseSensitiveCode "By" ;
          qudt-ext:ucumPrintSymbol "B" .


###  http://qudt.org/vocab/unit#CalorieNutritional
unit:CalorieNutritional qudt-ext:symbol "Cal" ;
                        qudt-ext:ucumCaseInsensitiveCode "[CAL]" ;
                        qudt-ext:ucumCaseSensitiveCode "[Cal]" ;
                        qudt-ext:ucumPrintSymbol "cal" ;
                        skos:changeNote "2020-08-19 Changed UCUM print symbol. [Allotrope]" .


###  http://qudt.org/vocab/unit#CalorieThermochemical
unit:CalorieThermochemical qudt-ext:symbol "cal" ;
                           qudt-ext:ucumCaseInsensitiveCode "CAL_TH" ;
                           qudt-ext:ucumCaseSensitiveCode "cal_th" ;
                           qudt-ext:ucumPrintSymbol "cal<sub>th</sub>" .


###  http://qudt.org/vocab/unit#Candela
unit:Candela qudt-ext:symbol "cd" ;
             qudt-ext:ucumCaseInsensitiveCode "CD" ;
             qudt-ext:ucumCaseSensitiveCode "cd" ;
             qudt-ext:ucumPrintSymbol "cd" .


###  http://qudt.org/vocab/unit#CandelaPerSquareInch
unit:CandelaPerSquareInch qudt-ext:symbol "cd/in^2" .


###  http://qudt.org/vocab/unit#CandelaPerSquareMeter
unit:CandelaPerSquareMeter qudt-ext:symbol "cd/m^2" .


###  http://qudt.org/vocab/unit#Candle
unit:Candle qudt-ext:symbol "cdl" .


###  http://qudt.org/vocab/unit#Candlepower
unit:Candlepower qudt-ext:symbol "cp" .


###  http://qudt.org/vocab/unit#Carat
unit:Carat qudt-ext:symbol "Nm/ct" .


###  http://qudt.org/vocab/unit#Centimeter
unit:Centimeter qudt-ext:symbol "cm" .


###  http://qudt.org/vocab/unit#CentimeterOfWater
unit:CentimeterOfWater qudt-ext:symbol "cmH2O" .


###  http://qudt.org/vocab/unit#CentimeterPerSecond
unit:CentimeterPerSecond qudt-ext:symbol "cm/s" .


###  http://qudt.org/vocab/unit#CentimeterPerSecondSquared
unit:CentimeterPerSecondSquared qudt-ext:symbol "cm/s^2" .


###  http://qudt.org/vocab/unit#CentimeterSecondDegreeCelsius
unit:CentimeterSecondDegreeCelsius qudt-ext:symbol "cm s °C" .


###  http://qudt.org/vocab/unit#Centipoise
unit:Centipoise qudt-ext:symbol "cP" .


###  http://qudt.org/vocab/unit#Centistokes
unit:Centistokes qudt-ext:symbol "cSt" .


###  http://qudt.org/vocab/unit#Chain
unit:Chain qudt-ext:symbol "ch" .


###  http://qudt.org/vocab/unit#CircularMil
unit:CircularMil qudt-ext:symbol "cmil" ;
                 qudt-ext:ucumCaseInsensitiveCode "[CML_I]" ;
                 qudt-ext:ucumCaseSensitiveCode "[cml_i]" ;
                 qudt-ext:ucumPrintSymbol "circ&#8901;mil" ;
                 skos:changeNote "2020-08-19 Changed UCUM print symbol. [Allotrope]" .


###  http://qudt.org/vocab/unit#Clo
unit:Clo qudt-ext:symbol "clo" .


###  http://qudt.org/vocab/unit#ColonyFormingUnit
unit:ColonyFormingUnit qudt-ext:symbol "CFU" ;
                       qudt-ext:ucumCaseInsensitiveCode "[CFU]" ;
                       qudt-ext:ucumCaseSensitiveCode "[CFU]" ;
                       qudt-ext:ucumPrintSymbol "CFU" .


###  http://qudt.org/vocab/unit#Cord
unit:Cord qudt-ext:symbol "cord" ;
          qudt-ext:ucumCaseInsensitiveCode "[CR_I]" ;
          qudt-ext:ucumCaseSensitiveCode "[cr_i]" .


###  http://qudt.org/vocab/unit#Coulomb
unit:Coulomb qudt-ext:symbol "C" ;
             qudt-ext:ucumCaseInsensitiveCode "C" ;
             qudt-ext:ucumCaseSensitiveCode "C" ;
             qudt-ext:ucumPrintSymbol "C" .


###  http://qudt.org/vocab/unit#CoulombMeter
unit:CoulombMeter qudt-ext:symbol "C m" .


###  http://qudt.org/vocab/unit#CoulombPerCubicMeter
unit:CoulombPerCubicMeter qudt-ext:symbol "C m^-3" .


###  http://qudt.org/vocab/unit#CoulombPerKilogram
unit:CoulombPerKilogram qudt-ext:symbol "C/kg" .


###  http://qudt.org/vocab/unit#CoulombPerMeter
unit:CoulombPerMeter qudt-ext:symbol "C/m" .


###  http://qudt.org/vocab/unit#CoulombPerMole
unit:CoulombPerMole qudt-ext:symbol "C/mol" .


###  http://qudt.org/vocab/unit#CoulombPerSquareMeter
unit:CoulombPerSquareMeter qudt-ext:symbol "C m^-2" .


###  http://qudt.org/vocab/unit#CoulombSquareMeter
unit:CoulombSquareMeter qudt-ext:symbol "C m^2" .


###  http://qudt.org/vocab/unit#CubicCentimeter
unit:CubicCentimeter qudt-ext:symbol "cm^3" .


###  http://qudt.org/vocab/unit#CubicCoulombMeterPerSquareJoule
unit:CubicCoulombMeterPerSquareJoule qudt-ext:symbol "C^3 m^3 J^-2" .


###  http://qudt.org/vocab/unit#CubicFoot
unit:CubicFoot qudt-ext:symbol "ft^3" ;
               qudt-ext:ucumCaseInsensitiveCode "[CFT_I]" ;
               qudt-ext:ucumCaseSensitiveCode "[cft_i]" .


###  http://qudt.org/vocab/unit#CubicFootPerMinute
unit:CubicFootPerMinute qudt-ext:symbol "ft^3/min" .


###  http://qudt.org/vocab/unit#CubicFootPerSecond
unit:CubicFootPerSecond qudt-ext:symbol "ft^3/s" .


###  http://qudt.org/vocab/unit#CubicInch
unit:CubicInch qudt-ext:symbol "in^3" ;
               qudt-ext:ucumCaseInsensitiveCode "[CIN_I]" ;
               qudt-ext:ucumCaseSensitiveCode "[cin_i]" .


###  http://qudt.org/vocab/unit#CubicInchPerMinute
unit:CubicInchPerMinute qudt-ext:symbol "in^3/min" .


###  http://qudt.org/vocab/unit#CubicKilometerPerSecondSquared
unit:CubicKilometerPerSecondSquared qudt-ext:symbol "km^3/s^2" .


###  http://qudt.org/vocab/unit#CubicMeter
unit:CubicMeter qudt-ext:symbol "m^3" .


###  http://qudt.org/vocab/unit#CubicMeterPerHour
unit:CubicMeterPerHour qudt-ext:symbol "m^3/h" .


###  http://qudt.org/vocab/unit#CubicMeterPerKelvin
unit:CubicMeterPerKelvin qudt-ext:symbol "m^3/K" .


###  http://qudt.org/vocab/unit#CubicMeterPerKilogram
unit:CubicMeterPerKilogram qudt-ext:symbol "m^3/kg" .


###  http://qudt.org/vocab/unit#CubicMeterPerKilogramSecondSquared
unit:CubicMeterPerKilogramSecondSquared qudt-ext:symbol "m^3 kg^-1 s^-2" .


###  http://qudt.org/vocab/unit#CubicMeterPerMole
unit:CubicMeterPerMole qudt-ext:symbol "m^3 mol^-1" .


###  http://qudt.org/vocab/unit#CubicMeterPerSecond
unit:CubicMeterPerSecond qudt-ext:symbol "m^3/s" .


###  http://qudt.org/vocab/unit#CubicMeterPerSecondSquared
unit:CubicMeterPerSecondSquared qudt-ext:symbol "m^3/s^2" .


###  http://qudt.org/vocab/unit#CubicMile
unit:CubicMile qudt-ext:symbol "mi^3" .


###  http://qudt.org/vocab/unit#CubicMillimeter
unit:CubicMillimeter qudt-ext:symbol "mm^3" .


###  http://qudt.org/vocab/unit#CubicYard
unit:CubicYard qudt-ext:symbol "yd^3" ;
               qudt-ext:ucumCaseInsensitiveCode "[CYD_I]" ;
               qudt-ext:ucumCaseSensitiveCode "[cyd_i]" ;
               qudt-ext:ucumPrintSymbol "cu.yd" .


###  http://qudt.org/vocab/unit#CubicYardPerMinute
unit:CubicYardPerMinute qudt-ext:symbol "yd^3/min" .


###  http://qudt.org/vocab/unit#Curie
unit:Curie qudt-ext:symbol "Ci" ;
           qudt-ext:ucumCaseInsensitiveCode "CI" ;
           qudt-ext:ucumCaseSensitiveCode "Ci" ;
           qudt-ext:ucumPrintSymbol "Ci" .


###  http://qudt.org/vocab/unit#Dalton
unit:Dalton qudt-ext:symbol "Da" .


###  http://qudt.org/vocab/unit#Dalton2
unit:Dalton2 qudt-ext:symbol "u" .


###  http://qudt.org/vocab/unit#Day
unit:Day qudt-ext:symbol "d" ;
         qudt-ext:ucumCaseInsensitiveCode "D" ;
         qudt-ext:ucumCaseSensitiveCode "d" ;
         qudt-ext:ucumPrintSymbol "d" .


###  http://qudt.org/vocab/unit#DaySidereal
unit:DaySidereal qudt-ext:symbol "d (s)" .


###  http://qudt.org/vocab/unit#Debye
unit:Debye qudt-ext:symbol "D" .


###  http://qudt.org/vocab/unit#Decibel
unit:Decibel qudt-ext:symbol "dB" .


###  http://qudt.org/vocab/unit#DecibelCarrier
unit:DecibelCarrier qudt-ext:symbol "dBc" .


###  http://qudt.org/vocab/unit#DecibelReferredToOneMilliwatt
unit:DecibelReferredToOneMilliwatt qudt-ext:symbol "dBm" .


###  http://qudt.org/vocab/unit#Decimeter
unit:Decimeter qudt-ext:symbol "dm" ;
               qudt:symbol "dm" .


###  http://qudt.org/vocab/unit#DegreeAngle
unit:DegreeAngle qudt-ext:symbol "°" ;
                 qudt-ext:ucumCaseInsensitiveCode "DEG" ;
                 qudt-ext:ucumCaseSensitiveCode "deg" ;
                 qudt-ext:ucumPrintSymbol "&#176;" .


###  http://qudt.org/vocab/unit#DegreeCelsius
unit:DegreeCelsius qudt-ext:symbol "degC" ;
                   qudt-ext:ucumCaseInsensitiveCode "CEL" ;
                   qudt-ext:ucumCaseSensitiveCode "Cel" ;
                   qudt-ext:ucumPrintSymbol "&#176;C" .


###  http://qudt.org/vocab/unit#DegreeCelsiusCentimeter
unit:DegreeCelsiusCentimeter qudt-ext:symbol "cm-degC" .


###  http://qudt.org/vocab/unit#DegreeCelsiusPerHour
unit:DegreeCelsiusPerHour qudt-ext:symbol "°C/h" .


###  http://qudt.org/vocab/unit#DegreeCelsiusPerMinute
unit:DegreeCelsiusPerMinute qudt-ext:symbol "°C/min" .


###  http://qudt.org/vocab/unit#DegreeCelsiusPerSecond
unit:DegreeCelsiusPerSecond qudt-ext:symbol "°C/s" .


###  http://qudt.org/vocab/unit#DegreeCentigrade
unit:DegreeCentigrade qudt-ext:symbol "°C" .


###  http://qudt.org/vocab/unit#DegreeFahrenheit
unit:DegreeFahrenheit qudt-ext:symbol "°F" ;
                      qudt-ext:ucumCaseInsensitiveCode "[DEGF]" ;
                      qudt-ext:ucumCaseSensitiveCode "[degF]" ;
                      qudt-ext:ucumPrintSymbol "&#176;F" .


###  http://qudt.org/vocab/unit#DegreeFahrenheitHour
unit:DegreeFahrenheitHour qudt-ext:symbol "°F h" .


###  http://qudt.org/vocab/unit#DegreeFahrenheitHourPerBtu
unit:DegreeFahrenheitHourPerBtu qudt-ext:symbol "°F h/Btu" .


###  http://qudt.org/vocab/unit#DegreeFahrenheitPerHour
unit:DegreeFahrenheitPerHour qudt-ext:symbol "°F/h" .


###  http://qudt.org/vocab/unit#DegreeFahrenheitPerMinute
unit:DegreeFahrenheitPerMinute qudt-ext:symbol "°F/m" .


###  http://qudt.org/vocab/unit#DegreeFahrenheitPerSecond
unit:DegreeFahrenheitPerSecond qudt-ext:symbol "°F/s" .


###  http://qudt.org/vocab/unit#DegreePerHour
unit:DegreePerHour qudt-ext:symbol "°/h" .


###  http://qudt.org/vocab/unit#DegreePerMinute
unit:DegreePerMinute qudt-ext:symbol "°/min" .


###  http://qudt.org/vocab/unit#DegreePerSecond
unit:DegreePerSecond qudt-ext:symbol "°/s" .


###  http://qudt.org/vocab/unit#DegreePerSecondSquared
unit:DegreePerSecondSquared qudt-ext:symbol "° s^-2" .


###  http://qudt.org/vocab/unit#DegreeRankine
unit:DegreeRankine qudt-ext:symbol "°R" ;
                   qudt-ext:ucumCaseInsensitiveCode "[degR]" ;
                   qudt-ext:ucumCaseSensitiveCode "[degR]" ;
                   qudt-ext:ucumPrintSymbol "&#176;R" .


###  http://qudt.org/vocab/unit#DegreeRankinePerHour
unit:DegreeRankinePerHour qudt-ext:symbol "°R/h" .


###  http://qudt.org/vocab/unit#DegreeRankinePerMinute
unit:DegreeRankinePerMinute qudt-ext:symbol "°R/m" .


###  http://qudt.org/vocab/unit#DegreeRankinePerSecond
unit:DegreeRankinePerSecond qudt-ext:symbol "°R/s" .


###  http://qudt.org/vocab/unit#Denier
unit:Denier qudt-ext:ucumCaseInsensitiveCode "[DEN]" ;
            qudt-ext:ucumCaseSensitiveCode "[den]" ;
            qudt-ext:ucumPrintSymbol "den" .


###  http://qudt.org/vocab/unit#Diopter
unit:Diopter qudt-ext:symbol "dpt" ;
             qudt-ext:ucumCaseInsensitiveCode "[DIOP]" ;
             qudt-ext:ucumCaseSensitiveCode "[diop]" ;
             qudt-ext:ucumPrintSymbol "dpt" .


###  http://qudt.org/vocab/unit#DryGallonUS
unit:DryGallonUS qudt-ext:symbol "dry_gal" .


###  http://qudt.org/vocab/unit#DryPintUS
unit:DryPintUS qudt-ext:symbol "dry_pt" ;
               qudt-ext:ucumCaseInsensitiveCode "[DPT_US]" ;
               qudt-ext:ucumCaseSensitiveCode "[dpt_us]" .


###  http://qudt.org/vocab/unit#DryQuartUS
unit:DryQuartUS qudt-ext:symbol "dry_qt" ;
                qudt-ext:ucumCaseInsensitiveCode "[DQT_US]" ;
                qudt-ext:ucumCaseSensitiveCode "[dqt_us]" .


###  http://qudt.org/vocab/unit#Dyne
unit:Dyne qudt-ext:symbol "dyn" ;
          qudt-ext:ucumCaseInsensitiveCode "DYN" ;
          qudt-ext:ucumCaseSensitiveCode "dyn" ;
          qudt-ext:ucumPrintSymbol "dyn" .


###  http://qudt.org/vocab/unit#DyneCentimeter
unit:DyneCentimeter qudt-ext:symbol "dyn cm" .


###  http://qudt.org/vocab/unit#DynePerSquareCentimeter
unit:DynePerSquareCentimeter qudt-ext:symbol "dyn/cm^2" .


###  http://qudt.org/vocab/unit#ElectronVolt
unit:ElectronVolt qudt-ext:symbol "eV" ;
                  qudt-ext:ucumCaseInsensitiveCode "EV" ;
                  qudt-ext:ucumCaseSensitiveCode "eV" ;
                  qudt-ext:ucumPrintSymbol "eV" .


###  http://qudt.org/vocab/unit#ElectronVoltPerKelvin
unit:ElectronVoltPerKelvin qudt-ext:symbol "eV/K" .


###  http://qudt.org/vocab/unit#ElectronVoltPerTesla
unit:ElectronVoltPerTesla qudt-ext:symbol "eV/T" .


###  http://qudt.org/vocab/unit#ElectronVoltSecond
unit:ElectronVoltSecond qudt-ext:symbol "eV s" .


###  http://qudt.org/vocab/unit#Erg
unit:Erg qudt-ext:symbol "erg" ;
         qudt-ext:ucumCaseInsensitiveCode "ERG" ;
         qudt-ext:ucumCaseSensitiveCode "erg" ;
         qudt-ext:ucumPrintSymbol "erg" .


###  http://qudt.org/vocab/unit#ErgPerCubicCentimeter
unit:ErgPerCubicCentimeter qudt-ext:symbol "erg/cm^3" .


###  http://qudt.org/vocab/unit#ErgPerSecond
unit:ErgPerSecond qudt-ext:symbol "erg/s" .


###  http://qudt.org/vocab/unit#ErgPerSquareCentimeterSecond
unit:ErgPerSquareCentimeterSecond qudt-ext:symbol "erg/(cm^2 s)" .


###  http://qudt.org/vocab/unit#ErgSecond
unit:ErgSecond qudt-ext:symbol "erg s" .


###  http://qudt.org/vocab/unit#Euro
unit:Euro qudt-ext:symbol "€" .


###  http://qudt.org/vocab/unit#Farad
unit:Farad qudt-ext:symbol "F" ;
           qudt-ext:ucumCaseInsensitiveCode "F" ;
           qudt-ext:ucumCaseSensitiveCode "F" ;
           qudt-ext:ucumPrintSymbol "F" .


###  http://qudt.org/vocab/unit#FaradPerMeter
unit:FaradPerMeter qudt-ext:symbol "F/m" .


###  http://qudt.org/vocab/unit#Faraday
unit:Faraday qudt-ext:symbol "Fd" .


###  http://qudt.org/vocab/unit#Fathom
unit:Fathom qudt-ext:symbol "fath" ;
            qudt-ext:ucumCaseInsensitiveCode "[FTH_I]" ;
            qudt-ext:ucumCaseSensitiveCode "[fth_i]" ;
            qudt-ext:ucumPrintSymbol "fth" .


###  http://qudt.org/vocab/unit#Femtometer
unit:Femtometer qudt-ext:symbol "fm" .


###  http://qudt.org/vocab/unit#Fermi
unit:Fermi qudt-ext:symbol "fermi" .


###  http://qudt.org/vocab/unit#Flight
unit:Flight qudt-ext:symbol "flight" .


###  http://qudt.org/vocab/unit#Foot
unit:Foot qudt-ext:symbol "ft" ;
          qudt-ext:ucumCaseInsensitiveCode "[FT_I]" ;
          qudt-ext:ucumCaseSensitiveCode "[ft_i]" ;
          qudt-ext:ucumPrintSymbol "ft" .


###  http://qudt.org/vocab/unit#FootCandle
unit:FootCandle qudt-ext:symbol "fc" .


###  http://qudt.org/vocab/unit#FootLambert
unit:FootLambert qudt-ext:symbol "ft L" .


###  http://qudt.org/vocab/unit#FootOfWater
unit:FootOfWater qudt-ext:symbol "ftH2O" .


###  http://qudt.org/vocab/unit#FootPerHour
unit:FootPerHour qudt-ext:symbol "ft/h" .


###  http://qudt.org/vocab/unit#FootPerMinute
unit:FootPerMinute qudt-ext:symbol "ft/min" .


###  http://qudt.org/vocab/unit#FootPerSecond
unit:FootPerSecond qudt-ext:symbol "ft/s" .


###  http://qudt.org/vocab/unit#FootPerSecondSquared
unit:FootPerSecondSquared qudt-ext:symbol "ft/s^2" .


###  http://qudt.org/vocab/unit#FootPoundForce
unit:FootPoundForce qudt-ext:symbol "ft lbf" .


###  http://qudt.org/vocab/unit#FootPoundForcePerHour
unit:FootPoundForcePerHour qudt-ext:symbol "ft lbf/h" .


###  http://qudt.org/vocab/unit#FootPoundForcePerMinute
unit:FootPoundForcePerMinute qudt-ext:symbol "ft lbf/min" .


###  http://qudt.org/vocab/unit#FootPoundForcePerSecond
unit:FootPoundForcePerSecond qudt-ext:symbol "ft lbf/s" .


###  http://qudt.org/vocab/unit#FootPoundForcePerSquareFoot
unit:FootPoundForcePerSquareFoot qudt-ext:symbol "ft lbf/ft^2" .


###  http://qudt.org/vocab/unit#FootPoundForcePerSquareFootSecond
unit:FootPoundForcePerSquareFootSecond qudt-ext:symbol "ft lbf/(ft^2 s)" .


###  http://qudt.org/vocab/unit#FootPoundForcePerSquareMeter
unit:FootPoundForcePerSquareMeter qudt-ext:symbol "ft lbf/m^2" .


###  http://qudt.org/vocab/unit#FootPoundForceSecond
unit:FootPoundForceSecond qudt-ext:symbol "lbf/s" .


###  http://qudt.org/vocab/unit#FootPoundal
unit:FootPoundal qudt-ext:symbol "ft-pdl" .


###  http://qudt.org/vocab/unit#FootUSSurvey
unit:FootUSSurvey qudt-ext:symbol "ftUS" .


###  http://qudt.org/vocab/unit#FractionalArea
unit:FractionalArea qudt-ext:symbol "fa" .


###  http://qudt.org/vocab/unit#FramePerSecond
unit:FramePerSecond qudt-ext:symbol "fps" .


###  http://qudt.org/vocab/unit#Franklin
unit:Franklin qudt-ext:symbol "Fr" .


###  http://qudt.org/vocab/unit#Furlong
unit:Furlong qudt-ext:symbol "fur" ;
             qudt-ext:ucumCaseInsensitiveCode "[FUR_US]" ;
             qudt-ext:ucumCaseSensitiveCode "[fur_us]" .


###  http://qudt.org/vocab/unit#Gal
unit:Gal qudt-ext:symbol "Gal" ;
         qudt-ext:ucumCaseInsensitiveCode "GL" ;
         qudt-ext:ucumCaseSensitiveCode "Gal" ;
         qudt-ext:ucumPrintSymbol "Gal" .


###  http://qudt.org/vocab/unit#GallonImperial
unit:GallonImperial qudt-ext:symbol "imp gal" .


###  http://qudt.org/vocab/unit#GallonUS
unit:GallonUS qudt-ext:symbol "US gal" ;
              qudt-ext:ucumCaseInsensitiveCode "[GAL_US]" ;
              qudt-ext:ucumCaseSensitiveCode "[gal_us]" .


###  http://qudt.org/vocab/unit#GallonUSPerDay
unit:GallonUSPerDay qudt-ext:symbol "gal/d" .


###  http://qudt.org/vocab/unit#GallonUSPerMinute
unit:GallonUSPerMinute qudt-ext:symbol "gal/min" .


###  http://qudt.org/vocab/unit#Gamma
unit:Gamma qudt-ext:symbol "gamma" .


###  http://qudt.org/vocab/unit#Gauss
unit:Gauss qudt-ext:symbol "Gs" ;
           qudt-ext:ucumCaseInsensitiveCode "GS" ;
           qudt-ext:ucumCaseSensitiveCode "G" ;
           qudt-ext:ucumPrintSymbol "Gs" .


###  http://qudt.org/vocab/unit#GigaElectronVolt
unit:GigaElectronVolt qudt-ext:symbol "GeV" .


###  http://qudt.org/vocab/unit#GigaHertz
unit:GigaHertz qudt-ext:symbol "GHz" .


###  http://qudt.org/vocab/unit#Gilbert
unit:Gilbert qudt-ext:symbol "Gi" ;
             qudt-ext:ucumCaseInsensitiveCode "GB" ;
             qudt-ext:ucumCaseSensitiveCode "Gb" ;
             qudt-ext:ucumPrintSymbol "Gb" .


###  http://qudt.org/vocab/unit#Gon
unit:Gon qudt-ext:symbol "gon" .


###  http://qudt.org/vocab/unit#Grad
unit:Grad qudt-ext:symbol "grad" .


###  http://qudt.org/vocab/unit#Grade
unit:Grade qudt-ext:symbol "grd" ;
           qudt-ext:ucumCaseInsensitiveCode "GON" ;
           qudt-ext:ucumCaseSensitiveCode "gon" ;
           qudt-ext:ucumPrintSymbol "&#9633;<sup>g</sup>" .


###  http://qudt.org/vocab/unit#Grain
unit:Grain qudt-ext:symbol "gr" ;
           qudt-ext:ucumCaseInsensitiveCode "[GR]" ;
           qudt-ext:ucumCaseSensitiveCode "[gr]" .


###  http://qudt.org/vocab/unit#GrainPerGallon
unit:GrainPerGallon qudt-ext:symbol "gr/gal" .


###  http://qudt.org/vocab/unit#Gram
unit:Gram qudt-ext:symbol "g" ;
          qudt-ext:ucumCaseInsensitiveCode "G" ;
          qudt-ext:ucumCaseSensitiveCode "g" ;
          qudt-ext:ucumPrintSymbol "g" .


###  http://qudt.org/vocab/unit#GramDegreeCelsius
unit:GramDegreeCelsius qudt-ext:symbol "g °C" .


###  http://qudt.org/vocab/unit#Gravity
unit:Gravity qudt-ext:symbol "G" .


###  http://qudt.org/vocab/unit#Gray
unit:Gray qudt-ext:symbol "Gy" ;
          qudt-ext:ucumCaseInsensitiveCode "GY" ;
          qudt-ext:ucumCaseSensitiveCode "Gy" ;
          qudt-ext:ucumPrintSymbol "Gy" .


###  http://qudt.org/vocab/unit#GrayPerSecond
unit:GrayPerSecond qudt-ext:symbol "Gy/s" .


###  http://qudt.org/vocab/unit#Hartree
unit:Hartree qudt-ext:symbol "E_h" .


###  http://qudt.org/vocab/unit#HeartBeatsPerMinute
unit:HeartBeatsPerMinute qudt-ext:symbol "BPM" .


###  http://qudt.org/vocab/unit#Hectare
unit:Hectare qudt-ext:symbol "ha" .


###  http://qudt.org/vocab/unit#Henry
unit:Henry qudt-ext:symbol "H" ;
           qudt-ext:ucumCaseInsensitiveCode "H" ;
           qudt-ext:ucumCaseSensitiveCode "H" ;
           qudt-ext:ucumPrintSymbol "H" .


###  http://qudt.org/vocab/unit#HenryPerMeter
unit:HenryPerMeter qudt-ext:symbol "H/m" .


###  http://qudt.org/vocab/unit#Hertz
unit:Hertz qudt-ext:symbol "Hz" ;
           qudt-ext:ucumCaseInsensitiveCode "HZ" ;
           qudt-ext:ucumCaseSensitiveCode "Hz" ;
           qudt-ext:ucumPrintSymbol "Hz" .


###  http://qudt.org/vocab/unit#HertzPerKelvin
unit:HertzPerKelvin qudt-ext:symbol "Hz/K" .


###  http://qudt.org/vocab/unit#HertzPerTesla
unit:HertzPerTesla qudt-ext:symbol "Hz/T" .


###  http://qudt.org/vocab/unit#HertzPerVolt
unit:HertzPerVolt qudt-ext:symbol "Hz/V" .


###  http://qudt.org/vocab/unit#Horsepower
unit:Horsepower qudt-ext:symbol "HP" ;
                qudt-ext:ucumCaseInsensitiveCode "[HP]" ;
                qudt-ext:ucumCaseSensitiveCode "[HP]" .


###  http://qudt.org/vocab/unit#HorsepowerBoiler
unit:HorsepowerBoiler qudt-ext:symbol "hp/boiler" .


###  http://qudt.org/vocab/unit#HorsepowerElectric
unit:HorsepowerElectric qudt-ext:symbol "hp/V" .


###  http://qudt.org/vocab/unit#HorsepowerMetric
unit:HorsepowerMetric qudt-ext:symbol "hp/m" .


###  http://qudt.org/vocab/unit#HorsepowerWater
unit:HorsepowerWater qudt-ext:symbol "hp/H2O" .


###  http://qudt.org/vocab/unit#Hour
unit:Hour qudt-ext:symbol "h" ;
          qudt-ext:ucumCaseInsensitiveCode "HR" ;
          qudt-ext:ucumCaseSensitiveCode "h" ;
          qudt-ext:ucumPrintSymbol "h" .


###  http://qudt.org/vocab/unit#HourSidereal
unit:HourSidereal qudt-ext:symbol "hr" .


###  http://qudt.org/vocab/unit#HourSquareFoot
unit:HourSquareFoot qudt-ext:symbol "h ft^2" .


###  http://qudt.org/vocab/unit#HundredWeightLong
unit:HundredWeightLong qudt-ext:symbol "lcwt" ;
                       qudt-ext:ucumCaseInsensitiveCode "[LCWT_AV]" ;
                       qudt-ext:ucumCaseSensitiveCode "[lcwt_av]" .


###  http://qudt.org/vocab/unit#HundredWeightShort
unit:HundredWeightShort qudt-ext:symbol "scwt" ;
                        qudt-ext:ucumCaseInsensitiveCode "[SCWT_AV]" ;
                        qudt-ext:ucumCaseSensitiveCode "[scwt_av]" .


###  http://qudt.org/vocab/unit#Inch
unit:Inch qudt-ext:symbol "in" ;
          qudt-ext:ucumCaseInsensitiveCode "[IN_I]" ;
          qudt-ext:ucumCaseSensitiveCode "[in_i]" ;
          qudt-ext:ucumPrintSymbol "in" .


###  http://qudt.org/vocab/unit#InchOfMercury
unit:InchOfMercury qudt-ext:symbol "inHg" ;
                   qudt-ext:ucumCaseInsensitiveCode "[IN_I'HG]" ;
                   qudt-ext:ucumCaseSensitiveCode "[in_i'Hg]" ;
                   qudt-ext:ucumPrintSymbol "in&#160;Hg" .


###  http://qudt.org/vocab/unit#InchOfWater
unit:InchOfWater qudt-ext:symbol "inAq" ;
                 qudt-ext:ucumCaseInsensitiveCode "[IN_I'H2O]" ;
                 qudt-ext:ucumCaseSensitiveCode "[in_i'H2O]" ;
                 qudt-ext:ucumPrintSymbol "in&#160;H<sub><r>2</r></sub>O" .


###  http://qudt.org/vocab/unit#InchPerSecondSquared
unit:InchPerSecondSquared qudt-ext:symbol "in/s^2" .


###  http://qudt.org/vocab/unit#InchPoundForce
unit:InchPoundForce qudt-ext:symbol "in lbf" .


###  http://qudt.org/vocab/unit#InternationalUnit
unit:InternationalUnit qudt-ext:symbol "IU" ;
                       qudt-ext:ucumCaseInsensitiveCode "[IU]" ;
                       qudt-ext:ucumCaseSensitiveCode "[iU]" ;
                       qudt-ext:ucumPrintSymbol "IU" .


###  http://qudt.org/vocab/unit#InternationalUnitPerLiter
unit:InternationalUnitPerLiter qudt-ext:symbol "IU/L" .


###  http://qudt.org/vocab/unit#Joule
unit:Joule qudt-ext:symbol "J" ;
           qudt-ext:ucumCaseInsensitiveCode "J" ;
           qudt-ext:ucumCaseSensitiveCode "J" ;
           qudt-ext:ucumPrintSymbol "J" .


###  http://qudt.org/vocab/unit#JouleMeterPerMole
unit:JouleMeterPerMole qudt-ext:symbol "J m mol^-1" .


###  http://qudt.org/vocab/unit#JoulePerCubicMeter
unit:JoulePerCubicMeter qudt-ext:symbol "J/m^3" .


###  http://qudt.org/vocab/unit#JoulePerCubicMeterKelvin
unit:JoulePerCubicMeterKelvin qudt-ext:symbol "J/(m^3 K)" .


###  http://qudt.org/vocab/unit#JoulePerKelvin
unit:JoulePerKelvin qudt-ext:symbol "J/K" .


###  http://qudt.org/vocab/unit#JoulePerKilogram
unit:JoulePerKilogram qudt-ext:symbol "J/kg" .


###  http://qudt.org/vocab/unit#JoulePerKilogramKelvin
unit:JoulePerKilogramKelvin qudt-ext:symbol "J/(kg K)" .


###  http://qudt.org/vocab/unit#JoulePerKilogramKelvinPerCubicMeter
unit:JoulePerKilogramKelvinPerCubicMeter qudt-ext:symbol "J/(kg K m^3)" .


###  http://qudt.org/vocab/unit#JoulePerKilogramKelvinPerPascal
unit:JoulePerKilogramKelvinPerPascal qudt-ext:symbol "J/(kg K Pa)" .


###  http://qudt.org/vocab/unit#JoulePerMole
unit:JoulePerMole qudt-ext:symbol "J/mol" .


###  http://qudt.org/vocab/unit#JoulePerMoleKelvin
unit:JoulePerMoleKelvin qudt-ext:symbol "J mol^-1 K^-1" .


###  http://qudt.org/vocab/unit#JoulePerSquareMeter
unit:JoulePerSquareMeter qudt-ext:symbol "J/m^2" .


###  http://qudt.org/vocab/unit#JoulePerSquareTesla
unit:JoulePerSquareTesla qudt-ext:symbol "J T^-2" .


###  http://qudt.org/vocab/unit#JoulePerTesla
unit:JoulePerTesla qudt-ext:symbol "J/T" .


###  http://qudt.org/vocab/unit#JouleSecond
unit:JouleSecond qudt-ext:symbol "J s" .


###  http://qudt.org/vocab/unit#JouleSecondPerMole
unit:JouleSecondPerMole qudt-ext:symbol "J s mol^-1" .


###  http://qudt.org/vocab/unit#Katal
unit:Katal qudt-ext:symbol "kat" ;
           qudt-ext:ucumCaseInsensitiveCode "KAT" ;
           qudt-ext:ucumCaseSensitiveCode "kat" ;
           qudt-ext:ucumPrintSymbol "kat" .


###  http://qudt.org/vocab/unit#Kelvin
unit:Kelvin qudt-ext:symbol "K" ;
            qudt-ext:ucumCaseInsensitiveCode "K" ;
            qudt-ext:ucumCaseSensitiveCode "K" ;
            qudt-ext:ucumPrintSymbol "K" .


###  http://qudt.org/vocab/unit#KelvinPerHour
unit:KelvinPerHour qudt-ext:symbol "K/h" .


###  http://qudt.org/vocab/unit#KelvinPerMinute
unit:KelvinPerMinute qudt-ext:symbol "K/m" .


###  http://qudt.org/vocab/unit#KelvinPerSecond
unit:KelvinPerSecond qudt-ext:symbol "K/s" .


###  http://qudt.org/vocab/unit#KelvinPerTesla
unit:KelvinPerTesla qudt-ext:symbol "K/T" .


###  http://qudt.org/vocab/unit#KelvinPerWatt
unit:KelvinPerWatt qudt-ext:symbol "K/W" .


###  http://qudt.org/vocab/unit#KiloElectronVolt
unit:KiloElectronVolt qudt-ext:symbol "keV" .


###  http://qudt.org/vocab/unit#KiloElectronVoltPerMicrometer
unit:KiloElectronVoltPerMicrometer qudt-ext:symbol "keV/µm" .


###  http://qudt.org/vocab/unit#KiloHertz
unit:KiloHertz qudt-ext:symbol "kHz" .


###  http://qudt.org/vocab/unit#KiloPascal
unit:KiloPascal qudt-ext:symbol "kPa" .


###  http://qudt.org/vocab/unit#KiloPascalAbsolute
unit:KiloPascalAbsolute qudt-ext:symbol "kPaA" .


###  http://qudt.org/vocab/unit#KiloPond
unit:KiloPond qudt-ext:symbol "kp" .


###  http://qudt.org/vocab/unit#KilobitsPerSecond
unit:KilobitsPerSecond qudt-ext:symbol "kbps" .


###  http://qudt.org/vocab/unit#Kilocalorie
unit:Kilocalorie qudt-ext:symbol "kcal" .


###  http://qudt.org/vocab/unit#KilocaloriePerCentimeterSecondDegreeCelsius
unit:KilocaloriePerCentimeterSecondDegreeCelsius qudt-ext:symbol "cal/(cm s °C)" .


###  http://qudt.org/vocab/unit#KilocaloriePerGram
unit:KilocaloriePerGram qudt-ext:symbol "kcal/g" .


###  http://qudt.org/vocab/unit#KilocaloriePerGramDegreeCelsius
unit:KilocaloriePerGramDegreeCelsius qudt-ext:symbol "kcal/(g °C)" .


###  http://qudt.org/vocab/unit#KilocaloriePerMinute
unit:KilocaloriePerMinute qudt-ext:symbol "kcal/min" .


###  http://qudt.org/vocab/unit#KilocaloriePerMole
unit:KilocaloriePerMole qudt-ext:symbol "kcal/mol" .


###  http://qudt.org/vocab/unit#KilocaloriePerMoleDegreeCelsius
unit:KilocaloriePerMoleDegreeCelsius qudt-ext:symbol "kcal/(mol °C)" .


###  http://qudt.org/vocab/unit#KilocaloriePerSecond
unit:KilocaloriePerSecond qudt-ext:symbol "kcal/s" .


###  http://qudt.org/vocab/unit#KilocaloriePerSquareCentimeter
unit:KilocaloriePerSquareCentimeter qudt-ext:symbol "kcal/cm^2" .


###  http://qudt.org/vocab/unit#KilocaloriePerSquareCentimeterMinute
unit:KilocaloriePerSquareCentimeterMinute qudt-ext:symbol "kcal/(cm^2 min)" .


###  http://qudt.org/vocab/unit#KilocaloriePerSquareCentimeterSecond
unit:KilocaloriePerSquareCentimeterSecond qudt-ext:symbol "kcal/(cm^2 s)" .


###  http://qudt.org/vocab/unit#Kilogram
unit:Kilogram qudt-ext:symbol "kg" .


###  http://qudt.org/vocab/unit#KilogramForce
unit:KilogramForce qudt-ext:symbol "kgf" .


###  http://qudt.org/vocab/unit#KilogramForceMeter
unit:KilogramForceMeter qudt-ext:symbol "kgf m" .


###  http://qudt.org/vocab/unit#KilogramForcePerSquareCentimeter
unit:KilogramForcePerSquareCentimeter qudt-ext:symbol "kgf/cm^2" .


###  http://qudt.org/vocab/unit#KilogramKelvin
unit:KilogramKelvin qudt-ext:symbol "kg K" .


###  http://qudt.org/vocab/unit#KilogramMeterPerSecond
unit:KilogramMeterPerSecond qudt-ext:symbol "kg m s^-1" .


###  http://qudt.org/vocab/unit#KilogramMeterSquared
unit:KilogramMeterSquared qudt-ext:symbol "kg m^2" .


###  http://qudt.org/vocab/unit#KilogramPerCubicMeter
unit:KilogramPerCubicMeter qudt-ext:symbol "kg/m^3" .


###  http://qudt.org/vocab/unit#KilogramPerHour
unit:KilogramPerHour qudt-ext:symbol "kg/h" .


###  http://qudt.org/vocab/unit#KilogramPerMeter
unit:KilogramPerMeter qudt-ext:symbol "kg/m" .


###  http://qudt.org/vocab/unit#KilogramPerMole
unit:KilogramPerMole qudt-ext:symbol "kg mol^-1" .


###  http://qudt.org/vocab/unit#KilogramPerSecond
unit:KilogramPerSecond qudt-ext:symbol "kg/s" .


###  http://qudt.org/vocab/unit#KilogramPerSquareMeter
unit:KilogramPerSquareMeter qudt-ext:symbol "kg/m^2" .


###  http://qudt.org/vocab/unit#KilogramSecondSquared
unit:KilogramSecondSquared qudt-ext:symbol "kg s^2" .


###  http://qudt.org/vocab/unit#Kilometer
unit:Kilometer qudt-ext:symbol "km" .


###  http://qudt.org/vocab/unit#KilometerPerHour
unit:KilometerPerHour qudt-ext:symbol "km/h" .


###  http://qudt.org/vocab/unit#KilometerPerSecond
unit:KilometerPerSecond qudt-ext:symbol "km/s" .


###  http://qudt.org/vocab/unit#Kilowatt
unit:Kilowatt qudt-ext:symbol "kW" .


###  http://qudt.org/vocab/unit#Kilowatthour
unit:Kilowatthour qudt-ext:symbol "kW h" .


###  http://qudt.org/vocab/unit#Kip
unit:Kip qudt-ext:symbol "kip" .


###  http://qudt.org/vocab/unit#KipPerSquareInch
unit:KipPerSquareInch qudt-ext:symbol "kip/in^2" .


###  http://qudt.org/vocab/unit#Knot
unit:Knot qudt-ext:symbol "kn" ;
          qudt-ext:ucumCaseInsensitiveCode "[KN_I]" ;
          qudt-ext:ucumCaseSensitiveCode "[kn_i]" ;
          qudt-ext:ucumPrintSymbol "knot" .


###  http://qudt.org/vocab/unit#KnotPerSecond
unit:KnotPerSecond qudt-ext:symbol "kt/s" .


###  http://qudt.org/vocab/unit#Lambert
unit:Lambert qudt-ext:symbol "Lmb" ;
             qudt-ext:ucumCaseInsensitiveCode "LMB" ;
             qudt-ext:ucumCaseSensitiveCode "Lmb" ;
             qudt-ext:ucumPrintSymbol "L" .


###  http://qudt.org/vocab/unit#LaosKip
unit:LaosKip qudt-ext:symbol "₭" .


###  http://qudt.org/vocab/unit#LightYear
unit:LightYear qudt-ext:symbol "ly" ;
               qudt-ext:ucumCaseInsensitiveCode "[LY]" ;
               qudt-ext:ucumCaseSensitiveCode "[ly]" ;
               qudt-ext:ucumPrintSymbol "l.y." .


###  http://qudt.org/vocab/unit#LiquidCupUS
unit:LiquidCupUS qudt-ext:symbol "cup" ;
                 qudt-ext:ucumCaseInsensitiveCode "[CUP_US]" ;
                 qudt-ext:ucumCaseSensitiveCode "[cup_us]" .


###  http://qudt.org/vocab/unit#LiquidOunceUS
unit:LiquidOunceUS qudt-ext:symbol "oz fl" ;
                   qudt-ext:ucumCaseInsensitiveCode "[FOZ_US]" ;
                   qudt-ext:ucumCaseSensitiveCode "[foz_us]" ;
                   qudt-ext:ucumPrintSymbol "oz fl" .


###  http://qudt.org/vocab/unit#LiquidPintUS
unit:LiquidPintUS qudt-ext:symbol "pt" ;
                  qudt-ext:ucumCaseInsensitiveCode "[PT_US]" ;
                  qudt-ext:ucumCaseSensitiveCode "[pt_us]" .


###  http://qudt.org/vocab/unit#LiquidQuartUS
unit:LiquidQuartUS qudt-ext:symbol "qt" ;
                   qudt-ext:ucumCaseInsensitiveCode "[QT_US]" ;
                   qudt-ext:ucumCaseSensitiveCode "[qt_us]" .


###  http://qudt.org/vocab/unit#Liter
unit:Liter qudt-ext:symbol "L" ;
           qudt-ext:ucumCaseInsensitiveCode "L" ;
           qudt-ext:ucumCaseSensitiveCode "l" ;
           qudt-ext:ucumPrintSymbol "l" .


###  http://qudt.org/vocab/unit#Lumen
unit:Lumen qudt-ext:symbol "lm" ;
           qudt-ext:ucumCaseInsensitiveCode "LM" ;
           qudt-ext:ucumCaseSensitiveCode "lm" ;
           qudt-ext:ucumPrintSymbol "lm" .


###  http://qudt.org/vocab/unit#Lux
unit:Lux qudt-ext:symbol "lx" ;
         qudt-ext:ucumCaseInsensitiveCode "LX" ;
         qudt-ext:ucumCaseSensitiveCode "lx" ;
         qudt-ext:ucumPrintSymbol "lx" .


###  http://qudt.org/vocab/unit#Maxwell
unit:Maxwell qudt-ext:symbol "Mx" ;
             qudt-ext:ucumCaseInsensitiveCode "MX" ;
             qudt-ext:ucumCaseSensitiveCode "Mx" ;
             qudt-ext:ucumPrintSymbol "Mx" .


###  http://qudt.org/vocab/unit#MegaElectronVolt
unit:MegaElectronVolt qudt-ext:symbol "MeV" .


###  http://qudt.org/vocab/unit#MegaElectronVoltFemtometer
unit:MegaElectronVoltFemtometer qudt-ext:symbol "MeV fm" .


###  http://qudt.org/vocab/unit#MegaElectronVoltPerCentimeter
unit:MegaElectronVoltPerCentimeter qudt-ext:symbol "MeV/cm" .


###  http://qudt.org/vocab/unit#MegaElectronVoltPerSpeedOfLight
unit:MegaElectronVoltPerSpeedOfLight qudt-ext:symbol "MeV/c" .


###  http://qudt.org/vocab/unit#MegaHertz
unit:MegaHertz qudt-ext:symbol "MHz" .


###  http://qudt.org/vocab/unit#MegaHertzPerKelvin
unit:MegaHertzPerKelvin qudt-ext:symbol "MHz K^-1" .


###  http://qudt.org/vocab/unit#MegaHertzPerTesla
unit:MegaHertzPerTesla qudt-ext:symbol "MHz T^-1" .


###  http://qudt.org/vocab/unit#MegabitsPerSecond
unit:MegabitsPerSecond qudt-ext:symbol "mbps" .


###  http://qudt.org/vocab/unit#Meter
unit:Meter qudt-ext:symbol "m" ;
           qudt-ext:ucumCaseInsensitiveCode "M" ;
           qudt-ext:ucumCaseSensitiveCode "m" ;
           qudt-ext:ucumPrintSymbol "m" .


###  http://qudt.org/vocab/unit#MeterKelvin
unit:MeterKelvin qudt-ext:symbol "m K" ;
                 qudt-ext:ucumCaseInsensitiveCode "M.K" ;
                 qudt-ext:ucumCaseSensitiveCode "m.K" ;
                 qudt-ext:ucumPrintSymbol "m&#183;K" .


###  http://qudt.org/vocab/unit#MeterKelvinPerWatt
unit:MeterKelvinPerWatt qudt-ext:symbol "K-m/W" ;
                        qudt-ext:ucumCaseInsensitiveCode "M.K/W" ;
                        qudt-ext:ucumCaseSensitiveCode "m.K/W" ;
                        qudt-ext:ucumPrintSymbol "m&#183;K/W" .


###  http://qudt.org/vocab/unit#MeterKilogram
unit:MeterKilogram qudt-ext:symbol "m-kg" ;
                   qudt-ext:ucumCaseInsensitiveCode "M.KG" ;
                   qudt-ext:ucumCaseSensitiveCode "m.kg" ;
                   qudt-ext:ucumPrintSymbol "m&#183;kg" .


###  http://qudt.org/vocab/unit#MeterPerFarad
unit:MeterPerFarad qudt-ext:symbol "m/F" ;
                   qudt-ext:ucumCaseInsensitiveCode "M/F" ;
                   qudt-ext:ucumCaseSensitiveCode "m/F" ;
                   qudt-ext:ucumPrintSymbol "m/F" .


###  http://qudt.org/vocab/unit#MeterPerHour
unit:MeterPerHour qudt-ext:symbol "m h^-1" ;
                  qudt-ext:ucumCaseInsensitiveCode "M/H" ;
                  qudt-ext:ucumCaseSensitiveCode "m/h" ;
                  qudt-ext:ucumPrintSymbol "m/h" .


###  http://qudt.org/vocab/unit#MeterPerKelvin
unit:MeterPerKelvin qudt-ext:symbol "m/K" ;
                    qudt-ext:ucumCaseInsensitiveCode "M/K" ;
                    qudt-ext:ucumCaseSensitiveCode "m/K" ;
                    qudt-ext:ucumPrintSymbol "m/K" .


###  http://qudt.org/vocab/unit#MeterPerMinute
unit:MeterPerMinute qudt-ext:symbol "m min^-1" ;
                    qudt-ext:ucumCaseInsensitiveCode "M/MIN" ;
                    qudt-ext:ucumCaseSensitiveCode "m/min" ;
                    qudt-ext:ucumPrintSymbol "m/min" .


###  http://qudt.org/vocab/unit#MeterPerSecond
unit:MeterPerSecond qudt-ext:symbol "m s^-1" ;
                    qudt-ext:ucumCaseInsensitiveCode "M/S" ;
                    qudt-ext:ucumCaseSensitiveCode "m/s" ;
                    qudt-ext:ucumPrintSymbol "m/s" .


###  http://qudt.org/vocab/unit#MeterPerSecondSquared
unit:MeterPerSecondSquared qudt-ext:symbol "m s^-2" ;
                           qudt-ext:ucumCaseInsensitiveCode "M/S2" ;
                           qudt-ext:ucumCaseSensitiveCode "m/s2" ;
                           qudt-ext:ucumPrintSymbol "m/s<sup>2</sup>" .


###  http://qudt.org/vocab/unit#MetricTon
unit:MetricTon qudt-ext:symbol "mT" ;
               qudt-ext:ucumCaseInsensitiveCode "TNE" ;
               qudt-ext:ucumCaseSensitiveCode "t" ;
               qudt-ext:ucumPrintSymbol "t" .


###  http://qudt.org/vocab/unit#Mho
unit:Mho qudt-ext:symbol "mho" ;
         qudt-ext:ucumCaseInsensitiveCode "MHO" ;
         qudt-ext:ucumCaseSensitiveCode "mho" ;
         qudt-ext:ucumPrintSymbol "mho" .


###  http://qudt.org/vocab/unit#MicroFarad
unit:MicroFarad qudt-ext:symbol "microF" .


###  http://qudt.org/vocab/unit#MicroHenry
unit:MicroHenry qudt-ext:symbol "µH" .


###  http://qudt.org/vocab/unit#MicroInch
unit:MicroInch qudt-ext:symbol "µin" .


###  http://qudt.org/vocab/unit#MicroSecond
unit:MicroSecond qudt-ext:symbol "µs" .


###  http://qudt.org/vocab/unit#MicroTorr
unit:MicroTorr qudt-ext:symbol "µtorr" .


###  http://qudt.org/vocab/unit#Microgravity
unit:Microgravity qudt-ext:symbol "µG" .


###  http://qudt.org/vocab/unit#Micrometer
unit:Micrometer qudt-ext:symbol "µm" .


###  http://qudt.org/vocab/unit#MilAngle
unit:MilAngle qudt-ext:symbol "mil" .


###  http://qudt.org/vocab/unit#MilLength
unit:MilLength qudt-ext:symbol "mil (l)" ;
               qudt-ext:ucumCaseInsensitiveCode "[MIL_I]" ;
               qudt-ext:ucumCaseSensitiveCode "[mil_i]" ;
               qudt-ext:ucumPrintSymbol "mil" .


###  http://qudt.org/vocab/unit#MileInternational
unit:MileInternational qudt-ext:symbol "mi" ;
                       qudt-ext:ucumCaseInsensitiveCode "[MI_I]" ;
                       qudt-ext:ucumCaseSensitiveCode "[mi_i]" ;
                       qudt-ext:ucumPrintSymbol "mi" .


###  http://qudt.org/vocab/unit#MilePerHour
unit:MilePerHour qudt-ext:symbol "mi/hr" .


###  http://qudt.org/vocab/unit#MilePerMinute
unit:MilePerMinute qudt-ext:symbol "mi/min" .


###  http://qudt.org/vocab/unit#MileUSStatute
unit:MileUSStatute qudt-ext:symbol "miUS" .


###  http://qudt.org/vocab/unit#MilliHenry
unit:MilliHenry qudt-ext:symbol "mH" .


###  http://qudt.org/vocab/unit#MilliSecond
unit:MilliSecond qudt-ext:symbol "ms" .


###  http://qudt.org/vocab/unit#MilliTorr
unit:MilliTorr qudt-ext:symbol "mtorr" .


###  http://qudt.org/vocab/unit#Millibar
unit:Millibar qudt-ext:symbol "mbar" .


###  http://qudt.org/vocab/unit#Milligravity
unit:Milligravity qudt-ext:symbol "mG" .


###  http://qudt.org/vocab/unit#Millimeter
unit:Millimeter qudt-ext:symbol "mm" .


###  http://qudt.org/vocab/unit#MillimeterOfMercury
unit:MillimeterOfMercury qudt-ext:symbol "mmHg" .


###  http://qudt.org/vocab/unit#MillimeterOfMercuryAbsolute
unit:MillimeterOfMercuryAbsolute qudt-ext:symbol "mmHgA" .


###  http://qudt.org/vocab/unit#MillionDollarsPerFlight
unit:MillionDollarsPerFlight qudt-ext:symbol "M$/Flight" .


###  http://qudt.org/vocab/unit#MillionDollarsPerYear
unit:MillionDollarsPerYear qudt-ext:symbol "M$/yr" .


###  http://qudt.org/vocab/unit#MinuteAngle
unit:MinuteAngle qudt-ext:symbol "'" .


###  http://qudt.org/vocab/unit#MinuteSidereal
unit:MinuteSidereal qudt-ext:symbol "min (s)" .


###  http://qudt.org/vocab/unit#MinuteTime
unit:MinuteTime qudt-ext:symbol "min" ;
                qudt-ext:ucumCaseInsensitiveCode "MIN" ;
                qudt-ext:ucumCaseSensitiveCode "min" ;
                qudt-ext:ucumPrintSymbol "min" .


###  http://qudt.org/vocab/unit#Mole
unit:Mole qudt-ext:symbol "mol" ;
          qudt-ext:ucumCaseInsensitiveCode "MOL" ;
          qudt-ext:ucumCaseSensitiveCode "mol" ;
          qudt-ext:ucumPrintSymbol "mol" .


###  http://qudt.org/vocab/unit#MoleDegreeCelsius
unit:MoleDegreeCelsius qudt-ext:symbol "mol-degC" .


###  http://qudt.org/vocab/unit#MoleKelvin
unit:MoleKelvin qudt-ext:symbol "mol K" .


###  http://qudt.org/vocab/unit#MolePerCubicMeter
unit:MolePerCubicMeter qudt-ext:symbol "mol/m^3" .


###  http://qudt.org/vocab/unit#MolePerKilogram
unit:MolePerKilogram qudt-ext:symbol "mol/kg" .


###  http://qudt.org/vocab/unit#NanoFarad
unit:NanoFarad qudt-ext:symbol "nF" .


###  http://qudt.org/vocab/unit#Nat
unit:Nat qudt-ext:symbol "nat" .


###  http://qudt.org/vocab/unit#NauticalMile
unit:NauticalMile qudt-ext:symbol "n mile" ;
                  qudt-ext:ucumCaseInsensitiveCode "[NMI_I]" ;
                  qudt-ext:ucumCaseSensitiveCode "[nmi_i]" ;
                  qudt-ext:ucumPrintSymbol "n&#8901;mi" ;
                  skos:changeNote "2020-08-19 Changed UCUM print symbol. [Allotrope]" .


###  http://qudt.org/vocab/unit#NauticalMilePerHour
unit:NauticalMilePerHour qudt-ext:symbol "nmi/hr" .


###  http://qudt.org/vocab/unit#NauticalMilePerMinute
unit:NauticalMilePerMinute qudt-ext:symbol "nmi/min" .


###  http://qudt.org/vocab/unit#NephelometricTurbidityUnit
unit:NephelometricTurbidityUnit qudt-ext:symbol "NTU" .


###  http://qudt.org/vocab/unit#Newton
unit:Newton qudt-ext:symbol "N" ;
            qudt-ext:ucumCaseInsensitiveCode "N" ;
            qudt-ext:ucumCaseSensitiveCode "N" ;
            qudt-ext:ucumPrintSymbol "N" .


###  http://qudt.org/vocab/unit#NewtonMeter
unit:NewtonMeter qudt-ext:symbol "N m" .


###  http://qudt.org/vocab/unit#NewtonPerCoulomb
unit:NewtonPerCoulomb qudt-ext:symbol "N/C" .


###  http://qudt.org/vocab/unit#NewtonPerKilogram
unit:NewtonPerKilogram qudt-ext:symbol "N/kg" .


###  http://qudt.org/vocab/unit#NewtonPerMeter
unit:NewtonPerMeter qudt-ext:symbol "N/m" .


###  http://qudt.org/vocab/unit#Number
unit:Number qudt-ext:symbol "#" .


###  http://qudt.org/vocab/unit#NumberPerYear
unit:NumberPerYear qudt-ext:symbol "#/yr" .


###  http://qudt.org/vocab/unit#Oersted
unit:Oersted qudt-ext:symbol "Oe" ;
             qudt-ext:ucumCaseInsensitiveCode "OE" ;
             qudt-ext:ucumCaseSensitiveCode "Oe" ;
             qudt-ext:ucumPrintSymbol "Oe" .


###  http://qudt.org/vocab/unit#OerstedCentimeter
unit:OerstedCentimeter qudt-ext:symbol "Oe cm" .


###  http://qudt.org/vocab/unit#Ohm
unit:Ohm qudt-ext:symbol "Ω" ;
         qudt-ext:ucumCaseInsensitiveCode "OHM" ;
         qudt-ext:ucumCaseSensitiveCode "Ohm" ;
         qudt-ext:ucumPrintSymbol "&#937;" .


###  http://qudt.org/vocab/unit#OunceForce
unit:OunceForce qudt-ext:symbol "ozf" .


###  http://qudt.org/vocab/unit#OunceForceInch
unit:OunceForceInch qudt-ext:symbol "ozf in" .


###  http://qudt.org/vocab/unit#OunceImperial
unit:OunceImperial qudt-ext:symbol "oz" ;
                   qudt-ext:ucumCaseInsensitiveCode "[OZ_M]" ;
                   qudt-ext:ucumCaseSensitiveCode "[oz_m]" .


###  http://qudt.org/vocab/unit#OunceMass
unit:OunceMass qudt-ext:symbol "ozm" ;
               qudt-ext:ucumCaseInsensitiveCode "[OZ_AV]" ;
               qudt-ext:ucumCaseSensitiveCode "[oz_av]" ;
               qudt-ext:ucumPrintSymbol "oz" .


###  http://qudt.org/vocab/unit#OuncePerCubicInch
unit:OuncePerCubicInch qudt-ext:symbol "oz/in^3" .


###  http://qudt.org/vocab/unit#OuncePerGallon
unit:OuncePerGallon qudt-ext:symbol "oz/gal" .


###  http://qudt.org/vocab/unit#OuncePerSquareFoot
unit:OuncePerSquareFoot qudt-ext:symbol "oz/ft^2" .


###  http://qudt.org/vocab/unit#OuncePerSquareYard
unit:OuncePerSquareYard qudt-ext:symbol "oz/yd^2" .


###  http://qudt.org/vocab/unit#OunceTroy
unit:OunceTroy qudt-ext:symbol "oz (tr)" ;
               qudt-ext:ucumCaseInsensitiveCode "[OZ_TR]" ;
               qudt-ext:ucumCaseSensitiveCode "[oz_tr]" .


###  http://qudt.org/vocab/unit#Parsec
unit:Parsec qudt-ext:symbol "pc" ;
            qudt-ext:ucumCaseInsensitiveCode "PRS" ;
            qudt-ext:ucumCaseSensitiveCode "pc" ;
            qudt-ext:ucumPrintSymbol "pc" .


###  http://qudt.org/vocab/unit#Pascal
unit:Pascal qudt-ext:symbol "Pa" ;
            qudt-ext:ucumCaseInsensitiveCode "PAL" ;
            qudt-ext:ucumCaseSensitiveCode "Pa" ;
            qudt-ext:ucumPrintSymbol "Pa" .


###  http://qudt.org/vocab/unit#PascalPerHour
unit:PascalPerHour qudt-ext:symbol "Pa/hr" .


###  http://qudt.org/vocab/unit#PascalPerSecond
unit:PascalPerSecond qudt-ext:symbol "Pa/s" .


###  http://qudt.org/vocab/unit#PascalSecond
unit:PascalSecond qudt-ext:symbol "Pa s" .


###  http://qudt.org/vocab/unit#Peck
unit:Peck qudt-ext:symbol "pk" ;
          qudt-ext:ucumCaseInsensitiveCode "[PK_US]" ;
          qudt-ext:ucumCaseSensitiveCode "[pk_us]" .


###  http://qudt.org/vocab/unit#PennyWeight
unit:PennyWeight qudt-ext:symbol "dwt" ;
                 qudt-ext:ucumCaseInsensitiveCode "[PWT_TR]" ;
                 qudt-ext:ucumCaseSensitiveCode "[pwt_tr]" .


###  http://qudt.org/vocab/unit#PerCubicMeter
unit:PerCubicMeter qudt-ext:symbol "m^-3" .


###  http://qudt.org/vocab/unit#PerMeter
unit:PerMeter qudt-ext:symbol "m^-1" .


###  http://qudt.org/vocab/unit#PerMeterKelvin
unit:PerMeterKelvin qudt-ext:symbol "m^-1 K^-1" .


###  http://qudt.org/vocab/unit#PerMole
unit:PerMole qudt-ext:symbol "mol^-1" .


###  http://qudt.org/vocab/unit#PerSecond
unit:PerSecond qudt-ext:symbol "s^-1" .


###  http://qudt.org/vocab/unit#PerSquareGigaElectronVolt
unit:PerSquareGigaElectronVolt qudt-ext:symbol "GeV^-2" .


###  http://qudt.org/vocab/unit#PerTeslaMeter
unit:PerTeslaMeter qudt-ext:symbol "m^-1 T^-1" .


###  http://qudt.org/vocab/unit#PerTeslaSecond
unit:PerTeslaSecond qudt-ext:symbol "s^-1 T^-1" .


###  http://qudt.org/vocab/unit#Percent
unit:Percent qudt-ext:symbol "%" ;
             qudt-ext:ucumCaseInsensitiveCode "%" ;
             qudt-ext:ucumCaseSensitiveCode "%" ;
             qudt-ext:ucumPrintSymbol "%" ;
             qudt:conversionMultiplier "0.01"^^xsd:double ;
             qudt:conversionOffset "0.0"^^xsd:double .


###  http://qudt.org/vocab/unit#Person
unit:Person qudt-ext:symbol "person" .


###  http://qudt.org/vocab/unit#Phot
unit:Phot qudt-ext:symbol "ph" ;
          qudt-ext:ucumCaseInsensitiveCode "PHT" ;
          qudt-ext:ucumCaseSensitiveCode "ph" ;
          qudt-ext:ucumPrintSymbol "ph" .


###  http://qudt.org/vocab/unit#Pica
unit:Pica qudt-ext:symbol "Pm" ;
          qudt-ext:ucumCaseInsensitiveCode "[PCA]" ;
          qudt-ext:ucumCaseSensitiveCode "[pca]" .


###  http://qudt.org/vocab/unit#PicoFarad
unit:PicoFarad qudt-ext:symbol "pF" .


###  http://qudt.org/vocab/unit#PintImperial
unit:PintImperial qudt-ext:symbol "pi" ;
                  qudt-ext:ucumCaseInsensitiveCode "[PT_BR]" ;
                  qudt-ext:ucumCaseSensitiveCode "[pt_br]" .


###  http://qudt.org/vocab/unit#PlanckCharge
unit:PlanckCharge qudt-ext:symbol "Q_p" .


###  http://qudt.org/vocab/unit#PlanckLength
unit:PlanckLength qudt-ext:symbol "l_P" .


###  http://qudt.org/vocab/unit#PlanckMass
unit:PlanckMass qudt-ext:symbol "m_P" .


###  http://qudt.org/vocab/unit#PlanckTemperature
unit:PlanckTemperature qudt-ext:symbol "Θ_P" .


###  http://qudt.org/vocab/unit#PlanckTime
unit:PlanckTime qudt-ext:symbol "t_P" .


###  http://qudt.org/vocab/unit#Point
unit:Point qudt-ext:symbol "pnt" ;
           qudt-ext:ucumCaseInsensitiveCode "[PNT]" ;
           qudt-ext:ucumCaseSensitiveCode "[pnt]" .


###  http://qudt.org/vocab/unit#Poise
unit:Poise qudt-ext:symbol "P" ;
           qudt-ext:ucumCaseInsensitiveCode "P" ;
           qudt-ext:ucumCaseSensitiveCode "P" ;
           qudt-ext:ucumPrintSymbol "P" .


###  http://qudt.org/vocab/unit#PoundDegreeFahrenheit
unit:PoundDegreeFahrenheit qudt-ext:symbol "lb-degF" .


###  http://qudt.org/vocab/unit#PoundDegreeRankine
unit:PoundDegreeRankine qudt-ext:symbol "lb-degR" .


###  http://qudt.org/vocab/unit#PoundForce
unit:PoundForce qudt-ext:symbol "lbf" ;
                qudt-ext:ucumCaseInsensitiveCode "[LBF_AV]" ;
                qudt-ext:ucumCaseSensitiveCode "[lbf_av]" ;
                qudt-ext:ucumPrintSymbol "lbf" .


###  http://qudt.org/vocab/unit#PoundForceFoot
unit:PoundForceFoot qudt-ext:symbol "lbf-ft" .


###  http://qudt.org/vocab/unit#PoundForceInch
unit:PoundForceInch qudt-ext:symbol "lbf-in" .


###  http://qudt.org/vocab/unit#PoundForcePerFoot
unit:PoundForcePerFoot qudt-ext:symbol "lbf/ft" .


###  http://qudt.org/vocab/unit#PoundForcePerInch
unit:PoundForcePerInch qudt-ext:symbol "lbf/in" .


###  http://qudt.org/vocab/unit#PoundForcePerPound
unit:PoundForcePerPound qudt-ext:symbol "lbf/lb" .


###  http://qudt.org/vocab/unit#PoundForcePerSquareFoot
unit:PoundForcePerSquareFoot qudt-ext:symbol "lbf/ft^2" .


###  http://qudt.org/vocab/unit#PoundForcePerSquareInch
unit:PoundForcePerSquareInch qudt-ext:symbol "psi" ;
                             qudt-ext:ucumCaseInsensitiveCode "[PSI]" ;
                             qudt-ext:ucumCaseSensitiveCode "[psi]" ;
                             qudt-ext:ucumPrintSymbol "psi" .


###  http://qudt.org/vocab/unit#PoundForcePerSquareInchSecond
unit:PoundForcePerSquareInchSecond qudt-ext:symbol "lbf / in^2-s" .


###  http://qudt.org/vocab/unit#PoundForceSecondPerSquareFoot
unit:PoundForceSecondPerSquareFoot qudt-ext:symbol "lbf-s/ft^2" .


###  http://qudt.org/vocab/unit#PoundForceSecondPerSquareInch
unit:PoundForceSecondPerSquareInch qudt-ext:symbol "lbf-s/in^2" .


###  http://qudt.org/vocab/unit#PoundMass
unit:PoundMass qudt-ext:symbol "lbm" ;
               qudt-ext:ucumCaseInsensitiveCode "[LB_AV]" ;
               qudt-ext:ucumCaseSensitiveCode "[lb_av]" ;
               qudt-ext:ucumPrintSymbol "lb" .


###  http://qudt.org/vocab/unit#PoundMole
unit:PoundMole qudt-ext:symbol "lb mol" .


###  http://qudt.org/vocab/unit#PoundMoleDegreeFahrenheit
unit:PoundMoleDegreeFahrenheit qudt-ext:symbol "lb mol °F" .


###  http://qudt.org/vocab/unit#PoundPerCubicFoot
unit:PoundPerCubicFoot qudt-ext:symbol "lb/ft^3" .


###  http://qudt.org/vocab/unit#PoundPerCubicInch
unit:PoundPerCubicInch qudt-ext:symbol "lb/in^3" .


###  http://qudt.org/vocab/unit#PoundPerCubicMeter
unit:PoundPerCubicMeter qudt-ext:symbol "lbm/m^3" .


###  http://qudt.org/vocab/unit#PoundPerCubicYard
unit:PoundPerCubicYard qudt-ext:symbol "lb/yd^3" .


###  http://qudt.org/vocab/unit#PoundPerFoot
unit:PoundPerFoot qudt-ext:symbol "lb/ft" .


###  http://qudt.org/vocab/unit#PoundPerFootHour
unit:PoundPerFootHour qudt-ext:symbol "lb/(ft-hr)" .


###  http://qudt.org/vocab/unit#PoundPerFootSecond
unit:PoundPerFootSecond qudt-ext:symbol "lb/(ft-s)" .


###  http://qudt.org/vocab/unit#PoundPerGallon
unit:PoundPerGallon qudt-ext:symbol "lb/gal" .


###  http://qudt.org/vocab/unit#PoundPerHour
unit:PoundPerHour qudt-ext:symbol "lb/hr" .


###  http://qudt.org/vocab/unit#PoundPerInch
unit:PoundPerInch qudt-ext:symbol "lb/in" .


###  http://qudt.org/vocab/unit#PoundPerMinute
unit:PoundPerMinute qudt-ext:symbol "lb/min" .


###  http://qudt.org/vocab/unit#PoundPerSquareFoot
unit:PoundPerSquareFoot qudt-ext:symbol "lb/ft^2" .


###  http://qudt.org/vocab/unit#PoundTroy
unit:PoundTroy qudt-ext:symbol "lbm (tr)" ;
               qudt-ext:ucumCaseInsensitiveCode "[LB_TR]" ;
               qudt-ext:ucumCaseSensitiveCode "[lb_tr]" .


###  http://qudt.org/vocab/unit#Poundal
unit:Poundal qudt-ext:symbol "pdl" .


###  http://qudt.org/vocab/unit#PoundalPerSquareFoot
unit:PoundalPerSquareFoot qudt-ext:symbol "pdl/ft^2" .


###  http://qudt.org/vocab/unit#Quad
unit:Quad qudt-ext:symbol "quad" .


###  http://qudt.org/vocab/unit#QuarticCoulombMeterPerCubicEnergy
unit:QuarticCoulombMeterPerCubicEnergy qudt-ext:symbol "C^4 m^4 J^-3" .


###  http://qudt.org/vocab/unit#Rad
unit:Rad qudt-ext:symbol "rad" ;
         qudt-ext:ucumCaseInsensitiveCode "[RAD]" ;
         qudt-ext:ucumCaseSensitiveCode "RAD" ;
         qudt-ext:ucumPrintSymbol "RAD" .


###  http://qudt.org/vocab/unit#Radian
unit:Radian qudt-ext:symbol "r" ;
            qudt-ext:ucumCaseInsensitiveCode "RAD" ;
            qudt-ext:ucumCaseSensitiveCode "rad" ;
            qudt-ext:ucumPrintSymbol "rad" .


###  http://qudt.org/vocab/unit#RadianPerHour
unit:RadianPerHour qudt-ext:symbol "rad/h" .


###  http://qudt.org/vocab/unit#RadianPerMinute
unit:RadianPerMinute qudt-ext:symbol "rad/m" .


###  http://qudt.org/vocab/unit#RadianPerSecond
unit:RadianPerSecond qudt-ext:symbol "rad/s" .


###  http://qudt.org/vocab/unit#RadianPerSecondSquared
unit:RadianPerSecondSquared qudt-ext:symbol "rad/s^2" .


###  http://qudt.org/vocab/unit#RegisterTon
unit:RegisterTon qudt-ext:symbol "RT" .


###  http://qudt.org/vocab/unit#RelativePermeability
unit:RelativePermeability qudt-ext:symbol "μr" .


###  http://qudt.org/vocab/unit#RelativePermittivity
unit:RelativePermittivity qudt-ext:symbol "εr" .


###  http://qudt.org/vocab/unit#Rem
unit:Rem qudt-ext:symbol "rem" ;
         qudt-ext:ucumCaseInsensitiveCode "[REM]" ;
         qudt-ext:ucumCaseSensitiveCode "REM" ;
         qudt-ext:ucumPrintSymbol "REM" .


###  http://qudt.org/vocab/unit#Revolution
unit:Revolution qudt-ext:symbol "rev" .


###  http://qudt.org/vocab/unit#RevolutionPerHour
unit:RevolutionPerHour qudt-ext:symbol "rev/h" .


###  http://qudt.org/vocab/unit#RevolutionPerMinute
unit:RevolutionPerMinute qudt-ext:symbol "rev/min" .


###  http://qudt.org/vocab/unit#RevolutionPerSecond
unit:RevolutionPerSecond qudt-ext:symbol "rev/s" .


###  http://qudt.org/vocab/unit#Rod
unit:Rod qudt-ext:symbol "rd" ;
         qudt-ext:ucumCaseInsensitiveCode "[RD_US]" ;
         qudt-ext:ucumCaseSensitiveCode "[rd_us]" .


###  http://qudt.org/vocab/unit#Roentgen
unit:Roentgen qudt-ext:symbol "R" ;
              qudt-ext:ucumCaseInsensitiveCode "ROE" ;
              qudt-ext:ucumCaseSensitiveCode "R" ;
              qudt-ext:ucumPrintSymbol "R" .


###  http://qudt.org/vocab/unit#SecondAngle
unit:SecondAngle qudt-ext:symbol "\"" .


###  http://qudt.org/vocab/unit#SecondSquareFoot
unit:SecondSquareFoot qudt-ext:symbol "s ft^2" .


###  http://qudt.org/vocab/unit#SecondTime
unit:SecondTime qudt-ext:symbol "s" ;
                qudt-ext:ucumCaseInsensitiveCode "S" ;
                qudt-ext:ucumCaseSensitiveCode "s" ;
                qudt-ext:ucumPrintSymbol "s" .


###  http://qudt.org/vocab/unit#SecondTimeSquared
unit:SecondTimeSquared qudt-ext:symbol "s^2" .


###  http://qudt.org/vocab/unit#Shake
unit:Shake qudt-ext:symbol "Sh" .


###  http://qudt.org/vocab/unit#Siemens
unit:Siemens qudt-ext:symbol "S" ;
             qudt-ext:ucumCaseInsensitiveCode "SIE" ;
             qudt-ext:ucumCaseSensitiveCode "S" ;
             qudt-ext:ucumPrintSymbol "S" .


###  http://qudt.org/vocab/unit#Sievert
unit:Sievert qudt-ext:symbol "Sv" ;
             qudt-ext:ucumCaseInsensitiveCode "SV" ;
             qudt-ext:ucumCaseSensitiveCode "Sv" ;
             qudt-ext:ucumPrintSymbol "Sv" .


###  http://qudt.org/vocab/unit#Slug
unit:Slug qudt-ext:symbol "slug" .


###  http://qudt.org/vocab/unit#SlugPerCubicFoot
unit:SlugPerCubicFoot qudt-ext:symbol "slug/ft^3" .


###  http://qudt.org/vocab/unit#SlugPerFoot
unit:SlugPerFoot qudt-ext:symbol "slug/ft" .


###  http://qudt.org/vocab/unit#SlugPerFootSecond
unit:SlugPerFootSecond qudt-ext:symbol "slug/(ft s)" .


###  http://qudt.org/vocab/unit#SlugPerSecond
unit:SlugPerSecond qudt-ext:symbol "slug/s" .


###  http://qudt.org/vocab/unit#SlugPerSquareFoot
unit:SlugPerSquareFoot qudt-ext:symbol "slug/ft^2" .


###  http://qudt.org/vocab/unit#SquareCentimeter
unit:SquareCentimeter qudt-ext:symbol "cm^2" .


###  http://qudt.org/vocab/unit#SquareCentimeterMinute
unit:SquareCentimeterMinute qudt-ext:symbol "cm^2 min" .


###  http://qudt.org/vocab/unit#SquareCentimeterSecond
unit:SquareCentimeterSecond qudt-ext:symbol "cm^2 s" .


###  http://qudt.org/vocab/unit#SquareCoulombMeterPerJoule
unit:SquareCoulombMeterPerJoule qudt-ext:symbol "C^2 m^2 J^-1" .


###  http://qudt.org/vocab/unit#SquareDegree
unit:SquareDegree qudt-ext:symbol "deg^2" .


###  http://qudt.org/vocab/unit#SquareFoot
unit:SquareFoot qudt-ext:symbol "ft^2" ;
                qudt-ext:ucumCaseInsensitiveCode "[SFT_I]" ;
                qudt-ext:ucumCaseSensitiveCode "[sft_i]" .


###  http://qudt.org/vocab/unit#SquareFootDegreeFahrenheit
unit:SquareFootDegreeFahrenheit qudt-ext:symbol "ft^2 °F" .


###  http://qudt.org/vocab/unit#SquareFootHourDegreeFahrenheit
unit:SquareFootHourDegreeFahrenheit qudt-ext:symbol "ft^2 h °F" .


###  http://qudt.org/vocab/unit#SquareFootHourDegreeFahrenheitPerBtu
unit:SquareFootHourDegreeFahrenheitPerBtu qudt-ext:symbol "(°F h ft^2)/Btu" .


###  http://qudt.org/vocab/unit#SquareFootPerBtuInch
unit:SquareFootPerBtuInch qudt-ext:symbol "ft^2/(Btu in)" .


###  http://qudt.org/vocab/unit#SquareFootPerHour
unit:SquareFootPerHour qudt-ext:symbol "ft^2/h" .


###  http://qudt.org/vocab/unit#SquareFootPerSecond
unit:SquareFootPerSecond qudt-ext:symbol "ft^2/s" .


###  http://qudt.org/vocab/unit#SquareFootSecondDegreeFahrenheit
unit:SquareFootSecondDegreeFahrenheit qudt-ext:symbol "ft^2 s °F" .


###  http://qudt.org/vocab/unit#SquareInch
unit:SquareInch qudt-ext:symbol "in^2" ;
                qudt-ext:ucumCaseInsensitiveCode "[SIN_I]" ;
                qudt-ext:ucumCaseSensitiveCode "[sin_i]" .


###  http://qudt.org/vocab/unit#SquareMeter
unit:SquareMeter qudt-ext:symbol "m^2" .


###  http://qudt.org/vocab/unit#SquareMeterKelvin
unit:SquareMeterKelvin qudt-ext:symbol "m^2 K" .


###  http://qudt.org/vocab/unit#SquareMeterKelvinPerWatt
unit:SquareMeterKelvinPerWatt qudt-ext:symbol "(K^2) m/W" .


###  http://qudt.org/vocab/unit#SquareMeterPerKelvin
unit:SquareMeterPerKelvin qudt-ext:symbol "m^2/K" .


###  http://qudt.org/vocab/unit#SquareMeterPerSecond
unit:SquareMeterPerSecond qudt-ext:symbol "m^2/s" .


###  http://qudt.org/vocab/unit#SquareMeterSteradian
unit:SquareMeterSteradian qudt-ext:symbol "m^2 sr" .


###  http://qudt.org/vocab/unit#SquareMile
unit:SquareMile qudt-ext:symbol "mi^2" ;
                qudt-ext:ucumCaseInsensitiveCode "[SMI_US]" ;
                qudt-ext:ucumCaseSensitiveCode "[smi_us]" .


###  http://qudt.org/vocab/unit#SquareYard
unit:SquareYard qudt-ext:symbol "yd^2" ;
                qudt-ext:ucumCaseInsensitiveCode "[SYD_I]" ;
                qudt-ext:ucumCaseSensitiveCode "[syd_i]" .


###  http://qudt.org/vocab/unit#Statampere
unit:Statampere qudt-ext:symbol "statA" .


###  http://qudt.org/vocab/unit#Statcoulomb
unit:Statcoulomb qudt-ext:symbol "statC" .


###  http://qudt.org/vocab/unit#StatcoulombPerMole
unit:StatcoulombPerMole qudt-ext:symbol "statC/mol" .


###  http://qudt.org/vocab/unit#StatcoulombPerSquareCentimeter
unit:StatcoulombPerSquareCentimeter qudt-ext:symbol "statC/cm^2" .


###  http://qudt.org/vocab/unit#Statfarad
unit:Statfarad qudt-ext:symbol "statF" .


###  http://qudt.org/vocab/unit#Stathenry
unit:Stathenry qudt-ext:symbol "statH" .


###  http://qudt.org/vocab/unit#StathenryPerCentimeter
unit:StathenryPerCentimeter qudt-ext:symbol "statH/cm" .


###  http://qudt.org/vocab/unit#Statmho
unit:Statmho qudt-ext:symbol "statS" .


###  http://qudt.org/vocab/unit#Statohm
unit:Statohm qudt-ext:symbol "statΩ" .


###  http://qudt.org/vocab/unit#Statvolt
unit:Statvolt qudt-ext:symbol "statV" .


###  http://qudt.org/vocab/unit#StatvoltCentimeter
unit:StatvoltCentimeter qudt-ext:symbol "statV cm" .


###  http://qudt.org/vocab/unit#StatvoltPerCentimeter
unit:StatvoltPerCentimeter qudt-ext:symbol "statV/cm" .


###  http://qudt.org/vocab/unit#Steradian
unit:Steradian qudt-ext:symbol "sr" ;
               qudt-ext:ucumCaseInsensitiveCode "SR" ;
               qudt-ext:ucumCaseSensitiveCode "sr" ;
               qudt-ext:ucumPrintSymbol "sr" .


###  http://qudt.org/vocab/unit#Stere
unit:Stere qudt-ext:symbol "st" ;
           qudt-ext:ucumCaseInsensitiveCode "STR" ;
           qudt-ext:ucumCaseSensitiveCode "st" ;
           qudt-ext:ucumPrintSymbol "st" .


###  http://qudt.org/vocab/unit#Stilb
unit:Stilb qudt-ext:symbol "sb" ;
           qudt-ext:ucumCaseInsensitiveCode "SB" ;
           qudt-ext:ucumCaseSensitiveCode "sb" ;
           qudt-ext:ucumPrintSymbol "sb" .


###  http://qudt.org/vocab/unit#Stokes
unit:Stokes qudt-ext:symbol "St" ;
            qudt-ext:ucumCaseInsensitiveCode "ST" ;
            qudt-ext:ucumCaseSensitiveCode "St" ;
            qudt-ext:ucumPrintSymbol "St" .


###  http://qudt.org/vocab/unit#Tablespoon
unit:Tablespoon qudt-ext:symbol "tbsp" ;
                qudt-ext:ucumCaseInsensitiveCode "[TBS_US]" ;
                qudt-ext:ucumCaseSensitiveCode "[tbs_us]" .


###  http://qudt.org/vocab/unit#Teaspoon
unit:Teaspoon qudt-ext:symbol "tsp" ;
              qudt-ext:ucumCaseInsensitiveCode "[TSP_US]" ;
              qudt-ext:ucumCaseSensitiveCode "[tsp_us]" .


###  http://qudt.org/vocab/unit#Tesla
unit:Tesla qudt-ext:symbol "T" ;
           qudt-ext:ucumCaseInsensitiveCode "T" ;
           qudt-ext:ucumCaseSensitiveCode "T" ;
           qudt-ext:ucumPrintSymbol "T" .


###  http://qudt.org/vocab/unit#TeslaMeter
unit:TeslaMeter qudt-ext:symbol "m T" .


###  http://qudt.org/vocab/unit#TeslaSecond
unit:TeslaSecond qudt-ext:symbol "s T" .


###  http://qudt.org/vocab/unit#Tex
unit:Tex qudt-ext:symbol "tex" ;
         qudt-ext:ucumCaseInsensitiveCode "TEX" ;
         qudt-ext:ucumCaseSensitiveCode "tex" ;
         qudt-ext:ucumPrintSymbol "tex" .


###  http://qudt.org/vocab/unit#ThermEEC
unit:ThermEEC qudt-ext:symbol "therm (EC)" .


###  http://qudt.org/vocab/unit#ThermUS
unit:ThermUS qudt-ext:symbol "therm (US)" .


###  http://qudt.org/vocab/unit#TonAssay
unit:TonAssay qudt-ext:symbol "AT" .


###  http://qudt.org/vocab/unit#TonEnergy
unit:TonEnergy qudt-ext:symbol "t/lbf" .


###  http://qudt.org/vocab/unit#TonLong
unit:TonLong qudt-ext:symbol "ton (l)" ;
             qudt-ext:ucumCaseInsensitiveCode "[LTON_AV]" ;
             qudt-ext:ucumCaseSensitiveCode "[lton_av]" .


###  http://qudt.org/vocab/unit#TonLongPerCubicYard
unit:TonLongPerCubicYard qudt-ext:symbol "ton/yd^3" .


###  http://qudt.org/vocab/unit#TonOfOilEquivalent
unit:TonOfOilEquivalent qudt-ext:symbol "toe" .


###  http://qudt.org/vocab/unit#TonOfRefrigeration
unit:TonOfRefrigeration qudt-ext:symbol "t/fg" .


###  http://qudt.org/vocab/unit#TonShort
unit:TonShort qudt-ext:symbol "ton (s)" ;
              qudt-ext:ucumCaseInsensitiveCode "[STON_AV]" ;
              qudt-ext:ucumCaseSensitiveCode "[ston_av]" .


###  http://qudt.org/vocab/unit#TonShortPerCubicYard
unit:TonShortPerCubicYard qudt-ext:symbol "ton/yd" .


###  http://qudt.org/vocab/unit#TonShortPerHour
unit:TonShortPerHour qudt-ext:symbol "ton/h" .


###  http://qudt.org/vocab/unit#Torr
unit:Torr qudt-ext:symbol "torr" .


###  http://qudt.org/vocab/unit#UnifiedAtomicMassUnit
unit:UnifiedAtomicMassUnit qudt-ext:symbol "AMU" ;
                           qudt-ext:ucumCaseInsensitiveCode "AMU" ;
                           qudt-ext:ucumCaseSensitiveCode "u" ;
                           qudt-ext:ucumPrintSymbol "u" .


###  http://qudt.org/vocab/unit#UnitPole
unit:UnitPole qudt-ext:symbol "U/nWb" .


###  http://qudt.org/vocab/unit#Unitless
unit:Unitless qudt-ext:symbol "unitless" .


###  http://qudt.org/vocab/unit#Volt
unit:Volt qudt-ext:symbol "V" ;
          qudt-ext:ucumCaseInsensitiveCode "V" ;
          qudt-ext:ucumCaseSensitiveCode "V" ;
          qudt-ext:ucumPrintSymbol "V" .


###  http://qudt.org/vocab/unit#VoltMeter
unit:VoltMeter qudt-ext:symbol "m V" .


###  http://qudt.org/vocab/unit#VoltPerMeter
unit:VoltPerMeter qudt-ext:symbol "V/m" .


###  http://qudt.org/vocab/unit#VoltPerSecond
unit:VoltPerSecond qudt-ext:symbol "V/s" .


###  http://qudt.org/vocab/unit#VoltPerSquareMeter
unit:VoltPerSquareMeter qudt-ext:symbol "V m^-2" .


###  http://qudt.org/vocab/unit#Watt
unit:Watt qudt-ext:symbol "W" ;
          qudt-ext:ucumCaseInsensitiveCode "W" ;
          qudt-ext:ucumCaseSensitiveCode "W" ;
          qudt-ext:ucumPrintSymbol "W" .


###  http://qudt.org/vocab/unit#WattPerMeterKelvin
unit:WattPerMeterKelvin qudt-ext:symbol "W/(m K)" .


###  http://qudt.org/vocab/unit#WattPerSquareCentimeter
unit:WattPerSquareCentimeter qudt-ext:symbol "W/cm^2" .


###  http://qudt.org/vocab/unit#WattPerSquareFoot
unit:WattPerSquareFoot qudt-ext:symbol "W/ft^2" .


###  http://qudt.org/vocab/unit#WattPerSquareInch
unit:WattPerSquareInch qudt-ext:symbol "W/in^2" .


###  http://qudt.org/vocab/unit#WattPerSquareMeter
unit:WattPerSquareMeter qudt-ext:symbol "W/m^2" .


###  http://qudt.org/vocab/unit#WattPerSquareMeterKelvin
unit:WattPerSquareMeterKelvin qudt-ext:symbol "W/(m^2 K)" .


###  http://qudt.org/vocab/unit#WattPerSquareMeterQuarticKelvin
unit:WattPerSquareMeterQuarticKelvin qudt-ext:symbol "W m^-2 K^-4" .


###  http://qudt.org/vocab/unit#WattPerSquareMeterSteradian
unit:WattPerSquareMeterSteradian qudt-ext:symbol "W/(m^2 sr)" .


###  http://qudt.org/vocab/unit#WattSquareMeter
unit:WattSquareMeter qudt-ext:symbol "W m^2" .


###  http://qudt.org/vocab/unit#WattSquareMeterPerSteradian
unit:WattSquareMeterPerSteradian qudt-ext:symbol "W m^2 sr^-1" .


###  http://qudt.org/vocab/unit#Watthour
unit:Watthour qudt-ext:symbol "W h" .


###  http://qudt.org/vocab/unit#Weber
unit:Weber qudt-ext:symbol "Wb" ;
           qudt-ext:ucumCaseInsensitiveCode "WB" ;
           qudt-ext:ucumCaseSensitiveCode "Wb" ;
           qudt-ext:ucumPrintSymbol "Wb" .


###  http://qudt.org/vocab/unit#Yard
unit:Yard qudt-ext:symbol "yd" ;
          qudt-ext:ucumCaseInsensitiveCode "[YD_I]" ;
          qudt-ext:ucumCaseSensitiveCode "[yd_i]" ;
          qudt-ext:ucumPrintSymbol "yd" .


###  http://qudt.org/vocab/unit#Year365Day
unit:Year365Day qudt-ext:symbol "yr" ;
                qudt-ext:ucumCaseInsensitiveCode "ANN" ;
                qudt-ext:ucumCaseSensitiveCode "a" ;
                qudt-ext:ucumPrintSymbol "a" .


###  http://qudt.org/vocab/unit#YearSidereal
unit:YearSidereal qudt-ext:symbol "yr (s)" .


###  http://qudt.org/vocab/unit#YearTropical
unit:YearTropical qudt-ext:symbol "yr (t)" ;
                  qudt-ext:ucumCaseInsensitiveCode "ANN_T" ;
                  qudt-ext:ucumCaseSensitiveCode "a_t" ;
                  qudt-ext:ucumPrintSymbol "a<sub>t</sub>" .


#################################################################
#    Annotations
#################################################################

qudt-ext:CompressibilityCorrectionFactorUnit rdfs:label "Compressibility Correction Factor Unit" ;
                                             skos:definition "A unit for the correction factor used in chromatography for the compressibility of the mobile phase." ;
                                             skos:prefLabel "compressibility correction factor unit" .


###  Generated by the OWL API (version 5.1.19) https://github.com/owlcs/owlapi/
