@prefix : <http://www.semanticweb.org/owl/owlapi/turtle#> .
@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 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/2018/04/qudt-ext> .

<http://purl.allotrope.org/voc/qudt/REC/2018/04/qudt-ext> rdf:type owl:Ontology ;
                                                          
                                                          owl:versionIRI <http://purl.allotrope.org/voc/qudt/REC/2018/04/qudt-ext> ;
                                                          
                                                          owl:imports <http://purl.allotrope.org/voc/qudt/REC/2018/04/vocab/unit> ,
                                                                      <http://purl.allotrope.org/voc/qudt/REC/2018/04/schema/qudt> ,
                                                                      <http://purl.allotrope.org/voc/qudt/REC/2018/04/schema/quantity> ;
                                                          
                                                          owl:priorVersion <http://purl.allotrope.org/ontologies/qudt-ext/1.1.0> ;
                                                          
                                                          dct:contributor <http://www.topquadrant.com> ,
                                                                          <http://www.osthus.com> ;
                                                          
                                                          dct:modified "2018-04-12T10:00:00Z"^^xsd:dateTime ;
                                                          
                                                          dct:publisher <http://www.allotrope.org> ;
                                                          
                                                          owl:versionInfo "REC/2018/04" ;
                                                          
                                                          dct:license <https://creativecommons.org/licenses/by-sa/3.0/> ;
                                                          
                                                          dct:rights <http://purl.allotrope.org/ontologies/process/copyright> ;
                                                          
                                                          dct:contributor <http://www.openphacts.org> ,
                                                                          <http://www.allotrope.org> ;
                                                          
                                                          dct:issued "2016-05-04T12:00:00Z"^^xsd:dateTime ;
                                                          
                                                          dct:contributor <http://www.nasa.gov> ;
                                                          
                                                          dct:title "The Allotrope QUDT Extension Ontology"^^xsd:string ;
                                                          
                                                          dct:rights <https://creativecommons.org/licenses/by-sa/3.0/> ;
                                                          
                                                          dct:description "This ontology adds vocabulary of units of measurement and quantities and new unit classes to QUDT." .


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


###  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/source

dct:source 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#prefLabel

skos:prefLabel rdf:type owl:AnnotationProperty .





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


###  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 ;
                         
                         rdfs:subPropertyOf owl:topDataProperty ;
                         
                         skos:prefLabel "Unified Code for Units of Measure print symbol" .





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


###  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" .



###  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" .



###  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
                                  ] .



###  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" .



###  http://purl.allotrope.org/ontology/qudt-ext/schema#NumberDensityUnit

qudt-ext:NumberDensityUnit rdf:type owl:Class ;
                           
                           rdfs:subClassOf qudt:ChemistryUnit ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty qudt:quantityKind ;
                                             owl:hasValue quantity-ext:NumberDensity
                                           ] .



###  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
                                           ] .



###  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
                                             ] .



###  http://purl.allotrope.org/ontology/qudt-ext/schema#OpticsUnit

qudt-ext:OpticsUnit rdf:type owl:Class .



###  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 quantity:DimensionlessRatio
                                   ] .



###  http://purl.allotrope.org/ontology/qudt-ext/schema#RefractiveIndex

qudt-ext:RefractiveIndex rdf:type owl:Class ;
                         
                         rdfs:subClassOf qudt:DimensionlessUnit ,
                                         qudt:OpticsUnit ,
                                         [ rdf:type owl:Restriction ;
                                           owl:onProperty qudt:quantityKind ;
                                           owl:hasValue quantity-ext:RefractiveIndexUnit
                                         ] ;
                         
                         rdfs:label "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
                                                 ] .



###  http://qudt.org/schema/qudt#CountingUnit

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





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


###  http://dbpedia.org/resource/Molar_concentration

<http://dbpedia.org/resource/Molar_concentration> rdf:type owl:NamedIndividual .



###  http://purl.allotrope.org/ontology/qudt-ext/quantity#ActivityContent

quantity-ext:ActivityContent rdf:type owl:NamedIndividual ,
                                      qudt:ChemistryQuantityKind ;
                             
                             qudt:symbol "A/M"^^xsd:string ;
                             
                             rdfs:label "Activity Content"^^xsd:string .



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



###  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" .



###  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. [OSTHUS]" ;
                  
                  rdfs:label "Gain" .



###  http://purl.allotrope.org/ontology/qudt-ext/quantity#Infectivity

quantity-ext:Infectivity rdf:type owl:NamedIndividual ,
                                  qudt:BiologyQuantityKind ;
                         
                         rdfs:label "Infectivity"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/quantity#NumberConcentration

quantity-ext:NumberConcentration rdf:type owl:NamedIndividual ,
                                          qudt:QuantityKind ;
                                 
                                 qudt:generalization quantity-ext:NumberDensity ;
                                 
                                 qudt:symbol "C" ;
                                 
                                 dct:source "https://en.wikipedia.org/wiki/Number_density" ;
                                 
                                 rdfs:label "Number Concentration"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/quantity#NumberDensity

quantity-ext:NumberDensity rdf:type owl:NamedIndividual ,
                                    qudt:QuantityKind ;
                           
                           qudt:description "Volume number density is the number of specified objects per unit volume" ;
                           
                           qudt:symbol "n" ;
                           
                           dct:source "https://en.wikipedia.org/wiki/Number_density" ;
                           
                           rdfs:label "Number Density"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/quantity#NumberPerTime

quantity-ext:NumberPerTime rdf:type owl:NamedIndividual ,
                                    qudt:QuantityKind ;
                           
                           qudt:description "Number per time is the number of specified objects per unit time" ;
                           
                           qudt:symbol "n/t" ;
                           
                           rdfs:label "Number per Time"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/quantity#NumberTimesTime

quantity-ext:NumberTimesTime rdf:type owl:NamedIndividual ,
                                      qudt:QuantityKind ;
                             
                             qudt:description "Number times time is the number of specified objects times unit time" ;
                             
                             qudt:symbol "n*t" ;
                             
                             rdfs:label "Number times Time"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/quantity#RefractiveIndexUnit

quantity-ext:RefractiveIndexUnit rdf:type owl:NamedIndividual ,
                                          qudt:QuantityKind ;
                                 
                                 qudt:symbol "RIU"^^xsd:string ;
                                 
                                 rdfs:label "Refractive Index Unit"^^xsd:string .



###  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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#ArbitraryUnit

unit-ext:ArbitraryUnit rdf:type owl:NamedIndividual ,
                                qudt:DimensionlessUnit ;
                       
                       qudt:quantityKind quantity:Dimensionless ;
                       
                       qudt:abbreviation "AU"^^xsd:string ;
                       
                       qudt:conversionMultiplier "1.0"^^xsd:double ;
                       
                       qudt:conversionOffset "0.0"^^xsd:double ;
                       
                       qudt:symbol "AU"^^xsd:string ;
                       
                       rdfs:label "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:abbreviation "AU/V"^^xsd:string ;
                              
                              qudt:conversionMultiplier "1.0"^^xsd:double ;
                              
                              qudt:conversionOffset "0.0"^^xsd:double ;
                              
                              qudt:symbol "AU/V"^^xsd:string ;
                              
                              rdfs:label "Arbitrary Unit per Volt" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#AvoirdupoisPound

unit-ext:AvoirdupoisPound rdf:type owl:NamedIndividual ,
                                   qudt:MassUnit ;
                          
                          qudt:abbreviation "lbav"^^xsd:string ;
                          
                          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 "lbav"^^xsd:string ;
                          
                          rdfs:label "avoirdupois pound"^^xsd:string .



###  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:abbreviation "Bq/g"^^xsd:string ;
                          
                          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"^^xsd:string ;
                          
                          rdfs:label "Becquerel per Gram"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#BillionCFU

unit-ext:BillionCFU rdf:type owl:NamedIndividual ,
                             qudt:MicrobialFormationUnit ;
                    
                    qudt:abbreviation "10^9 CFU"^^xsd:string ;
                    
                    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"^^xsd:string ;
                    
                    rdfs:label "Billion Colony Forming Units"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#CCID50PerMilliliter

unit-ext:CCID50PerMilliliter rdf:type owl:NamedIndividual ,
                                      qudt-ext:InfectivityUnit ;
                             
                             qudt:abbreviation "CCID50/ml"^^xsd:string ;
                             
                             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"^^xsd:string ;
                             
                             rdfs:label "CCID50 per Milliliter"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#CaloriePerGramSecond

unit-ext:CaloriePerGramSecond rdf:type owl:NamedIndividual ,
                                       qudt:HeatFlowRateUnit ;
                              
                              qudt:abbreviation "cal/(g.s)"^^xsd:string ;
                              
                              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)"^^xsd:string ;
                              
                              rdfs:label "Calorie per Gram Second"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#CaloriePerSecond

unit-ext:CaloriePerSecond rdf:type owl:NamedIndividual ,
                                   qudt:HeatFlowRateUnit ;
                          
                          qudt:abbreviation "cal/s"^^xsd:string ;
                          
                          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"^^xsd:string ;
                          
                          rdfs:label "Calorie per Second"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#CountsTimesSecond

unit-ext:CountsTimesSecond rdf:type owl:NamedIndividual ,
                                    qudt-ext:NumberTimesTimeUnit ;
                           
                           qudt:abbreviation "CountsTimesSecond"^^xsd:string ;
                           
                           qudt:conversionMultiplier "1.0"^^xsd:double ;
                           
                           qudt:conversionOffset "1.0"^^xsd:double ;
                           
                           qudt:symbol "CountsTimesSecond"^^xsd:string ;
                           
                           rdfs:label "Counts times Second"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#Drop

unit-ext:Drop rdf:type owl:NamedIndividual ,
                       qudt:BiomedicalUnit ,
                       qudt:VolumeUnit ;
              
              qudt:abbreviation "drp"^^xsd:string ;
              
              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 "drop"^^xsd:string ;
              
              rdfs:label "Drop"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#EnzymeUnit

unit-ext:EnzymeUnit rdf:type owl:NamedIndividual ,
                             qudt-ext:EnzymaticActivityUnit ;
                    
                    qudt:abbreviation "U"^^xsd:string ;
                    
                    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"^^xsd:string ;
                    
                    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"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#Femtogram

unit-ext:Femtogram rdf:type owl:NamedIndividual ,
                            qudt:MassUnit ;
                   
                   qudt:abbreviation "fg"^^xsd:string ;
                   
                   qudt:conversionMultiplier "1.0E-18"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "fg"^^xsd:string ;
                   
                   rdfs:label "Femtogram"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#FemtogramPerFemtoliter

unit-ext:FemtogramPerFemtoliter rdf:type owl:NamedIndividual ,
                                         qudt:MassPerVolumeUnit ;
                                
                                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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#FemtogramPerLiter

unit-ext:FemtogramPerLiter rdf:type owl:NamedIndividual ,
                                    qudt:MassPerVolumeUnit ;
                           
                           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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#FemtogramPerMicroliter

unit-ext:FemtogramPerMicroliter rdf:type owl:NamedIndividual ,
                                         qudt:MassPerVolumeUnit ;
                                
                                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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#FemtogramPerMilliliter

unit-ext:FemtogramPerMilliliter rdf:type owl:NamedIndividual ,
                                         qudt:MassPerVolumeUnit ;
                                
                                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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#FemtogramPerNanoliter

unit-ext:FemtogramPerNanoliter rdf:type owl:NamedIndividual ,
                                        qudt:MassPerVolumeUnit ;
                               
                               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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#FemtogramPerPicoliter

unit-ext:FemtogramPerPicoliter rdf:type owl:NamedIndividual ,
                                        qudt:MassPerVolumeUnit ;
                               
                               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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#FemtogramPerSquareCentimeter

unit-ext:FemtogramPerSquareCentimeter rdf:type owl:NamedIndividual ,
                                               qudt:MassPerAreaUnit ;
                                      
                                      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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#FemtogramPerSquareMeter

unit-ext:FemtogramPerSquareMeter rdf:type owl:NamedIndividual ,
                                          qudt:MassPerAreaUnit ;
                                 
                                 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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#Femtoliter

unit-ext:Femtoliter rdf:type owl:NamedIndividual ,
                             qudt:VolumeUnit ;
                    
                    qudt:abbreviation "fL"^^xsd:string ;
                    
                    qudt:conversionMultiplier "1.0E-15"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "fL"^^xsd:string ;
                    
                    rdfs:label "Femtoliter"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#Femtomolar

unit-ext:Femtomolar rdf:type owl:NamedIndividual ,
                             qudt:MolarConcentrationUnit ;
                    
                    qudt:abbreviation "fM"^^xsd:string ;
                    
                    qudt:conversionMultiplier "1.0E-12"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "fmol/dm^3"^^xsd:string ;
                    
                    rdfs:label "Femtomolar"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#Femtomole

unit-ext:Femtomole rdf:type owl:NamedIndividual ,
                            qudt:AmountOfSubstanceUnit ;
                   
                   qudt:abbreviation "fmol"^^xsd:string ;
                   
                   qudt:conversionMultiplier "1.0E-15"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "fmol"^^xsd:string ;
                   
                   rdfs:label "Femtomole"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#FocusFormingUnitPerMilliliter

unit-ext:FocusFormingUnitPerMilliliter rdf:type owl:NamedIndividual ,
                                                qudt-ext:InfectivityUnit ;
                                       
                                       qudt:abbreviation "FFU/mL"^^xsd:string ;
                                       
                                       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"^^xsd:string ;
                                       
                                       rdfs:label "Focus Forming Unit per Milliliter"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#GramPerFemtoliter

unit-ext:GramPerFemtoliter rdf:type owl:NamedIndividual ,
                                    qudt:MassPerVolumeUnit ;
                           
                           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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#GramPerLiter

unit-ext:GramPerLiter rdf:type owl:NamedIndividual ,
                               qudt:MassPerVolumeUnit ;
                      
                      qudt:abbreviation "g/L"^^xsd:string ;
                      
                      qudt:conversionMultiplier "1.0"^^xsd:double ;
                      
                      qudt:conversionOffset "0.0"^^xsd:double ;
                      
                      qudt:symbol "g/dm^3"^^xsd:string ;
                      
                      rdfs:label "Gram per Liter"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#GramPerMicroliter

unit-ext:GramPerMicroliter rdf:type owl:NamedIndividual ,
                                    qudt:MassPerVolumeUnit ;
                           
                           qudt:abbreviation "g/μL" ;
                           
                           qudt:conversionMultiplier "1000.0000000000001"^^xsd:double ;
                           
                           qudt:conversionOffset "0.0"^^xsd:double ;
                           
                           qudt:symbol "g/μL" ;
                           
                           rdfs:label "Gram per Microliter" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#GramPerMilliliter

unit-ext:GramPerMilliliter rdf:type owl:NamedIndividual ,
                                    qudt:MassPerVolumeUnit ;
                           
                           qudt:abbreviation "g/mL"^^xsd:string ;
                           
                           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"^^xsd:string ;
                           
                           rdfs:label "Gram per Milliliter"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#GramPerNanoliter

unit-ext:GramPerNanoliter rdf:type owl:NamedIndividual ,
                                   qudt:MassPerVolumeUnit ;
                          
                          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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#GramPerPicoliter

unit-ext:GramPerPicoliter rdf:type owl:NamedIndividual ,
                                   qudt:MassPerVolumeUnit ;
                          
                          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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#GramPerSquareCentimeter

unit-ext:GramPerSquareCentimeter rdf:type owl:NamedIndividual ,
                                          qudt:MassPerAreaUnit ;
                                 
                                 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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#GramPerSquareMeter

unit-ext:GramPerSquareMeter rdf:type owl:NamedIndividual ,
                                     qudt:MassPerAreaUnit ;
                            
                            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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#JoulePerDegreeCelsius

unit-ext:JoulePerDegreeCelsius rdf:type owl:NamedIndividual ,
                                        qudt:HeatCapacityAndEntropyUnit ;
                               
                               qudt:abbreviation "J/degC"^^xsd:string ;
                               
                               qudt:conversionMultiplier "1.0"^^xsd:double ;
                               
                               qudt:conversionOffset "0.0"^^xsd:double ;
                               
                               qudt:symbol "J/°C"^^xsd:string ;
                               
                               rdfs:comment "heat noise unit" ;
                               
                               rdfs:label "Joule per Degree Celsius"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#JoulePerGramDegreeCelsius

unit-ext:JoulePerGramDegreeCelsius rdf:type owl:NamedIndividual ,
                                            qudt:HeatCapacityAndEntropyUnit ;
                                   
                                   qudt:abbreviation "J/g.°C"^^xsd:string ;
                                   
                                   qudt:conversionMultiplier "1000.0"^^xsd:double ;
                                   
                                   qudt:conversionOffset "0.0"^^xsd:double ;
                                   
                                   qudt:description "normalized heat capacity unit, normalized by mass in gram" ;
                                   
                                   qudt:symbol "J/(g.°C)"^^xsd:string ;
                                   
                                   rdfs:label "Joule per Gram Degree Celsius"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#KiloJoulePerMoleKelvin

unit-ext:KiloJoulePerMoleKelvin rdf:type owl:NamedIndividual ,
                                         qudt:HeatCapacityAndEntropyUnit ;
                                
                                qudt:abbreviation "kJ/(mol.K)"^^xsd:string ;
                                
                                qudt:conversionMultiplier "1000.0"^^xsd:double ;
                                
                                qudt:conversionOffset "0.0"^^xsd:double ;
                                
                                qudt:symbol "kJ/(mol.K)"^^xsd:string ;
                                
                                rdfs:label "Kilojoule per Mole Kelvin"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#KiloVolt

unit-ext:KiloVolt rdf:type owl:NamedIndividual ,
                           qudt:EnergyPerElectricChargeUnit ;
                  
                  qudt:abbreviation "kV"^^xsd:string ;
                  
                  qudt:conversionMultiplier "1000.0"^^xsd:double ;
                  
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  
                  qudt:symbol "kV"^^xsd:string ;
                  
                  rdfs:label "Kilovolt" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#KilogramPerFemtoliter

unit-ext:KilogramPerFemtoliter rdf:type owl:NamedIndividual ,
                                        qudt:MassPerVolumeUnit ;
                               
                               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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#KilogramPerLiter

unit-ext:KilogramPerLiter rdf:type owl:NamedIndividual ,
                                   qudt:MassPerVolumeUnit ;
                          
                          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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#KilogramPerMicroliter

unit-ext:KilogramPerMicroliter rdf:type owl:NamedIndividual ,
                                        qudt:MassPerVolumeUnit ;
                               
                               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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#KilogramPerMilliliter

unit-ext:KilogramPerMilliliter rdf:type owl:NamedIndividual ,
                                        qudt:MassPerVolumeUnit ;
                               
                               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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#KilogramPerNanoliter

unit-ext:KilogramPerNanoliter rdf:type owl:NamedIndividual ,
                                       qudt:MassPerVolumeUnit ;
                              
                              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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#KilogramPerPicoliter

unit-ext:KilogramPerPicoliter rdf:type owl:NamedIndividual ,
                                       qudt:MassPerVolumeUnit ;
                              
                              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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#KilogramPerSquareCentimeter

unit-ext:KilogramPerSquareCentimeter rdf:type owl:NamedIndividual ,
                                              qudt:MassPerAreaUnit ;
                                     
                                     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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#LiterPerKilogram

unit-ext:LiterPerKilogram rdf:type owl:NamedIndividual ,
                                   qudt:VolumePerMassUnit ;
                          
                          qudt:abbreviation "l/kg"^^xsd:string ;
                          
                          qudt:conversionMultiplier "0.001"^^xsd:double ;
                          
                          qudt:conversionOffset "0.0"^^xsd:double ;
                          
                          qudt:symbol "l/kg"^^xsd:string ;
                          
                          rdfs:label "Liter per Kilogram"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#LiterPerMinute

unit-ext:LiterPerMinute rdf:type owl:NamedIndividual ,
                                 qudt:VolumePerTimeUnit ;
                        
                        qudt:abbreviation "L/min"^^xsd:string ;
                        
                        qudt:conversionMultiplier "0.06"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:symbol "L/min"^^xsd:string ;
                        
                        rdfs:label "Liter per Minute"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#LiterPerSecond

unit-ext:LiterPerSecond rdf:type owl:NamedIndividual ,
                                 qudt:VolumePerTimeUnit ;
                        
                        qudt:abbreviation "L/s"^^xsd:string ;
                        
                        qudt:conversionMultiplier "0.001"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:symbol "L/s"^^xsd:string ;
                        
                        rdfs:label "Liter per Second"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#LuminescenceUnits

unit-ext:LuminescenceUnits rdf:type owl:NamedIndividual ,
                                    qudt:LuminousIntensityUnit ;
                           
                           qudt:abbreviation "LU"^^xsd:string ;
                           
                           qudt:conversionMultiplier "1.0"^^xsd:double ;
                           
                           qudt:conversionOffset "0.0"^^xsd:double ;
                           
                           qudt:symbol "LU"^^xsd:string ;
                           
                           rdfs:label "Luminescence Units"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MassPerCharge

unit-ext:MassPerCharge rdf:type owl:NamedIndividual ,
                                qudt:ChemistryUnit ,
                                qudt:DimensionlessUnit ;
                       
                       qudt:quantityKind quantity:Dimensionless ;
                       
                       qudt:abbreviation "m/z"^^xsd:string ;
                       
                       qudt:conversionMultiplier "1.0"^^xsd:double ;
                       
                       qudt:conversionOffset "0.0"^^xsd:double ;
                       
                       qudt:symbol "m/z"^^xsd:string ;
                       
                       rdfs:label "Mass per Charge" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MegaPascal

unit-ext:MegaPascal rdf:type owl:NamedIndividual ,
                             qudt:PressureOrStressUnit ,
                             qudt:SIUnit ;
                    
                    qudt:abbreviation "MPa"^^xsd:string ;
                    
                    qudt:conversionMultiplier "1000000.0"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "MPa"^^xsd:string ;
                    
                    rdfs:label "Megapascal"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MicroCaloriePerDegreeCelsius

unit-ext:MicroCaloriePerDegreeCelsius rdf:type owl:NamedIndividual ,
                                               qudt:HeatCapacityAndEntropyUnit ;
                                      
                                      qudt:abbreviation "µcal/°C"^^xsd:string ;
                                      
                                      qudt:conversionMultiplier "4.184E-6"^^xsd:double ;
                                      
                                      qudt:conversionOffset "0.0"^^xsd:double ;
                                      
                                      qudt:description "heat noise unit" ;
                                      
                                      qudt:symbol "µcal/°C"^^xsd:string ;
                                      
                                      rdfs:label "Microcalorie per Degree Celsius"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MicroWatt

unit-ext:MicroWatt rdf:type owl:NamedIndividual ,
                            qudt:HeatCapacityAndEntropyUnit ;
                   
                   qudt:abbreviation "µW"^^xsd:string ;
                   
                   qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "µW"^^xsd:string ;
                   
                   rdfs:label "Microwatt"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MicroWattPerGram

unit-ext:MicroWattPerGram rdf:type owl:NamedIndividual ,
                                   qudt:HeatFlowRateUnit ;
                          
                          qudt:abbreviation "µW/g"^^xsd:string ;
                          
                          qudt:conversionMultiplier "0.001"^^xsd:double ;
                          
                          qudt:conversionOffset "0.0"^^xsd:double ;
                          
                          qudt:symbol "µW/g"^^xsd:string ;
                          
                          rdfs:label "Microwatt per Gram"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#Microgram

unit-ext:Microgram rdf:type owl:NamedIndividual ,
                            qudt:MassUnit ;
                   
                   qudt:abbreviation "μg"^^xsd:string ;
                   
                   qudt:conversionMultiplier "1.0E-9"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "μg"^^xsd:string ;
                   
                   rdfs:label "Microgram"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MicrogramPerFemtoliter

unit-ext:MicrogramPerFemtoliter rdf:type owl:NamedIndividual ,
                                         qudt:MassPerVolumeUnit ;
                                
                                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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MicrogramPerLiter

unit-ext:MicrogramPerLiter rdf:type owl:NamedIndividual ,
                                    qudt:MassPerVolumeUnit ;
                           
                           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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MicrogramPerMicroliter

unit-ext:MicrogramPerMicroliter rdf:type owl:NamedIndividual ,
                                         qudt:MassPerVolumeUnit ;
                                
                                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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MicrogramPerMilliliter

unit-ext:MicrogramPerMilliliter rdf:type owl:NamedIndividual ,
                                         qudt:MassPerVolumeUnit ;
                                
                                qudt:abbreviation "μg/mL"^^xsd:string ;
                                
                                qudt:conversionMultiplier "1.0"^^xsd:double ;
                                
                                qudt:conversionOffset "0.0"^^xsd:double ;
                                
                                qudt:symbol "μg/cm^3"^^xsd:string ;
                                
                                rdfs:label "Microgram per Milliliter"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MicrogramPerNanoliter

unit-ext:MicrogramPerNanoliter rdf:type owl:NamedIndividual ,
                                        qudt:MassPerVolumeUnit ;
                               
                               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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MicrogramPerPicoliter

unit-ext:MicrogramPerPicoliter rdf:type owl:NamedIndividual ,
                                        qudt:MassPerVolumeUnit ;
                               
                               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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MicrogramPerSquareCentimeter

unit-ext:MicrogramPerSquareCentimeter rdf:type owl:NamedIndividual ,
                                               qudt:MassPerAreaUnit ;
                                      
                                      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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MicrogramPerSquareMeter

unit-ext:MicrogramPerSquareMeter rdf:type owl:NamedIndividual ,
                                          qudt:MassPerAreaUnit ;
                                 
                                 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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#Microliter

unit-ext:Microliter rdf:type owl:NamedIndividual ,
                             qudt:VolumeUnit ;
                    
                    qudt:abbreviation "μL"^^xsd:string ;
                    
                    qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "μL"^^xsd:string ;
                    
                    rdfs:label "Microliter"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MicroliterPerMinute

unit-ext:MicroliterPerMinute rdf:type owl:NamedIndividual ,
                                      qudt:VolumePerTimeUnit ;
                             
                             qudt:abbreviation "µL/min"^^xsd:string ;
                             
                             qudt:conversionMultiplier "6.0E-8"^^xsd:double ;
                             
                             qudt:conversionOffset "0.0"^^xsd:double ;
                             
                             qudt:symbol "µL/min"^^xsd:string ;
                             
                             rdfs:label "Microliter per Minute"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#Micromolar

unit-ext:Micromolar rdf:type owl:NamedIndividual ,
                             qudt:MolarConcentrationUnit ;
                    
                    qudt:abbreviation "μM"^^xsd:string ;
                    
                    qudt:conversionMultiplier "0.001"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "μM"^^xsd:string ;
                    
                    rdfs:label "Micromolar"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#Micromole

unit-ext:Micromole rdf:type owl:NamedIndividual ,
                            qudt:AmountOfSubstanceUnit ;
                   
                   qudt:abbreviation "μmol"^^xsd:string ;
                   
                   qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "μmol"^^xsd:string ;
                   
                   rdfs:label "Micromole"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#Microvolt

unit-ext:Microvolt rdf:type owl:NamedIndividual ,
                            qudt:EnergyPerElectricChargeUnit ;
                   
                   qudt:abbreviation "microV"^^xsd:string ;
                   
                   qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "µV"^^xsd:string ;
                   
                   rdfs:label "Microvolt" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilliArbitraryUnit

unit-ext:MilliArbitraryUnit rdf:type owl:NamedIndividual ,
                                     qudt:DimensionlessUnit ;
                            
                            qudt:quantityKind quantity:Dimensionless ;
                            
                            qudt:abbreviation "mAU"^^xsd:string ;
                            
                            qudt:conversionMultiplier "0.001"^^xsd:double ;
                            
                            qudt:conversionOffset "0.0"^^xsd:double ;
                            
                            qudt:symbol "mAU"^^xsd:string ;
                            
                            rdfs:label "Milli Arbitrary Unit" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilliCaloriePerMinute

unit-ext:MilliCaloriePerMinute rdf:type owl:NamedIndividual ,
                                        qudt:HeatFlowRateUnit ;
                               
                               qudt:abbreviation "mcal/min"^^xsd:string ;
                               
                               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"^^xsd:string ;
                               
                               rdfs:label "Millicalorie per Minute"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilliCaloriePerMoleDegreeCelsius

unit-ext:MilliCaloriePerMoleDegreeCelsius rdf:type owl:NamedIndividual ,
                                                   qudt:HeatCapacityAndEntropyUnit ;
                                          
                                          qudt:abbreviation "mcal/(mol.°C)"^^xsd:string ;
                                          
                                          qudt:conversionMultiplier "0.004184"^^xsd:double ;
                                          
                                          qudt:conversionOffset "0.0"^^xsd:double ;
                                          
                                          qudt:symbol "mcal/(mol.°C)"^^xsd:string ;
                                          
                                          rdfs:label "Millicalorie per Mole Degree Celsius"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilliCaloriePerSecond

unit-ext:MilliCaloriePerSecond rdf:type owl:NamedIndividual ,
                                        qudt:HeatFlowRateUnit ;
                               
                               qudt:abbreviation "mcal/s"^^xsd:string ;
                               
                               qudt:conversionMultiplier "0.004184"^^xsd:double ;
                               
                               qudt:conversionOffset "0.0"^^xsd:double ;
                               
                               qudt:symbol "mcal/s"^^xsd:string ;
                               
                               rdfs:comment "heat flow rate, used for quantifying differential power" ;
                               
                               rdfs:label "Mllicalorie per Second"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilliWatt

unit-ext:MilliWatt rdf:type owl:NamedIndividual ,
                            qudt:HeatCapacityAndEntropyUnit ,
                            qudt:PowerUnit ;
                   
                   qudt:abbreviation "mW"^^xsd:string ;
                   
                   qudt:conversionMultiplier "0.001"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "mW"^^xsd:string ;
                   
                   rdfs:label "Milliwatt"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilliWattPerGram

unit-ext:MilliWattPerGram rdf:type owl:NamedIndividual ,
                                   qudt:HeatFlowRateUnit ;
                          
                          qudt:abbreviation "mW/g"^^xsd:string ;
                          
                          qudt:conversionMultiplier "1.0"^^xsd:double ;
                          
                          qudt:conversionOffset "0.0"^^xsd:double ;
                          
                          qudt:symbol "mW/g"^^xsd:string ;
                          
                          rdfs:label "Milliwatt per Gram"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#Milligram

unit-ext:Milligram rdf:type owl:NamedIndividual ,
                            qudt:MassUnit ;
                   
                   qudt:abbreviation "mg"^^xsd:string ;
                   
                   qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "mg"^^xsd:string ;
                   
                   rdfs:label "Milligram"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerDeciliter

unit-ext:MilligramPerDeciliter rdf:type owl:NamedIndividual ,
                                        qudt:MassPerVolumeUnit ;
                               
                               qudt:abbreviation "mg/dL"^^xsd:string ;
                               
                               qudt:conversionMultiplier "100.0"^^xsd:double ;
                               
                               qudt:conversionOffset "0.0"^^xsd:double ;
                               
                               rdfs:label "Milligram per Deciliter"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerFemtoliter

unit-ext:MilligramPerFemtoliter rdf:type owl:NamedIndividual ,
                                         qudt:MassPerVolumeUnit ;
                                
                                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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerKilogram

unit-ext:MilligramPerKilogram rdf:type owl:NamedIndividual ,
                                       qudt-ext:RatioUnit ;
                              
                              qudt:abbreviation "mg/kg"^^xsd:string ;
                              
                              qudt:symbol "mg/kg"^^xsd:string ;
                              
                              rdfs:label "Milligram per Kilogram"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerLiter

unit-ext:MilligramPerLiter rdf:type owl:NamedIndividual ,
                                    qudt:MassPerVolumeUnit ;
                           
                           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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerMicroliter

unit-ext:MilligramPerMicroliter rdf:type owl:NamedIndividual ,
                                         qudt:MassPerVolumeUnit ;
                                
                                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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerMilliliter

unit-ext:MilligramPerMilliliter rdf:type owl:NamedIndividual ,
                                         qudt:MassPerVolumeUnit ;
                                
                                qudt:abbreviation "mg/mL"^^xsd:string ;
                                
                                qudt:conversionMultiplier "1000.0"^^xsd:double ;
                                
                                qudt:conversionOffset "0.0"^^xsd:double ;
                                
                                qudt:symbol "mg/cm^3"^^xsd:string ;
                                
                                rdfs:label "Milligram per Milliliter"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerNanoliter

unit-ext:MilligramPerNanoliter rdf:type owl:NamedIndividual ,
                                        qudt:MassPerVolumeUnit ;
                               
                               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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerPicoliter

unit-ext:MilligramPerPicoliter rdf:type owl:NamedIndividual ,
                                        qudt:MassPerVolumeUnit ;
                               
                               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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerSquareCentimeter

unit-ext:MilligramPerSquareCentimeter rdf:type owl:NamedIndividual ,
                                               qudt:MassPerAreaUnit ;
                                      
                                      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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerSquareMeter

unit-ext:MilligramPerSquareMeter rdf:type owl:NamedIndividual ,
                                          qudt:MassPerAreaUnit ;
                                 
                                 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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#Milliliter

unit-ext:Milliliter rdf:type owl:NamedIndividual ,
                             qudt:VolumeUnit ;
                    
                    qudt:abbreviation "mL"^^xsd:string ;
                    
                    qudt:conversionMultiplier "0.001"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "mL"^^xsd:string ;
                    
                    rdfs:label "Milliliter"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilliliterPerKilogram

unit-ext:MilliliterPerKilogram rdf:type owl:NamedIndividual ,
                                        qudt:VolumePerMassUnit ;
                               
                               qudt:abbreviation "mL/kg"^^xsd:string ;
                               
                               qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                               
                               qudt:conversionOffset "0.0"^^xsd:double ;
                               
                               qudt:symbol "mL/kg"^^xsd:string ;
                               
                               rdfs:label "Milliliter per Kilogram"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilliliterPerMinute

unit-ext:MilliliterPerMinute rdf:type owl:NamedIndividual ,
                                      qudt:VolumePerTimeUnit ;
                             
                             qudt:abbreviation "mL/min"^^xsd:string ;
                             
                             qudt:conversionMultiplier "6.0E-5"^^xsd:double ;
                             
                             qudt:conversionOffset "0.0"^^xsd:double ;
                             
                             qudt:symbol "mL/min"^^xsd:string ;
                             
                             rdfs:label "Milliliter per Minute"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MilliliterPerSecond

unit-ext:MilliliterPerSecond rdf:type owl:NamedIndividual ,
                                      qudt:VolumePerTimeUnit ;
                             
                             qudt:abbreviation "mL/s"^^xsd:string ;
                             
                             qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                             
                             qudt:conversionOffset "0.0"^^xsd:double ;
                             
                             qudt:symbol "mL/s"^^xsd:string ;
                             
                             rdfs:label "Milliliter per Second"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#Millimeter

unit-ext:Millimeter rdf:type owl:NamedIndividual ,
                             qudt:LengthUnit ;
                    
                    qudt:abbreviation "mm"^^xsd:string ;
                    
                    qudt:conversionMultiplier "0.001"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "mm"^^xsd:string ;
                    
                    rdfs:label "Millimeter"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#Millimolar

unit-ext:Millimolar rdf:type owl:NamedIndividual ,
                             qudt:MolarConcentrationUnit ;
                    
                    qudt:abbreviation "mM"^^xsd:string ;
                    
                    qudt:conversionMultiplier "1.0"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "mM"^^xsd:string ;
                    
                    rdfs:label "Millimolar"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#Millimole

unit-ext:Millimole rdf:type owl:NamedIndividual ,
                            qudt:AmountOfSubstanceUnit ;
                   
                   qudt:abbreviation "mmol"^^xsd:string ;
                   
                   qudt:conversionMultiplier "0.001"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "mmol"^^xsd:string ;
                   
                   rdfs:label "Millimole"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MillimolePerMilliliter

unit-ext:MillimolePerMilliliter rdf:type owl:NamedIndividual ,
                                         qudt:MolarConcentrationUnit ;
                                
                                qudt:quantityKind quantity:AmountOfSubstancePerUnitVolume ;
                                
                                qudt:abbreviation "mmol/mL"^^xsd:string ;
                                
                                qudt:conversionMultiplier "0.001"^^xsd:double ;
                                
                                qudt:conversionOffset "0.0"^^xsd:double ;
                                
                                qudt:symbol "mmol/mL"^^xsd:string ;
                                
                                rdfs:label "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:abbreviation "10^6 cells/mL"^^xsd:string ;
                                   
                                   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. [OSTHUS]" ;
                                   
                                   qudt:symbol "10^6 cells/mL"^^xsd:string ;
                                   
                                   rdfs:label "Million Cells per Milliliter"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#Millivolt

unit-ext:Millivolt rdf:type owl:NamedIndividual ,
                            qudt:EnergyPerElectricChargeUnit ;
                   
                   qudt:abbreviation "mV"^^xsd:string ;
                   
                   qudt:conversionMultiplier "0.001"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "mV"^^xsd:string ;
                   
                   rdfs:label "Millivolt" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#Molar

unit-ext:Molar rdf:type owl:NamedIndividual ,
                        qudt:MolarConcentrationUnit ;
               
               qudt:abbreviation "M"^^xsd:string ;
               
               qudt:conversionMultiplier "1000.0"^^xsd:double ;
               
               qudt:conversionOffset "0.0"^^xsd:double ;
               
               qudt:symbol "mol/dm^3"^^xsd:string ;
               
               rdfs:label "Molar"^^xsd:string ;
               
               skos:exactMatch <http://dbpedia.org/resource/Molar_concentration> .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MolePerCubicDecimeter

unit-ext:MolePerCubicDecimeter rdf:type owl:NamedIndividual ,
                                        qudt:MolarConcentrationUnit ;
                               
                               qudt:abbreviation "mol/dm^3"^^xsd:string ;
                               
                               qudt:conversionMultiplier "0.001"^^xsd:double ;
                               
                               qudt:conversionOffset "0.0"^^xsd:double ;
                               
                               qudt:symbol "mol/dm^3"^^xsd:string ;
                               
                               rdfs:label "Mole per Cubic Decimeter" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#MolePerLiter

unit-ext:MolePerLiter rdf:type owl:NamedIndividual ,
                               qudt:MolarConcentrationUnit ;
                      
                      qudt:abbreviation "mol/L"^^xsd:string ;
                      
                      qudt:conversionMultiplier "0.001"^^xsd:double ;
                      
                      qudt:conversionOffset "0.0"^^xsd:double ;
                      
                      qudt:symbol "mol/L"^^xsd:string ;
                      
                      rdfs:label "Mole per Liter" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#NanoRefractiveIndexUnit

unit-ext:NanoRefractiveIndexUnit rdf:type owl:NamedIndividual ,
                                          qudt-ext:RefractiveIndex ;
                                 
                                 qudt:abbreviation "nano RIU"^^xsd:string ;
                                 
                                 qudt:conversionMultiplier "1.0E-9"^^xsd:double ;
                                 
                                 qudt:conversionOffset "0.0"^^xsd:double ;
                                 
                                 qudt:symbol "nRIU"^^xsd:string ;
                                 
                                 rdfs:label "Nano Refractive Index Unit"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#Nanogram

unit-ext:Nanogram rdf:type owl:NamedIndividual ,
                           qudt:MassUnit ;
                  
                  qudt:abbreviation "ng"^^xsd:string ;
                  
                  qudt:conversionMultiplier "1.0E-12"^^xsd:double ;
                  
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  
                  qudt:symbol "ng"^^xsd:string ;
                  
                  rdfs:label "Nanogram"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#NanogramPerFemtoliter

unit-ext:NanogramPerFemtoliter rdf:type owl:NamedIndividual ,
                                        qudt:MassPerVolumeUnit ;
                               
                               qudt:abbreviation "ng/fL" ;
                               
                               qudt:conversionMultiplier "999.9999999999999"^^xsd:double ;
                               
                               qudt:conversionOffset "0.0"^^xsd:double ;
                               
                               qudt:symbol "μg/fL" ;
                               
                               rdfs:label "Nanogram per Femtoliter" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#NanogramPerLiter

unit-ext:NanogramPerLiter rdf:type owl:NamedIndividual ,
                                   qudt:MassPerVolumeUnit ;
                          
                          qudt:abbreviation "ng/L" ;
                          
                          qudt:conversionMultiplier "1.0E-9"^^xsd:double ;
                          
                          qudt:conversionOffset "0.0"^^xsd:double ;
                          
                          qudt:symbol "μg/L" ;
                          
                          rdfs:label "Nanogram per Liter" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#NanogramPerMicroliter

unit-ext:NanogramPerMicroliter rdf:type owl:NamedIndividual ,
                                        qudt:MassPerVolumeUnit ;
                               
                               qudt:abbreviation "ng/μL" ;
                               
                               qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                               
                               qudt:conversionOffset "0.0"^^xsd:double ;
                               
                               qudt:symbol "μg/μL" ;
                               
                               rdfs:label "Nanogram per Microliter" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#NanogramPerMilliliter

unit-ext:NanogramPerMilliliter rdf:type owl:NamedIndividual ,
                                        qudt:MassPerVolumeUnit ;
                               
                               qudt:abbreviation "ng/mL"^^xsd:string ;
                               
                               qudt:conversionMultiplier "0.001"^^xsd:double ;
                               
                               qudt:conversionOffset "0.0"^^xsd:double ;
                               
                               qudt:symbol "ng/cm^3"^^xsd:string ;
                               
                               rdfs:label "Nanogram per Milliliter"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#NanogramPerNanoliter

unit-ext:NanogramPerNanoliter rdf:type owl:NamedIndividual ,
                                       qudt:MassPerVolumeUnit ;
                              
                              qudt:abbreviation "ng/nL" ;
                              
                              qudt:conversionMultiplier "0.001"^^xsd:double ;
                              
                              qudt:conversionOffset "0.0"^^xsd:double ;
                              
                              qudt:symbol "μg/nL" ;
                              
                              rdfs:label "Nanogram per Nanoliter" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#NanogramPerPicoliter

unit-ext:NanogramPerPicoliter rdf:type owl:NamedIndividual ,
                                       qudt:MassPerVolumeUnit ;
                              
                              qudt:abbreviation "ng/pL" ;
                              
                              qudt:conversionMultiplier "1.0"^^xsd:double ;
                              
                              qudt:conversionOffset "0.0"^^xsd:double ;
                              
                              qudt:symbol "μg/pL" ;
                              
                              rdfs:label "Nanogram per Picoliter" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#NanogramPerSquareCentimeter

unit-ext:NanogramPerSquareCentimeter rdf:type owl:NamedIndividual ,
                                              qudt:MassPerAreaUnit ;
                                     
                                     qudt:abbreviation "ng/cm^2" ;
                                     
                                     qudt:conversionMultiplier "9.999999999999999E-9"^^xsd:double ;
                                     
                                     qudt:conversionOffset "0.0"^^xsd:double ;
                                     
                                     qudt:symbol "μg/cm^2" ;
                                     
                                     rdfs:label "Nanogram per Square Centimeter" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#NanogramPerSquareMeter

unit-ext:NanogramPerSquareMeter rdf:type owl:NamedIndividual ,
                                         qudt:MassPerAreaUnit ;
                                
                                qudt:abbreviation "ng/m^2" ;
                                
                                qudt:conversionMultiplier "1.0E-12"^^xsd:double ;
                                
                                qudt:conversionOffset "0.0"^^xsd:double ;
                                
                                qudt:symbol "μg/m^2" ;
                                
                                rdfs:label "Nanogram per Square Meter" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#Nanoliter

unit-ext:Nanoliter rdf:type owl:NamedIndividual ,
                            qudt:VolumeUnit ;
                   
                   qudt:abbreviation "nL"^^xsd:string ;
                   
                   qudt:conversionMultiplier "1.0E-9"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "nL"^^xsd:string ;
                   
                   rdfs:label "Nanoliter"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#Nanometer

unit-ext:Nanometer rdf:type owl:NamedIndividual ,
                            qudt:LengthUnit ;
                   
                   qudt:abbreviation "nm"^^xsd:string ;
                   
                   qudt:conversionMultiplier "1.0E-8"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   rdfs:label "Nanometer"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#Nanomolar

unit-ext:Nanomolar rdf:type owl:NamedIndividual ,
                            qudt:MolarConcentrationUnit ;
                   
                   qudt:abbreviation "nM"^^xsd:string ;
                   
                   qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "nmol/dm^3"^^xsd:string ;
                   
                   rdfs:label "Nanomolar"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#Nanomole

unit-ext:Nanomole rdf:type owl:NamedIndividual ,
                           qudt:AmountOfSubstanceUnit ;
                  
                  qudt:abbreviation "nmol"^^xsd:string ;
                  
                  qudt:conversionMultiplier "1.0E-9"^^xsd:double ;
                  
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  
                  qudt:symbol "nmol"^^xsd:string ;
                  
                  rdfs:label "Nanomole"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#NumberPerYear

unit-ext:NumberPerYear rdf:type owl:NamedIndividual ,
                                qudt-ext:NumberPerTimeUnit ;
                       
                       qudt:abbreviation "#/yr"^^xsd:string ;
                       
                       qudt:symbol "#/yr"^^xsd:string ;
                       
                       dct:replaces unit:NumberPerYear ;
                       
                       rdfs:label "Number per Year"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#PartsPerBillion

unit-ext:PartsPerBillion rdf:type owl:NamedIndividual ,
                                  qudt-ext:RatioUnit ,
                                  qudt:CountingUnit ;
                         
                         qudt:abbreviation "ppb"^^xsd:string ;
                         
                         qudt:conversionMultiplier "1.0E-9"^^xsd:double ;
                         
                         qudt:conversionOffset "0.0"^^xsd:double ;
                         
                         qudt:symbol "ppb"^^xsd:string ;
                         
                         rdfs:label "PartsPerBillion"^^xsd:string ;
                         
                         skos:definition "A dimensionless unit, it is equivalent to 10−9. [ISO 11240]" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#PartsPerMillion

unit-ext:PartsPerMillion rdf:type owl:NamedIndividual ,
                                  qudt-ext:RatioUnit ,
                                  qudt:CountingUnit ;
                         
                         qudt:abbreviation "ppm"^^xsd:string ;
                         
                         qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                         
                         qudt:conversionOffset "0.0"^^xsd:double ;
                         
                         qudt:symbol "ppm"^^xsd:string ;
                         
                         rdfs:label "PartsPerMillion"^^xsd:string ;
                         
                         skos:definition "A dimensionless unit, it is equivalent to 10−6. [ISO 11240]" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#PerMinute

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



###  http://purl.allotrope.org/ontology/qudt-ext/unit#PicoAmpere

unit-ext:PicoAmpere rdf:type owl:NamedIndividual ,
                             qudt-ext:OpticsUnit ;
                    
                    qudt:abbreviation "pA"^^xsd:string ;
                    
                    qudt:conversionMultiplier "1.0E-12"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "pA"^^xsd:string ;
                    
                    rdfs:label "pico-ampere"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#Picogram

unit-ext:Picogram rdf:type owl:NamedIndividual ,
                           qudt:MassUnit ;
                  
                  qudt:abbreviation "pg"^^xsd:string ;
                  
                  qudt:conversionMultiplier "1.0E-15"^^xsd:double ;
                  
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  
                  qudt:symbol "pg"^^xsd:string ;
                  
                  rdfs:label "Picogram"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#PicogramPerFemtoliter

unit-ext:PicogramPerFemtoliter rdf:type owl:NamedIndividual ,
                                        qudt:MassPerVolumeUnit ;
                               
                               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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#PicogramPerLiter

unit-ext:PicogramPerLiter rdf:type owl:NamedIndividual ,
                                   qudt:MassPerVolumeUnit ;
                          
                          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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#PicogramPerMicroliter

unit-ext:PicogramPerMicroliter rdf:type owl:NamedIndividual ,
                                        qudt:MassPerVolumeUnit ;
                               
                               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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#PicogramPerMilliliter

unit-ext:PicogramPerMilliliter rdf:type owl:NamedIndividual ,
                                        qudt:MassPerVolumeUnit ;
                               
                               qudt:abbreviation "pg/mL"^^xsd:string ;
                               
                               qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                               
                               qudt:conversionOffset "0.0"^^xsd:double ;
                               
                               qudt:symbol "pg/cm^3"^^xsd:string ;
                               
                               rdfs:label "Picogram per Milliliter"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#PicogramPerNanoliter

unit-ext:PicogramPerNanoliter rdf:type owl:NamedIndividual ,
                                       qudt:MassPerVolumeUnit ;
                              
                              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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#PicogramPerPicoliter

unit-ext:PicogramPerPicoliter rdf:type owl:NamedIndividual ,
                                       qudt:MassPerVolumeUnit ;
                              
                              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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#PicogramPerSquareCentimeter

unit-ext:PicogramPerSquareCentimeter rdf:type owl:NamedIndividual ,
                                              qudt:MassPerAreaUnit ;
                                     
                                     qudt:abbreviation "pg/cm^2" ;
                                     
                                     qudt:conversionMultiplier "1.0000000000000001E-11"^^xsd:double ;
                                     
                                     qudt:conversionOffset "0.0"^^xsd:double ;
                                     
                                     qudt:symbol "pg/cm^2" ;
                                     
                                     rdfs:label "Picogram per Square Centimeter" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#PicogramPerSquareMeter

unit-ext:PicogramPerSquareMeter rdf:type owl:NamedIndividual ,
                                         qudt:MassPerAreaUnit ;
                                
                                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" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#Picoliter

unit-ext:Picoliter rdf:type owl:NamedIndividual ,
                            qudt:VolumeUnit ;
                   
                   qudt:abbreviation "pL"^^xsd:string ;
                   
                   qudt:conversionMultiplier "1.0E-12"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "pL"^^xsd:string ;
                   
                   rdfs:label "Picoliter"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#Picometer

unit-ext:Picometer rdf:type owl:NamedIndividual ,
                            qudt:LengthUnit ;
                   
                   qudt:abbreviation "pm"^^xsd:string ;
                   
                   qudt:conversionMultiplier "1.0E-12"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "pm"^^xsd:string ;
                   
                   rdfs:label "Picometer"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#Picomolar

unit-ext:Picomolar rdf:type owl:NamedIndividual ,
                            qudt:MolarConcentrationUnit ;
                   
                   qudt:abbreviation "pM"^^xsd:string ;
                   
                   qudt:conversionMultiplier "1.0E-9"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "pmol/dm^3"^^xsd:string ;
                   
                   rdfs:label "Picomolar"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#Picomole

unit-ext:Picomole rdf:type owl:NamedIndividual ,
                           qudt:AmountOfSubstanceUnit ;
                  
                  qudt:abbreviation "pmol"^^xsd:string ;
                  
                  qudt:conversionMultiplier "1.0E-12"^^xsd:double ;
                  
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  
                  qudt:symbol "pmol"^^xsd:string ;
                  
                  rdfs:label "Picomole"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#PlaqueFormingUnit

unit-ext:PlaqueFormingUnit rdf:type owl:NamedIndividual ,
                                    qudt:MicrobialFormationUnit ;
                           
                           qudt:abbreviation "PFU"^^xsd:string ;
                           
                           qudt:symbol "PFU"^^xsd:string ;
                           
                           rdfs:label "Plaque Forming Unit"^^xsd:string ;
                           
                           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]" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#ReciprocalCentimeter

unit-ext:ReciprocalCentimeter rdf:type owl:NamedIndividual ,
                                       qudt:EnergyAndWorkUnit ;
                              
                              qudt:abbreviation "1/cm"^^xsd:string ;
                              
                              qudt:conversionMultiplier "100.0"^^xsd:double ;
                              
                              qudt:conversionOffset "0.0"^^xsd:double ;
                              
                              qudt:symbol "1/cm"^^xsd:string ;
                              
                              rdfs:label "wave number"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#SamplePerSecond

unit-ext:SamplePerSecond rdf:type owl:NamedIndividual ,
                                  qudt-ext:NumberPerTimeUnit ;
                         
                         qudt:description "The number of discrete samples of some thing per second."^^xsd:string ;
                         
                         qudt:symbol "[sps]"^^xsd:string ;
                         
                         dct:replaces unit:SamplePerSecond ;
                         
                         rdfs:label "Sample per Second"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#SquareAngstrom

unit-ext:SquareAngstrom rdf:type owl:NamedIndividual ,
                                 qudt:AreaUnit ;
                        
                        qudt:abbreviation "Å^2"^^xsd:string ;
                        
                        qudt:conversionMultiplier "1.0E-20"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:symbol "Å^2"^^xsd:string ;
                        
                        rdfs:label "Square Ångström"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#SquareMetersPerGram

unit-ext:SquareMetersPerGram rdf:type owl:NamedIndividual ,
                                      qudt-ext:SpecificSurfaceAreaUnit ;
                             
                             qudt:abbreviation "m^2/g"^^xsd:string ;
                             
                             qudt:conversionMultiplier "1000.0"^^xsd:double ;
                             
                             qudt:conversionOffset "0.0"^^xsd:double ;
                             
                             qudt:symbol "m^2/g"^^xsd:string ;
                             
                             rdfs:label "Square Meters per Gram"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#SubstanceArbitraryUnit

unit-ext:SubstanceArbitraryUnit rdf:type owl:NamedIndividual ,
                                         qudt:ChemistryUnit ;
                                
                                qudt:abbreviation "IU"^^xsd:string ;
                                
                                qudt:symbol "IU"^^xsd:string ;
                                
                                rdfs:label "substance arbitrary unit"^^xsd:string ;
                                
                                skos:definition "The arbitrary unit definition is specific to the substance. For Anti-Xa the unit is defined by WHO reference preparation 01/608. As this is a substance-specific attribute, the reference is not regarded as part of the unit concept definition for WHO IUs (see ISO 11238). [ISO 11240]" .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#TwoTheta

unit-ext:TwoTheta rdf:type owl:NamedIndividual ,
                           qudt:AngleUnit ;
                  
                  qudt:abbreviation "2θ"^^xsd:string ;
                  
                  qudt:symbol "2θ"^^xsd:string ;
                  
                  rdfs:label "Two Theta"^^xsd:string .



###  http://purl.allotrope.org/ontology/qudt-ext/unit#WattPerGram

unit-ext:WattPerGram rdf:type owl:NamedIndividual ,
                              qudt:HeatFlowRateUnit ;
                     
                     qudt:abbreviation "W/g"^^xsd:string ;
                     
                     qudt:conversionMultiplier "1000.0"^^xsd:double ;
                     
                     qudt:conversionOffset "0.0"^^xsd:double ;
                     
                     qudt:symbol "W/g"^^xsd:string ;
                     
                     rdfs:label "Watt per Gram"^^xsd:string .



###  http://qudt.org/schema/quantity#AmountOfSubstancePerUnitVolume

quantity:AmountOfSubstancePerUnitVolume rdf:type owl:NamedIndividual .



###  http://qudt.org/schema/quantity#Dimensionless

quantity:Dimensionless rdf:type owl:NamedIndividual .



###  http://qudt.org/schema/quantity#DimensionlessRatio

quantity:DimensionlessRatio rdf:type owl:NamedIndividual .



###  http://qudt.org/schema/qudt#Activity

qudt:Activity rdf:type owl:NamedIndividual ;
              
              qudt:symbol "A" .



###  http://qudt.org/vocab/quantity#CatalyticActivity

qudt-quantity:CatalyticActivity rdf:type owl:NamedIndividual .



###  http://qudt.org/vocab/unit#Acre

unit:Acre qudt-ext:ucumCaseInsensitiveCode "[ACR_US]"^^xsd:string ;
          
          qudt-ext:ucumCaseSensitiveCode "[acr_us]"^^xsd:string .



###  http://qudt.org/vocab/unit#Ampere

unit:Ampere qudt-ext:ucumCaseInsensitiveCode "A"^^xsd:string ;
            
            qudt-ext:ucumCaseSensitiveCode "A"^^xsd:string ;
            
            qudt-ext:ucumPrintSymbol "A"^^xsd:string .



###  http://qudt.org/vocab/unit#Angstrom

unit:Angstrom qudt-ext:ucumCaseInsensitiveCode "AO"^^xsd:string ;
              
              qudt-ext:ucumCaseSensitiveCode "Ao"^^xsd:string ;
              
              qudt-ext:ucumPrintSymbol "&#197;"^^xsd:string .



###  http://qudt.org/vocab/unit#ArcMinute

unit:ArcMinute qudt-ext:ucumCaseInsensitiveCode "'"^^xsd:string ;
               
               qudt-ext:ucumCaseSensitiveCode "'"^^xsd:string ;
               
               qudt-ext:ucumPrintSymbol "'"^^xsd:string .



###  http://qudt.org/vocab/unit#ArcSecond

unit:ArcSecond qudt-ext:ucumCaseInsensitiveCode "''"^^xsd:string ;
               
               qudt-ext:ucumCaseSensitiveCode "''"^^xsd:string ;
               
               qudt-ext:ucumPrintSymbol "''"^^xsd:string .



###  http://qudt.org/vocab/unit#Are

unit:Are qudt-ext:ucumCaseInsensitiveCode "AR"^^xsd:string ;
         
         qudt-ext:ucumCaseSensitiveCode "ar"^^xsd:string ;
         
         qudt-ext:ucumPrintSymbol "a"^^xsd:string .



###  http://qudt.org/vocab/unit#AstronomicalUnit

unit:AstronomicalUnit qudt-ext:ucumCaseInsensitiveCode "ASU"^^xsd:string ;
                      
                      qudt-ext:ucumCaseSensitiveCode "AU"^^xsd:string ;
                      
                      qudt-ext:ucumPrintSymbol "AU"^^xsd:string .



###  http://qudt.org/vocab/unit#AtmosphereStandard

unit:AtmosphereStandard qudt-ext:ucumCaseInsensitiveCode "ATM"^^xsd:string ;
                        
                        qudt-ext:ucumCaseSensitiveCode "atm"^^xsd:string ;
                        
                        qudt-ext:ucumPrintSymbol "atm"^^xsd:string .



###  http://qudt.org/vocab/unit#AtmosphereTechnical

unit:AtmosphereTechnical qudt-ext:ucumCaseInsensitiveCode "ATT"^^xsd:string ;
                         
                         qudt-ext:ucumCaseSensitiveCode "att"^^xsd:string ;
                         
                         qudt-ext:ucumPrintSymbol "at"^^xsd:string .



###  http://qudt.org/vocab/unit#Bar

unit:Bar qudt-ext:ucumCaseInsensitiveCode "BAR"^^xsd:string ;
         
         qudt-ext:ucumCaseSensitiveCode "bar"^^xsd:string ;
         
         qudt-ext:ucumPrintSymbol "bar"^^xsd:string .



###  http://qudt.org/vocab/unit#Barn

unit:Barn qudt-ext:ucumCaseInsensitiveCode "BRN"^^xsd:string ;
          
          qudt-ext:ucumCaseSensitiveCode "b"^^xsd:string ;
          
          qudt-ext:ucumPrintSymbol "b"^^xsd:string .



###  http://qudt.org/vocab/unit#Barrel

unit:Barrel qudt-ext:ucumCaseInsensitiveCode "[BBL_US]"^^xsd:string ;
            
            qudt-ext:ucumCaseSensitiveCode "[bbl_us]"^^xsd:string .



###  http://qudt.org/vocab/unit#Becquerel

unit:Becquerel qudt-ext:ucumCaseInsensitiveCode "BQ"^^xsd:string ;
               
               qudt-ext:ucumCaseSensitiveCode "Bq"^^xsd:string ;
               
               qudt-ext:ucumPrintSymbol "Bq"^^xsd:string .



###  http://qudt.org/vocab/unit#Biot

unit:Biot qudt-ext:ucumCaseInsensitiveCode "BI"^^xsd:string ;
          
          qudt-ext:ucumCaseSensitiveCode "Bi"^^xsd:string ;
          
          qudt-ext:ucumPrintSymbol "Bi"^^xsd:string .



###  http://qudt.org/vocab/unit#Bit

unit:Bit qudt-ext:ucumCaseInsensitiveCode "BIT"^^xsd:string ;
         
         qudt-ext:ucumCaseSensitiveCode "bit"^^xsd:string ;
         
         qudt-ext:ucumPrintSymbol "bit"^^xsd:string .



###  http://qudt.org/vocab/unit#BoardFoot

unit:BoardFoot qudt-ext:ucumCaseInsensitiveCode "[BF_I]"^^xsd:string ;
               
               qudt-ext:ucumCaseSensitiveCode "[bf_i]"^^xsd:string .



###  http://qudt.org/vocab/unit#BritishThermalUnitInternationalTable

unit:BritishThermalUnitInternationalTable qudt-ext:ucumCaseInsensitiveCode "[BTU_IT]"^^xsd:string ;
                                          
                                          qudt-ext:ucumCaseSensitiveCode "[Btu_IT]"^^xsd:string ;
                                          
                                          qudt-ext:ucumPrintSymbol "Btu<sub>IT</sub>"^^xsd:string .



###  http://qudt.org/vocab/unit#BritishThermalUnitThermochemical

unit:BritishThermalUnitThermochemical qudt-ext:ucumCaseInsensitiveCode "[BTU_TH]"^^xsd:string ;
                                      
                                      qudt-ext:ucumCaseSensitiveCode "[Btu_th]"^^xsd:string ;
                                      
                                      qudt-ext:ucumPrintSymbol "Btu<sub>th</sub>"^^xsd:string .



###  http://qudt.org/vocab/unit#Bushel

unit:Bushel qudt-ext:ucumCaseInsensitiveCode "[BU_US]"^^xsd:string ;
            
            qudt-ext:ucumCaseSensitiveCode "[bu_us]"^^xsd:string .



###  http://qudt.org/vocab/unit#Byte

unit:Byte qudt-ext:ucumCaseInsensitiveCode "BY"^^xsd:string ;
          
          qudt-ext:ucumCaseSensitiveCode "By"^^xsd:string ;
          
          qudt-ext:ucumPrintSymbol "B"^^xsd:string .



###  http://qudt.org/vocab/unit#CalorieNutritional

unit:CalorieNutritional qudt-ext:ucumCaseInsensitiveCode "[CAL]"^^xsd:string ;
                        
                        qudt-ext:ucumCaseSensitiveCode "[Cal]"^^xsd:string ;
                        
                        qudt-ext:ucumPrintSymbol "Cal"^^xsd:string .



###  http://qudt.org/vocab/unit#CalorieThermochemical

unit:CalorieThermochemical qudt-ext:ucumCaseInsensitiveCode "CAL_TH"^^xsd:string ;
                           
                           qudt-ext:ucumCaseSensitiveCode "cal_th"^^xsd:string ;
                           
                           qudt-ext:ucumPrintSymbol "cal<sub>th</sub>"^^xsd:string .



###  http://qudt.org/vocab/unit#Candela

unit:Candela qudt-ext:ucumCaseInsensitiveCode "CD"^^xsd:string ;
             
             qudt-ext:ucumCaseSensitiveCode "cd"^^xsd:string ;
             
             qudt-ext:ucumPrintSymbol "cd"^^xsd:string .



###  http://qudt.org/vocab/unit#CircularMil

unit:CircularMil qudt-ext:ucumCaseInsensitiveCode "[CML_I]"^^xsd:string ;
                 
                 qudt-ext:ucumCaseSensitiveCode "[cml_i]"^^xsd:string ;
                 
                 qudt-ext:ucumPrintSymbol "circ.mil"^^xsd:string .



###  http://qudt.org/vocab/unit#ColonyFormingUnit

unit:ColonyFormingUnit qudt-ext:ucumCaseInsensitiveCode "[CFU]"^^xsd:string ;
                       
                       qudt-ext:ucumCaseSensitiveCode "[CFU]"^^xsd:string ;
                       
                       qudt-ext:ucumPrintSymbol "CFU"^^xsd:string .



###  http://qudt.org/vocab/unit#Cord

unit:Cord qudt-ext:ucumCaseInsensitiveCode "[CR_I]"^^xsd:string ;
          
          qudt-ext:ucumCaseSensitiveCode "[cr_i]"^^xsd:string .



###  http://qudt.org/vocab/unit#Coulomb

unit:Coulomb qudt-ext:ucumCaseInsensitiveCode "C"^^xsd:string ;
             
             qudt-ext:ucumCaseSensitiveCode "C"^^xsd:string ;
             
             qudt-ext:ucumPrintSymbol "C"^^xsd:string .



###  http://qudt.org/vocab/unit#CubicFoot

unit:CubicFoot qudt-ext:ucumCaseInsensitiveCode "[CFT_I]"^^xsd:string ;
               
               qudt-ext:ucumCaseSensitiveCode "[cft_i]"^^xsd:string .



###  http://qudt.org/vocab/unit#CubicInch

unit:CubicInch qudt-ext:ucumCaseInsensitiveCode "[CIN_I]"^^xsd:string ;
               
               qudt-ext:ucumCaseSensitiveCode "[cin_i]"^^xsd:string .



###  http://qudt.org/vocab/unit#CubicYard

unit:CubicYard qudt-ext:ucumCaseInsensitiveCode "[CYD_I]"^^xsd:string ;
               
               qudt-ext:ucumCaseSensitiveCode "[cyd_i]"^^xsd:string ;
               
               qudt-ext:ucumPrintSymbol "cu.yd"^^xsd:string .



###  http://qudt.org/vocab/unit#Curie

unit:Curie qudt-ext:ucumCaseInsensitiveCode "CI"^^xsd:string ;
           
           qudt-ext:ucumCaseSensitiveCode "Ci"^^xsd:string ;
           
           qudt-ext:ucumPrintSymbol "Ci"^^xsd:string .



###  http://qudt.org/vocab/unit#Day

unit:Day qudt-ext:ucumCaseInsensitiveCode "D"^^xsd:string ;
         
         qudt-ext:ucumCaseSensitiveCode "d"^^xsd:string ;
         
         qudt-ext:ucumPrintSymbol "d"^^xsd:string .



###  http://qudt.org/vocab/unit#DegreeAngle

unit:DegreeAngle qudt-ext:ucumCaseInsensitiveCode "DEG"^^xsd:string ;
                 
                 qudt-ext:ucumCaseSensitiveCode "deg"^^xsd:string ;
                 
                 qudt-ext:ucumPrintSymbol "&#176;"^^xsd:string .



###  http://qudt.org/vocab/unit#DegreeCelsius

unit:DegreeCelsius qudt-ext:ucumCaseInsensitiveCode "CEL"^^xsd:string ;
                   
                   qudt-ext:ucumCaseSensitiveCode "Cel"^^xsd:string ;
                   
                   qudt-ext:ucumPrintSymbol "&#176;C"^^xsd:string .



###  http://qudt.org/vocab/unit#DegreeFahrenheit

unit:DegreeFahrenheit qudt-ext:ucumCaseInsensitiveCode "[DEGF]"^^xsd:string ;
                      
                      qudt-ext:ucumCaseSensitiveCode "[degF]"^^xsd:string ;
                      
                      qudt-ext:ucumPrintSymbol "&#176;F"^^xsd:string .



###  http://qudt.org/vocab/unit#DegreeRankine

unit:DegreeRankine qudt-ext:ucumCaseInsensitiveCode "[degR]"^^xsd:string ;
                   
                   qudt-ext:ucumCaseSensitiveCode "[degR]"^^xsd:string ;
                   
                   qudt-ext:ucumPrintSymbol "&#176;R"^^xsd:string .



###  http://qudt.org/vocab/unit#Denier

unit:Denier qudt-ext:ucumCaseInsensitiveCode "[DEN]"^^xsd:string ;
            
            qudt-ext:ucumCaseSensitiveCode "[den]"^^xsd:string ;
            
            qudt-ext:ucumPrintSymbol "den"^^xsd:string .



###  http://qudt.org/vocab/unit#Diopter

unit:Diopter qudt-ext:ucumCaseInsensitiveCode "[DIOP]"^^xsd:string ;
             
             qudt-ext:ucumCaseSensitiveCode "[diop]"^^xsd:string ;
             
             qudt-ext:ucumPrintSymbol "dpt"^^xsd:string .



###  http://qudt.org/vocab/unit#DryPintUS

unit:DryPintUS qudt-ext:ucumCaseInsensitiveCode "[DPT_US]"^^xsd:string ;
               
               qudt-ext:ucumCaseSensitiveCode "[dpt_us]"^^xsd:string .



###  http://qudt.org/vocab/unit#DryQuartUS

unit:DryQuartUS qudt-ext:ucumCaseInsensitiveCode "[DQT_US]"^^xsd:string ;
                
                qudt-ext:ucumCaseSensitiveCode "[dqt_us]"^^xsd:string .



###  http://qudt.org/vocab/unit#Dyne

unit:Dyne qudt-ext:ucumCaseInsensitiveCode "DYN"^^xsd:string ;
          
          qudt-ext:ucumCaseSensitiveCode "dyn"^^xsd:string ;
          
          qudt-ext:ucumPrintSymbol "dyn"^^xsd:string .



###  http://qudt.org/vocab/unit#ElectronVolt

unit:ElectronVolt qudt-ext:ucumCaseInsensitiveCode "EV"^^xsd:string ;
                  
                  qudt-ext:ucumCaseSensitiveCode "eV"^^xsd:string ;
                  
                  qudt-ext:ucumPrintSymbol "eV"^^xsd:string .



###  http://qudt.org/vocab/unit#Erg

unit:Erg qudt-ext:ucumCaseInsensitiveCode "ERG"^^xsd:string ;
         
         qudt-ext:ucumCaseSensitiveCode "erg"^^xsd:string ;
         
         qudt-ext:ucumPrintSymbol "erg"^^xsd:string .



###  http://qudt.org/vocab/unit#Farad

unit:Farad qudt-ext:ucumCaseInsensitiveCode "F"^^xsd:string ;
           
           qudt-ext:ucumCaseSensitiveCode "F"^^xsd:string ;
           
           qudt-ext:ucumPrintSymbol "F"^^xsd:string .



###  http://qudt.org/vocab/unit#Fathom

unit:Fathom qudt-ext:ucumCaseInsensitiveCode "[FTH_I]"^^xsd:string ;
            
            qudt-ext:ucumCaseSensitiveCode "[fth_i]"^^xsd:string ;
            
            qudt-ext:ucumPrintSymbol "fth"^^xsd:string .



###  http://qudt.org/vocab/unit#Foot

unit:Foot qudt-ext:ucumCaseInsensitiveCode "[FT_I]"^^xsd:string ;
          
          qudt-ext:ucumCaseSensitiveCode "[ft_i]"^^xsd:string ;
          
          qudt-ext:ucumPrintSymbol "ft"^^xsd:string .



###  http://qudt.org/vocab/unit#Furlong

unit:Furlong qudt-ext:ucumCaseInsensitiveCode "[FUR_US]"^^xsd:string ;
             
             qudt-ext:ucumCaseSensitiveCode "[fur_us]"^^xsd:string .



###  http://qudt.org/vocab/unit#Gal

unit:Gal qudt-ext:ucumCaseInsensitiveCode "GL"^^xsd:string ;
         
         qudt-ext:ucumCaseSensitiveCode "Gal"^^xsd:string ;
         
         qudt-ext:ucumPrintSymbol "Gal"^^xsd:string .



###  http://qudt.org/vocab/unit#GallonUS

unit:GallonUS qudt-ext:ucumCaseInsensitiveCode "[GAL_US]"^^xsd:string ;
              
              qudt-ext:ucumCaseSensitiveCode "[gal_us]"^^xsd:string .



###  http://qudt.org/vocab/unit#Gauss

unit:Gauss qudt-ext:ucumCaseInsensitiveCode "GS"^^xsd:string ;
           
           qudt-ext:ucumCaseSensitiveCode "G"^^xsd:string ;
           
           qudt-ext:ucumPrintSymbol "Gs"^^xsd:string .



###  http://qudt.org/vocab/unit#Gilbert

unit:Gilbert qudt-ext:ucumCaseInsensitiveCode "GB"^^xsd:string ;
             
             qudt-ext:ucumCaseSensitiveCode "Gb"^^xsd:string ;
             
             qudt-ext:ucumPrintSymbol "Gb"^^xsd:string .



###  http://qudt.org/vocab/unit#Grade

unit:Grade qudt-ext:ucumCaseInsensitiveCode "GON"^^xsd:string ;
           
           qudt-ext:ucumCaseSensitiveCode "gon"^^xsd:string ;
           
           qudt-ext:ucumPrintSymbol "&#9633;<sup>g</sup>"^^xsd:string .



###  http://qudt.org/vocab/unit#Grain

unit:Grain qudt-ext:ucumCaseInsensitiveCode "[GR]"^^xsd:string ;
           
           qudt-ext:ucumCaseSensitiveCode "[gr]"^^xsd:string .



###  http://qudt.org/vocab/unit#Gram

unit:Gram qudt-ext:ucumCaseInsensitiveCode "G"^^xsd:string ;
          
          qudt-ext:ucumCaseSensitiveCode "g"^^xsd:string ;
          
          qudt-ext:ucumPrintSymbol "g"^^xsd:string .



###  http://qudt.org/vocab/unit#Gray

unit:Gray qudt-ext:ucumCaseInsensitiveCode "GY"^^xsd:string ;
          
          qudt-ext:ucumCaseSensitiveCode "Gy"^^xsd:string ;
          
          qudt-ext:ucumPrintSymbol "Gy"^^xsd:string .



###  http://qudt.org/vocab/unit#Henry

unit:Henry qudt-ext:ucumCaseInsensitiveCode "H"^^xsd:string ;
           
           qudt-ext:ucumCaseSensitiveCode "H"^^xsd:string ;
           
           qudt-ext:ucumPrintSymbol "H"^^xsd:string .



###  http://qudt.org/vocab/unit#Hertz

unit:Hertz qudt-ext:ucumCaseInsensitiveCode "HZ"^^xsd:string ;
           
           qudt-ext:ucumCaseSensitiveCode "Hz"^^xsd:string ;
           
           qudt-ext:ucumPrintSymbol "Hz"^^xsd:string .



###  http://qudt.org/vocab/unit#Horsepower

unit:Horsepower qudt-ext:ucumCaseInsensitiveCode "[HP]"^^xsd:string ;
                
                qudt-ext:ucumCaseSensitiveCode "[HP]"^^xsd:string .



###  http://qudt.org/vocab/unit#Hour

unit:Hour qudt-ext:ucumCaseInsensitiveCode "HR"^^xsd:string ;
          
          qudt-ext:ucumCaseSensitiveCode "h"^^xsd:string ;
          
          qudt-ext:ucumPrintSymbol "h"^^xsd:string .



###  http://qudt.org/vocab/unit#HundredWeightLong

unit:HundredWeightLong qudt-ext:ucumCaseInsensitiveCode "[LCWT_AV]"^^xsd:string ;
                       
                       qudt-ext:ucumCaseSensitiveCode "[lcwt_av]"^^xsd:string .



###  http://qudt.org/vocab/unit#HundredWeightShort

unit:HundredWeightShort qudt-ext:ucumCaseInsensitiveCode "[SCWT_AV]"^^xsd:string ;
                        
                        qudt-ext:ucumCaseSensitiveCode "[scwt_av]"^^xsd:string .



###  http://qudt.org/vocab/unit#Inch

unit:Inch qudt-ext:ucumCaseInsensitiveCode "[IN_I]"^^xsd:string ;
          
          qudt-ext:ucumCaseSensitiveCode "[in_i]"^^xsd:string ;
          
          qudt-ext:ucumPrintSymbol "in"^^xsd:string .



###  http://qudt.org/vocab/unit#InchOfMercury

unit:InchOfMercury qudt-ext:ucumCaseInsensitiveCode "[IN_I'HG]"^^xsd:string ;
                   
                   qudt-ext:ucumCaseSensitiveCode "[in_i'Hg]"^^xsd:string ;
                   
                   qudt-ext:ucumPrintSymbol "in&#160;Hg"^^xsd:string .



###  http://qudt.org/vocab/unit#InchOfWater

unit:InchOfWater qudt-ext:ucumCaseInsensitiveCode "[IN_I'H2O]"^^xsd:string ;
                 
                 qudt-ext:ucumCaseSensitiveCode "[in_i'H2O]"^^xsd:string ;
                 
                 qudt-ext:ucumPrintSymbol "in&#160;H<sub><r>2</r></sub>O"^^xsd:string .



###  http://qudt.org/vocab/unit#InternationalUnit

unit:InternationalUnit qudt-ext:ucumCaseInsensitiveCode "[IU]"^^xsd:string ;
                       
                       qudt-ext:ucumCaseSensitiveCode "[iU]"^^xsd:string ;
                       
                       qudt-ext:ucumPrintSymbol "IU"^^xsd:string .



###  http://qudt.org/vocab/unit#Joule

unit:Joule qudt-ext:ucumCaseInsensitiveCode "J"^^xsd:string ;
           
           qudt-ext:ucumCaseSensitiveCode "J"^^xsd:string ;
           
           qudt-ext:ucumPrintSymbol "J"^^xsd:string .



###  http://qudt.org/vocab/unit#Katal

unit:Katal qudt-ext:ucumCaseInsensitiveCode "KAT"^^xsd:string ;
           
           qudt-ext:ucumCaseSensitiveCode "kat"^^xsd:string ;
           
           qudt-ext:ucumPrintSymbol "kat"^^xsd:string .



###  http://qudt.org/vocab/unit#Kelvin

unit:Kelvin qudt-ext:ucumCaseInsensitiveCode "K"^^xsd:string ;
            
            qudt-ext:ucumCaseSensitiveCode "K"^^xsd:string ;
            
            qudt-ext:ucumPrintSymbol "K"^^xsd:string .



###  http://qudt.org/vocab/unit#Knot

unit:Knot qudt-ext:ucumCaseInsensitiveCode "[KN_I]"^^xsd:string ;
          
          qudt-ext:ucumCaseSensitiveCode "[kn_i]"^^xsd:string ;
          
          qudt-ext:ucumPrintSymbol "knot"^^xsd:string .



###  http://qudt.org/vocab/unit#Lambert

unit:Lambert qudt-ext:ucumCaseInsensitiveCode "LMB"^^xsd:string ;
             
             qudt-ext:ucumCaseSensitiveCode "Lmb"^^xsd:string ;
             
             qudt-ext:ucumPrintSymbol "L"^^xsd:string .



###  http://qudt.org/vocab/unit#LightYear

unit:LightYear qudt-ext:ucumCaseInsensitiveCode "[LY]"^^xsd:string ;
               
               qudt-ext:ucumCaseSensitiveCode "[ly]"^^xsd:string ;
               
               qudt-ext:ucumPrintSymbol "l.y."^^xsd:string .



###  http://qudt.org/vocab/unit#LiquidCupUS

unit:LiquidCupUS qudt-ext:ucumCaseInsensitiveCode "[CUP_US]"^^xsd:string ;
                 
                 qudt-ext:ucumCaseSensitiveCode "[cup_us]"^^xsd:string .



###  http://qudt.org/vocab/unit#LiquidOunceUS

unit:LiquidOunceUS qudt-ext:ucumCaseInsensitiveCode "[FOZ_US]"^^xsd:string ;
                   
                   qudt-ext:ucumCaseSensitiveCode "[foz_us]"^^xsd:string ;
                   
                   qudt-ext:ucumPrintSymbol "oz fl"^^xsd:string .



###  http://qudt.org/vocab/unit#LiquidPintUS

unit:LiquidPintUS qudt-ext:ucumCaseInsensitiveCode "[PT_US]"^^xsd:string ;
                  
                  qudt-ext:ucumCaseSensitiveCode "[pt_us]"^^xsd:string .



###  http://qudt.org/vocab/unit#LiquidQuartUS

unit:LiquidQuartUS qudt-ext:ucumCaseInsensitiveCode "[QT_US]"^^xsd:string ;
                   
                   qudt-ext:ucumCaseSensitiveCode "[qt_us]"^^xsd:string .



###  http://qudt.org/vocab/unit#Liter

unit:Liter qudt-ext:ucumCaseInsensitiveCode "L"^^xsd:string ;
           
           qudt-ext:ucumCaseSensitiveCode "l"^^xsd:string ;
           
           qudt-ext:ucumPrintSymbol "l"^^xsd:string .



###  http://qudt.org/vocab/unit#Lumen

unit:Lumen qudt-ext:ucumCaseInsensitiveCode "LM"^^xsd:string ;
           
           qudt-ext:ucumCaseSensitiveCode "lm"^^xsd:string ;
           
           qudt-ext:ucumPrintSymbol "lm"^^xsd:string .



###  http://qudt.org/vocab/unit#Lux

unit:Lux qudt-ext:ucumCaseInsensitiveCode "LX"^^xsd:string ;
         
         qudt-ext:ucumCaseSensitiveCode "lx"^^xsd:string ;
         
         qudt-ext:ucumPrintSymbol "lx"^^xsd:string .



###  http://qudt.org/vocab/unit#Maxwell

unit:Maxwell qudt-ext:ucumCaseInsensitiveCode "MX"^^xsd:string ;
             
             qudt-ext:ucumCaseSensitiveCode "Mx"^^xsd:string ;
             
             qudt-ext:ucumPrintSymbol "Mx"^^xsd:string .



###  http://qudt.org/vocab/unit#Meter

unit:Meter qudt-ext:ucumCaseInsensitiveCode "M"^^xsd:string ;
           
           qudt-ext:ucumCaseSensitiveCode "m"^^xsd:string ;
           
           qudt-ext:ucumPrintSymbol "m"^^xsd:string .



###  http://qudt.org/vocab/unit#MetricTon

unit:MetricTon qudt-ext:ucumCaseInsensitiveCode "TNE"^^xsd:string ;
               
               qudt-ext:ucumCaseSensitiveCode "t"^^xsd:string ;
               
               qudt-ext:ucumPrintSymbol "t"^^xsd:string .



###  http://qudt.org/vocab/unit#Mho

unit:Mho qudt-ext:ucumCaseInsensitiveCode "MHO"^^xsd:string ;
         
         qudt-ext:ucumCaseSensitiveCode "mho"^^xsd:string ;
         
         qudt-ext:ucumPrintSymbol "mho"^^xsd:string .



###  http://qudt.org/vocab/unit#MilLength

unit:MilLength qudt-ext:ucumCaseInsensitiveCode "[MIL_I]"^^xsd:string ;
               
               qudt-ext:ucumCaseSensitiveCode "[mil_i]"^^xsd:string ;
               
               qudt-ext:ucumPrintSymbol "mil"^^xsd:string .



###  http://qudt.org/vocab/unit#MileInternational

unit:MileInternational qudt-ext:ucumCaseInsensitiveCode "[MI_I]"^^xsd:string ;
                       
                       qudt-ext:ucumCaseSensitiveCode "[mi_i]"^^xsd:string ;
                       
                       qudt-ext:ucumPrintSymbol "mi"^^xsd:string .



###  http://qudt.org/vocab/unit#MinuteTime

unit:MinuteTime qudt-ext:ucumCaseInsensitiveCode "MIN"^^xsd:string ;
                
                qudt-ext:ucumCaseSensitiveCode "min"^^xsd:string ;
                
                qudt-ext:ucumPrintSymbol "min"^^xsd:string .



###  http://qudt.org/vocab/unit#Mole

unit:Mole qudt-ext:ucumCaseInsensitiveCode "MOL"^^xsd:string ;
          
          qudt-ext:ucumCaseSensitiveCode "mol"^^xsd:string ;
          
          qudt-ext:ucumPrintSymbol "mol"^^xsd:string .



###  http://qudt.org/vocab/unit#NauticalMile

unit:NauticalMile qudt-ext:ucumCaseInsensitiveCode "[NMI_I]"^^xsd:string ;
                  
                  qudt-ext:ucumCaseSensitiveCode "[nmi_i]"^^xsd:string ;
                  
                  qudt-ext:ucumPrintSymbol "n.mi"^^xsd:string .



###  http://qudt.org/vocab/unit#Newton

unit:Newton qudt-ext:ucumCaseInsensitiveCode "N"^^xsd:string ;
            
            qudt-ext:ucumCaseSensitiveCode "N"^^xsd:string ;
            
            qudt-ext:ucumPrintSymbol "N"^^xsd:string .



###  http://qudt.org/vocab/unit#Oersted

unit:Oersted qudt-ext:ucumCaseInsensitiveCode "OE"^^xsd:string ;
             
             qudt-ext:ucumCaseSensitiveCode "Oe"^^xsd:string ;
             
             qudt-ext:ucumPrintSymbol "Oe"^^xsd:string .



###  http://qudt.org/vocab/unit#Ohm

unit:Ohm qudt-ext:ucumCaseInsensitiveCode "OHM"^^xsd:string ;
         
         qudt-ext:ucumCaseSensitiveCode "Ohm"^^xsd:string ;
         
         qudt-ext:ucumPrintSymbol "&#937;"^^xsd:string .



###  http://qudt.org/vocab/unit#OunceImperial

unit:OunceImperial qudt-ext:ucumCaseInsensitiveCode "[OZ_M]"^^xsd:string ;
                   
                   qudt-ext:ucumCaseSensitiveCode "[oz_m]"^^xsd:string .



###  http://qudt.org/vocab/unit#OunceMass

unit:OunceMass qudt-ext:ucumCaseInsensitiveCode "[OZ_AV]"^^xsd:string ;
               
               qudt-ext:ucumCaseSensitiveCode "[oz_av]"^^xsd:string ;
               
               qudt-ext:ucumPrintSymbol "oz"^^xsd:string .



###  http://qudt.org/vocab/unit#OunceTroy

unit:OunceTroy qudt-ext:ucumCaseInsensitiveCode "[OZ_TR]"^^xsd:string ;
               
               qudt-ext:ucumCaseSensitiveCode "[oz_tr]"^^xsd:string .



###  http://qudt.org/vocab/unit#Parsec

unit:Parsec qudt-ext:ucumCaseInsensitiveCode "PRS"^^xsd:string ;
            
            qudt-ext:ucumCaseSensitiveCode "pc"^^xsd:string ;
            
            qudt-ext:ucumPrintSymbol "pc"^^xsd:string .



###  http://qudt.org/vocab/unit#Pascal

unit:Pascal qudt-ext:ucumCaseInsensitiveCode "PAL"^^xsd:string ;
            
            qudt-ext:ucumCaseSensitiveCode "Pa"^^xsd:string ;
            
            qudt-ext:ucumPrintSymbol "Pa"^^xsd:string .



###  http://qudt.org/vocab/unit#Peck

unit:Peck qudt-ext:ucumCaseInsensitiveCode "[PK_US]"^^xsd:string ;
          
          qudt-ext:ucumCaseSensitiveCode "[pk_us]"^^xsd:string .



###  http://qudt.org/vocab/unit#PennyWeight

unit:PennyWeight qudt-ext:ucumCaseInsensitiveCode "[PWT_TR]"^^xsd:string ;
                 
                 qudt-ext:ucumCaseSensitiveCode "[pwt_tr]"^^xsd:string .



###  http://qudt.org/vocab/unit#Percent

unit:Percent qudt-ext:ucumCaseInsensitiveCode "%"^^xsd:string ;
             
             qudt-ext:ucumCaseSensitiveCode "%"^^xsd:string ;
             
             qudt-ext:ucumPrintSymbol "%"^^xsd:string ;
             
             qudt:conversionMultiplier "0.01"^^xsd:double ;
             
             qudt:conversionOffset "0.0"^^xsd:double .



###  http://qudt.org/vocab/unit#Phot

unit:Phot qudt-ext:ucumCaseInsensitiveCode "PHT"^^xsd:string ;
          
          qudt-ext:ucumCaseSensitiveCode "ph"^^xsd:string ;
          
          qudt-ext:ucumPrintSymbol "ph"^^xsd:string .



###  http://qudt.org/vocab/unit#Pica

unit:Pica qudt-ext:ucumCaseInsensitiveCode "[PCA]"^^xsd:string ;
          
          qudt-ext:ucumCaseSensitiveCode "[pca]"^^xsd:string .



###  http://qudt.org/vocab/unit#PintImperial

unit:PintImperial qudt-ext:ucumCaseInsensitiveCode "[PT_BR]"^^xsd:string ;
                  
                  qudt-ext:ucumCaseSensitiveCode "[pt_br]"^^xsd:string .



###  http://qudt.org/vocab/unit#Point

unit:Point qudt-ext:ucumCaseInsensitiveCode "[PNT]"^^xsd:string ;
           
           qudt-ext:ucumCaseSensitiveCode "[pnt]"^^xsd:string .



###  http://qudt.org/vocab/unit#Poise

unit:Poise qudt-ext:ucumCaseInsensitiveCode "P"^^xsd:string ;
           
           qudt-ext:ucumCaseSensitiveCode "P"^^xsd:string ;
           
           qudt-ext:ucumPrintSymbol "P"^^xsd:string .



###  http://qudt.org/vocab/unit#PoundForce

unit:PoundForce qudt-ext:ucumCaseInsensitiveCode "[LBF_AV]"^^xsd:string ;
                
                qudt-ext:ucumCaseSensitiveCode "[lbf_av]"^^xsd:string ;
                
                qudt-ext:ucumPrintSymbol "lbf"^^xsd:string .



###  http://qudt.org/vocab/unit#PoundForcePerSquareInch

unit:PoundForcePerSquareInch qudt-ext:ucumCaseInsensitiveCode "[PSI]"^^xsd:string ;
                             
                             qudt-ext:ucumCaseSensitiveCode "[psi]"^^xsd:string ;
                             
                             qudt-ext:ucumPrintSymbol "psi"^^xsd:string .



###  http://qudt.org/vocab/unit#PoundMass

unit:PoundMass qudt-ext:ucumCaseInsensitiveCode "[LB_AV]"^^xsd:string ;
               
               qudt-ext:ucumCaseSensitiveCode "[lb_av]"^^xsd:string ;
               
               qudt-ext:ucumPrintSymbol "lb"^^xsd:string .



###  http://qudt.org/vocab/unit#PoundTroy

unit:PoundTroy qudt-ext:ucumCaseInsensitiveCode "[LB_TR]"^^xsd:string ;
               
               qudt-ext:ucumCaseSensitiveCode "[lb_tr]"^^xsd:string .



###  http://qudt.org/vocab/unit#Rad

unit:Rad qudt-ext:ucumCaseInsensitiveCode "[RAD]"^^xsd:string ;
         
         qudt-ext:ucumCaseSensitiveCode "RAD"^^xsd:string ;
         
         qudt-ext:ucumPrintSymbol "RAD"^^xsd:string .



###  http://qudt.org/vocab/unit#Radian

unit:Radian qudt-ext:ucumCaseInsensitiveCode "RAD"^^xsd:string ;
            
            qudt-ext:ucumCaseSensitiveCode "rad"^^xsd:string ;
            
            qudt-ext:ucumPrintSymbol "rad"^^xsd:string .



###  http://qudt.org/vocab/unit#Rem

unit:Rem qudt-ext:ucumCaseInsensitiveCode "[REM]"^^xsd:string ;
         
         qudt-ext:ucumCaseSensitiveCode "REM"^^xsd:string ;
         
         qudt-ext:ucumPrintSymbol "REM"^^xsd:string .



###  http://qudt.org/vocab/unit#Rod

unit:Rod qudt-ext:ucumCaseInsensitiveCode "[RD_US]"^^xsd:string ;
         
         qudt-ext:ucumCaseSensitiveCode "[rd_us]"^^xsd:string .



###  http://qudt.org/vocab/unit#Roentgen

unit:Roentgen qudt-ext:ucumCaseInsensitiveCode "ROE"^^xsd:string ;
              
              qudt-ext:ucumCaseSensitiveCode "R"^^xsd:string ;
              
              qudt-ext:ucumPrintSymbol "R"^^xsd:string .



###  http://qudt.org/vocab/unit#SecondTime

unit:SecondTime qudt-ext:ucumCaseInsensitiveCode "S"^^xsd:string ;
                
                qudt-ext:ucumCaseSensitiveCode "s"^^xsd:string ;
                
                qudt-ext:ucumPrintSymbol "s"^^xsd:string .



###  http://qudt.org/vocab/unit#Siemens

unit:Siemens qudt-ext:ucumCaseInsensitiveCode "SIE"^^xsd:string ;
             
             qudt-ext:ucumCaseSensitiveCode "S"^^xsd:string ;
             
             qudt-ext:ucumPrintSymbol "S"^^xsd:string .



###  http://qudt.org/vocab/unit#Sievert

unit:Sievert qudt-ext:ucumCaseInsensitiveCode "SV"^^xsd:string ;
             
             qudt-ext:ucumCaseSensitiveCode "Sv"^^xsd:string ;
             
             qudt-ext:ucumPrintSymbol "Sv"^^xsd:string .



###  http://qudt.org/vocab/unit#SquareFoot

unit:SquareFoot qudt-ext:ucumCaseInsensitiveCode "[SFT_I]"^^xsd:string ;
                
                qudt-ext:ucumCaseSensitiveCode "[sft_i]"^^xsd:string .



###  http://qudt.org/vocab/unit#SquareInch

unit:SquareInch qudt-ext:ucumCaseInsensitiveCode "[SIN_I]"^^xsd:string ;
                
                qudt-ext:ucumCaseSensitiveCode "[sin_i]"^^xsd:string .



###  http://qudt.org/vocab/unit#SquareMile

unit:SquareMile qudt-ext:ucumCaseInsensitiveCode "[SMI_US]"^^xsd:string ;
                
                qudt-ext:ucumCaseSensitiveCode "[smi_us]"^^xsd:string .



###  http://qudt.org/vocab/unit#SquareYard

unit:SquareYard qudt-ext:ucumCaseInsensitiveCode "[SYD_I]"^^xsd:string ;
                
                qudt-ext:ucumCaseSensitiveCode "[syd_i]"^^xsd:string .



###  http://qudt.org/vocab/unit#Steradian

unit:Steradian qudt-ext:ucumCaseInsensitiveCode "SR"^^xsd:string ;
               
               qudt-ext:ucumCaseSensitiveCode "sr"^^xsd:string ;
               
               qudt-ext:ucumPrintSymbol "sr"^^xsd:string .



###  http://qudt.org/vocab/unit#Stere

unit:Stere qudt-ext:ucumCaseInsensitiveCode "STR"^^xsd:string ;
           
           qudt-ext:ucumCaseSensitiveCode "st"^^xsd:string ;
           
           qudt-ext:ucumPrintSymbol "st"^^xsd:string .



###  http://qudt.org/vocab/unit#Stilb

unit:Stilb qudt-ext:ucumCaseInsensitiveCode "SB"^^xsd:string ;
           
           qudt-ext:ucumCaseSensitiveCode "sb"^^xsd:string ;
           
           qudt-ext:ucumPrintSymbol "sb"^^xsd:string .



###  http://qudt.org/vocab/unit#Stokes

unit:Stokes qudt-ext:ucumCaseInsensitiveCode "ST"^^xsd:string ;
            
            qudt-ext:ucumCaseSensitiveCode "St"^^xsd:string ;
            
            qudt-ext:ucumPrintSymbol "St"^^xsd:string .



###  http://qudt.org/vocab/unit#Tablespoon

unit:Tablespoon qudt-ext:ucumCaseInsensitiveCode "[TBS_US]"^^xsd:string ;
                
                qudt-ext:ucumCaseSensitiveCode "[tbs_us]"^^xsd:string .



###  http://qudt.org/vocab/unit#Teaspoon

unit:Teaspoon qudt-ext:ucumCaseInsensitiveCode "[TSP_US]"^^xsd:string ;
              
              qudt-ext:ucumCaseSensitiveCode "[tsp_us]"^^xsd:string .



###  http://qudt.org/vocab/unit#Tesla

unit:Tesla qudt-ext:ucumCaseInsensitiveCode "T"^^xsd:string ;
           
           qudt-ext:ucumCaseSensitiveCode "T"^^xsd:string ;
           
           qudt-ext:ucumPrintSymbol "T"^^xsd:string .



###  http://qudt.org/vocab/unit#Tex

unit:Tex qudt-ext:ucumCaseInsensitiveCode "TEX"^^xsd:string ;
         
         qudt-ext:ucumCaseSensitiveCode "tex"^^xsd:string ;
         
         qudt-ext:ucumPrintSymbol "tex"^^xsd:string .



###  http://qudt.org/vocab/unit#TonLong

unit:TonLong qudt-ext:ucumCaseInsensitiveCode "[LTON_AV]"^^xsd:string ;
             
             qudt-ext:ucumCaseSensitiveCode "[lton_av]"^^xsd:string .



###  http://qudt.org/vocab/unit#TonShort

unit:TonShort qudt-ext:ucumCaseInsensitiveCode "[STON_AV]"^^xsd:string ;
              
              qudt-ext:ucumCaseSensitiveCode "[ston_av]"^^xsd:string .



###  http://qudt.org/vocab/unit#UnifiedAtomicMassUnit

unit:UnifiedAtomicMassUnit qudt-ext:ucumCaseInsensitiveCode "AMU"^^xsd:string ;
                           
                           qudt-ext:ucumCaseSensitiveCode "u"^^xsd:string ;
                           
                           qudt-ext:ucumPrintSymbol "u"^^xsd:string .



###  http://qudt.org/vocab/unit#Volt

unit:Volt qudt-ext:ucumCaseInsensitiveCode "V"^^xsd:string ;
          
          qudt-ext:ucumCaseSensitiveCode "V"^^xsd:string ;
          
          qudt-ext:ucumPrintSymbol "V"^^xsd:string .



###  http://qudt.org/vocab/unit#Watt

unit:Watt qudt-ext:ucumCaseInsensitiveCode "W"^^xsd:string ;
          
          qudt-ext:ucumCaseSensitiveCode "W"^^xsd:string ;
          
          qudt-ext:ucumPrintSymbol "W"^^xsd:string .



###  http://qudt.org/vocab/unit#Weber

unit:Weber qudt-ext:ucumCaseInsensitiveCode "WB"^^xsd:string ;
           
           qudt-ext:ucumCaseSensitiveCode "Wb"^^xsd:string ;
           
           qudt-ext:ucumPrintSymbol "Wb"^^xsd:string .



###  http://qudt.org/vocab/unit#Yard

unit:Yard qudt-ext:ucumCaseInsensitiveCode "[YD_I]"^^xsd:string ;
          
          qudt-ext:ucumCaseSensitiveCode "[yd_i]"^^xsd:string ;
          
          qudt-ext:ucumPrintSymbol "yd"^^xsd:string .



###  http://qudt.org/vocab/unit#Year365Day

unit:Year365Day qudt-ext:ucumCaseInsensitiveCode "ANN"^^xsd:string ;
                
                qudt-ext:ucumCaseSensitiveCode "a"^^xsd:string ;
                
                qudt-ext:ucumPrintSymbol "a"^^xsd:string .



###  http://qudt.org/vocab/unit#YearTropical

unit:YearTropical qudt-ext:ucumCaseInsensitiveCode "ANN_T"^^xsd:string ;
                  
                  qudt-ext:ucumCaseSensitiveCode "a_t"^^xsd:string ;
                  
                  qudt-ext:ucumPrintSymbol "a<sub>t</sub>"^^xsd:string .





#################################################################
#
#    Annotations
#
#################################################################


unit:NumberPerYear dct:isReplacedBy unit-ext:NumberPerYear ;
                   
                   owl:deprecated "true"^^xsd:boolean .



unit:SamplePerSecond owl:deprecated "true"^^xsd:boolean ;
                     
                     dct:isReplacedBy unit-ext:SamplePerSecond .




###  Generated by the OWL API (version 4.1.3) https://github.com/owlcs/owlapi

