@prefix : . @prefix dc: . @prefix dct: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix foaf: . @prefix qudt: . @prefix rdfs: . @prefix skos: . @prefix unit: . @prefix quantity: . @prefix qudt-ext: . @prefix unit-ext: . @prefix quantity-ext: . @prefix qudt-quantity: . @base . rdf:type owl:Ontology ; owl:versionIRI ; owl:imports , , , ; dct:contributor ; dct:rights ; dct:issued "2021-06-30T12:00:00Z"^^xsd:dateTime ; dct:title "The Allotrope QUDT Extension Ontology (REC/2021/06)" ; dct:publisher ; owl:versionInfo "REC/2021/06" ; dct:contributor ; dct:license ; dct:contributor , ; dct:modified "2021-06-30T12:00:00Z"^^xsd:dateTime ; owl:priorVersion ; 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/description dct:description rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/isReplacedBy dct:isReplacedBy rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/replaces dct:replaces rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/rightsHolder dct:rightsHolder rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/source dct:source rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/title dct:title rdf:type owl:AnnotationProperty . ### http://qudt.org/schema/qudt#abbrevation qudt:abbrevation rdf:type owl:AnnotationProperty . ### http://www.w3.org/1999/02/22-rdf-syntax-ns#label rdf:label rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#changeNote skos:changeNote rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#definition skos:definition rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#editorialNote skos:editorialNote rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#note skos:note rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#prefLabel skos:prefLabel rdf:type owl:AnnotationProperty . ################################################################# # # Data properties # ################################################################# ### http://purl.allotrope.org/ontology/qudt-ext/schema#ucumCaseInsensitiveCode qudt-ext:ucumCaseInsensitiveCode rdf:type owl:DatatypeProperty ; skos:prefLabel "Unified Code for Units of Measure case insensitive code" . ### http://purl.allotrope.org/ontology/qudt-ext/schema#ucumCaseSensitiveCode qudt-ext:ucumCaseSensitiveCode rdf:type owl:DatatypeProperty ; skos:prefLabel "Unified Code for Units of Measure case sensitive code" . ### http://purl.allotrope.org/ontology/qudt-ext/schema#ucumPrintSymbol qudt-ext:ucumPrintSymbol rdf:type owl:DatatypeProperty ; skos:prefLabel "Unified Code for Units of Measure print symbol" . ### http://xmlns.com/foaf/0.1/name foaf:name rdf:type owl:DatatypeProperty . ################################################################# # # Classes # ################################################################# ### http://purl.allotrope.org/ontology/qudt-ext/schema#AbsorbanceUnit qudt-ext:AbsorbanceUnit rdf:type owl:Class ; rdfs:subClassOf qudt:DimensionlessUnit , qudt:PhotometryUnit , [ rdf:type owl:Restriction ; owl:onProperty qudt:quantityKind ; owl:hasValue quantity-ext:Absorbance ] ; rdfs:label "Absorbance Unit" ; skos:prefLabel "absorbance unit" . ### http://purl.allotrope.org/ontology/qudt-ext/schema#ActivityContentUnit qudt-ext:ActivityContentUnit rdf:type owl:Class ; rdfs:subClassOf qudt:BiomedicalUnit , [ rdf:type owl:Restriction ; owl:onProperty qudt:quantityKind ; owl:hasValue quantity-ext:ActivityContent ] ; rdfs:label "Activity Content Unit" ; skos:prefLabel "activity content unit" . ### http://purl.allotrope.org/ontology/qudt-ext/schema#ElectricalConductivityUnit qudt-ext:ElectricalConductivityUnit rdf:type owl:Class ; rdfs:subClassOf qudt:ElectricityAndMagnetismUnit , qudt:PhotometryUnit , [ rdf:type owl:Restriction ; owl:onProperty qudt:quantityKind ; owl:hasValue quantity-ext:ElectricalConductivity ] ; rdfs:label "Electrical Conductivity Unit" ; skos:prefLabel "electrical conductivity unit" . ### http://purl.allotrope.org/ontology/qudt-ext/schema#ElectricalResistivityUnit qudt-ext:ElectricalResistivityUnit rdf:type owl:Class ; rdfs:subClassOf qudt:ElectricityAndMagnetismUnit , qudt:PhotometryUnit , [ rdf:type owl:Restriction ; owl:onProperty qudt:quantityKind ; owl:hasValue quantity-ext:ElectricalResistivity ] ; rdfs:label "Electrical Resistivity Unit" ; skos:prefLabel "electrical resistivity unit" . ### http://purl.allotrope.org/ontology/qudt-ext/schema#EnzymaticActivityUnit qudt-ext:EnzymaticActivityUnit rdf:type owl:Class ; rdfs:subClassOf qudt:BiomedicalUnit , qudt:CatalyticActivityUnit , [ rdf:type owl:Restriction ; owl:onProperty qudt:quantityKind ; owl:hasValue quantity-ext:EnzymaticActivity ] ; rdfs:label "Enzymatic Activity Unit" ; skos:prefLabel "enzymatic activity unit" . ### http://purl.allotrope.org/ontology/qudt-ext/schema#GainUnit qudt-ext:GainUnit rdf:type owl:Class ; rdfs:subClassOf qudt:ElectricityAndMagnetismUnit , [ rdf:type owl:Restriction ; owl:onProperty qudt:quantityKind ; owl:hasValue quantity-ext:Gain ] ; rdfs:label "Gain Unit" ; skos:prefLabel "gain unit" . ### http://purl.allotrope.org/ontology/qudt-ext/schema#InfectivityUnit qudt-ext:InfectivityUnit rdf:type owl:Class ; rdfs:subClassOf qudt:BiomedicalUnit , [ rdf:type owl:Restriction ; owl:onProperty qudt:quantityKind ; owl:hasValue quantity-ext:Infectivity ] ; rdfs:label "Infectivity Unit" ; skos:prefLabel "infectivity unit" . ### http://purl.allotrope.org/ontology/qudt-ext/schema#MassPerAmountOfSubstanceUnit qudt-ext:MassPerAmountOfSubstanceUnit rdf:type owl:Class ; rdfs:subClassOf qudt:ChemistryUnit ; rdfs:label "Mass per Amount of Substance Unit" ; skos:prefLabel "mass per amount of substance unit" . ### http://purl.allotrope.org/ontology/qudt-ext/schema#NumberDensityUnit qudt-ext:NumberDensityUnit rdf:type owl:Class ; rdfs:subClassOf qudt:PhysicalUnit , [ rdf:type owl:Restriction ; owl:onProperty qudt:quantityKind ; owl:hasValue quantity-ext:NumberDensity ] ; rdfs:label "Number Density Unit" ; skos:prefLabel "number density unit" . ### http://purl.allotrope.org/ontology/qudt-ext/schema#NumberPerTimeUnit qudt-ext:NumberPerTimeUnit rdf:type owl:Class ; rdfs:subClassOf qudt:SpaceAndTimeUnit , [ rdf:type owl:Restriction ; owl:onProperty qudt:quantityKind ; owl:hasValue quantity-ext:NumberPerTime ] ; rdfs:label "Number per Time Unit" ; skos:prefLabel "number per time unit" . ### http://purl.allotrope.org/ontology/qudt-ext/schema#NumberTimesTimeUnit qudt-ext:NumberTimesTimeUnit rdf:type owl:Class ; rdfs:subClassOf qudt:SpaceAndTimeUnit , [ rdf:type owl:Restriction ; owl:onProperty qudt:quantityKind ; owl:hasValue quantity-ext:NumberTimesTime ] ; rdfs:label "Number times Time Unit" ; skos:prefLabel "number times time unit" . ### http://purl.allotrope.org/ontology/qudt-ext/schema#OsmolalityUnit qudt-ext:OsmolalityUnit rdf:type owl:Class ; rdfs:subClassOf qudt:ChemistryUnit ; rdfs:label "Osmolality unit" ; skos:prefLabel "Osmolality unit" . ### http://purl.allotrope.org/ontology/qudt-ext/schema#QuantityTimesTimeUnit qudt-ext:QuantityTimesTimeUnit rdf:type owl:Class ; rdfs:subClassOf qudt:SpaceAndTimeUnit , [ rdf:type owl:Restriction ; owl:onProperty qudt:quantityKind ; owl:hasValue quantity-ext:QuantityTimesTime ] ; rdfs:label "Quantity Times Time Unit" ; skos:prefLabel "Quantity Times Time Unit" . ### http://purl.allotrope.org/ontology/qudt-ext/schema#RatioUnit qudt-ext:RatioUnit rdf:type owl:Class ; rdfs:subClassOf qudt:DimensionlessUnit , [ rdf:type owl:Restriction ; owl:onProperty qudt:quantityKind ; owl:hasValue qudt-quantity:DimensionlessRatio ] ; rdfs:label "Ratio Unit" ; skos:prefLabel "ratio unit" . ### http://purl.allotrope.org/ontology/qudt-ext/schema#RefractiveIndexUnit qudt-ext:RefractiveIndexUnit rdf:type owl:Class ; rdfs:subClassOf qudt:DimensionlessUnit , qudt:OpticsUnit , [ rdf:type owl:Restriction ; owl:onProperty qudt:quantityKind ; owl:hasValue quantity-ext:RefractiveIndex ] ; rdfs:label "Refractive Index Unit" ; skos:prefLabel "refractive index unit" . ### http://purl.allotrope.org/ontology/qudt-ext/schema#SpecificSurfaceAreaUnit qudt-ext:SpecificSurfaceAreaUnit rdf:type owl:Class ; rdfs:subClassOf qudt:ChemistryUnit , [ rdf:type owl:Restriction ; owl:onProperty qudt:quantityKind ; owl:hasValue quantity-ext:SpecificSurfaceArea ] ; rdfs:label "Specific Surface Area Unit" ; skos:prefLabel "specific surface area unit" . ### http://purl.allotrope.org/ontology/qudt-ext/schema#VolumeConcentrationUnit qudt-ext:VolumeConcentrationUnit rdf:type owl:Class ; rdfs:subClassOf qudt:ConcentrationUnit ; rdfs:label "Volume Concentration Unit" ; skos:prefLabel "volume concentration unit" . ### http://purl.org/dc/terms/LicenseDocument dct:LicenseDocument rdf:type owl:Class . ### http://purl.org/dc/terms/RightsStatement dct:RightsStatement rdf:type owl:Class . ### http://qudt.org/schema/qudt#CountingUnit qudt:CountingUnit rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty qudt:quantityKind ; owl:hasValue quantity-ext:Count ] . ### http://xmlns.com/foaf/0.1/Organization foaf:Organization rdf:type owl:Class . ################################################################# # # Individuals # ################################################################# ### http://www.allotrope.org rdf:type owl:NamedIndividual , foaf:Organization ; foaf:name "Allotrope Foundation" . ### http://www.nasa.gov rdf:type owl:NamedIndividual , foaf:Organization ; foaf:name "National Aeronautics and Space Administration" . ### http://www.openphacts.org rdf:type owl:NamedIndividual , foaf:Organization ; foaf:name "Open PHACTS Foundation" . ### http://purl.allotrope.org/ontology/qudt-ext/quantity#Absorbance quantity-ext:Absorbance rdf:type owl:NamedIndividual , qudt:ChemistryQuantityKind ; qudt:description "In chemistry, absorbance or decadic absorbance is the common logarithm of the ratio of incident to transmitted radiant power through a material, and spectral absorbance or spectral decadic absorbance is the common logarithm of the ratio of incident to transmitted spectral radiant power through a material." ; qudt:symbol "A" ; rdfs:label "Absorbance" ; skos:altLabel "absorbance" ; skos:definition "In chemistry, absorbance or decadic absorbance is the common logarithm of the ratio of incident to transmitted radiant power through a material, and spectral absorbance or spectral decadic absorbance is the common logarithm of the ratio of incident to transmitted spectral radiant power through a material." ; skos:prefLabel "absorbance (quantity kind)" . ### http://purl.allotrope.org/ontology/qudt-ext/quantity#ActivityContent quantity-ext:ActivityContent rdf:type owl:NamedIndividual , qudt:ChemistryQuantityKind ; qudt:symbol "A/M" ; rdfs:label "Activity Content" ; skos:altLabel "activity content" ; skos:prefLabel "activity content (quantity kind)" . ### http://purl.allotrope.org/ontology/qudt-ext/quantity#Count quantity-ext:Count rdf:type owl:NamedIndividual , qudt:QuantityKind ; qudt:description "Count is the number of countable, specified objects." ; rdfs:label "Count" ; skos:altLabel "count" ; skos:definition "Count is the number of countable, specified objects." ; skos:prefLabel "count (quantity kind)" . ### http://purl.allotrope.org/ontology/qudt-ext/quantity#ElectricalConductivity quantity-ext:ElectricalConductivity rdf:type owl:NamedIndividual , qudt:ElectricityAndMagnetismQuantityKind ; qudt:description "Electrical conductivity is an intrinsic property that quantifies how strongly a given material opposes the flow of electric current." ; qudt:symbol "ρ" ; rdfs:label "Electrical Resistivity" ; skos:altLabel "electrical resistivity" ; skos:definition "Electrical conductivity is an intrinsic property that quantifies how strongly a given material opposes the flow of electric current." ; skos:prefLabel "electrical resistivity (quantity kind)" . ### http://purl.allotrope.org/ontology/qudt-ext/quantity#ElectricalResistivity quantity-ext:ElectricalResistivity rdf:type owl:NamedIndividual , qudt:ElectricityAndMagnetismQuantityKind ; qudt:description "Electrical conductivity or specific conductance is the reciprocal of electrical resistivity, and measures a material's ability to conduct an electric current." ; qudt:symbol "σ" ; rdfs:label "Electrical Conductivity" ; skos:altLabel "electrical conductivity" ; skos:definition "Electrical conductivity or specific conductance is the reciprocal of electrical resistivity, and measures a material's ability to conduct an electric current." ; skos:prefLabel "electrical conductivity (quantity kind)" . ### http://purl.allotrope.org/ontology/qudt-ext/quantity#EnzymaticActivity quantity-ext:EnzymaticActivity rdf:type owl:NamedIndividual , qudt:BiologyQuantityKind ; qudt:generalization qudt-quantity:CatalyticActivity ; qudt:description "Enzyme activity is a measure of the quantity of active enzyme present and is thus dependent on conditions, which should be specified." ; rdfs:label "Enzymatic Activity" ; skos:altLabel "enzymatic activity" ; skos:definition "Enzyme activity is a measure of the quantity of active enzyme present and is thus dependent on conditions, which should be specified." ; skos:prefLabel "enzymatic activity (quantity kind)" . ### http://purl.allotrope.org/ontology/qudt-ext/quantity#Gain quantity-ext:Gain rdf:type owl:NamedIndividual , qudt:QuantityKind ; qudt:description "Gain is the ratio of output signal strength to input voltage. [Allotrope]" ; rdfs:label "Gain per Voltage" ; skos:altLabel "gain" , "gain per voltage" ; skos:changeNote "2021-07-01 Changed pref label. [Allotrope]" ; skos:definition "Gain is the ratio of output signal strength to input voltage. [Allotrope]" ; skos:prefLabel "gain per voltage (quantity kind)" . ### http://purl.allotrope.org/ontology/qudt-ext/quantity#Infectivity quantity-ext:Infectivity rdf:type owl:NamedIndividual , qudt:BiologyQuantityKind ; rdfs:label "Infectivity" ; skos:altLabel "infectivity" ; skos:prefLabel "infectivity (quantity kind)" . ### http://purl.allotrope.org/ontology/qudt-ext/quantity#NumberConcentration quantity-ext:NumberConcentration rdf:type owl:NamedIndividual , qudt:ContinuumMechanicsQuantityKind ; qudt:generalization quantity-ext:NumberDensity ; qudt:symbol "C" ; dct:source "https://en.wikipedia.org/wiki/Number_density" ; rdfs:label "Number Concentration" ; skos:altLabel "number concentration" ; skos:prefLabel "number concentration (quantity kind)" . ### http://purl.allotrope.org/ontology/qudt-ext/quantity#NumberDensity quantity-ext:NumberDensity rdf:type owl:NamedIndividual . ### http://purl.allotrope.org/ontology/qudt-ext/quantity#NumberPerTime quantity-ext:NumberPerTime rdf:type owl:NamedIndividual , qudt:SpaceAndTimeQuantityKind ; qudt:description "Number per time is the number of specified objects per unit time." ; qudt:symbol "n/t" ; rdfs:label "Number per Time" ; skos:altLabel "number per time" ; skos:definition "Number per time is the number of specified objects per unit time. [Allotrope]" ; skos:prefLabel "number per time (quantity kind)" . ### http://purl.allotrope.org/ontology/qudt-ext/quantity#NumberTimesTime quantity-ext:NumberTimesTime rdf:type owl:NamedIndividual , qudt:SpaceAndTimeQuantityKind ; qudt:description "Number times time is the number of specified objects times unit time" ; qudt:symbol "n.t" ; rdfs:label "Number times Time" ; skos:altLabel "number times time" ; skos:definition "Number times time is the number of specified objects times unit time. [Allotrope]" ; skos:prefLabel "number times time (quantity kind)" . ### http://purl.allotrope.org/ontology/qudt-ext/quantity#QuantityTimesTime quantity-ext:QuantityTimesTime rdf:type owl:NamedIndividual , qudt:SpaceAndTimeQuantityKind ; qudt:description "Quantity times time is a kind of quantity multiplied by a factor of unit time." ; qudt:symbol "x.t" ; rdfs:label "Quantity times Time" ; skos:altLabel "quantity times time" ; skos:prefLabel "quantity times time (quantity kind)" . ### http://purl.allotrope.org/ontology/qudt-ext/quantity#RefractiveIndex quantity-ext:RefractiveIndex rdf:type owl:NamedIndividual , qudt:OpticsQuantityKind ; qudt:description "In optics, the refractive index or index of refraction of a material is a dimensionless number that describes how light propagates through that medium." ; qudt:symbol "n" ; rdfs:label "Refractive Index" ; skos:altLabel "refractive index" ; skos:definition "In optics, the refractive index or index of refraction of a material is a dimensionless number that describes how light propagates through that medium." ; skos:prefLabel "refractive index (quantity kind)" . ### http://purl.allotrope.org/ontology/qudt-ext/quantity#SpecificSurfaceArea quantity-ext:SpecificSurfaceArea rdf:type owl:NamedIndividual , qudt:QuantityKind ; qudt:description "Specific surface area (SSA) is a property of solids defined as the total surface area of a material per unit of mass." ; dct:source "https://en.wikipedia.org/wiki/Specific_surface_area" ; rdfs:label "Specific Surface Area" ; skos:altLabel "specific surface area" ; skos:definition "Specific surface area (SSA) is a property of solids defined as the total surface area of a material per unit of mass." ; skos:prefLabel "specific surface area (quantity kind)" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#AbsorbanceUnit unit-ext:AbsorbanceUnit rdf:type owl:NamedIndividual , qudt-ext:AbsorbanceUnit ; qudt:quantityKind qudt-quantity:Dimensionless ; qudt-ext:ucumCaseInsensitiveCode "[AU]" ; qudt-ext:ucumCaseSensitiveCode "[AU]" ; qudt-ext:ucumPrintSymbol "AU" ; qudt:abbreviation "AU" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "AU" ; skos:prefLabel "Absorbance Unit" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#AbsorbanceUnitTimesSecond unit-ext:AbsorbanceUnitTimesSecond rdf:type owl:NamedIndividual , qudt:Unit ; qudt-ext:ucumCaseInsensitiveCode "[AU].S" ; qudt-ext:ucumCaseSensitiveCode "[AU].s" ; qudt-ext:ucumPrintSymbol "AU⋅s" ; qudt:abbreviation "AU.sec" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "AU.s" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Absorbance Unit times Second" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#ArbitraryUnit unit-ext:ArbitraryUnit rdf:type owl:NamedIndividual , qudt:DimensionlessUnit ; qudt:quantityKind qudt-quantity:Dimensionless ; qudt-ext:ucumCaseInsensitiveCode "[ARB'U]" ; qudt-ext:ucumCaseSensitiveCode "[arb'U]" ; qudt-ext:ucumPrintSymbol "arb'U" ; qudt:abbreviation "arb'U" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "arb'U" ; rdfs:label "Arbitrary Unit" ; skos:changeNote "2020-08-19 Add UCUM codes, changed symbol. [Allotrope]" ; skos:prefLabel "Arbitrary Unit" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#ArbitraryUnitPerVolt unit-ext:ArbitraryUnitPerVolt rdf:type owl:NamedIndividual , qudt-ext:GainUnit ; qudt:quantityKind quantity-ext:Gain ; qudt-ext:ucumCaseInsensitiveCode "[arb'U]/V" ; qudt-ext:ucumCaseSensitiveCode "[arb'U]/V" ; qudt-ext:ucumPrintSymbol "arb'U/V" ; qudt:abbreviation "arb'U/V" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "arb'U/V" ; rdfs:label "Arbitrary Unit per Volt" ; skos:changeNote "2020-08-19 Add UCUM codes, changed symbol. [Allotrope]" ; skos:prefLabel "Arbitrary Unit per Volt" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#AvoirdupoisPound unit-ext:AvoirdupoisPound rdf:type owl:NamedIndividual , qudt:MassUnit ; qudt-ext:ucumCaseInsensitiveCode "[LB_AV]" ; qudt-ext:ucumCaseSensitiveCode "[lb_av]" ; qudt-ext:ucumPrintSymbol "lbav" ; qudt:abbreviation "lb av" ; qudt:conversionMultiplier "0.45359237"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:description "The mass unit of avoirdupois pound (1 lbav = 0,45359237 kg). [ISO 11240]" ; qudt:symbol "lb_av" ; rdfs:label "Avoirdupois Pound" ; skos:changeNote "2020-08-19 Add UCUM codes, changed symbol [Allotrope]" ; skos:prefLabel "Avoirdupois Pound" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#BecquerelPerGram unit-ext:BecquerelPerGram rdf:type owl:NamedIndividual , qudt-ext:ActivityContentUnit , qudt:ChemistryUnit ; qudt:quantityKind quantity-ext:ActivityContent ; qudt-ext:ucumCaseInsensitiveCode "BQ/G" ; qudt-ext:ucumCaseSensitiveCode "Bq/g" ; qudt-ext:ucumPrintSymbol "Bq/g" ; qudt:abbreviation "Bq/g" ; qudt:conversionMultiplier "1000.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:description "This is an SI-derived unit for the quantity of activity content. It is expressed algebraically in terms of other SI units. [ISO 11240]" ; qudt:symbol "Bq/g" ; rdfs:label "Becquerel per Gram" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Becquerel per Gram" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#BillionCFU unit-ext:BillionCFU rdf:type owl:NamedIndividual , qudt:MicrobialFormationUnit ; qudt-ext:ucumCaseInsensitiveCode "10^9.[CFU]" ; qudt-ext:ucumCaseSensitiveCode "10^9.[CFU]" ; qudt-ext:ucumPrintSymbol "109 CFU" ; qudt:abbreviation "10^9 CFU" ; qudt:conversionMultiplier "1.0E9"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:description "CFU is an arbitrary unit which is used to count the number of colonies formed by viable microorganisms. It is related to a specific bioassay test method. Note that the number expression “billion�? is replaced by the unambiguous power of 10. The meaning of “billion�? differs between countries. 10^9 “Billion�? is replaced by a power of 10. The notion of “what is counted�? is not a part of the unit, but belongs to the method definition (“count of organisms�? in this case). [ISO 11240]" ; qudt:symbol "10^9.CFU" ; rdfs:label "Billion Colony Forming Units" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Billion Colony Forming Units" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#CCID50PerMilliliter unit-ext:CCID50PerMilliliter rdf:type owl:NamedIndividual , qudt-ext:InfectivityUnit ; qudt-ext:ucumCaseInsensitiveCode "[CCID_50]/ML" ; qudt-ext:ucumCaseSensitiveCode "[CCID_50]/mL" ; qudt-ext:ucumPrintSymbol "CCID50/mL" ; qudt:abbreviation "CCID50/ml" ; qudt:conversionMultiplier "1000.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:description "The unit CCID50 per milliliter expresses the result of quantifying an infectious agent in a cell culture. It is a titre, expressing the highest dilution of the specimen which produces a cytopathic effect in 50 % of the cell cultures or wells inoculated. [ISO 11240]" ; qudt:symbol "CCID50/ml" ; rdfs:label "CCID50 per Milliliter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "CCID50 per Milliliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#CaloriePerGramSecond unit-ext:CaloriePerGramSecond rdf:type owl:NamedIndividual , qudt:HeatFlowRateUnit ; qudt-ext:ucumCaseInsensitiveCode "CAL/(G.S)" ; qudt-ext:ucumCaseSensitiveCode "Cal/(g.s)" ; qudt-ext:ucumPrintSymbol "cal/(g⋅s)" ; qudt:abbreviation "cal/(g.s)" ; qudt:conversionMultiplier "4184.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:description "normalized heat flow rate, normalized by mass in gram" ; qudt:symbol "cal/(g.s)" ; rdfs:label "Calorie per Gram Second" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Calorie per Gram Second" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#CaloriePerSecond unit-ext:CaloriePerSecond rdf:type owl:NamedIndividual , qudt:HeatFlowRateUnit ; qudt-ext:ucumCaseInsensitiveCode "CAL/S" ; qudt-ext:ucumCaseSensitiveCode "Cal/s" ; qudt-ext:ucumPrintSymbol "cal/s" ; qudt:abbreviation "cal/s" ; qudt:conversionMultiplier "4.184"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:description "heat flow rate, used for quantifying differential power" ; qudt:symbol "cal/s" ; rdfs:label "Calorie per Second" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Calorie per Second" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Cell unit-ext:Cell rdf:type owl:NamedIndividual , qudt:CountingUnit ; qudt:quantityKind quantity-ext:Count ; qudt-ext:ucumCaseInsensitiveCode "{CELL}" ; qudt-ext:ucumCaseSensitiveCode "{cell}" ; qudt-ext:ucumPrintSymbol "cell" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:description "number of cells" ; qudt:symbol "cell" ; rdfs:label "Cell(s)" ; skos:prefLabel "Cell(s)" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#CountsPerMilliliter unit-ext:CountsPerMilliliter rdf:type owl:NamedIndividual , qudt-ext:NumberDensityUnit ; qudt-ext:ucumCaseInsensitiveCode "{COUNTS}/ML" ; qudt-ext:ucumCaseSensitiveCode "{Counts}/mL" ; qudt-ext:ucumPrintSymbol "Counts/mL" ; qudt:abbreviation "Counts/mL" ; qudt:conversionMultiplier "1000.0"^^xsd:double ; qudt:conversionOffset "1.0"^^xsd:double ; qudt:symbol "Counts/mL" ; rdfs:label "Counts per Milliliter" ; skos:prefLabel "Counts per Milliliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#CountsTimesSecond unit-ext:CountsTimesSecond rdf:type owl:NamedIndividual , qudt-ext:NumberTimesTimeUnit ; qudt-ext:ucumCaseInsensitiveCode "{COUNTS}.S" ; qudt-ext:ucumCaseSensitiveCode "{Counts}.s" ; qudt-ext:ucumPrintSymbol "Counts⋅s" ; qudt:abbreviation "Counts.s" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "1.0"^^xsd:double ; qudt:symbol "Counts.s" ; rdfs:label "Counts times Second" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Counts times Second" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#CubicCentimeterPerGramAtSTP unit-ext:CubicCentimeterPerGramAtSTP rdf:type owl:NamedIndividual , qudt:Unit ; qudt-ext:ucumCaseInsensitiveCode "CM3/G {STP}" ; qudt-ext:ucumCaseSensitiveCode "g/cm3 {STP}" ; qudt-ext:ucumPrintSymbol "cm3/g {STP}" ; qudt:conversionMultiplier "1.0E-6"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "cm^3/g STP" ; rdfs:label "Cubic Centimeter per Gram at STP" ; skos:prefLabel "Cubic Centimeter per Gram at STP" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#CubicCentimeterPerMinute unit-ext:CubicCentimeterPerMinute rdf:type owl:NamedIndividual , qudt:VolumePerTimeUnit ; qudt-ext:ucumCaseInsensitiveCode "CM3/MIN" ; qudt-ext:ucumCaseSensitiveCode "cm3/min" ; qudt-ext:ucumPrintSymbol "cm3/min" ; qudt:abbreviation "cm^3/min" ; qudt:conversionMultiplier "1.66666667E-8"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "cm^3/min" ; rdfs:label "Cubic Centimeter Meter per Minute" ; skos:prefLabel "Cubic Centimeter Meter per Minute" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#DegreeTimesMilliliterPerGramTimesDecimeter unit-ext:DegreeTimesMilliliterPerGramTimesDecimeter rdf:type owl:NamedIndividual , qudt:ChemistryUnit ; qudt-ext:ucumCaseInsensitiveCode "(°.ML)/(G.DM)" ; qudt-ext:ucumCaseSensitiveCode "(°.mL)/(g.dm)" ; qudt-ext:ucumPrintSymbol "(°.mL)/(g.dm)" ; qudt:abbreviation "deg·mL·g−1·dm−1" ; qudt:conversionMultiplier "1.74532925E-4"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "deg·mL·g−1·dm−1" ; rdfs:label "Degree times Milliliter per Gram Times Decimeter" ; skos:prefLabel "Degree times Milliliter per Gram Times Decimeter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Drop unit-ext:Drop rdf:type owl:NamedIndividual , qudt:BiomedicalUnit , qudt:VolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "[DRP]" ; qudt-ext:ucumCaseSensitiveCode "[drp]" ; qudt-ext:ucumPrintSymbol "drp" ; qudt:abbreviation "drp" ; qudt:conversionMultiplier "8.33333333333333E-8"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:description "A drop is a variable amount of fluid and depends on the device and technique used to produce the drop and on the physical properties of the fluid. This is similar to units like cup, tablespoon and teaspoon that depend on the spoon or cup and are not exact either. However, in clinical medicine, medication is dispensed by drops and, unlike a “tablet�?, a drop refers to a real physical kind-ofquantity, volume, though not very exact (1 drp = 1 ml/12). [ISO 11240]" ; qudt:symbol "drp" ; rdfs:label "Drop" ; skos:changeNote "2020-08-19 Add UCUM codes, changed symbol. [Allotrope]" ; skos:prefLabel "Drop" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#E unit-ext:E rdf:type owl:NamedIndividual , qudt:AtomicChargeUnit , qudt:ElectricChargeUnit ; qudt-ext:ucumCaseInsensitiveCode "[E]" ; qudt-ext:ucumCaseSensitiveCode "[e]" ; qudt-ext:ucumPrintSymbol "e" ; qudt:conversionMultiplier "1.60217662E-19"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:description "\"Elementary Charge\", usually denoted as e, is the electric charge carried by a single proton, or equivalently, the negation (opposite) of the electric charge carried by a single electron. This elementary charge is a fundamental physical constant. To avoid confusion over its sign, e is sometimes called the elementary positive charge. This charge has a measured value of approximately 1.60217662 × 10-19 coulombs." ; qudt:symbol "e" ; rdfs:label "Elementary Charge" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Elementary Charge" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#EnzymeUnit unit-ext:EnzymeUnit rdf:type owl:NamedIndividual , qudt-ext:EnzymaticActivityUnit ; qudt-ext:ucumCaseInsensitiveCode "[U]" ; qudt-ext:ucumCaseSensitiveCode "[U]" ; qudt-ext:ucumPrintSymbol "U" ; qudt:abbreviation "U" ; qudt:conversionMultiplier "1.666666667E-8"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:description "The enzyme unit (U) is a unit for the amount of a particular enzyme 1 U = µmol/min = 1/60 nkat" ; qudt:symbol "U" ; dct:source "Nomenclature Committee of the International Union of Biochemistry (NC-IUB) (1979). \"Units of Enzyme Activity\". Eur. J. Biochem. 97 (2): 319–20" ; rdfs:label "Enzyme Unit" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Enzyme Unit" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Femtogram unit-ext:Femtogram rdf:type owl:NamedIndividual , qudt:MassUnit ; qudt-ext:ucumCaseInsensitiveCode "FG" ; qudt-ext:ucumCaseSensitiveCode "fg" ; qudt-ext:ucumPrintSymbol "fg" ; qudt:abbreviation "fg" ; qudt:conversionMultiplier "1.0E-18"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "fg" ; rdfs:label "Femtogram" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Femtogram" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#FemtogramPerFemtoliter unit-ext:FemtogramPerFemtoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "FG/FL" ; qudt-ext:ucumCaseSensitiveCode "fg/fL" ; qudt-ext:ucumPrintSymbol "fg/fL" ; qudt:abbreviation "fg/fL" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "fg/fL" ; rdfs:label "Femtogram per Femtoliter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Femtogram per Femtoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#FemtogramPerLiter unit-ext:FemtogramPerLiter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "FG/L" ; qudt-ext:ucumCaseSensitiveCode "fg/L" ; qudt-ext:ucumPrintSymbol "fg/L" ; qudt:abbreviation "fg/L" ; qudt:conversionMultiplier "1.0E-15"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "fg/L" ; rdfs:label "Femtogram per Liter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Femtogram per Liter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#FemtogramPerMicroliter unit-ext:FemtogramPerMicroliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "FG/UL" ; qudt-ext:ucumCaseSensitiveCode "fg/uL" ; qudt-ext:ucumPrintSymbol "fg/μL" ; qudt:abbreviation "fg/μL" ; qudt:conversionMultiplier "1.0000000000000002E-12"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "fg/μL" ; rdfs:label "Femtogram per Microliter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Femtogram per Microliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#FemtogramPerMilliliter unit-ext:FemtogramPerMilliliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "FG/mL" ; qudt-ext:ucumCaseSensitiveCode "fg/mL" ; qudt-ext:ucumPrintSymbol "fg/mL" ; qudt:abbreviation "fg/mL" ; qudt:conversionMultiplier "1.0E-15"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "fg/mL" ; rdfs:label "Femtogram per Milliliter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Femtogram per Milliliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#FemtogramPerNanoliter unit-ext:FemtogramPerNanoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "FG/NL" ; qudt-ext:ucumCaseSensitiveCode "fg/nL" ; qudt-ext:ucumPrintSymbol "fg/nL" ; qudt:abbreviation "fg/nL" ; qudt:conversionMultiplier "1.0E-9"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "fg/nL" ; rdfs:label "Femtogram per Nanoliter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Femtogram per Nanoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#FemtogramPerPicoliter unit-ext:FemtogramPerPicoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "FG/PL" ; qudt-ext:ucumCaseSensitiveCode "fg/pL" ; qudt-ext:ucumPrintSymbol "fg/pL" ; qudt:abbreviation "fg/pL" ; qudt:conversionMultiplier "1.0000000000000002E-6"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "fg/pL" ; rdfs:label "Femtogram per Picoliter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Femtogram per Picoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#FemtogramPerSquareCentimeter unit-ext:FemtogramPerSquareCentimeter rdf:type owl:NamedIndividual , qudt:MassPerAreaUnit ; qudt-ext:ucumCaseInsensitiveCode "FG/CM2" ; qudt-ext:ucumCaseSensitiveCode "fg/cm2" ; qudt-ext:ucumPrintSymbol "fg/cm2" ; qudt:abbreviation "fg/cm^2" ; qudt:conversionMultiplier "1.0E-14"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "fg/cm^2" ; rdfs:label "Femtogram per Square Centimeter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Femtogram per Square Centimeter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#FemtogramPerSquareMeter unit-ext:FemtogramPerSquareMeter rdf:type owl:NamedIndividual , qudt:MassPerAreaUnit ; qudt-ext:ucumCaseInsensitiveCode "FG/M2" ; qudt-ext:ucumCaseSensitiveCode "fg/m2" ; qudt-ext:ucumPrintSymbol "fg/m2" ; qudt:abbreviation "fg/m^2" ; qudt:conversionMultiplier "1.0E-18"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "fg/m^2" ; rdfs:label "Femtogram per Square Meter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Femtogram per Square Meter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Femtoliter unit-ext:Femtoliter rdf:type owl:NamedIndividual , qudt:VolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "FL" ; qudt-ext:ucumCaseSensitiveCode "fL" ; qudt-ext:ucumPrintSymbol "fL" ; qudt:abbreviation "fL" ; qudt:conversionMultiplier "1.0E-15"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "fL" ; rdfs:label "Femtoliter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Femtoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Femtomolar unit-ext:Femtomolar rdf:type owl:NamedIndividual , qudt:MolarConcentrationUnit ; qudt-ext:ucumCaseInsensitiveCode "FMOL/L" ; qudt-ext:ucumCaseSensitiveCode "fmol/L" ; qudt-ext:ucumPrintSymbol "fmol/L" ; qudt:abbreviation "fM" ; qudt:conversionMultiplier "1.0E-12"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "fmol/L" ; rdfs:label "Femtomolar" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Femtomolar" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Femtomole unit-ext:Femtomole rdf:type owl:NamedIndividual , qudt:AmountOfSubstanceUnit ; qudt-ext:ucumCaseInsensitiveCode "FMOL" ; qudt-ext:ucumCaseSensitiveCode "fmol" ; qudt-ext:ucumPrintSymbol "fmol" ; qudt:abbreviation "fmol" ; qudt:conversionMultiplier "1.0E-15"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "fmol" ; rdfs:label "Femtomole" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Femtomole" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#FocusFormingUnitPerMilliliter unit-ext:FocusFormingUnitPerMilliliter rdf:type owl:NamedIndividual , qudt-ext:InfectivityUnit ; qudt-ext:ucumCaseInsensitiveCode "[FFU]/ML" ; qudt-ext:ucumCaseSensitiveCode "[FFU]/mL" ; qudt-ext:ucumPrintSymbol "FFU/mL" ; qudt:abbreviation "FFU/mL" ; qudt:description "FFU/mL is used to represent viral infectivity as measured in a sensitive assay in cell culture using immunofocus technology. The titre is determined by visualizing infected areas of a cell monolayer by probing with virus-specific monoclonal antibodies and results recorded as FFU/ml. [ISO 11240]" ; qudt:symbol "FFU/mL" ; rdfs:label "Focus Forming Unit per Milliliter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Focus Forming Unit per Milliliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#GramPerCubicCentimeter unit-ext:GramPerCubicCentimeter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "G/CM3" ; qudt-ext:ucumCaseSensitiveCode "g/cm3" ; qudt-ext:ucumPrintSymbol "g/cm3" ; qudt:conversionMultiplier "1000000.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "g/cm^3" ; rdfs:label "Gram per Cubic Centimeter" ; skos:prefLabel "Gram per Cubic Centimeter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#GramPerFemtoliter unit-ext:GramPerFemtoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "G/FL" ; qudt-ext:ucumCaseSensitiveCode "g/fL" ; qudt-ext:ucumPrintSymbol "g/fL" ; qudt:abbreviation "g/fL" ; qudt:conversionMultiplier "1.0E12"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "g/fL" ; rdfs:label "Gram per Femtoliter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Gram per Femtoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#GramPerLiter unit-ext:GramPerLiter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "G/L" ; qudt-ext:ucumCaseSensitiveCode "g/L" ; qudt-ext:ucumPrintSymbol "g/L" ; qudt:abbreviation "g/L" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "g/L" ; rdfs:label "Gram per Liter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Gram per Liter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#GramPerMicroliter unit-ext:GramPerMicroliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "G/UL" ; qudt-ext:ucumCaseSensitiveCode "g/uL" ; qudt-ext:ucumPrintSymbol "g/μL" ; qudt:abbreviation "g/μL" ; qudt:conversionMultiplier "1000.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "g/μL" ; rdfs:label "Gram per Microliter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Gram per Microliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#GramPerMilliliter unit-ext:GramPerMilliliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "G/ML" ; qudt-ext:ucumCaseSensitiveCode "g/mL" ; qudt-ext:ucumPrintSymbol "g/mL" ; qudt:abbreviation "g/mL" ; qudt:conversionMultiplier "1000.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:description "A unit for the quantity mass concentration. [ISO 11240]" ; qudt:symbol "g/mL" ; rdfs:label "Gram per Milliliter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Gram per Milliliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#GramPerMole unit-ext:GramPerMole rdf:type owl:NamedIndividual , qudt-ext:MassPerAmountOfSubstanceUnit ; qudt-ext:ucumCaseInsensitiveCode "G/MOL" ; qudt-ext:ucumCaseSensitiveCode "g/mol" ; qudt-ext:ucumPrintSymbol "g/mol" ; qudt:abbreviation "g/mol" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "g/mol" ; rdfs:label "Gram per Mole" ; skos:prefLabel "Gram per Mole" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#GramPerNanoliter unit-ext:GramPerNanoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "G/NL" ; qudt-ext:ucumCaseSensitiveCode "g/nL" ; qudt-ext:ucumPrintSymbol "g/nL" ; qudt:abbreviation "g/nL" ; qudt:conversionMultiplier "1000000.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "g/nL" ; rdfs:label "Gram per Nanoliter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Gram per Nanoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#GramPerPicoliter unit-ext:GramPerPicoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "G/PL" ; qudt-ext:ucumCaseSensitiveCode "g/pL" ; qudt-ext:ucumPrintSymbol "g/pL" ; qudt:abbreviation "g/pL" ; qudt:conversionMultiplier "1.0E9"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "g/pL" ; rdfs:label "Gram per Picoliter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Gram per Picoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#GramPerSquareCentimeter unit-ext:GramPerSquareCentimeter rdf:type owl:NamedIndividual , qudt:MassPerAreaUnit ; qudt-ext:ucumCaseInsensitiveCode "G/CM2" ; qudt-ext:ucumCaseSensitiveCode "g/cm2" ; qudt-ext:ucumPrintSymbol "g/cm2" ; qudt:abbreviation "g/cm^2" ; qudt:conversionMultiplier "10.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "g/cm^2" ; rdfs:label "Gram per Square Centimeter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Gram per Square Centimeter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#GramPerSquareMeter unit-ext:GramPerSquareMeter rdf:type owl:NamedIndividual , qudt:MassPerAreaUnit ; qudt-ext:ucumCaseInsensitiveCode "G/M2" ; qudt-ext:ucumCaseSensitiveCode "g/m2" ; qudt-ext:ucumPrintSymbol "g/m2" ; qudt:abbreviation "g/m^2" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "g/m^2" ; rdfs:label "Gram per Square Meter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Gram per Square Meter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#GramsPerMinute unit-ext:GramsPerMinute rdf:type owl:NamedIndividual , qudt:MassPerTimeUnit ; qudt-ext:ucumCaseInsensitiveCode "G/MIN" ; qudt-ext:ucumCaseSensitiveCode "g/min" ; qudt-ext:ucumPrintSymbol "g/min" ; qudt:abbreviation "g/min" ; qudt:conversionMultiplier "1.6666666666666667E-5"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "g/min" ; rdfs:label "Gram per Minute" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Gram per Minute" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#JoulePerDegreeCelsius unit-ext:JoulePerDegreeCelsius rdf:type owl:NamedIndividual , qudt:HeatCapacityAndEntropyUnit ; qudt-ext:ucumCaseInsensitiveCode "J/CEL" ; qudt-ext:ucumCaseSensitiveCode "J/Cel" ; qudt-ext:ucumPrintSymbol "J/°C" ; qudt:abbreviation "J/degC" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "J/°C" ; rdfs:label "Joule per Degree Celsius" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:note "heat noise unit" ; skos:prefLabel "Joule per Degree Celsius" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#JoulePerGram unit-ext:JoulePerGram rdf:type owl:NamedIndividual , qudt:SpecificEnergyUnit ; qudt-ext:ucumCaseInsensitiveCode "J/G" ; qudt-ext:ucumCaseSensitiveCode "J/g" ; qudt-ext:ucumPrintSymbol "J/g" ; qudt:abbreviation "J/g" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "1000.0"^^xsd:double ; qudt:symbol "J/g" ; rdfs:label "Joule per Gram" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Joule per Gram" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#JoulePerGramDegreeCelsius unit-ext:JoulePerGramDegreeCelsius rdf:type owl:NamedIndividual , qudt:SpecificHeatCapacityUnit ; qudt-ext:ucumCaseInsensitiveCode "J/(G.CEL)" ; qudt-ext:ucumCaseSensitiveCode "J/(g.Cel)" ; qudt-ext:ucumPrintSymbol "J/(g⋅°C)" ; qudt:abbreviation "J/(gm-degC)" ; qudt:conversionMultiplier "1000.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "J/(g °C)" ; rdf:label "Joule per Gram Degree Celsius" ; rdfs:label "Joule per Gram Degree Celsius" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Joule per Gram Degree Celsius" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#KiloJoulePerMoleKelvin unit-ext:KiloJoulePerMoleKelvin rdf:type owl:NamedIndividual , qudt:HeatCapacityAndEntropyUnit ; qudt-ext:ucumCaseInsensitiveCode "KJ/(MOL.K)" ; qudt-ext:ucumCaseSensitiveCode "kJ/(mol.K)" ; qudt-ext:ucumPrintSymbol "kJ/(mol⋅K)" ; qudt:abbreviation "kJ/(mol.K)" ; qudt:conversionMultiplier "1000.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "kJ/(mol K)" ; rdfs:label "Kilojoule per Mole Kelvin" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Kilojoule per Mole Kelvin" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#KiloVolt unit-ext:KiloVolt rdf:type owl:NamedIndividual , qudt:EnergyPerElectricChargeUnit ; qudt-ext:ucumCaseInsensitiveCode "KV" ; qudt-ext:ucumCaseSensitiveCode "kV" ; qudt-ext:ucumPrintSymbol "kV" ; qudt:abbreviation "kV" ; qudt:conversionMultiplier "1000.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "kV" ; rdfs:label "Kilovolt" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Kilovolt" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#KilogramPerFemtoliter unit-ext:KilogramPerFemtoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "KG/FL" ; qudt-ext:ucumCaseSensitiveCode "kg/fL" ; qudt-ext:ucumPrintSymbol "kg/fL" ; qudt:abbreviation "kg/fL" ; qudt:conversionMultiplier "9.999999999999999E14"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "kg/fL" ; rdfs:label "Kilogram per Femtoliter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Kilogram per Femtoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#KilogramPerLiter unit-ext:KilogramPerLiter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "KG/L" ; qudt-ext:ucumCaseSensitiveCode "kg/L" ; qudt-ext:ucumPrintSymbol "kg/L" ; qudt:abbreviation "kg/L" ; qudt:conversionMultiplier "1000.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "kg/L" ; rdfs:label "Kilogram per Liter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Kilogram per Liter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#KilogramPerMicroliter unit-ext:KilogramPerMicroliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "KG/UL" ; qudt-ext:ucumCaseSensitiveCode "kg/uL" ; qudt-ext:ucumPrintSymbol "kg/μL" ; qudt:abbreviation "kg/μL" ; qudt:conversionMultiplier "1000000.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "kg/μL" ; rdfs:label "Kilogram per Microliter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Kilogram per Microliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#KilogramPerMilliliter unit-ext:KilogramPerMilliliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "KG/ML" ; qudt-ext:ucumCaseSensitiveCode "kg/mL" ; qudt-ext:ucumPrintSymbol "kg/mL" ; qudt:abbreviation "kg/mL" ; qudt:conversionMultiplier "1000.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "kg/mL" ; rdfs:label "Kilogram per Milliliter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Kilogram per Milliliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#KilogramPerNanoliter unit-ext:KilogramPerNanoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "KG/NL" ; qudt-ext:ucumCaseSensitiveCode "kg/nL" ; qudt-ext:ucumPrintSymbol "kg/nL" ; qudt:abbreviation "kg/nL" ; qudt:conversionMultiplier "9.999999999999999E8"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "kg/nL" ; rdfs:label "Kilogram per Nanoliter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Kilogram per Nanoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#KilogramPerPicoliter unit-ext:KilogramPerPicoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "KG/PL" ; qudt-ext:ucumCaseSensitiveCode "kg/pL" ; qudt-ext:ucumPrintSymbol "kg/pL" ; qudt:abbreviation "kg/pL" ; qudt:conversionMultiplier "1.0E12"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "kg/pL" ; rdfs:label "Kilogram per Picoliter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Kilogram per Picoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#KilogramPerSquareCentimeter unit-ext:KilogramPerSquareCentimeter rdf:type owl:NamedIndividual , qudt:MassPerAreaUnit ; qudt-ext:ucumCaseInsensitiveCode "KG/CM2" ; qudt-ext:ucumCaseSensitiveCode "kg/cm2" ; qudt-ext:ucumPrintSymbol "kg/cm2" ; qudt:abbreviation "kg/cm^2" ; qudt:conversionMultiplier "10000.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "kg/cm^2" ; rdfs:label "Kilogram per Square Centimeter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Kilogram per Square Centimeter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#LiterPerKilogram unit-ext:LiterPerKilogram rdf:type owl:NamedIndividual , qudt:VolumePerMassUnit ; qudt-ext:ucumCaseInsensitiveCode "L/kg" ; qudt-ext:ucumCaseSensitiveCode "L/kg" ; qudt-ext:ucumPrintSymbol "L/kg" ; qudt:abbreviation "L/kg" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "L/kg" ; rdfs:label "Liter per Kilogram" ; skos:changeNote "2020-08-19 Add UCUM codes, changed liter symbol. [Allotrope]" ; skos:prefLabel "Liter per Kilogram" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#LiterPerMinute unit-ext:LiterPerMinute rdf:type owl:NamedIndividual , qudt:VolumePerTimeUnit ; qudt-ext:ucumCaseInsensitiveCode "L/MIN" ; qudt-ext:ucumCaseSensitiveCode "L/min" ; qudt-ext:ucumPrintSymbol "L/min" ; qudt:abbreviation "L/min" ; qudt:conversionMultiplier "0.06"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "L/min" ; rdfs:label "Liter per Minute" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Liter per Minute" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#LiterPerSecond unit-ext:LiterPerSecond rdf:type owl:NamedIndividual , qudt:VolumePerTimeUnit ; qudt-ext:ucumCaseInsensitiveCode "L/S" ; qudt-ext:ucumCaseSensitiveCode "L/s" ; qudt-ext:ucumPrintSymbol "L/s" ; qudt:abbreviation "L/s" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "L/s" ; rdfs:label "Liter per Second" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Liter per Second" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#LuminescenceUnits unit-ext:LuminescenceUnits rdf:type owl:NamedIndividual , qudt:LuminousIntensityUnit ; qudt-ext:ucumCaseInsensitiveCode "[LU]" ; qudt-ext:ucumCaseSensitiveCode "[LU]" ; qudt-ext:ucumPrintSymbol "LU" ; qudt:abbreviation "LU" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "LU" ; rdfs:label "Luminescence Units" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Luminescence Units" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MassPerCharge unit-ext:MassPerCharge rdf:type owl:NamedIndividual , qudt:ChemistryUnit , qudt:DimensionlessUnit ; qudt:quantityKind qudt-quantity:Dimensionless ; qudt-ext:ucumCaseInsensitiveCode "[M/Z]" ; qudt-ext:ucumCaseSensitiveCode "[m/z]" ; qudt-ext:ucumPrintSymbol "m/z" ; qudt:abbreviation "m/z" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "m/z" ; rdfs:label "Mass per Charge" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Mass per Charge" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MegaPascal unit-ext:MegaPascal rdf:type owl:NamedIndividual , qudt:PressureOrStressUnit , qudt:SIUnit ; qudt-ext:ucumCaseInsensitiveCode "MAPA" ; qudt-ext:ucumCaseSensitiveCode "MPa" ; qudt-ext:ucumPrintSymbol "MPa" ; qudt:abbreviation "MPa" ; qudt:conversionMultiplier "1000000.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "MPa" ; rdfs:label "Megapascal" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Megapascal" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MicroCaloriePerDegreeCelsius unit-ext:MicroCaloriePerDegreeCelsius rdf:type owl:NamedIndividual , qudt:HeatCapacityAndEntropyUnit ; qudt-ext:ucumCaseInsensitiveCode "UCAL/CEL" ; qudt-ext:ucumCaseSensitiveCode "uCal/Cel" ; qudt-ext:ucumPrintSymbol "µcal/°C" ; qudt:abbreviation "µcal/°C" ; qudt:conversionMultiplier "4.184E-6"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:description "heat noise unit" ; qudt:symbol "µcal/°C" ; rdfs:label "Microcalorie per Degree Celsius" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Microcalorie per Degree Celsius" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MicroFaradPerMeter unit-ext:MicroFaradPerMeter rdf:type owl:NamedIndividual , qudt:ElectrochemistryUnit ; qudt-ext:ucumCaseInsensitiveCode "MF/M" ; qudt-ext:ucumCaseSensitiveCode "mF/m" ; qudt-ext:ucumPrintSymbol "mF/m" ; qudt:abbreviation "mF/m" ; qudt:conversionMultiplier "1.0E-6"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mF/m" ; rdfs:label "Micro Farad per Meter" ; skos:prefLabel "Micro Farad per Meter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MicroFaradPerMeterKiloHertz unit-ext:MicroFaradPerMeterKiloHertz rdf:type owl:NamedIndividual , qudt:ElectrochemistryUnit ; qudt-ext:ucumCaseInsensitiveCode "MF/(M.KHZ)" ; qudt-ext:ucumCaseSensitiveCode "mF/(m.kHz)" ; qudt-ext:ucumPrintSymbol "mF/(m.kHz)" ; qudt:abbreviation "mF/m kHz" ; qudt:conversionMultiplier "1.0E-6"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mF/m kHz" ; rdfs:label "Micro Farad per Meter Kilohertz" ; skos:prefLabel "Micro Farad per Meter Kilohertz" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MicroVoltTimesSecond unit-ext:MicroVoltTimesSecond rdf:type owl:NamedIndividual , qudt-ext:QuantityTimesTimeUnit , qudt:Unit ; qudt-ext:ucumCaseInsensitiveCode "UV.S" ; qudt-ext:ucumCaseSensitiveCode "uV.S" ; qudt-ext:ucumPrintSymbol "μV⋅s" ; qudt:abbreviation "μV.sec" ; qudt:conversionMultiplier "1.0E-6"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "μV.s" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Micro Volt times Second" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MicroWatt unit-ext:MicroWatt rdf:type owl:NamedIndividual , qudt:HeatCapacityAndEntropyUnit ; qudt-ext:ucumCaseInsensitiveCode "UW" ; qudt-ext:ucumCaseSensitiveCode "uW" ; qudt-ext:ucumPrintSymbol "μW" ; qudt:abbreviation "µW" ; qudt:conversionMultiplier "1.0E-6"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "µW" ; rdfs:label "Microwatt" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Microwatt" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MicroWattPerGram unit-ext:MicroWattPerGram rdf:type owl:NamedIndividual , qudt:HeatFlowRateUnit ; qudt-ext:ucumCaseInsensitiveCode "UW/G" ; qudt-ext:ucumCaseSensitiveCode "uW/g" ; qudt-ext:ucumPrintSymbol "μW/g" ; qudt:abbreviation "µW/g" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "µW/g" ; rdfs:label "Microwatt per Gram" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Microwatt per Gram" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Microgram unit-ext:Microgram rdf:type owl:NamedIndividual , qudt:MassUnit ; qudt-ext:ucumCaseInsensitiveCode "UG" ; qudt-ext:ucumCaseSensitiveCode "ug" ; qudt-ext:ucumPrintSymbol "μg" ; qudt:abbreviation "μg" ; qudt:conversionMultiplier "1.0E-9"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "μg" ; rdfs:label "Microgram" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Microgram" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MicrogramPerFemtoliter unit-ext:MicrogramPerFemtoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "UG/FL" ; qudt-ext:ucumCaseSensitiveCode "ug/fL" ; qudt-ext:ucumPrintSymbol "μg/fL" ; qudt:abbreviation "μg/fL" ; qudt:conversionMultiplier "1000000.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "μg/fL" ; rdfs:label "Microgram per Femtoliter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Microgram per Femtoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MicrogramPerLiter unit-ext:MicrogramPerLiter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "UG/L" ; qudt-ext:ucumCaseSensitiveCode "ug/L" ; qudt-ext:ucumPrintSymbol "μg/L" ; qudt:abbreviation "μg/L" ; qudt:conversionMultiplier "1.0E-6"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "μg/L" ; rdfs:label "Microgram per Liter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Microgram per Liter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MicrogramPerMicroliter unit-ext:MicrogramPerMicroliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "UG/UL" ; qudt-ext:ucumCaseSensitiveCode "ug/uL" ; qudt-ext:ucumPrintSymbol "μg/μL" ; qudt:abbreviation "μg/μL" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "μg/μL" ; rdfs:label "Microgram per Microliter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Microgram per Microliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MicrogramPerMilliliter unit-ext:MicrogramPerMilliliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "UG/CM3" ; qudt-ext:ucumCaseSensitiveCode "ug/cm3" ; qudt-ext:ucumPrintSymbol "μg/cm3" ; qudt:abbreviation "μg/mL" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "μg/cm^3" ; rdfs:label "Microgram per Milliliter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Microgram per Milliliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MicrogramPerMinute unit-ext:MicrogramPerMinute rdf:type owl:NamedIndividual , qudt:MassPerTimeUnit ; qudt-ext:ucumCaseInsensitiveCode "UG/MIN" ; qudt-ext:ucumCaseSensitiveCode "ug/min" ; qudt-ext:ucumPrintSymbol "μg/min" ; qudt:abbreviation "μg/min" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "μg/min" ; rdfs:label "Microgram per Minute" ; skos:prefLabel "Microgram per Minute" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MicrogramPerNanoliter unit-ext:MicrogramPerNanoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "UG/NL" ; qudt-ext:ucumCaseSensitiveCode "ug/nL" ; qudt-ext:ucumPrintSymbol "μg/nL" ; qudt:abbreviation "μg/nL" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "μg/nL" ; rdfs:label "Microgram per Nanoliter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Microgram per Nanoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MicrogramPerPicoliter unit-ext:MicrogramPerPicoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "UG/PL" ; qudt-ext:ucumCaseSensitiveCode "ug/pL" ; qudt-ext:ucumPrintSymbol "μg/pL" ; qudt:abbreviation "μg/pL" ; qudt:conversionMultiplier "1000.0000000000001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "μg/pL" ; rdfs:label "Microgram per Picoliter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Microgram per Picoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MicrogramPerSquareCentimeter unit-ext:MicrogramPerSquareCentimeter rdf:type owl:NamedIndividual , qudt:MassPerAreaUnit ; qudt-ext:ucumCaseInsensitiveCode "UG/CM2" ; qudt-ext:ucumCaseSensitiveCode "ug/cm2" ; qudt-ext:ucumPrintSymbol "μg/cm2" ; qudt:abbreviation "μg/cm^2" ; qudt:conversionMultiplier "1.0E-5"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "μg/cm^2" ; rdfs:label "Microgram per Square Centimeter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Microgram per Square Centimeter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MicrogramPerSquareMeter unit-ext:MicrogramPerSquareMeter rdf:type owl:NamedIndividual , qudt:MassPerAreaUnit ; qudt-ext:ucumCaseInsensitiveCode "UG/M2" ; qudt-ext:ucumCaseSensitiveCode "ug/m2" ; qudt-ext:ucumPrintSymbol "μg/m2" ; qudt:abbreviation "μg/m^2" ; qudt:conversionMultiplier "1.0E-9"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "μg/m^2" ; rdfs:label "Microgram per Square Meter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Microgram per Square Meter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Microliter unit-ext:Microliter rdf:type owl:NamedIndividual , qudt:VolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "UL" ; qudt-ext:ucumCaseSensitiveCode "uL" ; qudt-ext:ucumPrintSymbol "µL" ; qudt:abbreviation "μL" ; qudt:conversionMultiplier "1.0E-6"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "μL" ; rdfs:label "Microliter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Microliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MicroliterPerMinute unit-ext:MicroliterPerMinute rdf:type owl:NamedIndividual , qudt:VolumePerTimeUnit ; qudt-ext:ucumCaseInsensitiveCode "UL/MIN" ; qudt-ext:ucumCaseSensitiveCode "uL/min" ; qudt-ext:ucumPrintSymbol "µL/min" ; qudt:abbreviation "µL/min" ; qudt:conversionMultiplier "6.0E-8"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "µL/min" ; rdfs:label "Microliter per Minute" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Microliter per Minute" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MicroliterPerSecond unit-ext:MicroliterPerSecond rdf:type owl:NamedIndividual , qudt:VolumePerTimeUnit ; qudt-ext:ucumCaseInsensitiveCode "UL/S" ; qudt-ext:ucumCaseSensitiveCode "uL/s" ; qudt-ext:ucumPrintSymbol "µL/s" ; qudt:abbreviation "µL/s" ; qudt:conversionMultiplier "1.0E-9"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "µL/s" ; rdfs:label "Microliter per Second" ; skos:prefLabel "Microliter per Second" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Micromolar unit-ext:Micromolar rdf:type owl:NamedIndividual , qudt:MolarConcentrationUnit ; qudt-ext:ucumCaseInsensitiveCode "UMOL/L" ; qudt-ext:ucumCaseSensitiveCode "umol/L" ; qudt-ext:ucumPrintSymbol "µmol/L" ; qudt:abbreviation "μM" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "μM" ; rdfs:label "Micromolar" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Micromolar" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Micromole unit-ext:Micromole rdf:type owl:NamedIndividual , qudt:AmountOfSubstanceUnit ; qudt-ext:ucumCaseInsensitiveCode "UMOL" ; qudt-ext:ucumCaseSensitiveCode "umol" ; qudt-ext:ucumPrintSymbol "µmol" ; qudt:abbreviation "μmol" ; qudt:conversionMultiplier "1.0E-6"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "μmol" ; rdfs:label "Micromole" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Micromole" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Microvolt unit-ext:Microvolt rdf:type owl:NamedIndividual , qudt:EnergyPerElectricChargeUnit ; qudt-ext:ucumCaseInsensitiveCode "UV" ; qudt-ext:ucumCaseSensitiveCode "uV" ; qudt-ext:ucumPrintSymbol "µV" ; qudt:abbreviation "microV" ; qudt:conversionMultiplier "1.0E-6"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "µV" ; rdfs:label "Microvolt" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Microvolt" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilliAbsorbanceUnit unit-ext:MilliAbsorbanceUnit rdf:type owl:NamedIndividual , qudt-ext:AbsorbanceUnit ; qudt:quantityKind qudt-quantity:Dimensionless ; qudt-ext:ucumCaseInsensitiveCode "M[AU]" ; qudt-ext:ucumCaseSensitiveCode "m[AU]" ; qudt-ext:ucumPrintSymbol "mAU" ; qudt:abbreviation "mAU" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mAU" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Milli Absorbance Unit" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilliAbsorbanceUnitTimesMinute unit-ext:MilliAbsorbanceUnitTimesMinute rdf:type owl:NamedIndividual , qudt-ext:QuantityTimesTimeUnit , qudt:Unit ; qudt-ext:ucumCaseInsensitiveCode "M[AU].MIN" ; qudt-ext:ucumCaseSensitiveCode "m[AU].min" ; qudt-ext:ucumPrintSymbol "mAU⋅min" ; qudt:abbreviation "mAU.min" ; qudt:conversionMultiplier "0.06"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mAU.min" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Milli Absorbance Unit times Minute" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilliAbsorbanceUnitTimesSecond unit-ext:MilliAbsorbanceUnitTimesSecond rdf:type owl:NamedIndividual , qudt-ext:QuantityTimesTimeUnit , qudt:Unit ; qudt-ext:ucumCaseInsensitiveCode "M[AU].S" ; qudt-ext:ucumCaseSensitiveCode "m[AU].s" ; qudt-ext:ucumPrintSymbol "mAU⋅s" ; qudt:abbreviation "mAU.sec" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mAU.s" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Milli Absorbance Unit times Second" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilliAmpere unit-ext:MilliAmpere rdf:type owl:NamedIndividual , qudt:ElectricCurrentUnit ; qudt-ext:ucumCaseInsensitiveCode "MA" ; qudt-ext:ucumCaseSensitiveCode "mA" ; qudt-ext:ucumPrintSymbol "mA" ; qudt:abbreviation "mA" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mA" ; rdfs:label "Milliampere" ; skos:prefLabel "Milliampere" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilliArbitraryUnit unit-ext:MilliArbitraryUnit rdf:type owl:NamedIndividual , qudt:DimensionlessUnit ; qudt:quantityKind qudt-quantity:Dimensionless ; qudt-ext:ucumCaseInsensitiveCode "M[AU]" ; qudt-ext:ucumCaseSensitiveCode "m[AU]" ; qudt-ext:ucumPrintSymbol "mAU" ; qudt:abbreviation "mAU" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mAU" ; rdfs:label "Milli Arbitrary Unit" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Milli Arbitrary Unit" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilliCaloriePerMinute unit-ext:MilliCaloriePerMinute rdf:type owl:NamedIndividual , qudt:HeatFlowRateUnit ; qudt-ext:ucumCaseInsensitiveCode "MCAL/MIN" ; qudt-ext:ucumCaseSensitiveCode "mcal/min" ; qudt-ext:ucumPrintSymbol "mcal/min" ; qudt:abbreviation "mcal/min" ; qudt:conversionMultiplier "6.97333E-5"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:description "heat flow rate, used for quantifying differential power" ; qudt:symbol "mcal/min" ; rdfs:label "Millicalorie per Minute" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Millicalorie per Minute" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilliCaloriePerMoleDegreeCelsius unit-ext:MilliCaloriePerMoleDegreeCelsius rdf:type owl:NamedIndividual , qudt:HeatCapacityAndEntropyUnit ; qudt-ext:ucumCaseInsensitiveCode "MCAL/(MOL.CEL)" ; qudt-ext:ucumCaseSensitiveCode "mcal/(mol.Cel)" ; qudt-ext:ucumPrintSymbol "mcal/(mol⋅°C)" ; qudt:abbreviation "mcal/(mol.°C)" ; qudt:conversionMultiplier "0.004184"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mcal/(mol °C)" ; rdfs:label "Millicalorie per Mole Degree Celsius" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Millicalorie per Mole Degree Celsius" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilliCaloriePerSecond unit-ext:MilliCaloriePerSecond rdf:type owl:NamedIndividual , qudt:HeatFlowRateUnit ; qudt-ext:ucumCaseInsensitiveCode "MCAL/S" ; qudt-ext:ucumCaseSensitiveCode "mcal/s" ; qudt-ext:ucumPrintSymbol "mcal/s" ; qudt:abbreviation "mcal/s" ; qudt:conversionMultiplier "0.004184"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mcal/s" ; rdfs:label "Millicalorie per Second" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:editorialNote "2020-08-19 uses thermochemical calorie" ; skos:note "heat flow rate, used for quantifying differential power" ; skos:prefLabel "Millicalorie per Second" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilliOsmolesPerKilogram unit-ext:MilliOsmolesPerKilogram rdf:type owl:NamedIndividual , qudt-ext:OsmolalityUnit ; qudt-ext:ucumCaseInsensitiveCode "MOSM/L" ; qudt-ext:ucumCaseSensitiveCode "mosm/kg" ; qudt-ext:ucumPrintSymbol "mosm/kg" ; qudt:abbreviation "mOsm/kg" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mOsm/kg" ; rdfs:label "Milliosmoles per Kilogram" ; skos:prefLabel "Milliosmoles per Kilogram" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilliWatt unit-ext:MilliWatt rdf:type owl:NamedIndividual , qudt:HeatCapacityAndEntropyUnit , qudt:PowerUnit ; qudt-ext:ucumCaseInsensitiveCode "MW" ; qudt-ext:ucumCaseSensitiveCode "mW" ; qudt-ext:ucumPrintSymbol "mW" ; qudt:abbreviation "mW" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mW" ; rdfs:label "Milliwatt" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Milliwatt" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilliWattPerGram unit-ext:MilliWattPerGram rdf:type owl:NamedIndividual , qudt:HeatFlowRateUnit ; qudt-ext:ucumCaseInsensitiveCode "MW/G" ; qudt-ext:ucumCaseSensitiveCode "mW/g" ; qudt-ext:ucumPrintSymbol "mW/g" ; qudt:abbreviation "mW/g" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mW/g" ; rdfs:label "Milliwatt per Gram" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Milliwatt per Gram" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Milligram unit-ext:Milligram rdf:type owl:NamedIndividual , qudt:MassUnit ; qudt-ext:ucumCaseInsensitiveCode "MG" ; qudt-ext:ucumCaseSensitiveCode "mg" ; qudt-ext:ucumPrintSymbol "mg" ; qudt:abbreviation "mg" ; qudt:conversionMultiplier "1.0E-6"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mg" ; rdfs:label "Milligram" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Milligram" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerDeciliter unit-ext:MilligramPerDeciliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "MG/DL" ; qudt-ext:ucumCaseSensitiveCode "mg/dL" ; qudt-ext:ucumPrintSymbol "mg/dL" ; qudt:abbreviation "mg/dL" ; qudt:conversionMultiplier "100.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mg/dL" ; rdfs:label "Milligram per Deciliter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Milligram per Deciliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerFemtoliter unit-ext:MilligramPerFemtoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "MG/FL" ; qudt-ext:ucumCaseSensitiveCode "mg/fL" ; qudt-ext:ucumPrintSymbol "mg/fL" ; qudt:abbreviation "mg/fL" ; qudt:conversionMultiplier "9.999999999999999E8"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mg/fL" ; rdfs:label "Milligram per Femtoliter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Milligram per Femtoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerKilogram unit-ext:MilligramPerKilogram rdf:type owl:NamedIndividual , qudt-ext:RatioUnit ; qudt-ext:ucumCaseInsensitiveCode "MG/KG" ; qudt-ext:ucumCaseSensitiveCode "mg/kg" ; qudt-ext:ucumPrintSymbol "mg/kg" ; qudt:abbreviation "mg/kg" ; qudt:symbol "mg/kg" ; rdfs:label "Milligram per Kilogram" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Milligram per Kilogram" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerLiter unit-ext:MilligramPerLiter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "MG/L" ; qudt-ext:ucumCaseSensitiveCode "mg/L" ; qudt-ext:ucumPrintSymbol "mg/L" ; qudt:abbreviation "mg/L" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mg/L" ; rdfs:label "Milligram per Liter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Milligram per Liter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerMicroliter unit-ext:MilligramPerMicroliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "MG/UL" ; qudt-ext:ucumCaseSensitiveCode "mg/uL" ; qudt-ext:ucumPrintSymbol "mg/μL" ; qudt:abbreviation "mg/μL" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mg/μL" ; rdfs:label "Milligram per Microliter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Milligram per Microliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerMilliliter unit-ext:MilligramPerMilliliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "MG/ML" ; qudt-ext:ucumCaseSensitiveCode "mg/mL" ; qudt-ext:ucumPrintSymbol "mg/mL" ; qudt:abbreviation "mg/mL" ; qudt:conversionMultiplier "1000.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mg/mL" ; rdfs:label "Milligram per Milliliter" ; skos:changeNote "2020-08-19 Add UCUM codes, changed symbol. [Allotrope]" ; skos:prefLabel "Milligram per Milliliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerMinute unit-ext:MilligramPerMinute rdf:type owl:NamedIndividual , qudt:MassPerTimeUnit ; qudt-ext:ucumCaseInsensitiveCode "MG/MIN" ; qudt-ext:ucumCaseSensitiveCode "mg/min" ; qudt-ext:ucumPrintSymbol "mg/min" ; qudt:abbreviation "mg/min" ; qudt:conversionMultiplier "1.66666667E-8"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mg/min" ; rdfs:label "Milligram per Minute" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerNanoliter unit-ext:MilligramPerNanoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "MG/NL" ; qudt-ext:ucumCaseSensitiveCode "mg/nL" ; qudt-ext:ucumPrintSymbol "mg/nL" ; qudt:abbreviation "mg/nL" ; qudt:conversionMultiplier "999.9999999999999"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mg/nL" ; rdfs:label "Milligram per Nanoliter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Milligram per Nanoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerPicoliter unit-ext:MilligramPerPicoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "MG/PL" ; qudt-ext:ucumCaseSensitiveCode "mg/pL" ; qudt-ext:ucumPrintSymbol "mg/pL" ; qudt:abbreviation "mg/pL" ; qudt:conversionMultiplier "1000000.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mg/pL" ; rdfs:label "Milligram per Picoliter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Milligram per Picoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerSecond unit-ext:MilligramPerSecond rdf:type owl:NamedIndividual , qudt:MassPerTimeUnit ; qudt-ext:ucumCaseInsensitiveCode "MG/S" ; qudt-ext:ucumCaseSensitiveCode "mg/s" ; qudt-ext:ucumPrintSymbol "mg/s" ; qudt:abbreviation "mg/s" ; qudt:conversionMultiplier "1.0E-6"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mg/s" ; rdfs:label "Milligram per Second" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerSquareCentimeter unit-ext:MilligramPerSquareCentimeter rdf:type owl:NamedIndividual , qudt:MassPerAreaUnit ; qudt-ext:ucumCaseInsensitiveCode "MG/CM2" ; qudt-ext:ucumCaseSensitiveCode "mg/cm2" ; qudt-ext:ucumPrintSymbol "mg/cm2" ; qudt:abbreviation "mg/cm^2" ; qudt:conversionMultiplier "0.009999999999999998"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mg/cm^2" ; rdfs:label "Milligram per Square Centimeter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Milligram per Square Centimeter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerSquareMeter unit-ext:MilligramPerSquareMeter rdf:type owl:NamedIndividual , qudt:MassPerAreaUnit ; qudt-ext:ucumCaseInsensitiveCode "MG/M2" ; qudt-ext:ucumCaseSensitiveCode "mg/m2" ; qudt-ext:ucumPrintSymbol "mL/m2" ; qudt:abbreviation "mg/m^2" ; qudt:conversionMultiplier "1.0E-6"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mg/m^2" ; rdfs:label "Milligram per Square Meter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Milligram per Square Meter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Milliliter unit-ext:Milliliter rdf:type owl:NamedIndividual , qudt:VolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "ML" ; qudt-ext:ucumCaseSensitiveCode "mL" ; qudt-ext:ucumPrintSymbol "mL" ; qudt:abbreviation "mL" ; qudt:conversionMultiplier "1.0E-6"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mL" ; rdfs:label "Milliliter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" , "2020-09-09 Fix conversionMultiplier. [Allotrope]" ; skos:prefLabel "Milliliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilliliterPerKilogram unit-ext:MilliliterPerKilogram rdf:type owl:NamedIndividual , qudt:VolumePerMassUnit ; qudt-ext:ucumCaseInsensitiveCode "ML/KG" ; qudt-ext:ucumCaseSensitiveCode "mL/kg" ; qudt-ext:ucumPrintSymbol "mL/kg" ; qudt:abbreviation "mL/kg" ; qudt:conversionMultiplier "1.0E-6"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mL/kg" ; rdfs:label "Milliliter per Kilogram" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Milliliter per Kilogram" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilliliterPerLiter unit-ext:MilliliterPerLiter rdf:type owl:NamedIndividual , qudt-ext:VolumeConcentrationUnit ; qudt-ext:ucumCaseInsensitiveCode "ML/L" ; qudt-ext:ucumCaseSensitiveCode "mL/L" ; qudt-ext:ucumPrintSymbol "mL/L" ; qudt:abbreviation "mL/L" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mL/L" ; rdfs:label "Milliliter per Liter" ; skos:prefLabel "Milliliter per Liter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilliliterPerMinute unit-ext:MilliliterPerMinute rdf:type owl:NamedIndividual , qudt:VolumePerTimeUnit ; qudt-ext:ucumCaseInsensitiveCode "ML/MIN" ; qudt-ext:ucumCaseSensitiveCode "mL/min" ; qudt-ext:ucumPrintSymbol "mL/min" ; qudt:abbreviation "mL/min" ; qudt:conversionMultiplier "6.0E-5"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mL/min" ; rdfs:label "Milliliter per Minute" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Milliliter per Minute" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilliliterPerMinuteSquared unit-ext:MilliliterPerMinuteSquared rdf:type owl:NamedIndividual , qudt:VolumePerTimeUnit ; qudt-ext:ucumCaseInsensitiveCode "ML/MIN2" ; qudt-ext:ucumCaseSensitiveCode "mL/min2" ; qudt-ext:ucumPrintSymbol "mL/min2" ; qudt:abbreviation "mL/min^2" ; qudt:conversionMultiplier "3.6"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mL/min^2" ; rdfs:label "Milliliter per Minute Squared" ; skos:changeNote "2020-06-21 Changed pref label. [Allotrope]" , "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Milliliter per Minute Squared" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilliliterPerSecond unit-ext:MilliliterPerSecond rdf:type owl:NamedIndividual , qudt:VolumePerTimeUnit ; qudt-ext:ucumCaseInsensitiveCode "ML/S" ; qudt-ext:ucumCaseSensitiveCode "mL/s" ; qudt-ext:ucumPrintSymbol "mL/s" ; qudt:abbreviation "mL/s" ; qudt:conversionMultiplier "1.0E-6"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mL/s" ; rdfs:label "Milliliter per Second" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Milliliter per Second" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilliliterPerSecondSquared unit-ext:MilliliterPerSecondSquared rdf:type owl:NamedIndividual , qudt:Unit ; qudt-ext:ucumCaseInsensitiveCode "ML/S2" ; qudt-ext:ucumCaseSensitiveCode "mL/s2" ; qudt-ext:ucumPrintSymbol "mL/s2" ; qudt:abbreviation "mL/s^2" ; qudt:conversionMultiplier "1.0E-6"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mL/s^2" ; rdfs:label "Milliliter per Second Squared" ; skos:prefLabel "Milliliter per Second Squared" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Millimeter unit-ext:Millimeter rdf:type owl:NamedIndividual , qudt:LengthUnit ; qudt-ext:ucumCaseInsensitiveCode "MM" ; qudt-ext:ucumCaseSensitiveCode "mm" ; qudt-ext:ucumPrintSymbol "mm" ; qudt:abbreviation "mm" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mm" ; rdfs:label "Millimeter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Millimeter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MillimeterOfMercuryPerMinute unit-ext:MillimeterOfMercuryPerMinute rdf:type owl:NamedIndividual , qudt:Unit ; qudt-ext:ucumCaseInsensitiveCode "MM[Hg]/MIN" ; qudt-ext:ucumCaseSensitiveCode "mm[Hg]/min" ; qudt-ext:ucumPrintSymbol "mm[Hg]/min" ; qudt:conversionMultiplier "1433.5713"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mmHg/min" ; qudt:abbrevation "mmHg/min" ; rdfs:label "Millimeter of Mercury per Minute" ; skos:prefLabel "Millimeter of Mercury per Minute" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MillimeterPerSecond unit-ext:MillimeterPerSecond rdf:type owl:NamedIndividual , qudt:LinearVelocityUnit ; qudt-ext:ucumCaseInsensitiveCode "MM/S" ; qudt-ext:ucumCaseSensitiveCode "mm/s" ; qudt-ext:ucumPrintSymbol "mm/s" ; qudt:abbreviation "mm/s" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mm/s" ; rdfs:label "Millimeter per Second" ; skos:prefLabel "Millimeter per Second" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Millimolar unit-ext:Millimolar rdf:type owl:NamedIndividual , qudt:MolarConcentrationUnit ; qudt-ext:ucumCaseInsensitiveCode "MMOL/L" ; qudt-ext:ucumCaseSensitiveCode "mmol/L" ; qudt-ext:ucumPrintSymbol "mmol/L" ; qudt:abbreviation "mM" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mM" ; rdfs:label "Millimolar" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Millimolar" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Millimole unit-ext:Millimole rdf:type owl:NamedIndividual , qudt:AmountOfSubstanceUnit ; qudt-ext:ucumCaseInsensitiveCode "MMOL" ; qudt-ext:ucumCaseSensitiveCode "mmol" ; qudt-ext:ucumPrintSymbol "mmol" ; qudt:abbreviation "mmol" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mmol" ; rdfs:label "Millimole" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Millimole" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MillimolePerLiter unit-ext:MillimolePerLiter rdf:type owl:NamedIndividual , qudt:MolarConcentrationUnit ; qudt-ext:ucumCaseInsensitiveCode "MMOL/L" ; qudt-ext:ucumCaseSensitiveCode "mmol/L" ; qudt-ext:ucumPrintSymbol "mmol/L" ; qudt:abbreviation "mmol/L" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mmol/L" ; rdfs:label "Millimole per Liter" ; skos:prefLabel "Millimole per Liter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MillimolePerMilliliter unit-ext:MillimolePerMilliliter rdf:type owl:NamedIndividual , qudt:MolarConcentrationUnit ; qudt:quantityKind qudt-quantity:AmountOfSubstancePerUnitVolume ; qudt-ext:ucumCaseInsensitiveCode "MMOL/ML" ; qudt-ext:ucumCaseSensitiveCode "mmol/mL" ; qudt-ext:ucumPrintSymbol "mmol/mL" ; qudt:abbreviation "mmol/mL" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mmol/mL" ; rdfs:label "Millimole per Milliliter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Millimole per Milliliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MillionCellsPerMilliliter unit-ext:MillionCellsPerMilliliter rdf:type owl:NamedIndividual , qudt-ext:NumberDensityUnit , qudt:BiomedicalUnit ; qudt-ext:ucumCaseInsensitiveCode "10^6{CELLS}/ML" ; qudt-ext:ucumCaseSensitiveCode "10^6{cells}/mL" ; qudt-ext:ucumPrintSymbol "106 cells/mL" ; qudt:abbreviation "10^6 cells/mL" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:description "The unit of million cells per milliliter expresses the result of quantifying the amount of cells within a volume." ; qudt:symbol "10^6 cells/mL" ; rdfs:label "Million Cells per Milliliter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Million Cells per Milliliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MillisiemenPerCentimeter unit-ext:MillisiemenPerCentimeter rdf:type owl:NamedIndividual , qudt-ext:ElectricalConductivityUnit ; qudt-ext:ucumCaseInsensitiveCode "MSIE/CM" ; qudt-ext:ucumCaseSensitiveCode "mS/cm" ; qudt-ext:ucumPrintSymbol "mS/cm" ; qudt:abbreviation "mS/cm" ; qudt:conversionMultiplier "0.1"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mS/cm" ; rdfs:label "MilliSiemens per Centimeter" ; skos:prefLabel "MilliSiemens per Centimeter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Millivolt unit-ext:Millivolt rdf:type owl:NamedIndividual , qudt:EnergyPerElectricChargeUnit ; qudt-ext:ucumCaseInsensitiveCode "MV" ; qudt-ext:ucumCaseSensitiveCode "mV" ; qudt-ext:ucumPrintSymbol "mV" ; qudt:abbreviation "mV" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mV" ; rdfs:label "Millivolt" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Millivolt" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Molar unit-ext:Molar rdf:type owl:NamedIndividual , qudt:MolarConcentrationUnit ; qudt-ext:ucumCaseInsensitiveCode "MOL/DM3" ; qudt-ext:ucumCaseSensitiveCode "mol/dm3" ; qudt-ext:ucumPrintSymbol "mol/dm3" ; qudt:abbreviation "M" ; qudt:conversionMultiplier "1000.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mol/dm^3" ; rdfs:label "Molar" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Molar" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MolePerCubicDecimeter unit-ext:MolePerCubicDecimeter rdf:type owl:NamedIndividual , qudt:MolarConcentrationUnit ; qudt-ext:ucumCaseInsensitiveCode "MOL/DM3" ; qudt-ext:ucumCaseSensitiveCode "mol/dm3" ; qudt-ext:ucumPrintSymbol "mol/dm3" ; qudt:abbreviation "mol/dm^3" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mol/dm^3" ; rdfs:label "Mole per Cubic Decimeter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Mole per Cubic Decimeter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MolePerLiter unit-ext:MolePerLiter rdf:type owl:NamedIndividual , qudt:MolarConcentrationUnit ; qudt-ext:ucumCaseInsensitiveCode "MOL/L" ; qudt-ext:ucumCaseSensitiveCode "mol/L" ; qudt-ext:ucumPrintSymbol "mol/L" ; qudt:abbreviation "mol/L" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mol/L" ; rdfs:label "Mole per Liter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Mole per Liter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#NanoAmpere unit-ext:NanoAmpere rdf:type owl:NamedIndividual , qudt:ElectricCurrentUnit ; qudt-ext:ucumCaseInsensitiveCode "NA" ; qudt-ext:ucumCaseSensitiveCode "nA" ; qudt-ext:ucumPrintSymbol "nA" ; qudt:abbreviation "nA" ; qudt:conversionMultiplier "1.0E-9"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "nA" ; rdfs:label "Nanoampere" ; skos:prefLabel "Nanoampere" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#NanoRefractiveIndexUnit unit-ext:NanoRefractiveIndexUnit rdf:type owl:NamedIndividual ; qudt:abbreviation "nano RIU" ; qudt:conversionMultiplier "1.0E-9"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "nRIU" ; rdfs:label "Nano Refractive Index Unit" ; skos:prefLabel "Nano Refractive Index Unit" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Nanogram unit-ext:Nanogram rdf:type owl:NamedIndividual , qudt:MassUnit ; qudt-ext:ucumCaseInsensitiveCode "NG" ; qudt-ext:ucumCaseSensitiveCode "ng" ; qudt-ext:ucumPrintSymbol "ng" ; qudt:abbreviation "ng" ; qudt:conversionMultiplier "1.0E-12"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "ng" ; rdfs:label "Nanogram" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Nanogram" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#NanogramPerFemtoliter unit-ext:NanogramPerFemtoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "ng/fL" ; qudt:conversionMultiplier "1000.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "μg/fL" ; rdfs:label "Nanogram per Femtoliter" ; skos:prefLabel "Nanogram per Femtoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#NanogramPerLiter unit-ext:NanogramPerLiter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt: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" ; skos:prefLabel "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" ; skos:prefLabel "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" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "ng/cm^3" ; rdfs:label "Nanogram per Milliliter" ; skos:prefLabel "Nanogram per Milliliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#NanogramPerNanoliter unit-ext:NanogramPerNanoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "ng/nL" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "μg/nL" ; rdfs:label "Nanogram per Nanoliter" ; skos:prefLabel "Nanogram per Nanoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#NanogramPerPicoliter unit-ext:NanogramPerPicoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "ng/pL" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "μg/pL" ; rdfs:label "Nanogram per Picoliter" ; skos:prefLabel "Nanogram per Picoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#NanogramPerSquareCentimeter unit-ext:NanogramPerSquareCentimeter rdf:type owl:NamedIndividual , qudt:MassPerAreaUnit ; qudt:abbreviation "ng/cm^2" ; qudt:conversionMultiplier "1.0E-8"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "μg/cm^2" ; rdfs:label "Nanogram per Square Centimeter" ; skos:prefLabel "Nanogram per Square Centimeter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#NanogramPerSquareMeter unit-ext:NanogramPerSquareMeter rdf:type owl:NamedIndividual , qudt:MassPerAreaUnit ; qudt: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" ; skos:prefLabel "Nanogram per Square Meter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Nanoliter unit-ext:Nanoliter rdf:type owl:NamedIndividual , qudt:VolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "NL" ; qudt-ext:ucumCaseSensitiveCode "nL" ; qudt-ext:ucumPrintSymbol "nL" ; qudt:abbreviation "nL" ; qudt:conversionMultiplier "1.0E-9"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "nL" ; rdfs:label "Nanoliter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Nanoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Nanometer unit-ext:Nanometer rdf:type owl:NamedIndividual , qudt:LengthUnit ; qudt-ext:ucumCaseInsensitiveCode "NM" ; qudt-ext:ucumCaseSensitiveCode "nm" ; qudt-ext:ucumPrintSymbol "nm" ; qudt:abbreviation "nm" ; qudt:conversionMultiplier "1.0E-8"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "nm" ; rdfs:label "Nanometer" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Nanometer" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Nanomolar unit-ext:Nanomolar rdf:type owl:NamedIndividual , qudt:MolarConcentrationUnit ; qudt:abbreviation "nM" ; qudt:conversionMultiplier "1.0E-6"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "nmol/dm^3" ; rdfs:label "Nanomolar" ; skos:prefLabel "Nanomolar" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Nanomole unit-ext:Nanomole rdf:type owl:NamedIndividual , qudt:AmountOfSubstanceUnit ; qudt-ext:ucumCaseInsensitiveCode "NMOL" ; qudt-ext:ucumCaseSensitiveCode "nmol" ; qudt-ext:ucumPrintSymbol "nmol" ; qudt:abbreviation "nmol" ; qudt:conversionMultiplier "1.0E-9"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "nmol" ; rdfs:label "Nanomole" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Nanomole" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#NumberPerYear unit-ext:NumberPerYear rdf:type owl:NamedIndividual , qudt-ext:NumberPerTimeUnit ; qudt-ext:ucumCaseInsensitiveCode "{NUMBER}/YR" ; qudt-ext:ucumCaseSensitiveCode "{Number}/yr" ; qudt-ext:ucumPrintSymbol "#/yr" ; qudt:abbreviation "#/yr" ; qudt:symbol "#/yr" ; dct:replaces unit:NumberPerYear ; rdfs:label "Number per Year" ; skos:changeNote "2020-08-19 Added UCUM codes. [Allotrope]" ; skos:prefLabel "Number per Year" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#OhmMeter unit-ext:OhmMeter rdf:type owl:NamedIndividual , qudt-ext:ElectricalResistivityUnit ; qudt-ext:ucumCaseInsensitiveCode "OHM.m" ; qudt-ext:ucumCaseSensitiveCode "Ohm.m" ; qudt-ext:ucumPrintSymbol "Ω⋅m" ; qudt:abbreviation "Ω m" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "Ω m" ; rdfs:label "Ohm Meter" ; skos:changeNote "2020-08-19 Changed UCUM print symbol. [Allotrope]" ; skos:prefLabel "Ohm Meter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#OsmolesPerLiter unit-ext:OsmolesPerLiter rdf:type owl:NamedIndividual , qudt:ConcentrationUnit ; qudt-ext:ucumCaseInsensitiveCode "OSM/L" ; qudt-ext:ucumCaseSensitiveCode "osm/L" ; qudt-ext:ucumPrintSymbol "osm/L" ; qudt:abbreviation "osm/L" ; qudt:conversionMultiplier "1000.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "osm/L" ; rdfs:label "Osmoles per Liter" ; skos:changeNote "2020-08-19 Added UCUM codes. [Allotrope]" , "2020-09-09 Changed unit label to osm. [Allotrope]" ; skos:prefLabel "Osmoles per Liter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#PH unit-ext:PH rdf:type owl:NamedIndividual , qudt:ChemistryUnit , qudt:DimensionlessUnit ; qudt:quantityKind qudt-quantity:Dimensionless ; qudt-ext:ucumCaseInsensitiveCode "[PH]" ; qudt-ext:ucumCaseSensitiveCode "[pH]" ; qudt-ext:ucumPrintSymbol "pH" ; qudt:abbreviation "pH" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "pH" ; rdfs:label "pH" ; skos:changeNote "2020-08-19 Changed UCUM print symbol. [Allotrope]" ; skos:prefLabel "pH" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#PartsPerBillion unit-ext:PartsPerBillion rdf:type owl:NamedIndividual , qudt-ext:RatioUnit , qudt:CountingUnit ; qudt-ext:ucumCaseInsensitiveCode "[PPB]" ; qudt-ext:ucumCaseSensitiveCode "[ppb]" ; qudt-ext:ucumPrintSymbol "ppb" ; qudt:abbreviation "ppb" ; qudt:conversionMultiplier "1.0E-9"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "ppb" ; rdfs:label "Parts per Billion" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:definition "A dimensionless unit, it is equivalent to 10−9. [ISO 11240]" ; skos:prefLabel "Parts per Billion" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#PartsPerMillion unit-ext:PartsPerMillion rdf:type owl:NamedIndividual , qudt-ext:RatioUnit , qudt:CountingUnit ; qudt-ext:ucumCaseInsensitiveCode "[PPM]" ; qudt-ext:ucumCaseSensitiveCode "[ppm]" ; qudt-ext:ucumPrintSymbol "ppm" ; qudt:abbreviation "ppm" ; qudt:conversionMultiplier "1.0E-6"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "ppm" ; rdfs:label "Parts per Million" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:definition "A dimensionless unit, it is equivalent to 10−6. [ISO 11240]" ; skos:prefLabel "Parts per Million" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#PerMinute unit-ext:PerMinute rdf:type owl:NamedIndividual , qudt-ext:NumberPerTimeUnit , qudt:FrequencyUnit ; qudt:abbreviation "min^-1" ; qudt:conversionMultiplier "60.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "min^-1" ; rdfs:label "per Minute" ; skos:definition "The unit is per minute, regardless of what is being counted. [ISO 11240]" ; skos:prefLabel "per Minute" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#PicoAmpere unit-ext:PicoAmpere rdf:type owl:NamedIndividual , qudt:ElectricCurrentUnit ; qudt-ext:ucumCaseInsensitiveCode "PA" ; qudt-ext:ucumCaseSensitiveCode "pA" ; qudt-ext:ucumPrintSymbol "pA" ; qudt:abbreviation "pA" ; qudt:conversionMultiplier "1.0E-12"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "pA" ; rdfs:label "Picoampere" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Picoampere" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#PicoAmpereTimesSecond unit-ext:PicoAmpereTimesSecond rdf:type owl:NamedIndividual , qudt-ext:QuantityTimesTimeUnit , qudt:Unit ; qudt-ext:ucumCaseInsensitiveCode "PA.S" ; qudt-ext:ucumCaseSensitiveCode "pA.s" ; qudt-ext:ucumPrintSymbol "pA⋅s" ; qudt:abbreviation "pA.s" ; qudt:conversionMultiplier "1.0E-12"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "pA.s" ; rdfs:label "Picoampere times Second" ; skos:prefLabel "Picoampere times Second" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#PicoAmperesTimesMinute unit-ext:PicoAmperesTimesMinute rdf:type owl:NamedIndividual , qudt-ext:QuantityTimesTimeUnit , qudt:Unit ; qudt-ext:ucumCaseInsensitiveCode "PA.MIN" ; qudt-ext:ucumCaseSensitiveCode "pA.min" ; qudt-ext:ucumPrintSymbol "pA⋅min" ; qudt:abbreviation "pA.min" ; qudt:conversionMultiplier "1.6666666667E-14"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "pA.min" ; rdfs:label "Picoampere times Minute" ; skos:prefLabel "Picoampere times Minute" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Picogram unit-ext:Picogram rdf:type owl:NamedIndividual , qudt:MassUnit ; qudt-ext:ucumCaseInsensitiveCode "PG" ; qudt-ext:ucumCaseSensitiveCode "pg" ; qudt-ext:ucumPrintSymbol "pg" ; qudt:abbreviation "pg" ; qudt:conversionMultiplier "1.0E-15"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "pg" ; rdfs:label "Picogram" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Picogram" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#PicogramPerFemtoliter unit-ext:PicogramPerFemtoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "pg/fL" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "pg/fL" ; rdfs:label "Picogram per Femtoliter" ; skos:prefLabel "Picogram per Femtoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#PicogramPerLiter unit-ext:PicogramPerLiter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "pg/L" ; qudt:conversionMultiplier "1.0E-12"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "pg/L" ; rdfs:label "Picogram per Liter" ; skos:prefLabel "Picogram per Liter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#PicogramPerMicroliter unit-ext:PicogramPerMicroliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "pg/μL" ; qudt:conversionMultiplier "1.0E-9"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "pg/μL" ; rdfs:label "Picogram per Microliter" ; skos:prefLabel "Picogram per Microliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#PicogramPerMilliliter unit-ext:PicogramPerMilliliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "pg/mL" ; qudt:conversionMultiplier "1.0E-6"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "pg/cm^3" ; rdfs:label "Picogram per Milliliter" ; skos:prefLabel "Picogram per Milliliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#PicogramPerNanoliter unit-ext:PicogramPerNanoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "pg/nL" ; qudt:conversionMultiplier "1.0E-6"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "pg/nL" ; rdfs:label "Picogram per Nanoliter" ; skos:prefLabel "Picogram per Nanoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#PicogramPerPicoliter unit-ext:PicogramPerPicoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "pg/pL" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "pg/pL" ; rdfs:label "Picogram per Picoliter" ; skos:prefLabel "Picogram per Picoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#PicogramPerSquareCentimeter unit-ext:PicogramPerSquareCentimeter rdf:type owl:NamedIndividual , qudt:MassPerAreaUnit ; qudt:abbreviation "pg/cm^2" ; qudt:conversionMultiplier "1.0E-11"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "pg/cm^2" ; rdfs:label "Picogram per Square Centimeter" ; skos:prefLabel "Picogram per Square Centimeter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#PicogramPerSquareMeter unit-ext:PicogramPerSquareMeter rdf:type owl:NamedIndividual , qudt:MassPerAreaUnit ; qudt:abbreviation "pg/m^2" ; qudt:conversionMultiplier "1.0E-15"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "pg/m^2" ; rdfs:label "Picogram per Square Meter" ; skos:prefLabel "Picogram per Square Meter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Picoliter unit-ext:Picoliter rdf:type owl:NamedIndividual , qudt:VolumeUnit ; qudt-ext:ucumCaseInsensitiveCode "PL" ; qudt-ext:ucumCaseSensitiveCode "pL" ; qudt-ext:ucumPrintSymbol "pL" ; qudt:abbreviation "pL" ; qudt:conversionMultiplier "1.0E-12"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "pL" ; rdfs:label "Picoliter" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Picoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Picometer unit-ext:Picometer rdf:type owl:NamedIndividual , qudt:LengthUnit ; qudt-ext:ucumCaseInsensitiveCode "PM" ; qudt-ext:ucumCaseSensitiveCode "pm" ; qudt-ext:ucumPrintSymbol "pm" ; qudt:abbreviation "pm" ; qudt:conversionMultiplier "1.0E-12"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "pm" ; rdfs:label "Picometer" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Picometer" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Picomolar unit-ext:Picomolar rdf:type owl:NamedIndividual , qudt:MolarConcentrationUnit ; qudt:abbreviation "pM" ; qudt:conversionMultiplier "1.0E-9"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "pmol/dm^3" ; rdfs:label "Picomolar" ; skos:prefLabel "Picomolar" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Picomole unit-ext:Picomole rdf:type owl:NamedIndividual , qudt:AmountOfSubstanceUnit ; qudt-ext:ucumCaseInsensitiveCode "PMOL" ; qudt-ext:ucumCaseSensitiveCode "pmol" ; qudt-ext:ucumPrintSymbol "pmol" ; qudt:abbreviation "pmol" ; qudt:conversionMultiplier "1.0E-12"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "pmol" ; rdfs:label "Picomole" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Picomole" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Pixel unit-ext:Pixel rdf:type owl:NamedIndividual , qudt:CountingUnit ; qudt:quantityKind quantity-ext:Count ; qudt-ext:ucumCaseInsensitiveCode "{PIXEL}" ; qudt-ext:ucumCaseSensitiveCode "{pixel}" ; qudt-ext:ucumPrintSymbol "pixel" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:description "number of pixels in a raster image" ; qudt:symbol "pixel" ; rdfs:label "Pixel" ; skos:prefLabel "Pixel" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#PlaqueFormingUnit unit-ext:PlaqueFormingUnit rdf:type owl:NamedIndividual , qudt:MicrobialFormationUnit ; qudt-ext:ucumCaseInsensitiveCode "[PFU]" ; qudt-ext:ucumCaseSensitiveCode "[PFU]" ; qudt-ext:ucumPrintSymbol "PFU" ; qudt:abbreviation "PFU" ; qudt:symbol "PFU" ; rdfs:label "Plaque Forming Unit" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:definition "The NCI-concept 'plaque forming unit equiv 1000 mouse LD50' is mapped to [PFU] for 'plaque forming unit'. The fact that this quantity happens to be equivalent to '1000 mouse LD50' is not considered to be part of the unit concept but a component of the method definition (e.g. a titration end point). [ISO 11240]" ; skos:prefLabel "Plaque Forming Unit" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#ReciprocalCentimeter unit-ext:ReciprocalCentimeter rdf:type owl:NamedIndividual , qudt:EnergyAndWorkUnit ; qudt-ext:ucumCaseInsensitiveCode "CM-1" ; qudt-ext:ucumCaseSensitiveCode "cm-1" ; qudt-ext:ucumPrintSymbol "1/cm" ; qudt:abbreviation "1/cm" ; qudt:conversionMultiplier "100.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "1/cm" ; rdfs:label "Wave Number" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Wave Number" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#RefractiveIndexUnit unit-ext:RefractiveIndexUnit rdf:type owl:NamedIndividual , qudt-ext:RefractiveIndexUnit ; qudt-ext:ucumCaseInsensitiveCode "[RIU]" ; qudt-ext:ucumCaseSensitiveCode "[RIU]" ; qudt-ext:ucumPrintSymbol "RIU" ; qudt:abbreviation "RIU" ; qudt:symbol "RIU" ; rdfs:label "Refractive Index Unit" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Refractive Index Unit" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#RelativeFluorescenceUnit unit-ext:RelativeFluorescenceUnit rdf:type owl:NamedIndividual , qudt:OpticsUnit ; qudt-ext:ucumCaseInsensitiveCode "[RFU]" ; qudt-ext:ucumCaseSensitiveCode "[RFU]" ; qudt-ext:ucumPrintSymbol "RFU" ; qudt:abbreviation "RFU" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "RFU" ; rdfs:label "Relative Fluorescence Unit" ; skos:prefLabel "Relative Fluorescence Unit" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#RelativeLightUnit unit-ext:RelativeLightUnit rdf:type owl:NamedIndividual , qudt:OpticsUnit ; qudt-ext:ucumCaseInsensitiveCode "[RLU]" ; qudt-ext:ucumCaseSensitiveCode "[RLU]" ; qudt-ext:ucumPrintSymbol "RLU" ; qudt:abbreviation "RLU" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "RLU" ; rdfs:label "Relative Light Unit" ; skos:prefLabel "Relative Light Unit" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#SamplePerSecond unit-ext:SamplePerSecond rdf:type owl:NamedIndividual , qudt-ext:NumberPerTimeUnit ; qudt-ext:ucumCaseInsensitiveCode "{SAMPLE}/S" ; qudt-ext:ucumCaseSensitiveCode "{Sample}/s" ; qudt-ext:ucumPrintSymbol "Sample/s" ; qudt:description "The number of discrete samples of some thing per second." ; qudt:symbol "[sps]" ; dct:replaces unit:SamplePerSecond ; rdfs:label "Sample per Second" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Sample per Second" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#SiemensPerMeter unit-ext:SiemensPerMeter rdf:type owl:NamedIndividual , qudt-ext:ElectricalConductivityUnit ; qudt-ext:ucumCaseInsensitiveCode "SIE/M" ; qudt-ext:ucumCaseSensitiveCode "S/m" ; qudt-ext:ucumPrintSymbol "S/m" ; qudt:abbreviation "S/m" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "S/m" ; rdfs:label "Siemens per Meter" ; skos:prefLabel "Siemens per Meter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#SiemensPerMeterTimesSecond unit-ext:SiemensPerMeterTimesSecond rdf:type owl:NamedIndividual , qudt-ext:QuantityTimesTimeUnit , qudt:Unit ; qudt-ext:ucumCaseInsensitiveCode "[SIE/M].S" ; qudt-ext:ucumCaseSensitiveCode "[S/m].s" ; qudt-ext:ucumPrintSymbol "[S/m].s" ; qudt:abbreviation "[S/m].sec" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "[S/m].s" ; skos:prefLabel "Siemens per Meter times Second" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#SquareAngstrom unit-ext:SquareAngstrom rdf:type owl:NamedIndividual , qudt:AreaUnit ; qudt-ext:ucumCaseInsensitiveCode "AO2" ; qudt-ext:ucumCaseSensitiveCode "Ao2" ; qudt-ext:ucumPrintSymbol "Å2" ; qudt:abbreviation "Å^2" ; qudt:conversionMultiplier "1.0E-20"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "Å^2" ; rdfs:label "Square Ångström" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Square Ångström" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#SquareMetersPerGram unit-ext:SquareMetersPerGram rdf:type owl:NamedIndividual , qudt-ext:SpecificSurfaceAreaUnit ; qudt-ext:ucumCaseInsensitiveCode "M2/G" ; qudt-ext:ucumCaseSensitiveCode "m2/g" ; qudt-ext:ucumPrintSymbol "m2/g" ; qudt:abbreviation "m^2/g" ; qudt:conversionMultiplier "1000.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "m^2/g" ; rdfs:label "Square Meters per Gram" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Square Meters per Gram" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#SubstanceArbitraryUnit unit-ext:SubstanceArbitraryUnit rdf:type owl:NamedIndividual , qudt:ChemistryUnit ; qudt-ext:ucumCaseInsensitiveCode "[IU]" ; qudt-ext:ucumCaseSensitiveCode "[IU]" ; qudt-ext:ucumPrintSymbol "IU" ; qudt:abbreviation "IU" ; qudt:symbol "IU" ; rdfs:label "Substance Arbitrary Unit" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; 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]" ; skos:prefLabel "Substance Arbitrary Unit" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#TwoTheta unit-ext:TwoTheta rdf:type owl:NamedIndividual , qudt:AngleUnit ; qudt-ext:ucumCaseInsensitiveCode "[2THETA]" ; qudt-ext:ucumCaseSensitiveCode "[2theta]" ; qudt-ext:ucumPrintSymbol "2θ" ; qudt:abbreviation "2θ" ; qudt:symbol "2θ" ; rdfs:label "Two Theta" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Two Theta" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Unitless unit-ext:Unitless rdf:type owl:NamedIndividual , qudt:DimensionlessUnit ; qudt-ext:ucumCaseInsensitiveCode "{UNITLESS}" ; qudt-ext:ucumCaseSensitiveCode "{unitless}" ; qudt-ext:ucumPrintSymbol "(unitless)" ; qudt:abbreviation "unitless" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:description "An explicit unit to say something has no units." ; qudt:symbol "(unitless)" ; rdfs:label "Unitless" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Unitless" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#WattPerGram unit-ext:WattPerGram rdf:type owl:NamedIndividual , qudt:HeatFlowRateUnit ; qudt-ext:ucumCaseInsensitiveCode "W/G" ; qudt-ext:ucumCaseSensitiveCode "W/g" ; qudt-ext:ucumPrintSymbol "W/g" ; qudt:abbreviation "W/g" ; qudt:conversionMultiplier "1000.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "W/g" ; rdfs:label "Watt per Gram" ; skos:changeNote "2020-08-19 Add UCUM codes. [Allotrope]" ; skos:prefLabel "Watt per Gram" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#WattPerKelvin unit-ext:WattPerKelvin rdf:type owl:NamedIndividual , qudt:ThermodynamicsUnit ; qudt-ext:ucumCaseInsensitiveCode "W/K" ; qudt-ext:ucumCaseSensitiveCode "W/K" ; qudt-ext:ucumPrintSymbol "W/K" ; qudt:abbreviation "W/K" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "W/K" ; rdfs:label "Watt per Kelvin" ; skos:prefLabel "Watt per Kelvin" . ### http://purl.allotrope.org/voc/attribution rdf:type owl:NamedIndividual , dct:RightsStatement ; dct:description """ These taxonomies contain material or may constitute derivative works of material which may be subject to copyright by one of the following organizations. By using these taxonomies, you agree to the following terms and conditions applicable to its contents: ****************************************************************************** Copyright Notice and Terms for IUPAC Gold Book ______________________________________________________________________________ Copyright © 1998, Regents of the University of California All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ****************************************************************************** Copyright Notice and Terms for PSI-MS (Proteomics Standards Initiative - Mass Spectrometry) Mass spectrometer output files and spectra interpretation _____________________________________________________________________________ Created by Matt Chambers, Andreas Bertsch, Marius Kallhardt, Eric Deutsch Fredrik Levander, Pierre-Alain Binz, and Gerhard Mayer. Publisher: HUPO Proteomics Standards Initiative Mass Spectrometry Standards Working Group and HUPO Proteomics Standards Initiative Proteomics Informatics Working Group. This work is used pursuant to a Creative Commons license available here: http://creativecommons.org/licenses/by/3.0/legalcode ****************************************************************************** Attribution Notice for National Center for Biomedical Ontology materials. This work contains material from the Cell Ontology and Clinical Measurement Ontology, available here: http://bioportal.bioontology.org/. ****************************************************************************** Attribution Notice for ChEBI This work contains material from the European Bioinformatics Institute’s ChEBI database. ****************************************************************************** Attribution Notice for Quantities Units Dimensions Data Types (http://www.qudt.org/) This work contains content from www.qudt.org and is used pursuant to a Creative Commons License available here: http://creativecommons.org/licenses/by-sa/3.0/us/legalcode. The original work may have been modified. ****************************************************************************** Copyright and Attribution Notice for Dublin Core Metadata Initiative Document This work contains material from the following DCMI document used pursuant to a creative commons license available here: https://creativecommons.org/licenses/by/4.0/legalcode. This material may have been modified or changed. Timestamped URL: http://dublincore.org/documents/2012/06/14/dcmi-terms/ Date Issued: 2012-06-14 Document Status: This is a DCMI Recommendation. Copyright © 1995-2015 DCMI. All Rights Reserved. DCMI liability, trademark/service mark, document use and software licensing rules apply. ****************************************************************************** """ ; dct:title "Derivative works attribution" . ### http://purl.allotrope.org/voc/copyright rdf:type owl:NamedIndividual , dct:RightsStatement ; dct:description "Copyright © 2015-2021 Allotrope Foundation" ; dct:rightsHolder ; dct:title "Copyright © 2015-2021 Allotrope Foundation" . ### http://purl.allotrope.org/voc/creative-commons-attribution-license rdf:type owl:NamedIndividual , dct:LicenseDocument ; dct:description """This work is licensed under a Creative Commons Attribution 4.0 International License http://creativecommons.org/licenses/by/4.0/. THESE MATERIALS ARE PROVIDED \"AS IS\" AND ALLOTROPE EXPRESSLY DISCLAIMS ALL WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, INCLUDING, WITHOUT LIMITATION, THE WARRANTIES OF NON-INFRINGEMENT, TITLE, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Copyright © 2015-2020 Allotrope Foundation """ ; dct:rightsHolder ; dct:title "Creative Commons Attribution 4.0 International Public License" . ### http://qudt.org/schema/qudt#Activity qudt:Activity rdf:type owl:NamedIndividual ; qudt:symbol "A" . ### http://qudt.org/vocab/quantity#AmountOfSubstancePerUnitVolume qudt-quantity:AmountOfSubstancePerUnitVolume rdf:type owl:NamedIndividual . ### http://qudt.org/vocab/quantity#CatalyticActivity qudt-quantity:CatalyticActivity rdf:type owl:NamedIndividual . ### http://qudt.org/vocab/quantity#Dimensionless qudt-quantity:Dimensionless rdf:type owl:NamedIndividual . ### http://qudt.org/vocab/quantity#DimensionlessRatio qudt-quantity:DimensionlessRatio rdf:type owl:NamedIndividual . ### http://qudt.org/vocab/unit#Acre unit:Acre qudt-ext:ucumCaseInsensitiveCode "[ACR_US]" ; qudt-ext:ucumCaseSensitiveCode "[acr_us]" . ### http://qudt.org/vocab/unit#Ampere unit:Ampere qudt-ext:ucumCaseInsensitiveCode "A" ; qudt-ext:ucumCaseSensitiveCode "A" ; qudt-ext:ucumPrintSymbol "A" . ### http://qudt.org/vocab/unit#Angstrom unit:Angstrom qudt-ext:ucumCaseInsensitiveCode "AO" ; qudt-ext:ucumCaseSensitiveCode "Ao" ; qudt-ext:ucumPrintSymbol "Å" . ### http://qudt.org/vocab/unit#ArcMinute unit:ArcMinute qudt-ext:ucumCaseInsensitiveCode "'" ; qudt-ext:ucumCaseSensitiveCode "'" ; qudt-ext:ucumPrintSymbol "'" . ### http://qudt.org/vocab/unit#ArcSecond unit:ArcSecond qudt-ext:ucumCaseInsensitiveCode "''" ; qudt-ext:ucumCaseSensitiveCode "''" ; qudt-ext:ucumPrintSymbol "''" . ### http://qudt.org/vocab/unit#Are unit:Are qudt-ext:ucumCaseInsensitiveCode "AR" ; qudt-ext:ucumCaseSensitiveCode "ar" ; qudt-ext:ucumPrintSymbol "a" . ### http://qudt.org/vocab/unit#AstronomicalUnit unit:AstronomicalUnit qudt-ext:ucumCaseInsensitiveCode "AU" ; qudt-ext:ucumCaseSensitiveCode "AU" ; qudt-ext:ucumPrintSymbol "AU" . ### http://qudt.org/vocab/unit#AtmosphereStandard unit:AtmosphereStandard qudt-ext:ucumCaseInsensitiveCode "ATM" ; qudt-ext:ucumCaseSensitiveCode "atm" ; qudt-ext:ucumPrintSymbol "atm" . ### http://qudt.org/vocab/unit#AtmosphereTechnical unit:AtmosphereTechnical qudt-ext:ucumCaseInsensitiveCode "ATT" ; qudt-ext:ucumCaseSensitiveCode "att" ; qudt-ext:ucumPrintSymbol "at" . ### http://qudt.org/vocab/unit#Bar unit:Bar qudt-ext:ucumCaseInsensitiveCode "BAR" ; qudt-ext:ucumCaseSensitiveCode "bar" ; qudt-ext:ucumPrintSymbol "bar" . ### http://qudt.org/vocab/unit#Barn unit:Barn qudt-ext:ucumCaseInsensitiveCode "BRN" ; qudt-ext:ucumCaseSensitiveCode "b" ; qudt-ext:ucumPrintSymbol "b" . ### http://qudt.org/vocab/unit#Barrel unit:Barrel qudt-ext:ucumCaseInsensitiveCode "[BBL_US]" ; qudt-ext:ucumCaseSensitiveCode "[bbl_us]" . ### http://qudt.org/vocab/unit#Becquerel unit:Becquerel qudt-ext:ucumCaseInsensitiveCode "BQ" ; qudt-ext:ucumCaseSensitiveCode "Bq" ; qudt-ext:ucumPrintSymbol "Bq" . ### http://qudt.org/vocab/unit#Biot unit:Biot qudt-ext:ucumCaseInsensitiveCode "BI" ; qudt-ext:ucumCaseSensitiveCode "Bi" ; qudt-ext:ucumPrintSymbol "Bi" . ### http://qudt.org/vocab/unit#Bit unit:Bit qudt-ext:ucumCaseInsensitiveCode "BIT" ; qudt-ext:ucumCaseSensitiveCode "bit" ; qudt-ext:ucumPrintSymbol "bit" . ### http://qudt.org/vocab/unit#BoardFoot unit:BoardFoot qudt-ext:ucumCaseInsensitiveCode "[BF_I]" ; qudt-ext:ucumCaseSensitiveCode "[bf_i]" . ### http://qudt.org/vocab/unit#BritishThermalUnitInternationalTable unit:BritishThermalUnitInternationalTable qudt-ext:ucumCaseInsensitiveCode "[BTU_IT]" ; qudt-ext:ucumCaseSensitiveCode "[Btu_IT]" ; qudt-ext:ucumPrintSymbol "BtuIT" . ### http://qudt.org/vocab/unit#BritishThermalUnitThermochemical unit:BritishThermalUnitThermochemical qudt-ext:ucumCaseInsensitiveCode "[BTU_TH]" ; qudt-ext:ucumCaseSensitiveCode "[Btu_th]" ; qudt-ext:ucumPrintSymbol "Btuth" . ### http://qudt.org/vocab/unit#Bushel unit:Bushel qudt-ext:ucumCaseInsensitiveCode "[BU_US]" ; qudt-ext:ucumCaseSensitiveCode "[bu_us]" . ### http://qudt.org/vocab/unit#Byte unit:Byte qudt-ext:ucumCaseInsensitiveCode "BY" ; qudt-ext:ucumCaseSensitiveCode "By" ; qudt-ext:ucumPrintSymbol "B" . ### http://qudt.org/vocab/unit#CalorieNutritional unit:CalorieNutritional qudt-ext:ucumCaseInsensitiveCode "[CAL]" ; qudt-ext:ucumCaseSensitiveCode "[Cal]" ; qudt-ext:ucumPrintSymbol "cal" ; skos:changeNote "2020-08-19 Changed UCUM print symbol. [Allotrope]" . ### http://qudt.org/vocab/unit#CalorieThermochemical unit:CalorieThermochemical qudt-ext:ucumCaseInsensitiveCode "CAL_TH" ; qudt-ext:ucumCaseSensitiveCode "cal_th" ; qudt-ext:ucumPrintSymbol "calth" . ### http://qudt.org/vocab/unit#Candela unit:Candela qudt-ext:ucumCaseInsensitiveCode "CD" ; qudt-ext:ucumCaseSensitiveCode "cd" ; qudt-ext:ucumPrintSymbol "cd" . ### http://qudt.org/vocab/unit#CircularMil unit:CircularMil qudt-ext:ucumCaseInsensitiveCode "[CML_I]" ; qudt-ext:ucumCaseSensitiveCode "[cml_i]" ; qudt-ext:ucumPrintSymbol "circ⋅mil" ; skos:changeNote "2020-08-19 Changed UCUM print symbol. [Allotrope]" . ### http://qudt.org/vocab/unit#ColonyFormingUnit unit:ColonyFormingUnit qudt-ext:ucumCaseInsensitiveCode "[CFU]" ; qudt-ext:ucumCaseSensitiveCode "[CFU]" ; qudt-ext:ucumPrintSymbol "CFU" . ### http://qudt.org/vocab/unit#Cord unit:Cord qudt-ext:ucumCaseInsensitiveCode "[CR_I]" ; qudt-ext:ucumCaseSensitiveCode "[cr_i]" . ### http://qudt.org/vocab/unit#Coulomb unit:Coulomb qudt-ext:ucumCaseInsensitiveCode "C" ; qudt-ext:ucumCaseSensitiveCode "C" ; qudt-ext:ucumPrintSymbol "C" . ### http://qudt.org/vocab/unit#CubicFoot unit:CubicFoot qudt-ext:ucumCaseInsensitiveCode "[CFT_I]" ; qudt-ext:ucumCaseSensitiveCode "[cft_i]" . ### http://qudt.org/vocab/unit#CubicInch unit:CubicInch qudt-ext:ucumCaseInsensitiveCode "[CIN_I]" ; qudt-ext:ucumCaseSensitiveCode "[cin_i]" . ### http://qudt.org/vocab/unit#CubicYard unit:CubicYard qudt-ext:ucumCaseInsensitiveCode "[CYD_I]" ; qudt-ext:ucumCaseSensitiveCode "[cyd_i]" ; qudt-ext:ucumPrintSymbol "cu.yd" . ### http://qudt.org/vocab/unit#Curie unit:Curie qudt-ext:ucumCaseInsensitiveCode "CI" ; qudt-ext:ucumCaseSensitiveCode "Ci" ; qudt-ext:ucumPrintSymbol "Ci" . ### http://qudt.org/vocab/unit#Day unit:Day qudt-ext:ucumCaseInsensitiveCode "D" ; qudt-ext:ucumCaseSensitiveCode "d" ; qudt-ext:ucumPrintSymbol "d" . ### http://qudt.org/vocab/unit#DegreeAngle unit:DegreeAngle qudt-ext:ucumCaseInsensitiveCode "DEG" ; qudt-ext:ucumCaseSensitiveCode "deg" ; qudt-ext:ucumPrintSymbol "°" . ### http://qudt.org/vocab/unit#DegreeCelsius unit:DegreeCelsius qudt-ext:ucumCaseInsensitiveCode "CEL" ; qudt-ext:ucumCaseSensitiveCode "Cel" ; qudt-ext:ucumPrintSymbol "°C" . ### http://qudt.org/vocab/unit#DegreeFahrenheit unit:DegreeFahrenheit qudt-ext:ucumCaseInsensitiveCode "[DEGF]" ; qudt-ext:ucumCaseSensitiveCode "[degF]" ; qudt-ext:ucumPrintSymbol "°F" . ### http://qudt.org/vocab/unit#DegreeRankine unit:DegreeRankine qudt-ext:ucumCaseInsensitiveCode "[degR]" ; qudt-ext:ucumCaseSensitiveCode "[degR]" ; qudt-ext:ucumPrintSymbol "°R" . ### http://qudt.org/vocab/unit#Denier unit:Denier qudt-ext:ucumCaseInsensitiveCode "[DEN]" ; qudt-ext:ucumCaseSensitiveCode "[den]" ; qudt-ext:ucumPrintSymbol "den" . ### http://qudt.org/vocab/unit#Diopter unit:Diopter qudt-ext:ucumCaseInsensitiveCode "[DIOP]" ; qudt-ext:ucumCaseSensitiveCode "[diop]" ; qudt-ext:ucumPrintSymbol "dpt" . ### http://qudt.org/vocab/unit#DryPintUS unit:DryPintUS qudt-ext:ucumCaseInsensitiveCode "[DPT_US]" ; qudt-ext:ucumCaseSensitiveCode "[dpt_us]" . ### http://qudt.org/vocab/unit#DryQuartUS unit:DryQuartUS qudt-ext:ucumCaseInsensitiveCode "[DQT_US]" ; qudt-ext:ucumCaseSensitiveCode "[dqt_us]" . ### http://qudt.org/vocab/unit#Dyne unit:Dyne qudt-ext:ucumCaseInsensitiveCode "DYN" ; qudt-ext:ucumCaseSensitiveCode "dyn" ; qudt-ext:ucumPrintSymbol "dyn" . ### http://qudt.org/vocab/unit#ElectronVolt unit:ElectronVolt qudt-ext:ucumCaseInsensitiveCode "EV" ; qudt-ext:ucumCaseSensitiveCode "eV" ; qudt-ext:ucumPrintSymbol "eV" . ### http://qudt.org/vocab/unit#Erg unit:Erg qudt-ext:ucumCaseInsensitiveCode "ERG" ; qudt-ext:ucumCaseSensitiveCode "erg" ; qudt-ext:ucumPrintSymbol "erg" . ### http://qudt.org/vocab/unit#Farad unit:Farad qudt-ext:ucumCaseInsensitiveCode "F" ; qudt-ext:ucumCaseSensitiveCode "F" ; qudt-ext:ucumPrintSymbol "F" . ### http://qudt.org/vocab/unit#Fathom unit:Fathom qudt-ext:ucumCaseInsensitiveCode "[FTH_I]" ; qudt-ext:ucumCaseSensitiveCode "[fth_i]" ; qudt-ext:ucumPrintSymbol "fth" . ### http://qudt.org/vocab/unit#Foot unit:Foot qudt-ext:ucumCaseInsensitiveCode "[FT_I]" ; qudt-ext:ucumCaseSensitiveCode "[ft_i]" ; qudt-ext:ucumPrintSymbol "ft" . ### http://qudt.org/vocab/unit#Furlong unit:Furlong qudt-ext:ucumCaseInsensitiveCode "[FUR_US]" ; qudt-ext:ucumCaseSensitiveCode "[fur_us]" . ### http://qudt.org/vocab/unit#Gal unit:Gal qudt-ext:ucumCaseInsensitiveCode "GL" ; qudt-ext:ucumCaseSensitiveCode "Gal" ; qudt-ext:ucumPrintSymbol "Gal" . ### http://qudt.org/vocab/unit#GallonUS unit:GallonUS qudt-ext:ucumCaseInsensitiveCode "[GAL_US]" ; qudt-ext:ucumCaseSensitiveCode "[gal_us]" . ### http://qudt.org/vocab/unit#Gauss unit:Gauss qudt-ext:ucumCaseInsensitiveCode "GS" ; qudt-ext:ucumCaseSensitiveCode "G" ; qudt-ext:ucumPrintSymbol "Gs" . ### http://qudt.org/vocab/unit#Gilbert unit:Gilbert qudt-ext:ucumCaseInsensitiveCode "GB" ; qudt-ext:ucumCaseSensitiveCode "Gb" ; qudt-ext:ucumPrintSymbol "Gb" . ### http://qudt.org/vocab/unit#Grade unit:Grade qudt-ext:ucumCaseInsensitiveCode "GON" ; qudt-ext:ucumCaseSensitiveCode "gon" ; qudt-ext:ucumPrintSymbol "□g" . ### http://qudt.org/vocab/unit#Grain unit:Grain qudt-ext:ucumCaseInsensitiveCode "[GR]" ; qudt-ext:ucumCaseSensitiveCode "[gr]" . ### http://qudt.org/vocab/unit#Gram unit:Gram qudt-ext:ucumCaseInsensitiveCode "G" ; qudt-ext:ucumCaseSensitiveCode "g" ; qudt-ext:ucumPrintSymbol "g" . ### http://qudt.org/vocab/unit#Gray unit:Gray qudt-ext:ucumCaseInsensitiveCode "GY" ; qudt-ext:ucumCaseSensitiveCode "Gy" ; qudt-ext:ucumPrintSymbol "Gy" . ### http://qudt.org/vocab/unit#Henry unit:Henry qudt-ext:ucumCaseInsensitiveCode "H" ; qudt-ext:ucumCaseSensitiveCode "H" ; qudt-ext:ucumPrintSymbol "H" . ### http://qudt.org/vocab/unit#Hertz unit:Hertz qudt-ext:ucumCaseInsensitiveCode "HZ" ; qudt-ext:ucumCaseSensitiveCode "Hz" ; qudt-ext:ucumPrintSymbol "Hz" . ### http://qudt.org/vocab/unit#Horsepower unit:Horsepower qudt-ext:ucumCaseInsensitiveCode "[HP]" ; qudt-ext:ucumCaseSensitiveCode "[HP]" . ### http://qudt.org/vocab/unit#Hour unit:Hour qudt-ext:ucumCaseInsensitiveCode "HR" ; qudt-ext:ucumCaseSensitiveCode "h" ; qudt-ext:ucumPrintSymbol "h" . ### http://qudt.org/vocab/unit#HundredWeightLong unit:HundredWeightLong qudt-ext:ucumCaseInsensitiveCode "[LCWT_AV]" ; qudt-ext:ucumCaseSensitiveCode "[lcwt_av]" . ### http://qudt.org/vocab/unit#HundredWeightShort unit:HundredWeightShort qudt-ext:ucumCaseInsensitiveCode "[SCWT_AV]" ; qudt-ext:ucumCaseSensitiveCode "[scwt_av]" . ### http://qudt.org/vocab/unit#Inch unit:Inch qudt-ext:ucumCaseInsensitiveCode "[IN_I]" ; qudt-ext:ucumCaseSensitiveCode "[in_i]" ; qudt-ext:ucumPrintSymbol "in" . ### http://qudt.org/vocab/unit#InchOfMercury unit:InchOfMercury qudt-ext:ucumCaseInsensitiveCode "[IN_I'HG]" ; qudt-ext:ucumCaseSensitiveCode "[in_i'Hg]" ; qudt-ext:ucumPrintSymbol "in Hg" . ### http://qudt.org/vocab/unit#InchOfWater unit:InchOfWater qudt-ext:ucumCaseInsensitiveCode "[IN_I'H2O]" ; qudt-ext:ucumCaseSensitiveCode "[in_i'H2O]" ; qudt-ext:ucumPrintSymbol "in H2O" . ### http://qudt.org/vocab/unit#InternationalUnit unit:InternationalUnit qudt-ext:ucumCaseInsensitiveCode "[IU]" ; qudt-ext:ucumCaseSensitiveCode "[iU]" ; qudt-ext:ucumPrintSymbol "IU" . ### http://qudt.org/vocab/unit#Joule unit:Joule qudt-ext:ucumCaseInsensitiveCode "J" ; qudt-ext:ucumCaseSensitiveCode "J" ; qudt-ext:ucumPrintSymbol "J" . ### http://qudt.org/vocab/unit#Katal unit:Katal qudt-ext:ucumCaseInsensitiveCode "KAT" ; qudt-ext:ucumCaseSensitiveCode "kat" ; qudt-ext:ucumPrintSymbol "kat" . ### http://qudt.org/vocab/unit#Kelvin unit:Kelvin qudt-ext:ucumCaseInsensitiveCode "K" ; qudt-ext:ucumCaseSensitiveCode "K" ; qudt-ext:ucumPrintSymbol "K" . ### http://qudt.org/vocab/unit#Knot unit:Knot qudt-ext:ucumCaseInsensitiveCode "[KN_I]" ; qudt-ext:ucumCaseSensitiveCode "[kn_i]" ; qudt-ext:ucumPrintSymbol "knot" . ### http://qudt.org/vocab/unit#Lambert unit:Lambert qudt-ext:ucumCaseInsensitiveCode "LMB" ; qudt-ext:ucumCaseSensitiveCode "Lmb" ; qudt-ext:ucumPrintSymbol "L" . ### http://qudt.org/vocab/unit#LightYear unit:LightYear qudt-ext:ucumCaseInsensitiveCode "[LY]" ; qudt-ext:ucumCaseSensitiveCode "[ly]" ; qudt-ext:ucumPrintSymbol "l.y." . ### http://qudt.org/vocab/unit#LiquidCupUS unit:LiquidCupUS qudt-ext:ucumCaseInsensitiveCode "[CUP_US]" ; qudt-ext:ucumCaseSensitiveCode "[cup_us]" . ### http://qudt.org/vocab/unit#LiquidOunceUS unit:LiquidOunceUS qudt-ext:ucumCaseInsensitiveCode "[FOZ_US]" ; qudt-ext:ucumCaseSensitiveCode "[foz_us]" ; qudt-ext:ucumPrintSymbol "oz fl" . ### http://qudt.org/vocab/unit#LiquidPintUS unit:LiquidPintUS qudt-ext:ucumCaseInsensitiveCode "[PT_US]" ; qudt-ext:ucumCaseSensitiveCode "[pt_us]" . ### http://qudt.org/vocab/unit#LiquidQuartUS unit:LiquidQuartUS qudt-ext:ucumCaseInsensitiveCode "[QT_US]" ; qudt-ext:ucumCaseSensitiveCode "[qt_us]" . ### http://qudt.org/vocab/unit#Liter unit:Liter qudt-ext:ucumCaseInsensitiveCode "L" ; qudt-ext:ucumCaseSensitiveCode "l" ; qudt-ext:ucumPrintSymbol "l" . ### http://qudt.org/vocab/unit#Lumen unit:Lumen qudt-ext:ucumCaseInsensitiveCode "LM" ; qudt-ext:ucumCaseSensitiveCode "lm" ; qudt-ext:ucumPrintSymbol "lm" . ### http://qudt.org/vocab/unit#Lux unit:Lux qudt-ext:ucumCaseInsensitiveCode "LX" ; qudt-ext:ucumCaseSensitiveCode "lx" ; qudt-ext:ucumPrintSymbol "lx" . ### http://qudt.org/vocab/unit#Maxwell unit:Maxwell qudt-ext:ucumCaseInsensitiveCode "MX" ; qudt-ext:ucumCaseSensitiveCode "Mx" ; qudt-ext:ucumPrintSymbol "Mx" . ### http://qudt.org/vocab/unit#Meter unit:Meter qudt-ext:ucumCaseInsensitiveCode "M" ; qudt-ext:ucumCaseSensitiveCode "m" ; qudt-ext:ucumPrintSymbol "m" . ### http://qudt.org/vocab/unit#MeterKelvin unit:MeterKelvin qudt-ext:ucumCaseInsensitiveCode "M.K" ; qudt-ext:ucumCaseSensitiveCode "m.K" ; qudt-ext:ucumPrintSymbol "m·K" . ### http://qudt.org/vocab/unit#MeterKelvinPerWatt unit:MeterKelvinPerWatt qudt-ext:ucumCaseInsensitiveCode "M.K/W" ; qudt-ext:ucumCaseSensitiveCode "m.K/W" ; qudt-ext:ucumPrintSymbol "m·K/W" . ### http://qudt.org/vocab/unit#MeterKilogram unit:MeterKilogram qudt-ext:ucumCaseInsensitiveCode "M.KG" ; qudt-ext:ucumCaseSensitiveCode "m.kg" ; qudt-ext:ucumPrintSymbol "m·kg" . ### http://qudt.org/vocab/unit#MeterPerFarad unit:MeterPerFarad qudt-ext:ucumCaseInsensitiveCode "M/F" ; qudt-ext:ucumCaseSensitiveCode "m/F" ; qudt-ext:ucumPrintSymbol "m/F" . ### http://qudt.org/vocab/unit#MeterPerHour unit:MeterPerHour qudt-ext:ucumCaseInsensitiveCode "M/H" ; qudt-ext:ucumCaseSensitiveCode "m/h" ; qudt-ext:ucumPrintSymbol "m/h" . ### http://qudt.org/vocab/unit#MeterPerKelvin unit:MeterPerKelvin qudt-ext:ucumCaseInsensitiveCode "M/K" ; qudt-ext:ucumCaseSensitiveCode "m/K" ; qudt-ext:ucumPrintSymbol "m/K" . ### http://qudt.org/vocab/unit#MeterPerMinute unit:MeterPerMinute qudt-ext:ucumCaseInsensitiveCode "M/MIN" ; qudt-ext:ucumCaseSensitiveCode "m/min" ; qudt-ext:ucumPrintSymbol "m/min" . ### http://qudt.org/vocab/unit#MeterPerSecond unit:MeterPerSecond qudt-ext:ucumCaseInsensitiveCode "M/S" ; qudt-ext:ucumCaseSensitiveCode "m/s" ; qudt-ext:ucumPrintSymbol "m/s" . ### http://qudt.org/vocab/unit#MeterPerSecondSquared unit:MeterPerSecondSquared qudt-ext:ucumCaseInsensitiveCode "M/S2" ; qudt-ext:ucumCaseSensitiveCode "m/s2" ; qudt-ext:ucumPrintSymbol "m/s2" . ### http://qudt.org/vocab/unit#MetricTon unit:MetricTon qudt-ext:ucumCaseInsensitiveCode "TNE" ; qudt-ext:ucumCaseSensitiveCode "t" ; qudt-ext:ucumPrintSymbol "t" . ### http://qudt.org/vocab/unit#Mho unit:Mho qudt-ext:ucumCaseInsensitiveCode "MHO" ; qudt-ext:ucumCaseSensitiveCode "mho" ; qudt-ext:ucumPrintSymbol "mho" . ### http://qudt.org/vocab/unit#MilLength unit:MilLength qudt-ext:ucumCaseInsensitiveCode "[MIL_I]" ; qudt-ext:ucumCaseSensitiveCode "[mil_i]" ; qudt-ext:ucumPrintSymbol "mil" . ### http://qudt.org/vocab/unit#MileInternational unit:MileInternational qudt-ext:ucumCaseInsensitiveCode "[MI_I]" ; qudt-ext:ucumCaseSensitiveCode "[mi_i]" ; qudt-ext:ucumPrintSymbol "mi" . ### http://qudt.org/vocab/unit#MinuteTime unit:MinuteTime qudt-ext:ucumCaseInsensitiveCode "MIN" ; qudt-ext:ucumCaseSensitiveCode "min" ; qudt-ext:ucumPrintSymbol "min" . ### http://qudt.org/vocab/unit#Mole unit:Mole qudt-ext:ucumCaseInsensitiveCode "MOL" ; qudt-ext:ucumCaseSensitiveCode "mol" ; qudt-ext:ucumPrintSymbol "mol" . ### http://qudt.org/vocab/unit#NauticalMile unit:NauticalMile qudt-ext:ucumCaseInsensitiveCode "[NMI_I]" ; qudt-ext:ucumCaseSensitiveCode "[nmi_i]" ; qudt-ext:ucumPrintSymbol "n⋅mi" ; skos:changeNote "2020-08-19 Changed UCUM print symbol. [Allotrope]" . ### http://qudt.org/vocab/unit#Newton unit:Newton qudt-ext:ucumCaseInsensitiveCode "N" ; qudt-ext:ucumCaseSensitiveCode "N" ; qudt-ext:ucumPrintSymbol "N" . ### http://qudt.org/vocab/unit#Oersted unit:Oersted qudt-ext:ucumCaseInsensitiveCode "OE" ; qudt-ext:ucumCaseSensitiveCode "Oe" ; qudt-ext:ucumPrintSymbol "Oe" . ### http://qudt.org/vocab/unit#Ohm unit:Ohm qudt-ext:ucumCaseInsensitiveCode "OHM" ; qudt-ext:ucumCaseSensitiveCode "Ohm" ; qudt-ext:ucumPrintSymbol "Ω" . ### http://qudt.org/vocab/unit#OunceImperial unit:OunceImperial qudt-ext:ucumCaseInsensitiveCode "[OZ_M]" ; qudt-ext:ucumCaseSensitiveCode "[oz_m]" . ### http://qudt.org/vocab/unit#OunceMass unit:OunceMass qudt-ext:ucumCaseInsensitiveCode "[OZ_AV]" ; qudt-ext:ucumCaseSensitiveCode "[oz_av]" ; qudt-ext:ucumPrintSymbol "oz" . ### http://qudt.org/vocab/unit#OunceTroy unit:OunceTroy qudt-ext:ucumCaseInsensitiveCode "[OZ_TR]" ; qudt-ext:ucumCaseSensitiveCode "[oz_tr]" . ### http://qudt.org/vocab/unit#Parsec unit:Parsec qudt-ext:ucumCaseInsensitiveCode "PRS" ; qudt-ext:ucumCaseSensitiveCode "pc" ; qudt-ext:ucumPrintSymbol "pc" . ### http://qudt.org/vocab/unit#Pascal unit:Pascal qudt-ext:ucumCaseInsensitiveCode "PAL" ; qudt-ext:ucumCaseSensitiveCode "Pa" ; qudt-ext:ucumPrintSymbol "Pa" . ### http://qudt.org/vocab/unit#Peck unit:Peck qudt-ext:ucumCaseInsensitiveCode "[PK_US]" ; qudt-ext:ucumCaseSensitiveCode "[pk_us]" . ### http://qudt.org/vocab/unit#PennyWeight unit:PennyWeight qudt-ext:ucumCaseInsensitiveCode "[PWT_TR]" ; qudt-ext:ucumCaseSensitiveCode "[pwt_tr]" . ### http://qudt.org/vocab/unit#Percent unit:Percent qudt-ext:ucumCaseInsensitiveCode "%" ; qudt-ext:ucumCaseSensitiveCode "%" ; qudt-ext:ucumPrintSymbol "%" ; qudt:conversionMultiplier "0.01"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double . ### http://qudt.org/vocab/unit#Phot unit:Phot qudt-ext:ucumCaseInsensitiveCode "PHT" ; qudt-ext:ucumCaseSensitiveCode "ph" ; qudt-ext:ucumPrintSymbol "ph" . ### http://qudt.org/vocab/unit#Pica unit:Pica qudt-ext:ucumCaseInsensitiveCode "[PCA]" ; qudt-ext:ucumCaseSensitiveCode "[pca]" . ### http://qudt.org/vocab/unit#PintImperial unit:PintImperial qudt-ext:ucumCaseInsensitiveCode "[PT_BR]" ; qudt-ext:ucumCaseSensitiveCode "[pt_br]" . ### http://qudt.org/vocab/unit#Point unit:Point qudt-ext:ucumCaseInsensitiveCode "[PNT]" ; qudt-ext:ucumCaseSensitiveCode "[pnt]" . ### http://qudt.org/vocab/unit#Poise unit:Poise qudt-ext:ucumCaseInsensitiveCode "P" ; qudt-ext:ucumCaseSensitiveCode "P" ; qudt-ext:ucumPrintSymbol "P" . ### http://qudt.org/vocab/unit#PoundForce unit:PoundForce qudt-ext:ucumCaseInsensitiveCode "[LBF_AV]" ; qudt-ext:ucumCaseSensitiveCode "[lbf_av]" ; qudt-ext:ucumPrintSymbol "lbf" . ### http://qudt.org/vocab/unit#PoundForcePerSquareInch unit:PoundForcePerSquareInch qudt-ext:ucumCaseInsensitiveCode "[PSI]" ; qudt-ext:ucumCaseSensitiveCode "[psi]" ; qudt-ext:ucumPrintSymbol "psi" . ### http://qudt.org/vocab/unit#PoundMass unit:PoundMass qudt-ext:ucumCaseInsensitiveCode "[LB_AV]" ; qudt-ext:ucumCaseSensitiveCode "[lb_av]" ; qudt-ext:ucumPrintSymbol "lb" . ### http://qudt.org/vocab/unit#PoundTroy unit:PoundTroy qudt-ext:ucumCaseInsensitiveCode "[LB_TR]" ; qudt-ext:ucumCaseSensitiveCode "[lb_tr]" . ### http://qudt.org/vocab/unit#Rad unit:Rad qudt-ext:ucumCaseInsensitiveCode "[RAD]" ; qudt-ext:ucumCaseSensitiveCode "RAD" ; qudt-ext:ucumPrintSymbol "RAD" . ### http://qudt.org/vocab/unit#Radian unit:Radian qudt-ext:ucumCaseInsensitiveCode "RAD" ; qudt-ext:ucumCaseSensitiveCode "rad" ; qudt-ext:ucumPrintSymbol "rad" . ### http://qudt.org/vocab/unit#Rem unit:Rem qudt-ext:ucumCaseInsensitiveCode "[REM]" ; qudt-ext:ucumCaseSensitiveCode "REM" ; qudt-ext:ucumPrintSymbol "REM" . ### http://qudt.org/vocab/unit#Rod unit:Rod qudt-ext:ucumCaseInsensitiveCode "[RD_US]" ; qudt-ext:ucumCaseSensitiveCode "[rd_us]" . ### http://qudt.org/vocab/unit#Roentgen unit:Roentgen qudt-ext:ucumCaseInsensitiveCode "ROE" ; qudt-ext:ucumCaseSensitiveCode "R" ; qudt-ext:ucumPrintSymbol "R" . ### http://qudt.org/vocab/unit#SecondTime unit:SecondTime qudt-ext:ucumCaseInsensitiveCode "S" ; qudt-ext:ucumCaseSensitiveCode "s" ; qudt-ext:ucumPrintSymbol "s" . ### http://qudt.org/vocab/unit#Siemens unit:Siemens qudt-ext:ucumCaseInsensitiveCode "SIE" ; qudt-ext:ucumCaseSensitiveCode "S" ; qudt-ext:ucumPrintSymbol "S" . ### http://qudt.org/vocab/unit#Sievert unit:Sievert qudt-ext:ucumCaseInsensitiveCode "SV" ; qudt-ext:ucumCaseSensitiveCode "Sv" ; qudt-ext:ucumPrintSymbol "Sv" . ### http://qudt.org/vocab/unit#SquareFoot unit:SquareFoot qudt-ext:ucumCaseInsensitiveCode "[SFT_I]" ; qudt-ext:ucumCaseSensitiveCode "[sft_i]" . ### http://qudt.org/vocab/unit#SquareInch unit:SquareInch qudt-ext:ucumCaseInsensitiveCode "[SIN_I]" ; qudt-ext:ucumCaseSensitiveCode "[sin_i]" . ### http://qudt.org/vocab/unit#SquareMile unit:SquareMile qudt-ext:ucumCaseInsensitiveCode "[SMI_US]" ; qudt-ext:ucumCaseSensitiveCode "[smi_us]" . ### http://qudt.org/vocab/unit#SquareYard unit:SquareYard qudt-ext:ucumCaseInsensitiveCode "[SYD_I]" ; qudt-ext:ucumCaseSensitiveCode "[syd_i]" . ### http://qudt.org/vocab/unit#Steradian unit:Steradian qudt-ext:ucumCaseInsensitiveCode "SR" ; qudt-ext:ucumCaseSensitiveCode "sr" ; qudt-ext:ucumPrintSymbol "sr" . ### http://qudt.org/vocab/unit#Stere unit:Stere qudt-ext:ucumCaseInsensitiveCode "STR" ; qudt-ext:ucumCaseSensitiveCode "st" ; qudt-ext:ucumPrintSymbol "st" . ### http://qudt.org/vocab/unit#Stilb unit:Stilb qudt-ext:ucumCaseInsensitiveCode "SB" ; qudt-ext:ucumCaseSensitiveCode "sb" ; qudt-ext:ucumPrintSymbol "sb" . ### http://qudt.org/vocab/unit#Stokes unit:Stokes qudt-ext:ucumCaseInsensitiveCode "ST" ; qudt-ext:ucumCaseSensitiveCode "St" ; qudt-ext:ucumPrintSymbol "St" . ### http://qudt.org/vocab/unit#Tablespoon unit:Tablespoon qudt-ext:ucumCaseInsensitiveCode "[TBS_US]" ; qudt-ext:ucumCaseSensitiveCode "[tbs_us]" . ### http://qudt.org/vocab/unit#Teaspoon unit:Teaspoon qudt-ext:ucumCaseInsensitiveCode "[TSP_US]" ; qudt-ext:ucumCaseSensitiveCode "[tsp_us]" . ### http://qudt.org/vocab/unit#Tesla unit:Tesla qudt-ext:ucumCaseInsensitiveCode "T" ; qudt-ext:ucumCaseSensitiveCode "T" ; qudt-ext:ucumPrintSymbol "T" . ### http://qudt.org/vocab/unit#Tex unit:Tex qudt-ext:ucumCaseInsensitiveCode "TEX" ; qudt-ext:ucumCaseSensitiveCode "tex" ; qudt-ext:ucumPrintSymbol "tex" . ### http://qudt.org/vocab/unit#TonLong unit:TonLong qudt-ext:ucumCaseInsensitiveCode "[LTON_AV]" ; qudt-ext:ucumCaseSensitiveCode "[lton_av]" . ### http://qudt.org/vocab/unit#TonShort unit:TonShort qudt-ext:ucumCaseInsensitiveCode "[STON_AV]" ; qudt-ext:ucumCaseSensitiveCode "[ston_av]" . ### http://qudt.org/vocab/unit#UnifiedAtomicMassUnit unit:UnifiedAtomicMassUnit qudt-ext:ucumCaseInsensitiveCode "AMU" ; qudt-ext:ucumCaseSensitiveCode "u" ; qudt-ext:ucumPrintSymbol "u" . ### http://qudt.org/vocab/unit#Volt unit:Volt qudt-ext:ucumCaseInsensitiveCode "V" ; qudt-ext:ucumCaseSensitiveCode "V" ; qudt-ext:ucumPrintSymbol "V" . ### http://qudt.org/vocab/unit#Watt unit:Watt qudt-ext:ucumCaseInsensitiveCode "W" ; qudt-ext:ucumCaseSensitiveCode "W" ; qudt-ext:ucumPrintSymbol "W" . ### http://qudt.org/vocab/unit#Weber unit:Weber qudt-ext:ucumCaseInsensitiveCode "WB" ; qudt-ext:ucumCaseSensitiveCode "Wb" ; qudt-ext:ucumPrintSymbol "Wb" . ### http://qudt.org/vocab/unit#Yard unit:Yard qudt-ext:ucumCaseInsensitiveCode "[YD_I]" ; qudt-ext:ucumCaseSensitiveCode "[yd_i]" ; qudt-ext:ucumPrintSymbol "yd" . ### http://qudt.org/vocab/unit#Year365Day unit:Year365Day qudt-ext:ucumCaseInsensitiveCode "ANN" ; qudt-ext:ucumCaseSensitiveCode "a" ; qudt-ext:ucumPrintSymbol "a" . ### http://qudt.org/vocab/unit#YearTropical unit:YearTropical qudt-ext:ucumCaseInsensitiveCode "ANN_T" ; qudt-ext:ucumCaseSensitiveCode "a_t" ; qudt-ext:ucumPrintSymbol "at" . ### Generated by the OWL API (version 4.1.3) https://github.com/owlcs/owlapi