@prefix : . @prefix dc: . @prefix dct: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @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:modified "2020-06-24T12:00:00Z"^^xsd:dateTime ; dct:issued "2020-06-30T12:00:00Z"^^xsd:dateTime ; dct:title "The Allotrope QUDT Extension Ontology (REC/2020/06)" ; dct:contributor ; owl:priorVersion ; owl:versionInfo "REC/2020/06" ; dct:publisher ; dct:license ; dct:rights ; dct:contributor , , ; dct:rights ; dct:description "This ontology adds vocabulary of units of measurement and quantities and new unit classes to QUDT." . ################################################################# # # Annotation properties # ################################################################# ### http://purl.org/dc/terms/isReplacedBy dct:isReplacedBy rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/replaces dct:replaces rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/source dct:source rdf:type owl:AnnotationProperty . ### http://www.w3.org/1999/02/22-rdf-syntax-ns#label rdf:label rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#definition skos:definition rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#prefLabel skos:prefLabel rdf:type owl:AnnotationProperty . ################################################################# # # Datatypes # ################################################################# ### http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML rdf:HTML rdf:type rdfs:Datatype . ################################################################# # # Object Properties # ################################################################# ### http://qudt.org/schema/qudt#generalization qudt:generalization rdf:type owl:ObjectProperty . ### http://www.w3.org/2004/02/skos/core#exactMatch skos:exactMatch rdf:type owl:ObjectProperty . ################################################################# # # Data properties # ################################################################# ### http://purl.allotrope.org/ontology/qudt-ext/schema#ucumCaseInsensitiveCode qudt-ext:ucumCaseInsensitiveCode rdf:type owl:DatatypeProperty ; skos:prefLabel "Unified Code for Units of Measure case insensitive code" . ### http://purl.allotrope.org/ontology/qudt-ext/schema#ucumCaseSensitiveCode qudt-ext:ucumCaseSensitiveCode rdf:type owl:DatatypeProperty ; skos:prefLabel "Unified Code for Units of Measure case sensitive code" . ### http://purl.allotrope.org/ontology/qudt-ext/schema#ucumPrintSymbol qudt-ext:ucumPrintSymbol rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf owl:topDataProperty ; skos:prefLabel "Unified Code for Units of Measure print symbol" . ### http://qudt.org/schema/qudt#abbreviation qudt:abbreviation rdf:type owl:DatatypeProperty . ### http://qudt.org/schema/qudt#conversionMultiplier qudt:conversionMultiplier rdf:type owl:DatatypeProperty . ### http://qudt.org/schema/qudt#conversionOffset qudt:conversionOffset rdf:type owl:DatatypeProperty . ### http://qudt.org/schema/qudt#description qudt:description rdf:type owl:DatatypeProperty . ### http://qudt.org/schema/qudt#symbol qudt:symbol 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 ; rdf:label "Electrical Resistivity Unit" ; skos:prefLabel "Electrical Resistivity Unit" . ### http://purl.allotrope.org/ontology/qudt-ext/schema#ElectricalResitivityUnit qudt-ext:ElectricalResitivityUnit rdf:type owl:Class ; rdfs:subClassOf 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#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#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 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://qudt.org/schema/qudt#CountingUnit qudt:CountingUnit rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty qudt:quantityKind ; owl:hasValue quantity-ext:Count ] . ################################################################# # # Individuals # ################################################################# ### http://dbpedia.org/resource/Molar_concentration rdf:type owl:NamedIndividual . ### http://dbpedia.org/resource/Resistivity rdf:type owl:NamedIndividual . ### 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:prefLabel "Absorbance" . ### 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:prefLabel "Activity Content" . ### 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:prefLabel "Count" . ### http://purl.allotrope.org/ontology/qudt-ext/quantity#ElectricalConductivity quantity-ext:ElectricalConductivity rdf:type owl:NamedIndividual , qudt:ElectricityAndMagnetismQuantityKind ; skos:exactMatch ; 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:prefLabel "Electrical Resistivity" . ### http://purl.allotrope.org/ontology/qudt-ext/quantity#ElectricalResistivity quantity-ext:ElectricalResistivity rdf:type owl:NamedIndividual , qudt:ElectricityAndMagnetismQuantityKind ; skos:exactMatch ; 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:prefLabel "Electrical Conductivity" . ### 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:prefLabel "Enzymatic Activity" . ### http://purl.allotrope.org/ontology/qudt-ext/quantity#Gain quantity-ext:Gain rdf:type owl:NamedIndividual , qudt:QuantityKind ; qudt:description "Gain is the ratio of output signal strength to input voltage. [OSTHUS]" ; rdfs:label "Gain" ; skos:prefLabel "Gain" . ### http://purl.allotrope.org/ontology/qudt-ext/quantity#Infectivity quantity-ext:Infectivity rdf:type owl:NamedIndividual , qudt:BiologyQuantityKind ; rdfs:label "Infectivity" ; skos:prefLabel "Infectivity" . ### http://purl.allotrope.org/ontology/qudt-ext/quantity#NumberConcentration quantity-ext:NumberConcentration rdf:type owl:NamedIndividual , qudt:QuantityKind ; qudt:generalization quantity-ext:NumberDensity ; qudt:symbol "C" ; dct:source "https://en.wikipedia.org/wiki/Number_density" ; rdfs:label "Number Concentration" ; skos:prefLabel "Number Concentration" . ### http://purl.allotrope.org/ontology/qudt-ext/quantity#NumberDensity quantity-ext:NumberDensity rdf:type owl:NamedIndividual , qudt:QuantityKind ; qudt:description "Volume number density is the number of specified objects per unit volume" ; qudt:symbol "n" ; dct:source "https://en.wikipedia.org/wiki/Number_density" ; rdfs:label "Number Density" ; skos:prefLabel "Number Density" . ### http://purl.allotrope.org/ontology/qudt-ext/quantity#NumberPerTime quantity-ext:NumberPerTime rdf:type owl:NamedIndividual , qudt:QuantityKind ; qudt:description "Number per time is the number of specified objects per unit time" ; qudt:symbol "n/t" ; rdfs:label "Number per Time" ; skos:prefLabel "Number per Time" . ### http://purl.allotrope.org/ontology/qudt-ext/quantity#NumberTimesTime quantity-ext:NumberTimesTime rdf:type owl:NamedIndividual , qudt:QuantityKind ; qudt:description "Number times time is the number of specified objects times unit time" ; qudt:symbol "n*t" ; rdfs:label "Number times Time" ; skos:prefLabel "Number times Time" . ### http://purl.allotrope.org/ontology/qudt-ext/quantity#QuantityTimesTime quantity-ext:QuantityTimesTime rdf:type owl:NamedIndividual , qudt:QuantityKind ; 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"^^xsd:string . ### http://purl.allotrope.org/ontology/qudt-ext/quantity#RefractiveIndex quantity-ext:RefractiveIndex rdf:type owl:NamedIndividual , qudt:QuantityKind ; 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:prefLabel "Refractive Index" . ### 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:prefLabel "Specific Surface Area" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#AbsorbanceUnitTimesSecond unit-ext:AbsorbanceUnitTimesSecond rdf:type owl:NamedIndividual , qudt:Unit ; qudt:abbreviation "AU.sec" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "AU.s" ; 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 quantity:Dimensionless ; qudt:abbreviation "AU" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "AU" ; rdfs:label "Arbitrary Unit" ; 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:abbreviation "AU/V" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "AU/V" ; rdfs:label "Arbitrary Unit per Volt" ; 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:abbreviation "lbav" ; qudt:conversionMultiplier "0.45359237"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:description "The mass unit of avoirdupois pound (1 lbav = 0,45359237 kg). [ISO 11240]" ; qudt:symbol "lbav" ; rdfs:label "avoirdupois pound" ; 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: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:prefLabel "Becquerel per Gram" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#BillionCFU unit-ext:BillionCFU rdf:type owl:NamedIndividual , qudt:MicrobialFormationUnit ; 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: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: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:prefLabel "CCID50 per Milliliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#CaloriePerGramSecond unit-ext:CaloriePerGramSecond rdf:type owl:NamedIndividual , qudt:HeatFlowRateUnit ; 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:prefLabel "Calorie per Gram Second" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#CaloriePerSecond unit-ext:CaloriePerSecond rdf:type owl:NamedIndividual , qudt:HeatFlowRateUnit ; 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: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#CountsTimesSecond unit-ext:CountsTimesSecond rdf:type owl:NamedIndividual , qudt-ext:NumberTimesTimeUnit ; 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:prefLabel "Counts times Second" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Drop unit-ext:Drop rdf:type owl:NamedIndividual , qudt:BiomedicalUnit , qudt:VolumeUnit ; 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 "drop" ; rdfs:label "Drop" ; 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:prefLabel "Elementary Charge" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#EnzymeUnit unit-ext:EnzymeUnit rdf:type owl:NamedIndividual , qudt-ext:EnzymaticActivityUnit ; 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:prefLabel "Enzyme Unit" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Femtogram unit-ext:Femtogram rdf:type owl:NamedIndividual , qudt:MassUnit ; qudt:abbreviation "fg" ; qudt:conversionMultiplier "1.0E-18"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "fg" ; rdfs:label "Femtogram" ; skos:prefLabel "Femtogram" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#FemtogramPerFemtoliter unit-ext:FemtogramPerFemtoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "fg/fL" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "fg/fL" ; rdfs:label "Femtogram per Femtoliter" ; skos:prefLabel "Femtogram per Femtoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#FemtogramPerLiter unit-ext:FemtogramPerLiter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "fg/L" ; qudt:conversionMultiplier "1.0E-15"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "fg/L" ; rdfs:label "Femtogram per Liter" ; skos:prefLabel "Femtogram per Liter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#FemtogramPerMicroliter unit-ext:FemtogramPerMicroliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "fg/μL" ; qudt:conversionMultiplier "1.0000000000000002E-12"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "fg/μL" ; rdfs:label "Femtogram per Microliter" ; skos:prefLabel "Femtogram per Microliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#FemtogramPerMilliliter unit-ext:FemtogramPerMilliliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "fg/mL" ; qudt:conversionMultiplier "1.0E-15"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "fg/mL" ; rdfs:label "Femtogram per Milliliter" ; skos:prefLabel "Femtogram per Milliliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#FemtogramPerNanoliter unit-ext:FemtogramPerNanoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "fg/nL" ; qudt:conversionMultiplier "1.0E-9"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "fg/nL" ; rdfs:label "Femtogram per Nanoliter" ; skos:prefLabel "Femtogram per Nanoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#FemtogramPerPicoliter unit-ext:FemtogramPerPicoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "fg/pL" ; qudt:conversionMultiplier "1.0000000000000002E-6"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "fg/pL" ; rdfs:label "Femtogram per Picoliter" ; skos:prefLabel "Femtogram per Picoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#FemtogramPerSquareCentimeter unit-ext:FemtogramPerSquareCentimeter rdf:type owl:NamedIndividual , qudt:MassPerAreaUnit ; qudt:abbreviation "fg/cm^2" ; qudt:conversionMultiplier "1.0E-14"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "fg/cm^2" ; rdfs:label "Femtogram per Square Centimeter" ; 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: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:prefLabel "Femtogram per Square Meter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Femtoliter unit-ext:Femtoliter rdf:type owl:NamedIndividual , qudt:VolumeUnit ; qudt:abbreviation "fL" ; qudt:conversionMultiplier "1.0E-15"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "fL" ; rdfs:label "Femtoliter" ; skos:prefLabel "Femtoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Femtomolar unit-ext:Femtomolar rdf:type owl:NamedIndividual , qudt:MolarConcentrationUnit ; qudt:abbreviation "fM" ; qudt:conversionMultiplier "1.0E-12"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "fmol/dm^3" ; rdfs:label "Femtomolar" ; skos:prefLabel "Femtomolar" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Femtomole unit-ext:Femtomole rdf:type owl:NamedIndividual , qudt:AmountOfSubstanceUnit ; qudt:abbreviation "fmol" ; qudt:conversionMultiplier "1.0E-15"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "fmol" ; rdfs:label "Femtomole" ; skos:prefLabel "Femtomole" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#FocusFormingUnitPerMilliliter unit-ext:FocusFormingUnitPerMilliliter rdf:type owl:NamedIndividual , qudt-ext:InfectivityUnit ; 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:prefLabel "Focus Forming Unit per Milliliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#GramPerFemtoliter unit-ext:GramPerFemtoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "g/fL" ; qudt:conversionMultiplier "1.0E12"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "g/fL" ; rdfs:label "Gram per Femtoliter" ; skos:prefLabel "Gram per Femtoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#GramPerLiter unit-ext:GramPerLiter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "g/L" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "g/dm^3" ; rdfs:label "Gram per Liter" ; skos:prefLabel "Gram per Liter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#GramPerMicroliter unit-ext:GramPerMicroliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "g/μL" ; qudt:conversionMultiplier "1000.0000000000001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "g/μL" ; rdfs:label "Gram per Microliter" ; skos:prefLabel "Gram per Microliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#GramPerMilliliter unit-ext:GramPerMilliliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "g/mL" ; 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:prefLabel "Gram per Milliliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#GramPerNanoliter unit-ext:GramPerNanoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "g/nL" ; qudt:conversionMultiplier "1000000.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "g/nL" ; rdfs:label "Gram per Nanoliter" ; skos:prefLabel "Gram per Nanoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#GramPerPicoliter unit-ext:GramPerPicoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "g/pL" ; qudt:conversionMultiplier "1.0E9"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "g/pL" ; rdfs:label "Gram per Picoliter" ; skos:prefLabel "Gram per Picoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#GramPerSquareCentimeter unit-ext:GramPerSquareCentimeter rdf:type owl:NamedIndividual , qudt:MassPerAreaUnit ; qudt:abbreviation "g/cm^2" ; qudt:conversionMultiplier "10.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "g/cm^2" ; rdfs:label "Gram per Square Centimeter" ; 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: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:prefLabel "Gram per Square Meter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#GramsPerMinute unit-ext:GramsPerMinute rdf:type owl:NamedIndividual , qudt:MassPerTimeUnit ; 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:prefLabel "Gram per Minute" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#JoulePerDegreeCelsius unit-ext:JoulePerDegreeCelsius rdf:type owl:NamedIndividual , qudt:HeatCapacityAndEntropyUnit ; qudt:abbreviation "J/degC" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "J/°C" ; rdfs:comment "heat noise unit" ; rdfs:label "Joule per Degree Celsius" ; 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: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:prefLabel "Joule per Gram" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#JoulePerGramDegreeCelsius unit-ext:JoulePerGramDegreeCelsius rdf:type owl:NamedIndividual , qudt:SpecificHeatCapacityUnit ; 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: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: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:prefLabel "Kilojoule per Mole Kelvin" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#KiloVolt unit-ext:KiloVolt rdf:type owl:NamedIndividual , qudt:EnergyPerElectricChargeUnit ; qudt:abbreviation "kV" ; qudt:conversionMultiplier "1000.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "kV" ; rdfs:label "Kilovolt" ; skos:prefLabel "Kilovolt" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#KilogramPerFemtoliter unit-ext:KilogramPerFemtoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "kg/fL" ; qudt:conversionMultiplier "9.999999999999999E14"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "kg/fL" ; rdfs:label "Kilogram per Femtoliter" ; skos:prefLabel "Kilogram per Femtoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#KilogramPerLiter unit-ext:KilogramPerLiter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "kg/L" ; qudt:conversionMultiplier "1000.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "kg/L" ; rdfs:label "Kilogram per Liter" ; skos:prefLabel "Kilogram per Liter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#KilogramPerMicroliter unit-ext:KilogramPerMicroliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "kg/μL" ; qudt:conversionMultiplier "1000000.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "kg/μL" ; rdfs:label "Kilogram per Microliter" ; skos:prefLabel "Kilogram per Microliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#KilogramPerMilliliter unit-ext:KilogramPerMilliliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "kg/mL" ; qudt:conversionMultiplier "1000.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "kg/mL" ; rdfs:label "Kilogram per Milliliter" ; skos:prefLabel "Kilogram per Milliliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#KilogramPerNanoliter unit-ext:KilogramPerNanoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "kg/nL" ; qudt:conversionMultiplier "9.999999999999999E8"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "kg/nL" ; rdfs:label "Kilogram per Nanoliter" ; skos:prefLabel "Kilogram per Nanoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#KilogramPerPicoliter unit-ext:KilogramPerPicoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "kg/pL" ; qudt:conversionMultiplier "1.0E12"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "kg/pL" ; rdfs:label "Kilogram per Picoliter" ; skos:prefLabel "Kilogram per Picoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#KilogramPerSquareCentimeter unit-ext:KilogramPerSquareCentimeter rdf:type owl:NamedIndividual , qudt:MassPerAreaUnit ; qudt:abbreviation "kg/cm^2" ; qudt:conversionMultiplier "10000.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "kg/cm^2" ; rdfs:label "Kilogram per Square Centimeter" ; 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: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:prefLabel "Liter per Kilogram" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#LiterPerMinute unit-ext:LiterPerMinute rdf:type owl:NamedIndividual , qudt:VolumePerTimeUnit ; 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:prefLabel "Liter per Minute" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#LiterPerSecond unit-ext:LiterPerSecond rdf:type owl:NamedIndividual , qudt:VolumePerTimeUnit ; 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:prefLabel "Liter per Second" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#LuminescenceUnits unit-ext:LuminescenceUnits rdf:type owl:NamedIndividual , qudt:LuminousIntensityUnit ; qudt:abbreviation "LU" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "LU" ; rdfs:label "Luminescence Units" ; 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 quantity:Dimensionless ; 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: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:abbreviation "MPa" ; qudt:conversionMultiplier "1000000.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "MPa" ; rdfs:label "Megapascal" ; skos:prefLabel "Megapascal" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MicroCaloriePerDegreeCelsius unit-ext:MicroCaloriePerDegreeCelsius rdf:type owl:NamedIndividual , qudt:HeatCapacityAndEntropyUnit ; 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:prefLabel "Microcalorie per Degree Celsius" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MicroVoltTimesSecond unit-ext:MicroVoltTimesSecond rdf:type owl:NamedIndividual , qudt-ext:QuantityTimesTimeUnit , qudt:Unit ; qudt:abbreviation "μV.sec"^^xsd:string ; qudt:conversionMultiplier "1.0E-6"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "μV.s" ; 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:abbreviation "µW" ; qudt:conversionMultiplier "1.0E-6"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "µW" ; rdfs:label "Microwatt" ; skos:prefLabel "Microwatt" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MicroWattPerGram unit-ext:MicroWattPerGram rdf:type owl:NamedIndividual , qudt:HeatFlowRateUnit ; 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:prefLabel "Microwatt per Gram" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Microgram unit-ext:Microgram rdf:type owl:NamedIndividual , qudt:MassUnit ; qudt:abbreviation "μg" ; qudt:conversionMultiplier "1.0E-9"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "μg" ; rdfs:label "Microgram" ; skos:prefLabel "Microgram" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MicrogramPerFemtoliter unit-ext:MicrogramPerFemtoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "μg/fL" ; qudt:conversionMultiplier "1000000.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "μg/fL" ; rdfs:label "Microgram per Femtoliter" ; skos:prefLabel "Microgram per Femtoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MicrogramPerLiter unit-ext:MicrogramPerLiter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "μg/L" ; qudt:conversionMultiplier "1.0E-6"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "μg/L" ; rdfs:label "Microgram per Liter" ; skos:prefLabel "Microgram per Liter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MicrogramPerMicroliter unit-ext:MicrogramPerMicroliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "μg/μL" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "μg/μL" ; rdfs:label "Microgram per Microliter" ; skos:prefLabel "Microgram per Microliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MicrogramPerMilliliter unit-ext:MicrogramPerMilliliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "μg/mL" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "μg/cm^3" ; rdfs:label "Microgram per Milliliter" ; skos:prefLabel "Microgram per Milliliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MicrogramPerNanoliter unit-ext:MicrogramPerNanoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "μg/nL" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "μg/nL" ; rdfs:label "Microgram per Nanoliter" ; skos:prefLabel "Microgram per Nanoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MicrogramPerPicoliter unit-ext:MicrogramPerPicoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "μg/pL" ; qudt:conversionMultiplier "1000.0000000000001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "μg/pL" ; rdfs:label "Microgram per Picoliter" ; skos:prefLabel "Microgram per Picoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MicrogramPerSquareCentimeter unit-ext:MicrogramPerSquareCentimeter rdf:type owl:NamedIndividual , qudt:MassPerAreaUnit ; qudt:abbreviation "μg/cm^2" ; qudt:conversionMultiplier "1.0E-5"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "μg/cm^2" ; rdfs:label "Microgram per Square Centimeter" ; 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: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:prefLabel "Microgram per Square Meter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Microliter unit-ext:Microliter rdf:type owl:NamedIndividual , qudt:VolumeUnit ; qudt:abbreviation "μL" ; qudt:conversionMultiplier "1.0E-6"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "μL" ; rdfs:label "Microliter" ; skos:prefLabel "Microliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MicroliterPerMinute unit-ext:MicroliterPerMinute rdf:type owl:NamedIndividual , qudt:VolumePerTimeUnit ; 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:prefLabel "Microliter per Minute" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Micromolar unit-ext:Micromolar rdf:type owl:NamedIndividual , qudt:MolarConcentrationUnit ; qudt:abbreviation "μM" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "μM" ; rdfs:label "Micromolar" ; skos:prefLabel "Micromolar" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Micromole unit-ext:Micromole rdf:type owl:NamedIndividual , qudt:AmountOfSubstanceUnit ; qudt:abbreviation "μmol" ; qudt:conversionMultiplier "1.0E-6"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "μmol" ; rdfs:label "Micromole" ; skos:prefLabel "Micromole" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Microvolt unit-ext:Microvolt rdf:type owl:NamedIndividual , qudt:EnergyPerElectricChargeUnit ; qudt:abbreviation "microV" ; qudt:conversionMultiplier "1.0E-6"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "µV" ; rdfs:label "Microvolt" ; skos:prefLabel "Microvolt" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilliAbsorbanceUnit unit-ext:MilliAbsorbanceUnit rdf:type owl:NamedIndividual , qudt-ext:AbsorbanceUnit ; qudt:quantityKind quantity:Dimensionless ; qudt:abbreviation "mAU" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mAU" ; 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:abbreviation "mAU.min" , "mAU.min"^^xsd:string ; qudt:conversionMultiplier "0.06"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mAU.min" ; 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:abbreviation "mAU.sec" , "mAU.sec"^^xsd:string ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mAU.s" ; skos:prefLabel "Milli Absorbance Unit times Second" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilliArbitraryUnit unit-ext:MilliArbitraryUnit rdf:type owl:NamedIndividual , qudt:DimensionlessUnit ; qudt:quantityKind quantity:Dimensionless ; qudt:abbreviation "mAU" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mAU" ; rdfs:label "Milli Arbitrary Unit" ; skos:prefLabel "Milli Arbitrary Unit" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilliCaloriePerMinute unit-ext:MilliCaloriePerMinute rdf:type owl:NamedIndividual , qudt:HeatFlowRateUnit ; qudt:abbreviation "mcal/min" ; 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:prefLabel "Millicalorie per Minute" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilliCaloriePerMoleDegreeCelsius unit-ext:MilliCaloriePerMoleDegreeCelsius rdf:type owl:NamedIndividual , qudt:HeatCapacityAndEntropyUnit ; 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: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:abbreviation "mcal/s" ; qudt:conversionMultiplier "0.004184"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mcal/s" ; rdfs:comment "heat flow rate, used for quantifying differential power" ; rdfs:label "Mllicalorie per Second" ; skos:prefLabel "Mllicalorie per Second" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilliWatt unit-ext:MilliWatt rdf:type owl:NamedIndividual , qudt:HeatCapacityAndEntropyUnit , qudt:PowerUnit ; qudt:abbreviation "mW" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mW" ; rdfs:label "Milliwatt" ; skos:prefLabel "Milliwatt" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilliWattPerGram unit-ext:MilliWattPerGram rdf:type owl:NamedIndividual , qudt:HeatFlowRateUnit ; 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:prefLabel "Milliwatt per Gram" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Milligram unit-ext:Milligram rdf:type owl:NamedIndividual , qudt:MassUnit ; qudt:abbreviation "mg" ; qudt:conversionMultiplier "1.0E-6"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mg" ; rdfs:label "Milligram" ; skos:prefLabel "Milligram" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerDeciliter unit-ext:MilligramPerDeciliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; 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:prefLabel "Milligram per Deciliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerFemtoliter unit-ext:MilligramPerFemtoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "mg/fL" ; qudt:conversionMultiplier "9.999999999999999E8"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mg/fL" ; rdfs:label "Milligram per Femtoliter" ; 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:abbreviation "mg/kg" ; qudt:symbol "mg/kg" ; rdfs:label "Milligram per Kilogram" ; skos:prefLabel "Milligram per Kilogram" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerLiter unit-ext:MilligramPerLiter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "mg/L" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mg/L" ; rdfs:label "Milligram per Liter" ; skos:prefLabel "Milligram per Liter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerMicroliter unit-ext:MilligramPerMicroliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "mg/μL" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mg/μL" ; rdfs:label "Milligram per Microliter" ; skos:prefLabel "Milligram per Microliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerMilliliter unit-ext:MilligramPerMilliliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "mg/mL" ; qudt:conversionMultiplier "1000.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mg/cm^3" ; rdfs:label "Milligram per Milliliter" ; skos:prefLabel "Milligram per Milliliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerNanoliter unit-ext:MilligramPerNanoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "mg/nL" ; qudt:conversionMultiplier "999.9999999999999"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mg/nL" ; rdfs:label "Milligram per Nanoliter" ; skos:prefLabel "Milligram per Nanoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerPicoliter unit-ext:MilligramPerPicoliter rdf:type owl:NamedIndividual , qudt:MassPerVolumeUnit ; qudt:abbreviation "mg/pL" ; qudt:conversionMultiplier "1000000.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mg/pL" ; rdfs:label "Milligram per Picoliter" ; skos:prefLabel "Milligram per Picoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilligramPerSquareCentimeter unit-ext:MilligramPerSquareCentimeter rdf:type owl:NamedIndividual , qudt:MassPerAreaUnit ; qudt:abbreviation "mg/cm^2" ; qudt:conversionMultiplier "0.009999999999999998"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mg/cm^2" ; rdfs:label "Milligram per Square Centimeter" ; 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: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:prefLabel "Milligram per Square Meter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Milliliter unit-ext:Milliliter rdf:type owl:NamedIndividual , qudt:VolumeUnit ; qudt:abbreviation "mL" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mL" ; rdfs:label "Milliliter" ; skos:prefLabel "Milliliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilliliterPerKilogram unit-ext:MilliliterPerKilogram rdf:type owl:NamedIndividual , qudt:VolumePerMassUnit ; 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:prefLabel "Milliliter per Kilogram" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilliliterPerMinute unit-ext:MilliliterPerMinute rdf:type owl:NamedIndividual , qudt:VolumePerTimeUnit ; 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:prefLabel "Milliliter per Minute" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilliliterPerMinuteSquared unit-ext:MilliliterPerMinuteSquared rdf:type owl:NamedIndividual , qudt:VolumePerTimeUnit ; 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:prefLabel "Milliliter per Minute squared" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MilliliterPerSecond unit-ext:MilliliterPerSecond rdf:type owl:NamedIndividual , qudt:VolumePerTimeUnit ; 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:prefLabel "Milliliter per Second" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Millimeter unit-ext:Millimeter rdf:type owl:NamedIndividual , qudt:LengthUnit ; qudt:abbreviation "mm" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mm" ; rdfs:label "Millimeter" ; skos:prefLabel "Millimeter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Millimolar unit-ext:Millimolar rdf:type owl:NamedIndividual , qudt:MolarConcentrationUnit ; qudt:abbreviation "mM" ; qudt:conversionMultiplier "1.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mM" ; rdfs:label "Millimolar" ; skos:prefLabel "Millimolar" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Millimole unit-ext:Millimole rdf:type owl:NamedIndividual , qudt:AmountOfSubstanceUnit ; qudt:abbreviation "mmol" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mmol" ; rdfs:label "Millimole" ; skos:prefLabel "Millimole" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MillimolePerMilliliter unit-ext:MillimolePerMilliliter rdf:type owl:NamedIndividual , qudt:MolarConcentrationUnit ; qudt:quantityKind quantity:AmountOfSubstancePerUnitVolume ; qudt:abbreviation "mmol/mL" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mmol/mL" ; rdfs:label "Millimole per Milliliter" ; 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: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:prefLabel "Million Cells per Milliliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Millivolt unit-ext:Millivolt rdf:type owl:NamedIndividual , qudt:EnergyPerElectricChargeUnit ; qudt:abbreviation "mV" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mV" ; rdfs:label "Millivolt" ; skos:prefLabel "Millivolt" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Molar unit-ext:Molar rdf:type owl:NamedIndividual , qudt:MolarConcentrationUnit ; skos:exactMatch ; qudt:abbreviation "M" ; qudt:conversionMultiplier "1000.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mol/dm^3" ; rdfs:label "Molar" ; skos:prefLabel "Molar" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MolePerCubicDecimeter unit-ext:MolePerCubicDecimeter rdf:type owl:NamedIndividual , qudt:MolarConcentrationUnit ; 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:prefLabel "Mole per Cubic Decimeter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#MolePerLiter unit-ext:MolePerLiter rdf:type owl:NamedIndividual , qudt:MolarConcentrationUnit ; qudt:abbreviation "mol/L" ; qudt:conversionMultiplier "0.001"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "mol/L" ; rdfs:label "Mole per Liter" ; skos:prefLabel "Mole per Liter" . ### 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:abbreviation "ng" ; qudt:conversionMultiplier "1.0E-12"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "ng" ; rdfs:label "Nanogram" ; 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 "999.9999999999999"^^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 "9.999999999999999E-9"^^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:abbreviation "nL" ; qudt:conversionMultiplier "1.0E-9"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "nL" ; rdfs:label "Nanoliter" ; skos:prefLabel "Nanoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Nanometer unit-ext:Nanometer rdf:type owl:NamedIndividual , qudt:LengthUnit ; qudt:abbreviation "nm" ; qudt:conversionMultiplier "1.0E-8"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "nm" ; rdfs:label "Nanometer" ; 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:abbreviation "nmol" ; qudt:conversionMultiplier "1.0E-9"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "nmol" ; rdfs:label "Nanomole" ; skos:prefLabel "Nanomole" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#NumberPerYear unit-ext:NumberPerYear rdf:type owl:NamedIndividual , qudt-ext:NumberPerTimeUnit ; qudt:abbreviation "#/yr" ; qudt:symbol "#/yr" ; dct:replaces unit:NumberPerYear ; rdfs:label "Number per Year" ; skos:prefLabel "Number per Year" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#OhmMeter unit-ext:OhmMeter rdf:type owl:NamedIndividual , qudt-ext:ElectricalResistivityUnit ; skos:exactMatch ; 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:prefLabel "Ohm Meter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#OsmolesPerLiter unit-ext:OsmolesPerLiter rdf:type owl:NamedIndividual , qudt:ConcentrationUnit ; qudt:abbreviation "osmol/L" ; qudt:conversionMultiplier "1000.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "osmol/L" ; rdfs:label "Osmoles per Liter" ; 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 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:prefLabel "pH" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#PartsPerBillion unit-ext:PartsPerBillion rdf:type owl:NamedIndividual , qudt-ext:RatioUnit , qudt:CountingUnit ; qudt:abbreviation "ppb" ; qudt:conversionMultiplier "1.0E-9"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "ppb" ; rdfs:label "PartsPerBillion" ; skos:definition "A dimensionless unit, it is equivalent to 10−9. [ISO 11240]" ; skos:prefLabel "PartsPerBillion" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#PartsPerMillion unit-ext:PartsPerMillion rdf:type owl:NamedIndividual , qudt-ext:RatioUnit , qudt:CountingUnit ; qudt:abbreviation "ppm" ; qudt:conversionMultiplier "1.0E-6"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "ppm" ; rdfs:label "PartsPerMillion" ; skos:definition "A dimensionless unit, it is equivalent to 10−6. [ISO 11240]" ; skos:prefLabel "PartsPerMillion" . ### 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:abbreviation "pA" ; qudt:conversionMultiplier "1.0E-12"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "pA" ; rdfs:label "Picoampere" ; skos:prefLabel "Picoampere" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#PicoAmperesTimesMinute unit-ext:PicoAmperesTimesMinute rdf:type owl:NamedIndividual , qudt:Unit ; qudt:abbreviation "pA.min" ; qudt:conversionMultiplier "1.667E-14"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "pA.min" ; skos:prefLabel "Pico Ampere times Minute" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Picogram unit-ext:Picogram rdf:type owl:NamedIndividual , qudt:MassUnit ; qudt:abbreviation "pg" ; qudt:conversionMultiplier "1.0E-15"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "pg" ; rdfs:label "Picogram" ; 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.0000000000000001E-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:abbreviation "pL" ; qudt:conversionMultiplier "1.0E-12"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "pL" ; rdfs:label "Picoliter" ; skos:prefLabel "Picoliter" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Picometer unit-ext:Picometer rdf:type owl:NamedIndividual , qudt:LengthUnit ; qudt:abbreviation "pm" ; qudt:conversionMultiplier "1.0E-12"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "pm" ; rdfs:label "Picometer" ; 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:abbreviation "pmol" ; qudt:conversionMultiplier "1.0E-12"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "pmol" ; rdfs:label "Picomole" ; skos:prefLabel "Picomole" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#PlaqueFormingUnit unit-ext:PlaqueFormingUnit rdf:type owl:NamedIndividual , qudt:MicrobialFormationUnit ; qudt:abbreviation "PFU" ; qudt:symbol "PFU" ; rdfs:label "Plaque Forming Unit" ; 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:abbreviation "1/cm" ; qudt:conversionMultiplier "100.0"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:symbol "1/cm" ; rdfs:label "Wave Number" ; skos:prefLabel "Wave Number" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#RefractiveIndexUnit unit-ext:RefractiveIndexUnit rdf:type owl:NamedIndividual , qudt-ext:RefractiveIndexUnit ; qudt:abbreviation "RIU" ; qudt:symbol "RIU" ; rdfs:label "Refractive Index Unit" ; skos:prefLabel "Refractive Index Unit" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#SamplePerSecond unit-ext:SamplePerSecond rdf:type owl:NamedIndividual , qudt-ext:NumberPerTimeUnit ; qudt:description "The number of discrete samples of some thing per second." ; qudt:symbol "[sps]" ; dct:replaces unit:SamplePerSecond ; rdfs:label "Sample per Second" ; 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#SquareAngstrom unit-ext:SquareAngstrom rdf:type owl:NamedIndividual , qudt:AreaUnit ; 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:prefLabel "Square Ångström" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#SquareMetersPerGram unit-ext:SquareMetersPerGram rdf:type owl:NamedIndividual , qudt-ext:SpecificSurfaceAreaUnit ; 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:prefLabel "Square Meters per Gram" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#SubstanceArbitraryUnit unit-ext:SubstanceArbitraryUnit rdf:type owl:NamedIndividual , qudt:ChemistryUnit ; qudt:abbreviation "IU" ; qudt:symbol "IU" ; rdfs:label "Substance Arbitrary Unit" ; 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:abbreviation "2θ" ; qudt:symbol "2θ" ; rdfs:label "Two Theta" ; skos:prefLabel "Two Theta" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#Unitless unit-ext:Unitless rdf:type owl:NamedIndividual , qudt:DimensionlessUnit ; skos:closeMatch , unit: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:prefLabel "Unitless" . ### http://purl.allotrope.org/ontology/qudt-ext/unit#WattPerGram unit-ext:WattPerGram rdf:type owl:NamedIndividual , qudt:HeatFlowRateUnit ; 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:prefLabel "Watt per Gram" . ### http://qudt.org/schema/quantity#AmountOfSubstancePerUnitVolume quantity:AmountOfSubstancePerUnitVolume rdf:type owl:NamedIndividual . ### http://qudt.org/schema/quantity#Dimensionless quantity:Dimensionless rdf:type owl:NamedIndividual . ### http://qudt.org/schema/quantity#DimensionlessRatio quantity:DimensionlessRatio rdf:type owl:NamedIndividual . ### http://qudt.org/schema/qudt#Activity qudt:Activity rdf:type owl:NamedIndividual ; qudt:symbol "A" . ### http://qudt.org/vocab/quantity#CatalyticActivity qudt-quantity:CatalyticActivity rdf:type owl:NamedIndividual . ### http://qudt.org/vocab/unit#Acre unit:Acre qudt-ext:ucumCaseInsensitiveCode "[ACR_US]" ; 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 "ASU" ; 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" . ### 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" . ### 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#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" . ### 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