@prefix : <http://qudt.org/1.1/vocab/unit#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix qudt: <http://qudt.org/schema/qudt#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unit: <http://qudt.org/vocab/unit#> .
@prefix qudt-1.1: <http://qudt.org/1.1/schema/qudt#> .
@prefix qudt-quantity: <http://qudt.org/vocab/quantity#> .
@prefix qudt-unit-1.1: <http://qudt.org/1.1/vocab/unit#> .
@prefix qudt-dimension: <http://qudt.org/vocab/dimension#> .
@base <http://qudt.org/1.1/vocab/unit> .

<http://qudt.org/1.1/vocab/unit> rdf:type owl:Ontology ;
                                 
                                 owl:versionIRI <http://purl.allotrope.org/voc/qudt/REC/2018/04/vocab/unit> ;
                                 
                                 owl:imports <http://purl.allotrope.org/voc/qudt/REC/2018/04/schema/qudt> ;
                                 
                                 dc:contributor "Ralph Hodgson"^^xsd:string ;
                                 
                                 dc:creator "James E. Masters"^^xsd:string ;
                                 
                                 dc:rights "The QUDT Ontologies are issued under a Creative Commons Attribution Share Alike 3.0 United States License. Attribution should be made to NASA Ames Research Center and TopQuadrant, Inc."^^xsd:string ;
                                 
                                 dc:contributor "Daniel Mekonnen"^^xsd:string ,
                                                "Irene Polikoff"^^xsd:string ;
                                 
                                 dc:title "QUDT Units Vocabulary (without dimensions) Version 1.1"^^xsd:string ;
                                 
                                 dc:contributor "Thomas Weber" ;
                                 
                                 rdfs:label "QUDT Unit"^^xsd:string ;
                                 
                                 owl:versionInfo "simplified based on $Id: OVG_units-qudt-(v1.1).ttl 4990 2011-06-01 22:18:25Z RalphHodgson $"^^xsd:string ;
                                 
                                 dc:subject "Units of Measure"^^xsd:string .


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


###  http://purl.org/dc/elements/1.1/description

dc:description rdf:type owl:AnnotationProperty .





#################################################################
#
#    Object Properties
#
#################################################################


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

qudt:exactMatch rdf:type owl:ObjectProperty .



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

qudt:systemAllowedUnit rdf:type owl:ObjectProperty .



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

qudt:systemBaseUnit rdf:type owl:ObjectProperty .



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

qudt:systemCoherentDerivedUnit rdf:type owl:ObjectProperty .



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

qudt:systemDefinedUnit rdf:type owl:ObjectProperty .



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

qudt:systemDerivedUnit rdf:type owl:ObjectProperty .



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

qudt:systemPrefixUnit rdf:type owl:ObjectProperty .



###  http://www.w3.org/2004/02/skos/core#closeMatch

skos:closeMatch rdf:type owl:ObjectProperty .



###  http://www.w3.org/2004/02/skos/core#exactMatch

skos:exactMatch rdf:type owl:ObjectProperty .





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


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

qudt:abbreviation rdf:type owl:DatatypeProperty .



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

qudt:code 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#currencyExponent

qudt:currencyExponent rdf:type owl:DatatypeProperty .



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

qudt:description rdf:type owl:DatatypeProperty .



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

qudt:literal rdf:type owl:DatatypeProperty .



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

qudt:symbol rdf:type owl:DatatypeProperty .



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

qudt:uneceCommonCode rdf:type owl:DatatypeProperty .





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


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

qudt:AbsorbedDoseRateUnit rdf:type owl:Class .



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

qudt:AbsorbedDoseUnit rdf:type owl:Class .



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

qudt:ActivityUnit rdf:type owl:Class .



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

qudt:AmountOfSubstanceTemperatureUnit rdf:type owl:Class .



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

qudt:AmountOfSubstanceUnit rdf:type owl:Class .



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

qudt:AngleUnit rdf:type owl:Class .



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

qudt:AngularAccelerationUnit rdf:type owl:Class .



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

qudt:AngularMassUnit rdf:type owl:Class .



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

qudt:AngularMomentumUnit rdf:type owl:Class .



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

qudt:AngularVelocityUnit rdf:type owl:Class .



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

qudt:AreaAngleUnit rdf:type owl:Class .



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

qudt:AreaTemperatureUnit rdf:type owl:Class .



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

qudt:AreaThermalExpansionUnit rdf:type owl:Class .



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

qudt:AreaTimeTemperatureUnit rdf:type owl:Class .



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

qudt:AreaUnit rdf:type owl:Class .



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

qudt:AtomicChargeUnit rdf:type owl:Class .



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

qudt:AtomicMassUnit rdf:type owl:Class .



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

qudt:AtomicPhysicsUnit rdf:type owl:Class .



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

qudt:BendingMomentOrTorqueUnit rdf:type owl:Class .



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

qudt:BinaryPrefixUnit rdf:type owl:Class .



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

qudt:CapacitanceUnit rdf:type owl:Class .



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

qudt:CatalyticActivityUnit rdf:type owl:Class .



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

qudt:ChemistryUnit rdf:type owl:Class .



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

qudt:CoefficientOfHeatTransferUnit rdf:type owl:Class .



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

qudt:ConductanceUnit rdf:type owl:Class .



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

qudt:CountingUnit rdf:type owl:Class .



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

qudt:CurrencyUnit rdf:type owl:Class .



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

qudt:CurrentPerAngleUnit rdf:type owl:Class .



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

qudt:CurvatureUnit rdf:type owl:Class .



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

qudt:DataRateUnit rdf:type owl:Class .



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

qudt:DecimalPrefixUnit rdf:type owl:Class .



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

qudt:DimensionlessUnit rdf:type owl:Class .



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

qudt:DoseEquivalentUnit rdf:type owl:Class .



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

qudt:DynamicViscosityUnit rdf:type owl:Class .



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

qudt:ElectricChargeAreaDensityUnit rdf:type owl:Class .



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

qudt:ElectricChargeLineDensityUnit rdf:type owl:Class .



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

qudt:ElectricChargePerAmountOfSubstanceUnit rdf:type owl:Class .



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

qudt:ElectricChargeUnit rdf:type owl:Class .



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

qudt:ElectricChargeVolumeDensityUnit rdf:type owl:Class .



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

qudt:ElectricCurrentDensityUnit rdf:type owl:Class .



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

qudt:ElectricCurrentUnit rdf:type owl:Class .



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

qudt:ElectricDipoleMomentUnit rdf:type owl:Class .



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

qudt:ElectricFieldStrengthUnit rdf:type owl:Class .



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

qudt:ElectricFluxUnit rdf:type owl:Class .



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

qudt:ElectricityAndMagnetismUnit rdf:type owl:Class .



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

qudt:EnergyAndWorkPerMassAmountOfSubstance rdf:type owl:Class .



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

qudt:EnergyAndWorkUnit rdf:type owl:Class .



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

qudt:EnergyDensityUnit rdf:type owl:Class .



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

qudt:EnergyPerAreaUnit rdf:type owl:Class .



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

qudt:EnergyPerElectricChargeUnit rdf:type owl:Class .



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

qudt:EventUnit rdf:type owl:Class .



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

qudt:ExposureUnit rdf:type owl:Class .



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

qudt:FinancialUnit rdf:type owl:Class .



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

qudt:ForcePerElectricChargeUnit rdf:type owl:Class .



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

qudt:ForcePerLengthUnit rdf:type owl:Class .



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

qudt:ForceUnit rdf:type owl:Class .



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

qudt:FrequencyUnit rdf:type owl:Class .



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

qudt:GravitationalAttractionUnit rdf:type owl:Class .



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

qudt:HeartRateUnit rdf:type owl:Class .



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

qudt:HeatCapacityAndEntropyUnit rdf:type owl:Class .



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

qudt:HeatFlowRateUnit rdf:type owl:Class .



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

qudt:HumanUnit rdf:type owl:Class .



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

qudt:IlluminanceUnit rdf:type owl:Class .



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

qudt:InductanceUnit rdf:type owl:Class .



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

qudt:InformationEntropyUnit rdf:type owl:Class .



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

qudt:InverseAmountOfSubstanceUnit rdf:type owl:Class .



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

qudt:KinematicViscosityUnit rdf:type owl:Class .



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

qudt:LengthTemperatureTimeUnit rdf:type owl:Class .



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

qudt:LengthTemperatureUnit rdf:type owl:Class .



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

qudt:LengthUnit rdf:type owl:Class .



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

qudt:LinearAccelerationUnit rdf:type owl:Class .



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

qudt:LinearEnergyTransferUnit rdf:type owl:Class .



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

qudt:LinearMomentumUnit rdf:type owl:Class .



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

qudt:LinearThermalExpansionUnit rdf:type owl:Class .



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

qudt:LinearVelocityUnit rdf:type owl:Class .



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

qudt:LogarithmicUnit rdf:type owl:Class .



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

qudt:LuminanceUnit rdf:type owl:Class .



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

qudt:LuminousEfficacyUnit rdf:type owl:Class .



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

qudt:LuminousEnergyUnit rdf:type owl:Class .



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

qudt:LuminousFluxUnit rdf:type owl:Class .



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

qudt:LuminousIntensityUnit rdf:type owl:Class .



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

qudt:MagneticFieldStrengthUnit rdf:type owl:Class .



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

qudt:MagneticFluxDensityUnit rdf:type owl:Class .



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

qudt:MagneticFluxUnit rdf:type owl:Class .



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

qudt:MagnetomotiveForceUnit rdf:type owl:Class .



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

qudt:MassAmountOfSubstanceTemperatureUnit rdf:type owl:Class .



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

qudt:MassAmountOfSubstanceUnit rdf:type owl:Class .



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

qudt:MassPerAreaUnit rdf:type owl:Class .



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

qudt:MassPerLengthUnit rdf:type owl:Class .



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

qudt:MassPerTimeUnit rdf:type owl:Class .



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

qudt:MassPerVolumeUnit rdf:type owl:Class .



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

qudt:MassTemperatureUnit rdf:type owl:Class .



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

qudt:MassUnit rdf:type owl:Class .



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

qudt:MechanicsUnit rdf:type owl:Class .



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

qudt:MicrobialFormationUnit rdf:type owl:Class .



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

qudt:MolalConcentrationUnit rdf:type owl:Class .



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

qudt:MolarConcentrationUnit rdf:type owl:Class .



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

qudt:MolarEnergyUnit rdf:type owl:Class .



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

qudt:MolarHeatCapacityUnit rdf:type owl:Class .



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

qudt:PermeabilityUnit rdf:type owl:Class .



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

qudt:PermittivityUnit rdf:type owl:Class .



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

qudt:PlaneAngleUnit rdf:type owl:Class .



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

qudt:PowerPerAreaUnit rdf:type owl:Class .



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

qudt:PowerPerElectricChargeUnit rdf:type owl:Class .



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

qudt:PowerUnit rdf:type owl:Class .



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

qudt:PressureOrStressRateUnit rdf:type owl:Class .



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

qudt:PressureOrStressUnit rdf:type owl:Class .



###  http://qudt.org/schema/qudt#RF-PowerUnit

qudt:RF-PowerUnit rdf:type owl:Class .



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

qudt:RadianceUnit rdf:type owl:Class .



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

qudt:RadiantIntensityUnit rdf:type owl:Class .



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

qudt:RateOfReturnUnit rdf:type owl:Class .



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

qudt:ResistanceUnit rdf:type owl:Class .



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

qudt:RespiratoryRateUnit rdf:type owl:Class .



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

qudt:SIUnit rdf:type owl:Class .



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

qudt:SerumOrPlasmaLevelUnit rdf:type owl:Class .



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

qudt:SignalDetectionThresholdUnit rdf:type owl:Class .



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

qudt:SolidAngleUnit rdf:type owl:Class .



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

qudt:SpaceAndTimeUnit rdf:type owl:Class .



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

qudt:SpecificEnergyUnit rdf:type owl:Class .



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

qudt:SpecificHeatCapacityUnit rdf:type owl:Class .



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

qudt:SpecificHeatPressureUnit rdf:type owl:Class .



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

qudt:SpecificHeatVolumeUnit rdf:type owl:Class .



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

qudt:SystemOfNaturalUnits rdf:type owl:Class .



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

qudt:SystemOfUnits rdf:type owl:Class .



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

qudt:TemperaturePerTimeUnit rdf:type owl:Class .



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

qudt:TemperatureUnit rdf:type owl:Class .



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

qudt:ThermalConductivityUnit rdf:type owl:Class .



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

qudt:ThermalDiffusivityUnit rdf:type owl:Class .



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

qudt:ThermalEnergyLengthUnit rdf:type owl:Class .



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

qudt:ThermalEnergyUnit rdf:type owl:Class .



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

qudt:ThermalInsulanceUnit rdf:type owl:Class .



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

qudt:ThermalResistanceUnit rdf:type owl:Class .



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

qudt:ThermalResistivityUnit rdf:type owl:Class .



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

qudt:ThermodynamicsUnit rdf:type owl:Class .



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

qudt:ThrustToMassRatioUnit rdf:type owl:Class .



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

qudt:TimeAreaUnit rdf:type owl:Class .



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

qudt:TimeSquaredUnit rdf:type owl:Class .



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

qudt:TimeUnit rdf:type owl:Class .



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

qudt:TurbidityUnit rdf:type owl:Class .



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

qudt:UsedWithSIUnit rdf:type owl:Class .



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

qudt:VideoFrameRateUnit rdf:type owl:Class .



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

qudt:VolumePerMassUnit rdf:type owl:Class .



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

qudt:VolumePerTimeSquaredUnit rdf:type owl:Class .



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

qudt:VolumePerTimeUnit rdf:type owl:Class .



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

qudt:VolumeThermalExpansionUnit rdf:type owl:Class .



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

qudt:VolumeUnit rdf:type owl:Class .





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


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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



###  http://dbpedia.org/resource/Centi-

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



###  http://dbpedia.org/resource/Colony-forming_unit

<http://dbpedia.org/resource/Colony-forming_unit> rdf:type owl:NamedIndividual .



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



###  http://dbpedia.org/resource/Deci-

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



###  http://dbpedia.org/resource/Exa-

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



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

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



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

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



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

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



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

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



###  http://dbpedia.org/resource/Femto-

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



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

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



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

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



###  http://dbpedia.org/resource/Foot-candle

<http://dbpedia.org/resource/Foot-candle> rdf:type owl:NamedIndividual .



###  http://dbpedia.org/resource/Foot-pound_force

<http://dbpedia.org/resource/Foot-pound_force> rdf:type owl:NamedIndividual .



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



###  http://dbpedia.org/resource/Giga-

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



###  http://dbpedia.org/resource/Hecto-

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



###  http://dbpedia.org/resource/Kilogram-force

<http://dbpedia.org/resource/Kilogram-force> rdf:type owl:NamedIndividual .



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



###  http://dbpedia.org/resource/Light-year

<http://dbpedia.org/resource/Light-year> rdf:type owl:NamedIndividual .



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



###  http://dbpedia.org/resource/Micro-g_environment

<http://dbpedia.org/resource/Micro-g_environment> rdf:type owl:NamedIndividual .



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

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



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

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



###  http://dbpedia.org/resource/Milli-

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



###  http://dbpedia.org/resource/Pound-force

<http://dbpedia.org/resource/Pound-force> rdf:type owl:NamedIndividual .



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



###  http://dbpedia.org/resource/Yocto-

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



###  http://dbpedia.org/resource/Yotta-

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



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

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



###  http://dbpedia.org/resource/Zepto-

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



###  http://dbpedia.org/resource/Zetta-

<http://dbpedia.org/resource/Zetta-> rdf:type owl:NamedIndividual .



###  http://dbpedia.org/resource/Zimbabwean_dollar

<http://dbpedia.org/resource/Zimbabwean_dollar> rdf:type owl:NamedIndividual .



###  http://dbpedia.org/resource/%C3%85ngstr%C3%B6m

<http://dbpedia.org/resource/%C3%85ngstr%C3%B6m> rdf:type owl:NamedIndividual .



###  http://dbpedia.org/resource/1_E-6_s

<http://dbpedia.org/resource/1_E-6_s> rdf:type owl:NamedIndividual .



###  http://dbpedia.org/resource/1_%28number%29

<http://dbpedia.org/resource/1_%28number%29> rdf:type owl:NamedIndividual .



###  http://dbpedia.org/resource/Bar_%28unit%29

<http://dbpedia.org/resource/Bar_%28unit%29> rdf:type owl:NamedIndividual .



###  http://dbpedia.org/resource/Costa_Rican_col%C3%B3n

<http://dbpedia.org/resource/Costa_Rican_col%C3%B3n> rdf:type owl:NamedIndividual .



###  http://dbpedia.org/resource/Foot_%28length%29

<http://dbpedia.org/resource/Foot_%28length%29> rdf:type owl:NamedIndividual .



###  http://dbpedia.org/resource/Gauss_%28unit%29

<http://dbpedia.org/resource/Gauss_%28unit%29> rdf:type owl:NamedIndividual .



###  http://dbpedia.org/resource/Guaran%C3%AD

<http://dbpedia.org/resource/Guaran%C3%AD> rdf:type owl:NamedIndividual .



###  http://dbpedia.org/resource/Henry_%28unit%29

<http://dbpedia.org/resource/Henry_%28unit%29> rdf:type owl:NamedIndividual .



###  http://dbpedia.org/resource/Icelandic_kr%C3%B3na

<http://dbpedia.org/resource/Icelandic_kr%C3%B3na> rdf:type owl:NamedIndividual .



###  http://dbpedia.org/resource/Mole_%28unit%29

<http://dbpedia.org/resource/Mole_%28unit%29> rdf:type owl:NamedIndividual .



###  http://dbpedia.org/resource/Mongolian_t%C3%B6gr%C3%B6g

<http://dbpedia.org/resource/Mongolian_t%C3%B6gr%C3%B6g> rdf:type owl:NamedIndividual .



###  http://dbpedia.org/resource/Nicaraguan_c%C3%B3rdoba

<http://dbpedia.org/resource/Nicaraguan_c%C3%B3rdoba> rdf:type owl:NamedIndividual .



###  http://dbpedia.org/resource/Pascal_%28unit%29

<http://dbpedia.org/resource/Pascal_%28unit%29> rdf:type owl:NamedIndividual .



###  http://dbpedia.org/resource/Polish_z%C5%82oty

<http://dbpedia.org/resource/Polish_z%C5%82oty> rdf:type owl:NamedIndividual .



###  http://dbpedia.org/resource/Siemens_%28unit%29

<http://dbpedia.org/resource/Siemens_%28unit%29> rdf:type owl:NamedIndividual .



###  http://dbpedia.org/resource/St%C3%A8re

<http://dbpedia.org/resource/St%C3%A8re> rdf:type owl:NamedIndividual .



###  http://dbpedia.org/resource/Tongan_pa%CA%BBanga

<http://dbpedia.org/resource/Tongan_pa%CA%BBanga> rdf:type owl:NamedIndividual .



###  http://qudt.org/vocab/unit#Abampere

unit:Abampere rdf:type owl:NamedIndividual ,
                       qudt:ElectricCurrentUnit ;
              
              skos:exactMatch <http://dbpedia.org/resource/Abampere> ;
              
              qudt:abbreviation "abA"^^xsd:string ;
              
              qudt:code "0005"^^xsd:string ;
              
              qudt:conversionMultiplier "10.0"^^xsd:double ;
              
              qudt:conversionOffset "0.0"^^xsd:double ;
              
              qudt:description "The abampere (aA), also called the biot after Jean-Baptiste Biot, is the basic electromagnetic unit of electric current in the emu-cgs system of units (electromagnetic cgs). One abampere is equal to ten amperes in the SI system of units. [Wikipedia]"^^xsd:string ;
              
              qudt:symbol "abA"^^xsd:string ;
              
              rdfs:label "Abampere"^^xsd:string .



###  http://qudt.org/vocab/unit#AbamperePerSquareCentimeter

unit:AbamperePerSquareCentimeter rdf:type owl:NamedIndividual ,
                                          qudt:ElectricCurrentDensityUnit ;
                                 
                                 qudt:abbreviation "abA / cm^2"^^xsd:string ;
                                 
                                 qudt:conversionMultiplier "100000.0"^^xsd:double ;
                                 
                                 qudt:conversionOffset "0.0"^^xsd:double ;
                                 
                                 rdfs:label "Abampere per Square Centimeter"^^xsd:string .



###  http://qudt.org/vocab/unit#Abcoulomb

unit:Abcoulomb rdf:type owl:NamedIndividual ,
                        qudt:ElectricChargeUnit ;
               
               skos:exactMatch <http://dbpedia.org/resource/Abcoulomb> ;
               
               qudt:abbreviation "abC"^^xsd:string ;
               
               qudt:code "0010"^^xsd:string ;
               
               qudt:conversionMultiplier "10.0"^^xsd:double ;
               
               qudt:conversionOffset "0.0"^^xsd:double ;
               
               qudt:description "The abcoulomb (abC or aC) or electromagnetic unit of charge (emu of charge) is the basic physical unit of electric charge in the cgs-emu system of units. One abcoulomb is equal to ten coulombs. [Wikipedia]"^^xsd:string ;
               
               qudt:symbol "abC"^^xsd:string ;
               
               rdfs:label "Abcoulomb"^^xsd:string .



###  http://qudt.org/vocab/unit#AbcoulombPerSquareCentimeter

unit:AbcoulombPerSquareCentimeter rdf:type owl:NamedIndividual ,
                                           qudt:ElectricChargeAreaDensityUnit ;
                                  
                                  qudt:conversionMultiplier "0.001"^^xsd:double ;
                                  
                                  qudt:conversionOffset "0.0"^^xsd:double ;
                                  
                                  qudt:symbol "abC/cm^2"^^xsd:string ;
                                  
                                  rdfs:label "Abcoulomb per Square Centimeter"^^xsd:string .



###  http://qudt.org/vocab/unit#Abfarad

unit:Abfarad rdf:type owl:NamedIndividual ,
                      qudt:CapacitanceUnit ;
             
             skos:exactMatch <http://dbpedia.org/resource/Abfarad> ;
             
             qudt:abbreviation "abF"^^xsd:string ;
             
             qudt:code "0015"^^xsd:string ;
             
             qudt:conversionMultiplier "1.0E9"^^xsd:double ;
             
             qudt:conversionOffset "0.0"^^xsd:double ;
             
             qudt:description "An abfarad is an obsolete electromagnetic (CGS) unit of capacitance equal to 10^9 farads (1,000,000,000 F or 1 GF). This very large unit is used in medical terminology only. [Wikipedia]"^^xsd:string ;
             
             qudt:symbol "abF"^^xsd:string ;
             
             rdfs:label "Abfarad"^^xsd:string .



###  http://qudt.org/vocab/unit#AbfaradPerCentimeter

unit:AbfaradPerCentimeter rdf:type owl:NamedIndividual ,
                                   qudt:PermittivityUnit ;
                          
                          qudt:conversionMultiplier "1.0E11"^^xsd:double ;
                          
                          qudt:conversionOffset "0.0"^^xsd:double ;
                          
                          qudt:symbol "abF/cm"^^xsd:string ;
                          
                          rdfs:label "Abfarad per Centimeter"^^xsd:string .



###  http://qudt.org/vocab/unit#Abhenry

unit:Abhenry rdf:type owl:NamedIndividual ,
                      qudt:InductanceUnit ;
             
             skos:exactMatch <http://dbpedia.org/resource/Abhenry> ;
             
             qudt:abbreviation "abH"^^xsd:string ;
             
             qudt:code "0020"^^xsd:string ;
             
             qudt:conversionMultiplier "1.0E-9"^^xsd:double ;
             
             qudt:conversionOffset "0.0"^^xsd:double ;
             
             qudt:symbol "abH"^^xsd:string ;
             
             rdfs:label "Abhenry"^^xsd:string .



###  http://qudt.org/vocab/unit#Abohm

unit:Abohm rdf:type owl:NamedIndividual ,
                    qudt:ResistanceUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Abohm> ;
           
           qudt:abbreviation "abOhm"^^xsd:string ;
           
           qudt:code "0030"^^xsd:string ;
           
           qudt:conversionMultiplier "1.0E-9"^^xsd:double ;
           
           qudt:conversionOffset "0.0"^^xsd:double ;
           
           qudt:symbol "abOhm"^^xsd:string ;
           
           rdfs:label "Abohm"^^xsd:string .



###  http://qudt.org/vocab/unit#Absiemen

unit:Absiemen rdf:type owl:NamedIndividual ,
                       qudt:ConductanceUnit ;
              
              qudt:abbreviation "aS"^^xsd:string ;
              
              qudt:code "0025"^^xsd:string ;
              
              qudt:conversionMultiplier "1.0E9"^^xsd:double ;
              
              qudt:conversionOffset "0.0"^^xsd:double ;
              
              qudt:symbol "aS"^^xsd:string ;
              
              rdfs:label "Absiemen"^^xsd:string .



###  http://qudt.org/vocab/unit#Abtesla

unit:Abtesla rdf:type owl:NamedIndividual ,
                      qudt:MagneticFieldStrengthUnit ,
                      qudt:MagneticFluxDensityUnit ;
             
             qudt:conversionMultiplier "1.0E-4"^^xsd:double ;
             
             qudt:conversionOffset "0.0"^^xsd:double ;
             
             qudt:symbol "abT"^^xsd:string ;
             
             rdfs:label "Abtesla"^^xsd:string .



###  http://qudt.org/vocab/unit#Abvolt

unit:Abvolt rdf:type owl:NamedIndividual ,
                     qudt:EnergyPerElectricChargeUnit ;
            
            skos:exactMatch <http://dbpedia.org/resource/Abvolt> ;
            
            qudt:abbreviation "abV"^^xsd:string ;
            
            qudt:code "0035"^^xsd:string ;
            
            qudt:conversionMultiplier "1.0E-8"^^xsd:double ;
            
            qudt:conversionOffset "0.0"^^xsd:double ;
            
            qudt:symbol "abV"^^xsd:string ;
            
            rdfs:label "Abvolt"^^xsd:string .



###  http://qudt.org/vocab/unit#AbvoltCentimeter

unit:AbvoltCentimeter rdf:type owl:NamedIndividual ,
                               qudt:ElectricFluxUnit ;
                      
                      qudt:abbreviation "abV cm"^^xsd:string ;
                      
                      qudt:conversionMultiplier "1.0E-10"^^xsd:double ;
                      
                      qudt:conversionOffset "0.0"^^xsd:double ;
                      
                      qudt:symbol "abV cm"^^xsd:string ;
                      
                      rdfs:label "Abvolt Centimeter"^^xsd:string .



###  http://qudt.org/vocab/unit#AbvoltPerCentimeter

unit:AbvoltPerCentimeter rdf:type owl:NamedIndividual ,
                                  qudt:ElectricFieldStrengthUnit ;
                         
                         qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                         
                         qudt:conversionOffset "0.0"^^xsd:double ;
                         
                         qudt:symbol "abV/cm"^^xsd:string ;
                         
                         rdfs:label "Abvolt per centimeter"^^xsd:string .



###  http://qudt.org/vocab/unit#AbvoltSecond

unit:AbvoltSecond rdf:type owl:NamedIndividual ,
                           qudt:MagneticFluxUnit ;
                  
                  qudt:conversionMultiplier "1.0E-8"^^xsd:double ;
                  
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  
                  qudt:symbol "abV-s"^^xsd:string ;
                  
                  rdfs:label "Abvolt Second"^^xsd:string .



###  http://qudt.org/vocab/unit#Acre

unit:Acre rdf:type owl:NamedIndividual ,
                   qudt:AreaUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Acre> ;
          
          qudt:abbreviation "ac"^^xsd:string ;
          
          qudt:code "0040"^^xsd:string ;
          
          qudt:conversionMultiplier "4046.8564224"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "ac"^^xsd:string ;
          
          rdfs:label "Acre"^^xsd:string .



###  http://qudt.org/vocab/unit#AcreFoot

unit:AcreFoot rdf:type owl:NamedIndividual ,
                       qudt:VolumeUnit ;
              
              qudt:abbreviation "ac-ft"^^xsd:string ;
              
              qudt:code "0045"^^xsd:string ;
              
              qudt:conversionMultiplier "1233.4818375475202"^^xsd:double ;
              
              qudt:conversionOffset "0.0"^^xsd:double ;
              
              qudt:symbol "ac-ft"^^xsd:string ;
              
              rdfs:label "Acre Foot"^^xsd:string .



###  http://qudt.org/vocab/unit#Afghani

unit:Afghani rdf:type owl:NamedIndividual ,
                      qudt:CurrencyUnit ;
             
             skos:exactMatch <http://dbpedia.org/resource/Afghani> ;
             
             qudt:abbreviation "AFN"^^xsd:string ;
             
             qudt:code "971"^^xsd:string ;
             
             qudt:currencyExponent 2 ;
             
             qudt:description "Afghanistan" ;
             
             rdfs:label "Afghani"^^xsd:string .



###  http://qudt.org/vocab/unit#AlgerianDinar

unit:AlgerianDinar rdf:type owl:NamedIndividual ,
                            qudt:CurrencyUnit ;
                   
                   skos:exactMatch <http://dbpedia.org/resource/Algerian_dinar> ;
                   
                   qudt:abbreviation "DZD"^^xsd:string ;
                   
                   qudt:code "012"^^xsd:string ;
                   
                   qudt:currencyExponent 2 ;
                   
                   qudt:description "Algeria" ;
                   
                   rdfs:label "Algerian Dinar"^^xsd:string .



###  http://qudt.org/vocab/unit#Ampere

unit:Ampere rdf:type owl:NamedIndividual ,
                     qudt:ElectricCurrentUnit ;
            
            skos:exactMatch <http://dbpedia.org/resource/Ampere> ;
            
            qudt:abbreviation "A"^^xsd:string ;
            
            qudt:code "0050"^^xsd:string ;
            
            qudt:conversionMultiplier "1.0"^^xsd:double ;
            
            qudt:conversionOffset "0.0"^^xsd:double ;
            
            qudt:symbol "A"^^xsd:string ;
            
            rdfs:label "Ampere"^^xsd:string .



###  http://qudt.org/vocab/unit#AmpereHour

unit:AmpereHour rdf:type owl:NamedIndividual ,
                         qudt:ElectricChargeUnit ;
                
                qudt:abbreviation "A-hr"^^xsd:string ;
                
                qudt:code "0055"^^xsd:string ;
                
                qudt:conversionMultiplier "3600.0"^^xsd:double ;
                
                qudt:conversionOffset "0.0"^^xsd:double ;
                
                qudt:symbol "A-hr"^^xsd:string ;
                
                rdfs:label "Ampere Hour"^^xsd:string .



###  http://qudt.org/vocab/unit#AmperePerDegree

unit:AmperePerDegree rdf:type owl:NamedIndividual ,
                              qudt:CurrentPerAngleUnit ;
                     
                     qudt:abbreviation "A/deg"^^xsd:string ;
                     
                     qudt:code "2280"^^xsd:string ;
                     
                     qudt:conversionMultiplier "57.2957795"^^xsd:double ;
                     
                     qudt:conversionOffset "0.0"^^xsd:double ;
                     
                     qudt:symbol "A/deg"^^xsd:string ;
                     
                     rdfs:label "Ampere per Degree"^^xsd:string .



###  http://qudt.org/vocab/unit#AmperePerJoule

unit:AmperePerJoule rdf:type owl:NamedIndividual ,
                             qudt:ElectricityAndMagnetismUnit ;
                    
                    qudt:abbreviation "A/J"^^xsd:string ;
                    
                    qudt:conversionMultiplier "1.0"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "A J^-1"^^xsd:string ;
                    
                    rdfs:label "Ampere per Joule"^^xsd:string .



###  http://qudt.org/vocab/unit#AmperePerMeter

unit:AmperePerMeter rdf:type owl:NamedIndividual ,
                             qudt:MagneticFieldStrengthUnit ;
                    
                    qudt:abbreviation "A/m"^^xsd:string ;
                    
                    qudt:code "0060"^^xsd:string ;
                    
                    qudt:conversionMultiplier "1.0"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "A/m"^^xsd:string ;
                    
                    rdfs:label "Ampere per Meter"^^xsd:string .



###  http://qudt.org/vocab/unit#AmperePerRadian

unit:AmperePerRadian rdf:type owl:NamedIndividual ,
                              qudt:CurrentPerAngleUnit ;
                     
                     qudt:conversionMultiplier "1.0"^^xsd:double ;
                     
                     qudt:conversionOffset "0.0"^^xsd:double ;
                     
                     qudt:symbol "A/rad"^^xsd:string ;
                     
                     rdfs:label "Ampere per Radian"^^xsd:string .



###  http://qudt.org/vocab/unit#AmperePerSquareMeter

unit:AmperePerSquareMeter rdf:type owl:NamedIndividual ,
                                   qudt:ElectricCurrentDensityUnit ;
                          
                          qudt:abbreviation "A/m^2"^^xsd:string ;
                          
                          qudt:code "0065"^^xsd:string ;
                          
                          qudt:conversionMultiplier "1.0"^^xsd:double ;
                          
                          qudt:conversionOffset "0.0"^^xsd:double ;
                          
                          qudt:symbol "A/m^2"^^xsd:string ;
                          
                          rdfs:label "Ampere per Square Meter"^^xsd:string .



###  http://qudt.org/vocab/unit#AmpereTurn

unit:AmpereTurn rdf:type owl:NamedIndividual ,
                         qudt:MagnetomotiveForceUnit ;
                
                qudt:abbreviation "At"^^xsd:string ;
                
                qudt:code "0070"^^xsd:string ;
                
                qudt:conversionMultiplier "1.0"^^xsd:double ;
                
                qudt:conversionOffset "0.0"^^xsd:double ;
                
                qudt:symbol "At"^^xsd:string ;
                
                rdfs:label "Ampere Turn"^^xsd:string .



###  http://qudt.org/vocab/unit#AmpereTurnPerInch

unit:AmpereTurnPerInch rdf:type owl:NamedIndividual ,
                                qudt:MagneticFieldStrengthUnit ;
                       
                       qudt:abbreviation "At/in"^^xsd:string ;
                       
                       qudt:code "0075"^^xsd:string ;
                       
                       qudt:conversionMultiplier "39.3700787"^^xsd:double ;
                       
                       qudt:conversionOffset "0.0"^^xsd:double ;
                       
                       qudt:symbol "At/in"^^xsd:string ;
                       
                       rdfs:label "Ampere Turn per Inch"^^xsd:string .



###  http://qudt.org/vocab/unit#AmpereTurnPerMeter

unit:AmpereTurnPerMeter rdf:type owl:NamedIndividual ,
                                 qudt:MagneticFieldStrengthUnit ;
                        
                        qudt:abbreviation "At/m"^^xsd:string ;
                        
                        qudt:code "0080"^^xsd:string ;
                        
                        qudt:conversionMultiplier "1.0"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:symbol "At/m"^^xsd:string ;
                        
                        rdfs:label "Ampere Turn per Meter"^^xsd:string .



###  http://qudt.org/vocab/unit#Angstrom

unit:Angstrom rdf:type owl:NamedIndividual ,
                       qudt:LengthUnit ;
              
              skos:exactMatch <http://dbpedia.org/resource/%C3%85ngstr%C3%B6m> ;
              
              qudt:abbreviation "Å"^^xsd:string ;
              
              qudt:code "0085"^^xsd:string ;
              
              qudt:conversionMultiplier "1.0E-10"^^xsd:double ;
              
              qudt:conversionOffset "0.0"^^xsd:double ;
              
              qudt:description "The ångström or angstrom (symbol Å) (the latter spelling, without diacritics, is now usually used in English) (pronounced /ˈæŋstrəm/; Swedish: [ˈɔŋstrøm]) is an internationally recognized unit of length equal to 0.1 nanometre or 1×10−10 metres. It is named after Anders Jonas Ångström. Although accepted for use, it is not formally defined within the International System of Units(SI). (That article lists the units that are so defined.) The ångström is often used in the natural sciences to express the sizes of atoms, lengths of chemical bonds and the wavelengths of electromagnetic radiation, and in technology for the dimensions of parts of integrated circuits. It is also commonly used in structural biology. [Wikipedia]"^^xsd:string ;
              
              qudt:literal "angstrom"^^xsd:string ;
              
              qudt:symbol "Å"^^xsd:string ;
              
              qudt:uneceCommonCode "A11"^^xsd:string ;
              
              rdfs:label "Angstrom"^^xsd:string .



###  http://qudt.org/vocab/unit#ArcMinute

unit:ArcMinute rdf:type owl:NamedIndividual ,
                        qudt:AngleUnit ;
               
               qudt:exactMatch unit:MinuteAngle ;
               
               qudt:abbreviation "arcMin"^^xsd:string ;
               
               qudt:code "1195"^^xsd:string ;
               
               qudt:conversionMultiplier "2.90888209E-4"^^xsd:double ;
               
               qudt:conversionOffset "0.0"^^xsd:double ;
               
               qudt:symbol "arcMin"^^xsd:string ;
               
               rdfs:label "Arc Minute"^^xsd:string .



###  http://qudt.org/vocab/unit#ArcSecond

unit:ArcSecond rdf:type owl:NamedIndividual ,
                        qudt:AngleUnit ;
               
               qudt:exactMatch unit:SecondAngle ;
               
               qudt:abbreviation "arcSec"^^xsd:string ;
               
               qudt:code "1600"^^xsd:string ;
               
               qudt:conversionMultiplier "4.84813681E-6"^^xsd:double ;
               
               qudt:conversionOffset "0.0"^^xsd:double ;
               
               qudt:symbol "arcSec"^^xsd:string ;
               
               rdfs:label "Arc Second"^^xsd:string .



###  http://qudt.org/vocab/unit#Are

unit:Are rdf:type owl:NamedIndividual ,
                  qudt:AreaUnit ;
         
         skos:exactMatch <http://dbpedia.org/resource/Are> ;
         
         qudt:abbreviation "a"^^xsd:string ;
         
         qudt:code "0090"^^xsd:string ;
         
         qudt:conversionMultiplier "100.0"^^xsd:double ;
         
         qudt:conversionOffset "0.0"^^xsd:double ;
         
         qudt:symbol "a"^^xsd:string ;
         
         rdfs:label "Are"^^xsd:string .



###  http://qudt.org/vocab/unit#ArgentinePeso

unit:ArgentinePeso rdf:type owl:NamedIndividual ,
                            qudt:CurrencyUnit ;
                   
                   skos:exactMatch <http://dbpedia.org/resource/Argentine_peso> ;
                   
                   qudt:abbreviation "ARS"^^xsd:string ;
                   
                   qudt:code "032"^^xsd:string ;
                   
                   qudt:currencyExponent 2 ;
                   
                   qudt:description "Argentina" ;
                   
                   rdfs:label "Argentine Peso"^^xsd:string .



###  http://qudt.org/vocab/unit#ArmenianDram

unit:ArmenianDram rdf:type owl:NamedIndividual ,
                           qudt:CurrencyUnit ;
                  
                  skos:exactMatch <http://dbpedia.org/resource/Armenian_dram> ;
                  
                  qudt:abbreviation "AMD"^^xsd:string ;
                  
                  qudt:code "051"^^xsd:string ;
                  
                  qudt:currencyExponent 0 ;
                  
                  qudt:description "Armenia" ;
                  
                  rdfs:label "Armenian Dram"^^xsd:string .



###  http://qudt.org/vocab/unit#ArubanGuilder

unit:ArubanGuilder rdf:type owl:NamedIndividual ,
                            qudt:CurrencyUnit ;
                   
                   skos:exactMatch <http://dbpedia.org/resource/Aruban_florin> ;
                   
                   qudt:abbreviation "AWG"^^xsd:string ;
                   
                   qudt:code "533"^^xsd:string ;
                   
                   qudt:currencyExponent 2 ;
                   
                   qudt:description "Aruba" ;
                   
                   rdfs:label "Aruban Guilder"^^xsd:string .



###  http://qudt.org/vocab/unit#AstronomicalUnit

unit:AstronomicalUnit rdf:type owl:NamedIndividual ,
                               qudt:LengthUnit ;
                      
                      skos:exactMatch <http://dbpedia.org/resource/Astronomical_unit> ;
                      
                      qudt:abbreviation "au"^^xsd:string ;
                      
                      qudt:code "0095"^^xsd:string ;
                      
                      qudt:conversionMultiplier "1.4959787E11"^^xsd:double ;
                      
                      qudt:conversionOffset "0.0"^^xsd:double ;
                      
                      qudt:symbol "au"^^xsd:string ;
                      
                      qudt:uneceCommonCode "A12"^^xsd:string ;
                      
                      rdfs:label "Astronomical Unit"^^xsd:string .



###  http://qudt.org/vocab/unit#AtmosphereStandard

unit:AtmosphereStandard rdf:type owl:NamedIndividual ,
                                 qudt:PressureOrStressUnit ;
                        
                        qudt:abbreviation "atm"^^xsd:string ;
                        
                        qudt:code "0100"^^xsd:string ;
                        
                        qudt:conversionMultiplier "101325.0"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:symbol "atm"^^xsd:string ;
                        
                        rdfs:label "Standard Atmosphere"^^xsd:string .



###  http://qudt.org/vocab/unit#AtmosphereTechnical

unit:AtmosphereTechnical rdf:type owl:NamedIndividual ,
                                  qudt:PressureOrStressUnit ;
                         
                         qudt:abbreviation "at"^^xsd:string ;
                         
                         qudt:code "0105"^^xsd:string ;
                         
                         qudt:conversionMultiplier "98066.5"^^xsd:double ;
                         
                         qudt:conversionOffset "0.0"^^xsd:double ;
                         
                         qudt:symbol "at"^^xsd:string ;
                         
                         rdfs:label "Technical Atmosphere"^^xsd:string .



###  http://qudt.org/vocab/unit#AtomicMassUnit

unit:AtomicMassUnit rdf:type owl:NamedIndividual ,
                             qudt:AtomicMassUnit ;
                    
                    qudt:abbreviation "u"^^xsd:string ;
                    
                    qudt:code "0486"^^xsd:string ;
                    
                    qudt:conversionMultiplier "1.66053878283E-27"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:description "The unified atomic mass unit (symbol: u) or dalton (symbol: Da) is a unit that is used for indicating mass on an atomic or molecular scale. It is defined as one twelfth of the rest mass of an unbound atom of carbon-12 in its nuclear and electronic ground state,[1] and has a value of 1.660538782(83)×10−27 kg.[2] One Da is approximately equal to the mass of one proton or one neutron. The CIPM have categorised it as a \"non-SI unit whose values in SI units must be obtained experimentally\".[1] [Wikipedia]"^^xsd:string ;
                    
                    qudt:symbol "u"^^xsd:string ;
                    
                    rdfs:label "Atomic mass unit"^^xsd:string .



###  http://qudt.org/vocab/unit#AtomicNumber

unit:AtomicNumber rdf:type owl:NamedIndividual ,
                           qudt:AtomicChargeUnit ,
                           qudt:CountingUnit ;
                  
                  skos:exactMatch <http://dbpedia.org/resource/Atomic_number> ;
                  
                  qudt:abbreviation "Z"^^xsd:string ;
                  
                  qudt:code "2220"^^xsd:string ;
                  
                  qudt:symbol "Z"^^xsd:string ;
                  
                  rdfs:label "Atomic Number"^^xsd:string .



###  http://qudt.org/vocab/unit#Atto

unit:Atto rdf:type owl:NamedIndividual ,
                   qudt:DecimalPrefixUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Atto> ;
          
          qudt:conversionMultiplier "1.0E-18"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "a"^^xsd:string ;
          
          rdfs:label "Atto"^^xsd:string .



###  http://qudt.org/vocab/unit#AustralianDollar

unit:AustralianDollar rdf:type owl:NamedIndividual ,
                               qudt:CurrencyUnit ;
                      
                      skos:exactMatch <http://dbpedia.org/resource/Australian_dollar> ;
                      
                      qudt:abbreviation "AUD"^^xsd:string ;
                      
                      qudt:code "036"^^xsd:string ;
                      
                      qudt:currencyExponent 2 ;
                      
                      qudt:description "Australia, Australian Antarctic Territory, Christmas Island, Cocos (Keeling) Islands, Heard and McDonald Islands, Kiribati, Nauru, Norfolk Island, Tuvalu" ;
                      
                      rdfs:label "Australian Dollar"^^xsd:string .



###  http://qudt.org/vocab/unit#AzerbaijanianManat

unit:AzerbaijanianManat rdf:type owl:NamedIndividual ,
                                 qudt:CurrencyUnit ;
                        
                        skos:exactMatch <http://dbpedia.org/resource/Azerbaijani_manat> ;
                        
                        qudt:abbreviation "AZN"^^xsd:string ;
                        
                        qudt:code "944"^^xsd:string ;
                        
                        qudt:currencyExponent 2 ;
                        
                        qudt:description "Azerbaijan" ;
                        
                        rdfs:label "Azerbaijanian Manat"^^xsd:string .



###  http://qudt.org/vocab/unit#BahamianDollar

unit:BahamianDollar rdf:type owl:NamedIndividual ,
                             qudt:CurrencyUnit ;
                    
                    skos:exactMatch <http://dbpedia.org/resource/Bahamian_dollar> ;
                    
                    qudt:abbreviation "BSD"^^xsd:string ;
                    
                    qudt:code "044"^^xsd:string ;
                    
                    qudt:currencyExponent 2 ;
                    
                    qudt:description "Bahamas" ;
                    
                    rdfs:label "Bahamian Dollar"^^xsd:string .



###  http://qudt.org/vocab/unit#BahrainiDinar

unit:BahrainiDinar rdf:type owl:NamedIndividual ,
                            qudt:CurrencyUnit ;
                   
                   skos:exactMatch <http://dbpedia.org/resource/Bahraini_dinar> ;
                   
                   qudt:abbreviation "BHD"^^xsd:string ;
                   
                   qudt:code "048"^^xsd:string ;
                   
                   qudt:currencyExponent 3 ;
                   
                   qudt:description "Bahrain" ;
                   
                   rdfs:label "Bahraini Dinar"^^xsd:string .



###  http://qudt.org/vocab/unit#Baht

unit:Baht rdf:type owl:NamedIndividual ,
                   qudt:CurrencyUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Thai_baht> ;
          
          qudt:abbreviation "THB"^^xsd:string ;
          
          qudt:code "764"^^xsd:string ;
          
          qudt:currencyExponent 2 ;
          
          qudt:description "Thailand" ;
          
          rdfs:label "Baht"^^xsd:string .



###  http://qudt.org/vocab/unit#Balboa

unit:Balboa rdf:type owl:NamedIndividual ,
                     qudt:CurrencyUnit ;
            
            skos:exactMatch <http://dbpedia.org/resource/Balboa> ;
            
            qudt:abbreviation "PAB"^^xsd:string ;
            
            qudt:code "590"^^xsd:string ;
            
            qudt:currencyExponent 2 ;
            
            qudt:description "Panama" ;
            
            rdfs:label "Balboa"^^xsd:string .



###  http://qudt.org/vocab/unit#Ban

unit:Ban rdf:type owl:NamedIndividual ,
                  qudt:InformationEntropyUnit ;
         
         skos:exactMatch <http://dbpedia.org/resource/Ban> ;
         
         qudt:conversionMultiplier "2.30258509"^^xsd:double ;
         
         qudt:conversionOffset "0.0"^^xsd:double ;
         
         qudt:description "A ban is a logarithmic unit which measures information or entropy, based on base 10 logarithms and powers of 10, rather than the powers of 2 and base 2 logarithms which define the bit. One ban is approximately 3.32 (log_2 10) bits."^^xsd:string ;
         
         qudt:symbol "ban"^^xsd:string ;
         
         rdfs:label "Ban"^^xsd:string .



###  http://qudt.org/vocab/unit#BangladeshiTaka

unit:BangladeshiTaka rdf:type owl:NamedIndividual ,
                              qudt:CurrencyUnit ;
                     
                     skos:exactMatch <http://dbpedia.org/resource/Bangladeshi_taka> ;
                     
                     qudt:abbreviation "BDT"^^xsd:string ;
                     
                     qudt:code "050"^^xsd:string ;
                     
                     qudt:currencyExponent 2 ;
                     
                     qudt:description "Bangladesh" ;
                     
                     rdfs:label "Bangladeshi Taka"^^xsd:string .



###  http://qudt.org/vocab/unit#Bar

unit:Bar rdf:type owl:NamedIndividual ,
                  qudt:PressureOrStressUnit ;
         
         skos:exactMatch <http://dbpedia.org/resource/Bar> ;
         
         qudt:abbreviation "bar"^^xsd:string ;
         
         qudt:code "0110"^^xsd:string ;
         
         qudt:conversionMultiplier "100000.0"^^xsd:double ;
         
         qudt:conversionOffset "0.0"^^xsd:double ;
         
         qudt:symbol "bar"^^xsd:string ;
         
         rdfs:label "Bar"^^xsd:string .



###  http://qudt.org/vocab/unit#BarbadosDollar

unit:BarbadosDollar rdf:type owl:NamedIndividual ,
                             qudt:CurrencyUnit ;
                    
                    skos:exactMatch <http://dbpedia.org/resource/Barbadian_dollar> ;
                    
                    qudt:abbreviation "BBD"^^xsd:string ;
                    
                    qudt:code "052"^^xsd:string ;
                    
                    qudt:currencyExponent 2 ;
                    
                    qudt:description "Barbados" ;
                    
                    rdfs:label "Barbados Dollar"^^xsd:string .



###  http://qudt.org/vocab/unit#Barn

unit:Barn rdf:type owl:NamedIndividual ,
                   qudt:AreaUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Barn> ;
          
          qudt:abbreviation "b"^^xsd:string ;
          
          qudt:code "0115"^^xsd:string ;
          
          qudt:conversionMultiplier "1.0E-28"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "b"^^xsd:string ;
          
          rdfs:label "Barn"^^xsd:string .



###  http://qudt.org/vocab/unit#Barrel

unit:Barrel rdf:type owl:NamedIndividual ,
                     qudt:VolumeUnit ;
            
            skos:exactMatch <http://dbpedia.org/resource/Barrel> ;
            
            qudt:abbreviation "bbl"^^xsd:string ;
            
            qudt:code "0120"^^xsd:string ;
            
            qudt:symbol "bbl"^^xsd:string ;
            
            rdfs:label "Barrel"^^xsd:string .



###  http://qudt.org/vocab/unit#Becquerel

unit:Becquerel rdf:type owl:NamedIndividual ,
                        qudt:ActivityUnit ;
               
               skos:exactMatch <http://dbpedia.org/resource/Becquerel> ;
               
               qudt:abbreviation "Bq"^^xsd:string ;
               
               qudt:code "0125"^^xsd:string ;
               
               qudt:conversionMultiplier "1.0"^^xsd:double ;
               
               qudt:conversionOffset "0.0"^^xsd:double ;
               
               qudt:symbol "Bq"^^xsd:string ;
               
               rdfs:label "Becquerel"^^xsd:string .



###  http://qudt.org/vocab/unit#BelarussianRuble

unit:BelarussianRuble rdf:type owl:NamedIndividual ,
                               qudt:CurrencyUnit ;
                      
                      skos:exactMatch <http://dbpedia.org/resource/Belarusian_ruble> ;
                      
                      qudt:abbreviation "BYR"^^xsd:string ;
                      
                      qudt:code "974"^^xsd:string ;
                      
                      qudt:currencyExponent 0 ;
                      
                      qudt:description "Belarus" ;
                      
                      rdfs:label "Belarussian Ruble"^^xsd:string .



###  http://qudt.org/vocab/unit#BelizeDollar

unit:BelizeDollar rdf:type owl:NamedIndividual ,
                           qudt:CurrencyUnit ;
                  
                  skos:exactMatch <http://dbpedia.org/resource/Belize_dollar> ;
                  
                  qudt:abbreviation "BZD"^^xsd:string ;
                  
                  qudt:code "084"^^xsd:string ;
                  
                  qudt:currencyExponent 2 ;
                  
                  qudt:description "Belize" ;
                  
                  rdfs:label "Belize Dollar"^^xsd:string .



###  http://qudt.org/vocab/unit#BermudaDollar

unit:BermudaDollar rdf:type owl:NamedIndividual ,
                            qudt:CurrencyUnit ;
                   
                   skos:exactMatch <http://dbpedia.org/resource/Bermudian_dollar> ;
                   
                   qudt:abbreviation "BMD"^^xsd:string ;
                   
                   qudt:code "060"^^xsd:string ;
                   
                   qudt:currencyExponent 2 ;
                   
                   qudt:description "Bermuda" ;
                   
                   rdfs:label "Bermuda Dollar"^^xsd:string .



###  http://qudt.org/vocab/unit#Biot

unit:Biot rdf:type owl:NamedIndividual ,
                   qudt:ElectricCurrentUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Biot> ;
          
          qudt:abbreviation "Bi"^^xsd:string ;
          
          qudt:code "0130"^^xsd:string ;
          
          qudt:conversionMultiplier "3.335641E-10"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "Bi"^^xsd:string ;
          
          rdfs:label "Biot"^^xsd:string .



###  http://qudt.org/vocab/unit#Bit

unit:Bit rdf:type owl:NamedIndividual ,
                  qudt:InformationEntropyUnit ;
         
         skos:exactMatch <http://dbpedia.org/resource/Bit> ;
         
         qudt:abbreviation "b"^^xsd:string ;
         
         qudt:code "3045"^^xsd:string ;
         
         qudt:conversionMultiplier "0.693147181"^^xsd:double ;
         
         qudt:conversionOffset "0.0"^^xsd:double ;
         
         qudt:description "In information theory, a bit is the amount of information that, on average, can be stored in a discrete bit. It is thus the amount of information carried by a choice between two equally likely outcomes. One bit corresponds to about 0.693 nats (ln(2)), or 0.301 hartleys (log10(2))."^^xsd:string ;
         
         qudt:symbol "b"^^xsd:string ;
         
         rdfs:label "Bit"^^xsd:string .



###  http://qudt.org/vocab/unit#BitsPerSecond

unit:BitsPerSecond rdf:type owl:NamedIndividual ,
                            qudt:DataRateUnit ;
                   
                   qudt:abbreviation "bps"^^xsd:string ;
                   
                   qudt:code "2240"^^xsd:string ;
                   
                   qudt:symbol "bps"^^xsd:string ;
                   
                   rdfs:label "Bits per Second"^^xsd:string .



###  http://qudt.org/vocab/unit#BoardFoot

unit:BoardFoot rdf:type owl:NamedIndividual ,
                        qudt:VolumeUnit ;
               
               qudt:abbreviation "Bf"^^xsd:string ;
               
               qudt:code "0135"^^xsd:string ;
               
               qudt:conversionMultiplier "0.00236"^^xsd:double ;
               
               qudt:conversionOffset "0.0"^^xsd:double ;
               
               qudt:symbol "Bf"^^xsd:string ;
               
               rdfs:label "Board Foot"^^xsd:string .



###  http://qudt.org/vocab/unit#BolivianMvdol

unit:BolivianMvdol rdf:type owl:NamedIndividual ,
                            qudt:CurrencyUnit ;
                   
                   qudt:abbreviation "BOV"^^xsd:string ;
                   
                   qudt:code "984"^^xsd:string ;
                   
                   qudt:currencyExponent 2 ;
                   
                   qudt:description "Bolivia" ;
                   
                   rdfs:label "Bolivian Mvdol (Funds code)"^^xsd:string .



###  http://qudt.org/vocab/unit#Boliviano

unit:Boliviano rdf:type owl:NamedIndividual ,
                        qudt:CurrencyUnit ;
               
               skos:exactMatch <http://dbpedia.org/resource/Bolivian_boliviano> ;
               
               qudt:abbreviation "BOB"^^xsd:string ;
               
               qudt:code "068"^^xsd:string ;
               
               qudt:currencyExponent 2 ;
               
               qudt:description "Bolivia" ;
               
               rdfs:label "Boliviano"^^xsd:string .



###  http://qudt.org/vocab/unit#BrazilianReal

unit:BrazilianReal rdf:type owl:NamedIndividual ,
                            qudt:CurrencyUnit ;
                   
                   skos:exactMatch <http://dbpedia.org/resource/Brazilian_real> ;
                   
                   qudt:abbreviation "BRL"^^xsd:string ;
                   
                   qudt:code "986"^^xsd:string ;
                   
                   qudt:currencyExponent 2 ;
                   
                   qudt:description "Brazil" ;
                   
                   rdfs:label "Brazilian Real"^^xsd:string .



###  http://qudt.org/vocab/unit#Breath

unit:Breath rdf:type owl:NamedIndividual ,
                     qudt:EventUnit ;
            
            skos:exactMatch <http://dbpedia.org/resource/Breathing> ;
            
            qudt:code "2000"^^xsd:string ;
            
            rdfs:label "Breath"^^xsd:string .



###  http://qudt.org/vocab/unit#BreathPerMinute

unit:BreathPerMinute rdf:type owl:NamedIndividual ,
                              qudt:RespiratoryRateUnit ;
                     
                     qudt:abbreviation "breaths/min"^^xsd:string ;
                     
                     qudt:code "2495"^^xsd:string ;
                     
                     qudt:symbol "breaths/min"^^xsd:string ;
                     
                     rdfs:label "Breath per Minute"^^xsd:string .



###  http://qudt.org/vocab/unit#BritishThermalUnitInternationalTable

unit:BritishThermalUnitInternationalTable rdf:type owl:NamedIndividual ,
                                                   qudt:EnergyAndWorkUnit ,
                                                   qudt:ThermalEnergyUnit ;
                                          
                                          qudt:abbreviation "BtuIT"^^xsd:string ;
                                          
                                          qudt:code "0145"^^xsd:string ;
                                          
                                          qudt:conversionMultiplier "1055.05585262"^^xsd:double ;
                                          
                                          qudt:conversionOffset "0.0"^^xsd:double ;
                                          
                                          qudt:description "The British thermal unit (BTU or Btu) is a traditional unit of energy equal to about 1 055.05585 joules. It is approximately the amount of energy needed to heat 1 pound (0.454 kg) of water from 39 °F (3.9 °C) to 40 °F (4.4 °C). The unit is most often used in the power, steam generation, heating and air conditioning industries. In scientific contexts the BTU has largely been replaced by the SI unit of energy, the joule, though it may be used as a measure of agricultural energy production (BTU/kg). It is still used unofficially in metric English-speaking countries (such as Canada), and remains the standard unit of classification for air conditioning units manufactured and sold in many non-English-speaking metric countries."^^xsd:string ;
                                          
                                          qudt:symbol "Btu"^^xsd:string ;
                                          
                                          rdfs:label "British Thermal Unit - International Steam Table"^^xsd:string .



###  http://qudt.org/vocab/unit#BritishThermalUnitThermochemical

unit:BritishThermalUnitThermochemical rdf:type owl:NamedIndividual ,
                                               qudt:EnergyAndWorkUnit ,
                                               qudt:ThermalEnergyUnit ;
                                      
                                      qudt:abbreviation "BtuTC"^^xsd:string ;
                                      
                                      qudt:code "0155"^^xsd:string ;
                                      
                                      qudt:symbol "Btu"^^xsd:string ;
                                      
                                      rdfs:label "British Thermal Unit - Thermochemical Calorie"^^xsd:string .



###  http://qudt.org/vocab/unit#BruneiDollar

unit:BruneiDollar rdf:type owl:NamedIndividual ,
                           qudt:CurrencyUnit ;
                  
                  skos:exactMatch <http://dbpedia.org/resource/Brunei_dollar> ;
                  
                  qudt:abbreviation "BND"^^xsd:string ;
                  
                  qudt:code "096"^^xsd:string ;
                  
                  qudt:currencyExponent 2 ;
                  
                  qudt:description "Brunei" ;
                  
                  rdfs:label "Brunei Dollar"^^xsd:string .



###  http://qudt.org/vocab/unit#BtuFoot

unit:BtuFoot rdf:type owl:NamedIndividual ,
                      qudt:ThermalEnergyLengthUnit ;
             
             qudt:abbreviation "Btu-ft"^^xsd:string ;
             
             qudt:code "0160"^^xsd:string ;
             
             qudt:conversionMultiplier "321.581024"^^xsd:double ;
             
             qudt:conversionOffset "0.0"^^xsd:double ;
             
             qudt:symbol "Btu-ft"^^xsd:string ;
             
             rdfs:label "BTU Foot"^^xsd:string .



###  http://qudt.org/vocab/unit#BtuFootPerSquareFootHourDegreeFahrenheit

unit:BtuFootPerSquareFootHourDegreeFahrenheit rdf:type owl:NamedIndividual ,
                                                       qudt:ThermalConductivityUnit ;
                                              
                                              qudt:abbreviation "Btu-ft/(hr-ft^2-degF)"^^xsd:string ;
                                              
                                              qudt:code "0165"^^xsd:string ;
                                              
                                              qudt:symbol "Btu-ft/(hr-ft^2-degF)"^^xsd:string ;
                                              
                                              rdfs:label "BTU Foot per Square Foot Hour Degree Fahrenheit"^^xsd:string .



###  http://qudt.org/vocab/unit#BtuInch

unit:BtuInch rdf:type owl:NamedIndividual ,
                      qudt:ThermalEnergyLengthUnit ;
             
             qudt:abbreviation "Btu-in"^^xsd:string ;
             
             qudt:code "0170"^^xsd:string ;
             
             qudt:conversionMultiplier "26.7984187"^^xsd:double ;
             
             qudt:conversionOffset "0.0"^^xsd:double ;
             
             qudt:symbol "Btu-in"^^xsd:string ;
             
             rdfs:label "BTU Inch"^^xsd:string .



###  http://qudt.org/vocab/unit#BtuInchPerSquareFootHourDegreeFahrenheit

unit:BtuInchPerSquareFootHourDegreeFahrenheit rdf:type owl:NamedIndividual ,
                                                       qudt:ThermalConductivityUnit ;
                                              
                                              qudt:abbreviation "Btu-in/(hr-ft^2-degF)"^^xsd:string ;
                                              
                                              qudt:code "0175"^^xsd:string ;
                                              
                                              qudt:symbol "Btu-in/(hr-ft^2-degF)"^^xsd:string ;
                                              
                                              rdfs:label "BTU Inch per Square Foot Hour Degree Fahrenheit"^^xsd:string .



###  http://qudt.org/vocab/unit#BtuInchPerSquareFootSecondDegreeFahrenheit

unit:BtuInchPerSquareFootSecondDegreeFahrenheit rdf:type owl:NamedIndividual ,
                                                         qudt:ThermalConductivityUnit ;
                                                
                                                qudt:abbreviation "Btu-in/(ft^2-s-degF)"^^xsd:string ;
                                                
                                                qudt:code "0180"^^xsd:string ;
                                                
                                                qudt:symbol "Btu-in/(ft^2-s-degF)"^^xsd:string ;
                                                
                                                rdfs:label "BTU Inch per Square Foot Second Degree Fahrenheit"^^xsd:string .



###  http://qudt.org/vocab/unit#BtuPerDegreeFahrenheit

unit:BtuPerDegreeFahrenheit rdf:type owl:NamedIndividual ,
                                     qudt:HeatCapacityAndEntropyUnit ;
                            
                            qudt:abbreviation "Btu/degF"^^xsd:string ;
                            
                            qudt:code "0185"^^xsd:string ;
                            
                            qudt:symbol "Btu/degF"^^xsd:string ;
                            
                            rdfs:label "BTU per Degree Fahrenheit"^^xsd:string .



###  http://qudt.org/vocab/unit#BtuPerDegreeRankine

unit:BtuPerDegreeRankine rdf:type owl:NamedIndividual ,
                                  qudt:HeatCapacityAndEntropyUnit ;
                         
                         qudt:abbreviation "Btu/degR"^^xsd:string ;
                         
                         qudt:code "0190"^^xsd:string ;
                         
                         qudt:symbol "Btu/degR"^^xsd:string ;
                         
                         rdfs:label "BTU per Degree Rankine"^^xsd:string .



###  http://qudt.org/vocab/unit#BtuPerHour

unit:BtuPerHour rdf:type owl:NamedIndividual ,
                         qudt:HeatFlowRateUnit ;
                
                qudt:abbreviation "Btu/hr"^^xsd:string ;
                
                qudt:code "0195"^^xsd:string ;
                
                qudt:conversionMultiplier "0.29307107"^^xsd:double ;
                
                qudt:conversionOffset "0.0"^^xsd:double ;
                
                qudt:description "The British thermal unit (BTU or Btu) is a traditional unit of energy equal to about 1 055.05585 joules. It is approximately the amount of energy needed to heat 1 pound (0.454 kg) of water from 39 °F (3.9 °C) to 40 °F (4.4 °C). The unit is most often used in the power, steam generation, heating and air conditioning industries. In scientific contexts the BTU has largely been replaced by the SI unit of energy, the joule, though it may be used as a measure of agricultural energy production (BTU/kg).  [Wikipedia]"^^xsd:string ;
                
                qudt:symbol "Btu/hr"^^xsd:string ;
                
                rdfs:label "BTU per Hour"^^xsd:string .



###  http://qudt.org/vocab/unit#BtuPerHourSquareFoot

unit:BtuPerHourSquareFoot rdf:type owl:NamedIndividual ,
                                   qudt:PowerPerAreaUnit ;
                          
                          qudt:abbreviation "Btu/(hr-ft^2)"^^xsd:string ;
                          
                          qudt:code "0200"^^xsd:string ;
                          
                          qudt:conversionMultiplier "3.15459075"^^xsd:double ;
                          
                          qudt:conversionOffset "0.0"^^xsd:double ;
                          
                          qudt:symbol "Btu/(hr-ft^2)"^^xsd:string ;
                          
                          rdfs:label "BTU per Hour Square Foot"^^xsd:string .



###  http://qudt.org/vocab/unit#BtuPerPound

unit:BtuPerPound rdf:type owl:NamedIndividual ,
                          qudt:SpecificEnergyUnit ;
                 
                 qudt:abbreviation "Btu/lb"^^xsd:string ;
                 
                 qudt:code "0210"^^xsd:string ;
                 
                 qudt:conversionMultiplier "2326.0"^^xsd:double ;
                 
                 qudt:conversionOffset "0.0"^^xsd:double ;
                 
                 qudt:symbol "Btu/lb"^^xsd:string ;
                 
                 rdfs:label "BTU per Pound"^^xsd:string .



###  http://qudt.org/vocab/unit#BtuPerPoundDegreeFahrenheit

unit:BtuPerPoundDegreeFahrenheit rdf:type owl:NamedIndividual ,
                                          qudt:SpecificHeatCapacityUnit ;
                                 
                                 qudt:abbreviation "Btu/(lb-degF)"^^xsd:string ;
                                 
                                 qudt:code "0215"^^xsd:string ;
                                 
                                 qudt:symbol "Btu/(lb-degF)"^^xsd:string ;
                                 
                                 rdfs:label "BTU per Pound Degree Fahrenheit"^^xsd:string .



###  http://qudt.org/vocab/unit#BtuPerPoundDegreeRankine

unit:BtuPerPoundDegreeRankine rdf:type owl:NamedIndividual ,
                                       qudt:SpecificHeatCapacityUnit ;
                              
                              qudt:abbreviation "Btu/(lb-degR)"^^xsd:string ;
                              
                              qudt:code "0220"^^xsd:string ;
                              
                              qudt:symbol "Btu/(lb-degR)"^^xsd:string ;
                              
                              rdfs:label "BTU per Pound Degree Rankine"^^xsd:string .



###  http://qudt.org/vocab/unit#BtuPerPoundMole

unit:BtuPerPoundMole rdf:type owl:NamedIndividual ,
                              qudt:EnergyAndWorkPerMassAmountOfSubstance ;
                     
                     qudt:abbreviation "Btu/(lb-mol)"^^xsd:string ;
                     
                     qudt:code "0225"^^xsd:string ;
                     
                     qudt:symbol "Btu/(lb-mol)"^^xsd:string ;
                     
                     rdfs:label "BTU per Pound Mole"^^xsd:string .



###  http://qudt.org/vocab/unit#BtuPerPoundMoleDegreeFahrenheit

unit:BtuPerPoundMoleDegreeFahrenheit rdf:type owl:NamedIndividual ,
                                              qudt:MolarHeatCapacityUnit ;
                                     
                                     qudt:abbreviation "Btu/(lb-mol-degF)"^^xsd:string ;
                                     
                                     qudt:code "0230"^^xsd:string ;
                                     
                                     qudt:symbol "Btu/(lb-mol-degF)"^^xsd:string ;
                                     
                                     rdfs:label "BTU per Pound Mole Degree Fahrenheit"^^xsd:string .



###  http://qudt.org/vocab/unit#BtuPerSecond

unit:BtuPerSecond rdf:type owl:NamedIndividual ,
                           qudt:HeatFlowRateUnit ;
                  
                  qudt:abbreviation "Btu/s"^^xsd:string ;
                  
                  qudt:code "0235"^^xsd:string ;
                  
                  qudt:conversionMultiplier "1055.05585262"^^xsd:double ;
                  
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  
                  qudt:symbol "Btu/s"^^xsd:string ;
                  
                  rdfs:label "BTU per Second"^^xsd:string .



###  http://qudt.org/vocab/unit#BtuPerSecondSquareFoot

unit:BtuPerSecondSquareFoot rdf:type owl:NamedIndividual ,
                                     qudt:PowerPerAreaUnit ;
                            
                            qudt:abbreviation "Btu/(s-ft^2)"^^xsd:string ;
                            
                            qudt:code "0240"^^xsd:string ;
                            
                            qudt:conversionMultiplier "11356.5267"^^xsd:double ;
                            
                            qudt:conversionOffset "0.0"^^xsd:double ;
                            
                            qudt:symbol "Btu/(s-ft^2)"^^xsd:string ;
                            
                            rdfs:label "BTU per Second Square Foot"^^xsd:string .



###  http://qudt.org/vocab/unit#BtuPerSquareFoot

unit:BtuPerSquareFoot rdf:type owl:NamedIndividual ,
                               qudt:EnergyPerAreaUnit ;
                      
                      qudt:abbreviation "Btu/ft^2"^^xsd:string ;
                      
                      qudt:code "0250"^^xsd:string ;
                      
                      qudt:conversionMultiplier "11356.5267"^^xsd:double ;
                      
                      qudt:conversionOffset "0.0"^^xsd:double ;
                      
                      qudt:symbol "Btu/ft^2"^^xsd:string ;
                      
                      rdfs:label "BTU per Square Foot"^^xsd:string .



###  http://qudt.org/vocab/unit#BtuPerSquareFootHourDegreeFahrenheit

unit:BtuPerSquareFootHourDegreeFahrenheit rdf:type owl:NamedIndividual ,
                                                   qudt:CoefficientOfHeatTransferUnit ;
                                          
                                          qudt:abbreviation "Btu/(hr-ft^2-degF)"^^xsd:string ;
                                          
                                          qudt:code "0205"^^xsd:string ;
                                          
                                          qudt:symbol "Btu/(hr-ft^2-degF)"^^xsd:string ;
                                          
                                          rdfs:label "BTU per Square Foot Hour Degree Fahrenheit"^^xsd:string .



###  http://qudt.org/vocab/unit#BtuPerSquareFootSecondDegreeFahrenheit

unit:BtuPerSquareFootSecondDegreeFahrenheit rdf:type owl:NamedIndividual ,
                                                     qudt:CoefficientOfHeatTransferUnit ;
                                            
                                            qudt:abbreviation "Btu/(ft^2-s-degF)"^^xsd:string ;
                                            
                                            qudt:code "0245"^^xsd:string ;
                                            
                                            qudt:symbol "Btu/(ft^2-s-degF)"^^xsd:string ;
                                            
                                            rdfs:label "BTU per Square Foot Second Degree Fahrenheit"^^xsd:string .



###  http://qudt.org/vocab/unit#BulgarianLev

unit:BulgarianLev rdf:type owl:NamedIndividual ,
                           qudt:CurrencyUnit ;
                  
                  skos:exactMatch <http://dbpedia.org/resource/Bulgarian_lev> ;
                  
                  qudt:abbreviation "BGN"^^xsd:string ;
                  
                  qudt:code "975"^^xsd:string ;
                  
                  qudt:currencyExponent 2 ;
                  
                  qudt:description "Bulgaria" ;
                  
                  rdfs:label "Bulgarian Lev"^^xsd:string .



###  http://qudt.org/vocab/unit#BurundianFranc

unit:BurundianFranc rdf:type owl:NamedIndividual ,
                             qudt:CurrencyUnit ;
                    
                    skos:exactMatch <http://dbpedia.org/resource/Burundian_franc> ;
                    
                    qudt:abbreviation "BIF"^^xsd:string ;
                    
                    qudt:code "108"^^xsd:string ;
                    
                    qudt:currencyExponent 0 ;
                    
                    qudt:description "Burundi" ;
                    
                    rdfs:label "Burundian Franc"^^xsd:string .



###  http://qudt.org/vocab/unit#Bushel

unit:Bushel rdf:type owl:NamedIndividual ,
                     qudt:VolumeUnit ;
            
            skos:exactMatch <http://dbpedia.org/resource/Bushel> ;
            
            qudt:abbreviation "bu"^^xsd:string ;
            
            qudt:code "0255"^^xsd:string ;
            
            qudt:conversionMultiplier "0.03523907"^^xsd:double ;
            
            qudt:conversionOffset "0.0"^^xsd:double ;
            
            qudt:symbol "bu"^^xsd:string ;
            
            rdfs:label "Bushel"^^xsd:string .



###  http://qudt.org/vocab/unit#Byte

unit:Byte rdf:type owl:NamedIndividual ,
                   qudt:InformationEntropyUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Byte> ;
          
          qudt:abbreviation "B"^^xsd:string ;
          
          qudt:code "3040"^^xsd:string ;
          
          qudt:conversionMultiplier "5.54517744"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "B"^^xsd:string ;
          
          rdfs:label "Byte"^^xsd:string .



###  http://qudt.org/vocab/unit#CFAFrancBCEAO

unit:CFAFrancBCEAO rdf:type owl:NamedIndividual ,
                            qudt:CurrencyUnit ;
                   
                   qudt:abbreviation "XOF"^^xsd:string ;
                   
                   qudt:code "952"^^xsd:string ;
                   
                   qudt:currencyExponent 0 ;
                   
                   qudt:description "Benin, Burkina Faso, C�te d'Ivoire, Guinea-Bissau, Mali, Niger, Senegal, Togo" ;
                   
                   rdfs:label "CFA Franc BCEAO"^^xsd:string .



###  http://qudt.org/vocab/unit#CFAFrancBEAC

unit:CFAFrancBEAC rdf:type owl:NamedIndividual ,
                           qudt:CurrencyUnit ;
                  
                  qudt:abbreviation "XAF"^^xsd:string ;
                  
                  qudt:code "950"^^xsd:string ;
                  
                  qudt:currencyExponent 0 ;
                  
                  qudt:description "Cameroon, Central African Republic, Congo, Chad, Equatorial Guinea, Gabon" ;
                  
                  rdfs:label "CFA Franc BEAC"^^xsd:string .



###  http://qudt.org/vocab/unit#CFPFranc

unit:CFPFranc rdf:type owl:NamedIndividual ,
                       qudt:CurrencyUnit ;
              
              qudt:abbreviation "XPF"^^xsd:string ;
              
              qudt:code "953"^^xsd:string ;
              
              qudt:currencyExponent 0 ;
              
              qudt:description "French Polynesia, New Caledonia, Wallis and Futuna" ;
              
              rdfs:label "CFP franc"^^xsd:string .



###  http://qudt.org/vocab/unit#CalorieNutritional

unit:CalorieNutritional rdf:type owl:NamedIndividual ,
                                 qudt:EnergyAndWorkUnit ,
                                 qudt:ThermalEnergyUnit ;
                        
                        qudt:abbreviation "Cal"^^xsd:string ;
                        
                        qudt:code "0265"^^xsd:string ;
                        
                        qudt:conversionMultiplier "4184.0"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:symbol "Cal"^^xsd:string ;
                        
                        rdfs:label "Nutritional Calorie"^^xsd:string .



###  http://qudt.org/vocab/unit#CalorieThermochemical

unit:CalorieThermochemical rdf:type owl:NamedIndividual ,
                                    qudt:EnergyAndWorkUnit ,
                                    qudt:ThermalEnergyUnit ;
                           
                           qudt:abbreviation "cal"^^xsd:string ;
                           
                           qudt:code "0330"^^xsd:string ;
                           
                           qudt:conversionMultiplier "4.184"^^xsd:double ;
                           
                           qudt:conversionOffset "0.0"^^xsd:double ;
                           
                           qudt:symbol "cal"^^xsd:string ;
                           
                           rdfs:label "Thermochemical Calorie"^^xsd:string .



###  http://qudt.org/vocab/unit#CanadianDollar

unit:CanadianDollar rdf:type owl:NamedIndividual ,
                             qudt:CurrencyUnit ;
                    
                    skos:exactMatch <http://dbpedia.org/resource/Canadian_dollar> ;
                    
                    qudt:abbreviation "CAD"^^xsd:string ;
                    
                    qudt:code "124"^^xsd:string ;
                    
                    qudt:currencyExponent 2 ;
                    
                    qudt:description "Canada" ;
                    
                    rdfs:label "Canadian Dollar"^^xsd:string .



###  http://qudt.org/vocab/unit#Candela

unit:Candela rdf:type owl:NamedIndividual ,
                      qudt:LuminousIntensityUnit ;
             
             skos:exactMatch <http://dbpedia.org/resource/Candela> ;
             
             qudt:abbreviation "cd"^^xsd:string ;
             
             qudt:code "0335"^^xsd:string ;
             
             qudt:conversionMultiplier "1.0"^^xsd:double ;
             
             qudt:conversionOffset "0.0"^^xsd:double ;
             
             qudt:symbol "cd"^^xsd:string ;
             
             rdfs:label "Candela"^^xsd:string .



###  http://qudt.org/vocab/unit#CandelaPerSquareInch

unit:CandelaPerSquareInch rdf:type owl:NamedIndividual ,
                                   qudt:LuminanceUnit ;
                          
                          qudt:abbreviation "cd/in^2"^^xsd:string ;
                          
                          qudt:code "0340"^^xsd:string ;
                          
                          qudt:conversionMultiplier "1550.0031000062002"^^xsd:double ;
                          
                          qudt:conversionOffset "0.0"^^xsd:double ;
                          
                          qudt:symbol "cd/in^2"^^xsd:string ;
                          
                          rdfs:label "Candela per Square Inch"^^xsd:string .



###  http://qudt.org/vocab/unit#CandelaPerSquareMeter

unit:CandelaPerSquareMeter rdf:type owl:NamedIndividual ,
                                    qudt:LuminanceUnit ;
                           
                           qudt:abbreviation "cd/m^2"^^xsd:string ;
                           
                           qudt:code "0345"^^xsd:string ;
                           
                           qudt:conversionMultiplier "1.0"^^xsd:double ;
                           
                           qudt:conversionOffset "0.0"^^xsd:double ;
                           
                           qudt:symbol "cd/m^2"^^xsd:string ;
                           
                           rdfs:label "Candela per Square Meter"^^xsd:string .



###  http://qudt.org/vocab/unit#Candle

unit:Candle rdf:type owl:NamedIndividual ,
                     qudt:LuminousIntensityUnit ;
            
            skos:exactMatch <http://dbpedia.org/resource/Candle> ;
            
            qudt:abbreviation "cd"^^xsd:string ;
            
            qudt:code "0350"^^xsd:string ;
            
            qudt:symbol "cd"^^xsd:string ;
            
            rdfs:label "Candle"^^xsd:string .



###  http://qudt.org/vocab/unit#Candlepower

unit:Candlepower rdf:type owl:NamedIndividual ,
                          qudt:LuminousIntensityUnit ;
                 
                 skos:exactMatch <http://dbpedia.org/resource/Candlepower> ;
                 
                 qudt:abbreviation "cd"^^xsd:string ;
                 
                 qudt:code "0355"^^xsd:string ;
                 
                 qudt:symbol "cd"^^xsd:string ;
                 
                 rdfs:label "Candlepower"^^xsd:string .



###  http://qudt.org/vocab/unit#CapeVerdeEscudo

unit:CapeVerdeEscudo rdf:type owl:NamedIndividual ,
                              qudt:CurrencyUnit ;
                     
                     skos:exactMatch <http://dbpedia.org/resource/Cape_Verdean_escudo> ;
                     
                     qudt:abbreviation "CVE"^^xsd:string ;
                     
                     qudt:code "192"^^xsd:string ;
                     
                     qudt:currencyExponent 2 ;
                     
                     qudt:description "Cape Verde" ;
                     
                     rdfs:label "Cape Verde Escudo"^^xsd:string .



###  http://qudt.org/vocab/unit#Carat

unit:Carat rdf:type owl:NamedIndividual ,
                    qudt:MassUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Carat> ;
           
           qudt:abbreviation "Nm/ct"^^xsd:string ;
           
           qudt:code "0360"^^xsd:string ;
           
           qudt:conversionMultiplier "2.0E-4"^^xsd:double ;
           
           qudt:conversionOffset "0.0"^^xsd:double ;
           
           qudt:symbol "Nm/ct"^^xsd:string ;
           
           rdfs:label "Carat"^^xsd:string .



###  http://qudt.org/vocab/unit#CaymanIslandsDollar

unit:CaymanIslandsDollar rdf:type owl:NamedIndividual ,
                                  qudt:CurrencyUnit ;
                         
                         skos:exactMatch <http://dbpedia.org/resource/Cayman_Islands_dollar> ;
                         
                         qudt:abbreviation "KYD"^^xsd:string ;
                         
                         qudt:code "136"^^xsd:string ;
                         
                         qudt:currencyExponent 2 ;
                         
                         qudt:description "Cayman Islands" ;
                         
                         rdfs:label "Cayman Islands Dollar"^^xsd:string .



###  http://qudt.org/vocab/unit#Cedi

unit:Cedi rdf:type owl:NamedIndividual ,
                   qudt:CurrencyUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Ghanaian_cedi> ;
          
          qudt:abbreviation "GHS"^^xsd:string ;
          
          qudt:code "936"^^xsd:string ;
          
          qudt:currencyExponent 2 ;
          
          qudt:description "Ghana" ;
          
          rdfs:label "Cedi"^^xsd:string .



###  http://qudt.org/vocab/unit#Centi

unit:Centi rdf:type owl:NamedIndividual ,
                    qudt:DecimalPrefixUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Centi-> ;
           
           qudt:conversionMultiplier "0.01"^^xsd:double ;
           
           qudt:conversionOffset "0.0"^^xsd:double ;
           
           qudt:symbol "c"^^xsd:string ;
           
           rdfs:label "Centi"^^xsd:string .



###  http://qudt.org/vocab/unit#Centimeter

unit:Centimeter rdf:type owl:NamedIndividual ,
                         qudt:LengthUnit ;
                
                skos:exactMatch <http://dbpedia.org/resource/Centimetre> ;
                
                qudt:abbreviation "cm"^^xsd:string ;
                
                qudt:code "2016"^^xsd:string ;
                
                qudt:conversionMultiplier "0.01"^^xsd:double ;
                
                qudt:conversionOffset "0.0"^^xsd:double ;
                
                qudt:literal "centimeter"^^xsd:string ;
                
                qudt:symbol "cm"^^xsd:string ;
                
                qudt:uneceCommonCode "CMT"^^xsd:string ;
                
                rdfs:label "Centimeter"^^xsd:string .



###  http://qudt.org/vocab/unit#CentimeterOfWater

unit:CentimeterOfWater rdf:type owl:NamedIndividual ,
                                qudt:PressureOrStressUnit ;
                       
                       skos:exactMatch <http://dbpedia.org/resource/Centimetre_of_water> ;
                       
                       qudt:abbreviation "cmH2O"^^xsd:string ;
                       
                       qudt:code "0365"^^xsd:string ;
                       
                       qudt:conversionMultiplier "98.0630016"^^xsd:double ;
                       
                       qudt:conversionOffset "0.0"^^xsd:double ;
                       
                       qudt:symbol "cmH2O"^^xsd:string ;
                       
                       rdfs:label "Centimeter of Water"^^xsd:string .



###  http://qudt.org/vocab/unit#CentimeterPerSecond

unit:CentimeterPerSecond rdf:type owl:NamedIndividual ,
                                  qudt:LinearVelocityUnit ;
                         
                         qudt:conversionMultiplier "0.01"^^xsd:double ;
                         
                         qudt:conversionOffset "0.0"^^xsd:double ;
                         
                         qudt:symbol "cm/s"^^xsd:string ;
                         
                         rdfs:label "Centimeter per Second"^^xsd:string .



###  http://qudt.org/vocab/unit#CentimeterPerSecondSquared

unit:CentimeterPerSecondSquared rdf:type owl:NamedIndividual ,
                                         qudt:LinearAccelerationUnit ;
                                
                                qudt:conversionMultiplier "0.01"^^xsd:double ;
                                
                                qudt:conversionOffset "0.0"^^xsd:double ;
                                
                                qudt:symbol "cm/s^2"^^xsd:string ;
                                
                                rdfs:label "Centimeter per Second Squared"^^xsd:string .



###  http://qudt.org/vocab/unit#CentimeterSecondDegreeCelsius

unit:CentimeterSecondDegreeCelsius rdf:type owl:NamedIndividual ,
                                            qudt:LengthTemperatureTimeUnit ;
                                   
                                   qudt:abbreviation "cm-s-degC"^^xsd:string ;
                                   
                                   qudt:code "2030"^^xsd:string ;
                                   
                                   qudt:symbol "cm-s-degC"^^xsd:string ;
                                   
                                   rdfs:label "Centimeter Second Degree Celsius"^^xsd:string .



###  http://qudt.org/vocab/unit#Centipoise

unit:Centipoise rdf:type owl:NamedIndividual ,
                         qudt:DynamicViscosityUnit ;
                
                skos:closeMatch <http://dbpedia.org/resource/Poise> ;
                
                qudt:abbreviation "cP"^^xsd:string ;
                
                qudt:code "0370"^^xsd:string ;
                
                qudt:conversionMultiplier "0.01"^^xsd:double ;
                
                qudt:conversionOffset "0.0"^^xsd:double ;
                
                qudt:symbol "cP"^^xsd:string ;
                
                rdfs:label "Centipoise"^^xsd:string .



###  http://qudt.org/vocab/unit#Centistokes

unit:Centistokes rdf:type owl:NamedIndividual ,
                          qudt:KinematicViscosityUnit ;
                 
                 qudt:abbreviation "cSt"^^xsd:string ;
                 
                 qudt:code "0375"^^xsd:string ;
                 
                 qudt:conversionMultiplier "0.01"^^xsd:double ;
                 
                 qudt:conversionOffset "0.0"^^xsd:double ;
                 
                 qudt:symbol "cSt"^^xsd:string ;
                 
                 rdfs:label "Centistokes"^^xsd:string .



###  http://qudt.org/vocab/unit#Chain

unit:Chain rdf:type owl:NamedIndividual ,
                    qudt:LengthUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Chain> ;
           
           qudt:abbreviation "ch"^^xsd:string ;
           
           qudt:code "0380"^^xsd:string ;
           
           qudt:conversionMultiplier "20.1168"^^xsd:double ;
           
           qudt:conversionOffset "0.0"^^xsd:double ;
           
           qudt:symbol "ch"^^xsd:string ;
           
           rdfs:label "Chain"^^xsd:string .



###  http://qudt.org/vocab/unit#ChileanPeso

unit:ChileanPeso rdf:type owl:NamedIndividual ,
                          qudt:CurrencyUnit ;
                 
                 skos:exactMatch <http://dbpedia.org/resource/Chilean_peso> ;
                 
                 qudt:abbreviation "CLP"^^xsd:string ;
                 
                 qudt:code "152"^^xsd:string ;
                 
                 qudt:currencyExponent 0 ;
                 
                 qudt:description "Chile" ;
                 
                 rdfs:label "Chilean Peso"^^xsd:string .



###  http://qudt.org/vocab/unit#CircularMil

unit:CircularMil rdf:type owl:NamedIndividual ,
                          qudt:AreaUnit ;
                 
                 qudt:abbreviation "cmil"^^xsd:string ;
                 
                 qudt:code "0385"^^xsd:string ;
                 
                 qudt:symbol "cmil"^^xsd:string ;
                 
                 rdfs:label "Circular Mil"^^xsd:string .



###  http://qudt.org/vocab/unit#Clo

unit:Clo rdf:type owl:NamedIndividual ,
                  qudt:ThermalInsulanceUnit ;
         
         skos:closeMatch <http://dbpedia.org/resource/Thermal_conductivity> ;
         
         qudt:abbreviation "clo"^^xsd:string ;
         
         qudt:code "0390"^^xsd:string ;
         
         qudt:conversionMultiplier "0.155"^^xsd:double ;
         
         qudt:conversionOffset "0.0"^^xsd:double ;
         
         qudt:symbol "clo"^^xsd:string ;
         
         rdfs:label "Clo"^^xsd:string .



###  http://qudt.org/vocab/unit#ColombianPeso

unit:ColombianPeso rdf:type owl:NamedIndividual ,
                            qudt:CurrencyUnit ;
                   
                   skos:exactMatch <http://dbpedia.org/resource/Colombian_peso> ;
                   
                   qudt:abbreviation "COP"^^xsd:string ;
                   
                   qudt:code "170"^^xsd:string ;
                   
                   qudt:currencyExponent 0 ;
                   
                   qudt:description "Colombia" ;
                   
                   rdfs:label "Colombian Peso"^^xsd:string .



###  http://qudt.org/vocab/unit#ColonyFormingUnit

unit:ColonyFormingUnit rdf:type owl:NamedIndividual ,
                                qudt:MicrobialFormationUnit ;
                       
                       skos:exactMatch <http://dbpedia.org/resource/Colony-forming_unit> ;
                       
                       qudt:abbreviation "CFU"^^xsd:string ;
                       
                       qudt:code "2405"^^xsd:string ;
                       
                       qudt:symbol "CFU"^^xsd:string ;
                       
                       rdfs:label "Colony Forming Unit"^^xsd:string .



###  http://qudt.org/vocab/unit#ComoroFranc

unit:ComoroFranc rdf:type owl:NamedIndividual ,
                          qudt:CurrencyUnit ;
                 
                 skos:exactMatch <http://dbpedia.org/resource/Comorian_franc> ;
                 
                 qudt:abbreviation "KMF"^^xsd:string ;
                 
                 qudt:code "174"^^xsd:string ;
                 
                 qudt:currencyExponent 0 ;
                 
                 qudt:description "Comoros" ;
                 
                 rdfs:label "Comoro Franc"^^xsd:string .



###  http://qudt.org/vocab/unit#ConvertibleMark

unit:ConvertibleMark rdf:type owl:NamedIndividual ,
                              qudt:CurrencyUnit ;
                     
                     skos:closeMatch <http://dbpedia.org/resource/Bosnia_and_Herzegovina_convertible_mark> ;
                     
                     qudt:abbreviation "BAM"^^xsd:string ;
                     
                     qudt:code "977"^^xsd:string ;
                     
                     qudt:currencyExponent 2 ;
                     
                     qudt:description "Bosnia and Herzegovina" ;
                     
                     rdfs:label "Convertible Marks"^^xsd:string .



###  http://qudt.org/vocab/unit#Cord

unit:Cord rdf:type owl:NamedIndividual ,
                   qudt:VolumeUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Cord> ;
          
          qudt:abbreviation "C"^^xsd:string ;
          
          qudt:code "0395"^^xsd:string ;
          
          qudt:conversionMultiplier "3.62"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "C"^^xsd:string ;
          
          rdfs:label "Cord"^^xsd:string .



###  http://qudt.org/vocab/unit#CordobaOro

unit:CordobaOro rdf:type owl:NamedIndividual ,
                         qudt:CurrencyUnit ;
                
                skos:exactMatch <http://dbpedia.org/resource/Nicaraguan_c%C3%B3rdoba> ;
                
                qudt:abbreviation "NIO"^^xsd:string ;
                
                qudt:code "558"^^xsd:string ;
                
                qudt:currencyExponent 2 ;
                
                qudt:description "Nicaragua" ;
                
                rdfs:label "Cordoba Oro"^^xsd:string .



###  http://qudt.org/vocab/unit#CostaRicanColon

unit:CostaRicanColon rdf:type owl:NamedIndividual ,
                              qudt:CurrencyUnit ;
                     
                     skos:exactMatch <http://dbpedia.org/resource/Costa_Rican_col%C3%B3n> ;
                     
                     qudt:abbreviation "CRC"^^xsd:string ;
                     
                     qudt:code "188"^^xsd:string ;
                     
                     qudt:currencyExponent 2 ;
                     
                     qudt:description "Costa Rica" ;
                     
                     rdfs:label "Costa Rican Colon"^^xsd:string .



###  http://qudt.org/vocab/unit#Coulomb

unit:Coulomb rdf:type owl:NamedIndividual ,
                      qudt:ElectricChargeUnit ;
             
             skos:exactMatch <http://dbpedia.org/resource/Coulomb> ;
             
             qudt:abbreviation "C"^^xsd:string ;
             
             qudt:code "0400"^^xsd:string ;
             
             qudt:conversionMultiplier "1.0"^^xsd:double ;
             
             qudt:conversionOffset "0.0"^^xsd:double ;
             
             qudt:symbol "C"^^xsd:string ;
             
             rdfs:label "Coulomb"^^xsd:string .



###  http://qudt.org/vocab/unit#CoulombMeter

unit:CoulombMeter rdf:type owl:NamedIndividual ,
                           qudt:ElectricDipoleMomentUnit ;
                  
                  qudt:abbreviation "C m"^^xsd:string ;
                  
                  qudt:code "0405"^^xsd:string ;
                  
                  qudt:conversionMultiplier "1.0"^^xsd:double ;
                  
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  
                  qudt:symbol "C m"^^xsd:string ;
                  
                  rdfs:label "Coulomb Meter"^^xsd:string .



###  http://qudt.org/vocab/unit#CoulombPerCubicMeter

unit:CoulombPerCubicMeter rdf:type owl:NamedIndividual ,
                                   qudt:ElectricChargeVolumeDensityUnit ;
                          
                          qudt:abbreviation "C/m^3"^^xsd:string ;
                          
                          qudt:code "0410"^^xsd:string ;
                          
                          qudt:conversionMultiplier "1.0"^^xsd:double ;
                          
                          qudt:conversionOffset "0.0"^^xsd:double ;
                          
                          qudt:symbol "C m^-3"^^xsd:string ;
                          
                          rdfs:label "Coulomb per Cubic Meter"^^xsd:string .



###  http://qudt.org/vocab/unit#CoulombPerKilogram

unit:CoulombPerKilogram rdf:type owl:NamedIndividual ,
                                 qudt:ExposureUnit ;
                        
                        qudt:abbreviation "C/kg"^^xsd:string ;
                        
                        qudt:code "0415"^^xsd:string ;
                        
                        qudt:conversionMultiplier "1.0"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:symbol "C kg^-1"^^xsd:string ;
                        
                        rdfs:label "Coulomb per Kilogram"^^xsd:string .



###  http://qudt.org/vocab/unit#CoulombPerMeter

unit:CoulombPerMeter rdf:type owl:NamedIndividual ,
                              qudt:ElectricChargeLineDensityUnit ;
                     
                     qudt:abbreviation "C/m"^^xsd:string ;
                     
                     qudt:code "2050"^^xsd:string ;
                     
                     qudt:conversionMultiplier "1.0"^^xsd:double ;
                     
                     qudt:conversionOffset "0.0"^^xsd:double ;
                     
                     qudt:symbol "C/m"^^xsd:string ;
                     
                     rdfs:label "Coulomb per Meter"^^xsd:string .



###  http://qudt.org/vocab/unit#CoulombPerMole

unit:CoulombPerMole rdf:type owl:NamedIndividual ,
                             qudt:ElectricChargePerAmountOfSubstanceUnit ;
                    
                    qudt:conversionMultiplier "1.0"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "C mol^-1"^^xsd:string ;
                    
                    rdfs:label "Coulomb per Mole"^^xsd:string .



###  http://qudt.org/vocab/unit#CoulombPerSquareMeter

unit:CoulombPerSquareMeter rdf:type owl:NamedIndividual ,
                                    qudt:ElectricChargeAreaDensityUnit ;
                           
                           qudt:abbreviation "C/m^2"^^xsd:string ;
                           
                           qudt:code "0420"^^xsd:string ;
                           
                           qudt:conversionMultiplier "1.0"^^xsd:double ;
                           
                           qudt:conversionOffset "0.0"^^xsd:double ;
                           
                           qudt:symbol "C m^-2"^^xsd:string ;
                           
                           rdfs:label "Coulomb per Square Meter"^^xsd:string .



###  http://qudt.org/vocab/unit#CoulombSquareMeter

unit:CoulombSquareMeter rdf:type owl:NamedIndividual ,
                                 qudt:ElectricityAndMagnetismUnit ;
                        
                        qudt:abbreviation "C m^2"^^xsd:string ;
                        
                        qudt:conversionMultiplier "1.0"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:symbol "C m^2"^^xsd:string ;
                        
                        rdfs:label "Coulomb Square Meter"^^xsd:string .



###  http://qudt.org/vocab/unit#CroatianKuna

unit:CroatianKuna rdf:type owl:NamedIndividual ,
                           qudt:CurrencyUnit ;
                  
                  skos:exactMatch <http://dbpedia.org/resource/Croatian_kuna> ;
                  
                  qudt:abbreviation "HRK"^^xsd:string ;
                  
                  qudt:code "191"^^xsd:string ;
                  
                  qudt:currencyExponent 2 ;
                  
                  qudt:description "Croatia" ;
                  
                  rdfs:label "Croatian Kuna"^^xsd:string .



###  http://qudt.org/vocab/unit#CubanPeso

unit:CubanPeso rdf:type owl:NamedIndividual ,
                        qudt:CurrencyUnit ;
               
               skos:exactMatch <http://dbpedia.org/resource/Cuban_peso> ;
               
               qudt:abbreviation "CUP"^^xsd:string ;
               
               qudt:code "931"^^xsd:string ;
               
               qudt:currencyExponent 2 ;
               
               qudt:description "Cuba" ;
               
               rdfs:label "Cuban Peso"^^xsd:string .



###  http://qudt.org/vocab/unit#CubicCentimeter

unit:CubicCentimeter rdf:type owl:NamedIndividual ,
                              qudt:SIUnit ,
                              qudt:VolumeUnit ;
                     
                     qudt:abbreviation "cm^3"^^xsd:string ;
                     
                     qudt:code "2028"^^xsd:string ;
                     
                     qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                     
                     qudt:conversionOffset "0.0"^^xsd:double ;
                     
                     qudt:symbol "cm^3"^^xsd:string ;
                     
                     rdfs:label "Cubic Centimeter"^^xsd:string .



###  http://qudt.org/vocab/unit#CubicCoulombMeterPerSquareJoule

unit:CubicCoulombMeterPerSquareJoule rdf:type owl:NamedIndividual ,
                                              qudt:ElectricityAndMagnetismUnit ;
                                     
                                     qudt:abbreviation "C^3 m^3 J^-2"^^xsd:string ;
                                     
                                     qudt:conversionMultiplier "1.0"^^xsd:double ;
                                     
                                     qudt:conversionOffset "0.0"^^xsd:double ;
                                     
                                     qudt:symbol "C^3 m^3 J^-2"^^xsd:string ;
                                     
                                     rdfs:label "Cubic Coulomb Meter per Square Joule"^^xsd:string .



###  http://qudt.org/vocab/unit#CubicFoot

unit:CubicFoot rdf:type owl:NamedIndividual ,
                        qudt:VolumeUnit ;
               
               qudt:abbreviation "ft^3"^^xsd:string ;
               
               qudt:code "0425"^^xsd:string ;
               
               qudt:conversionMultiplier "0.028316846592"^^xsd:double ;
               
               qudt:conversionOffset "0.0"^^xsd:double ;
               
               qudt:symbol "ft^3"^^xsd:string ;
               
               rdfs:label "Cubic Foot"^^xsd:string .



###  http://qudt.org/vocab/unit#CubicFootPerMinute

unit:CubicFootPerMinute rdf:type owl:NamedIndividual ,
                                 qudt:VolumePerTimeUnit ;
                        
                        qudt:abbreviation "ft^3/min"^^xsd:string ;
                        
                        qudt:code "0430"^^xsd:string ;
                        
                        qudt:conversionMultiplier "4.719474432000001E-4"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:symbol "ft^3/min"^^xsd:string ;
                        
                        rdfs:label "Cubic Foot per Minute"^^xsd:string .



###  http://qudt.org/vocab/unit#CubicFootPerSecond

unit:CubicFootPerSecond rdf:type owl:NamedIndividual ,
                                 qudt:VolumePerTimeUnit ;
                        
                        qudt:abbreviation "ft^3/s"^^xsd:string ;
                        
                        qudt:code "0435"^^xsd:string ;
                        
                        qudt:conversionMultiplier "0.028316846592000004"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:symbol "ft^3/s"^^xsd:string ;
                        
                        rdfs:label "Cubic Foot per Second"^^xsd:string .



###  http://qudt.org/vocab/unit#CubicInch

unit:CubicInch rdf:type owl:NamedIndividual ,
                        qudt:VolumeUnit ;
               
               qudt:abbreviation "in^3"^^xsd:string ;
               
               qudt:code "0440"^^xsd:string ;
               
               qudt:conversionMultiplier "1.6387064E-5"^^xsd:double ;
               
               qudt:conversionOffset "0.0"^^xsd:double ;
               
               qudt:symbol "in^3"^^xsd:string ;
               
               rdfs:label "Cubic Inch"^^xsd:string .



###  http://qudt.org/vocab/unit#CubicInchPerMinute

unit:CubicInchPerMinute rdf:type owl:NamedIndividual ,
                                 qudt:VolumePerTimeUnit ;
                        
                        qudt:abbreviation "in^3/min"^^xsd:string ;
                        
                        qudt:code "0445"^^xsd:string ;
                        
                        qudt:conversionMultiplier "2.7311773333333333E-7"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:symbol "in^3/min"^^xsd:string ;
                        
                        rdfs:label "Cubic Inch per Minute"^^xsd:string .



###  http://qudt.org/vocab/unit#CubicKilometerPerSecondSquared

unit:CubicKilometerPerSecondSquared rdf:type owl:NamedIndividual ,
                                             qudt:VolumePerTimeSquaredUnit ;
                                    
                                    qudt:conversionMultiplier "1.0E9"^^xsd:double ;
                                    
                                    qudt:conversionOffset "0.0"^^xsd:double ;
                                    
                                    qudt:symbol "km^3/s^2"^^xsd:string ;
                                    
                                    rdfs:label "Cubic Kilometer per Second Squared"^^xsd:string .



###  http://qudt.org/vocab/unit#CubicMeter

unit:CubicMeter rdf:type owl:NamedIndividual ,
                         qudt:VolumeUnit ;
                
                skos:exactMatch <http://dbpedia.org/resource/Cubic_metre> ;
                
                qudt:abbreviation "m^3"^^xsd:string ;
                
                qudt:code "0450"^^xsd:string ;
                
                qudt:conversionMultiplier "1.0"^^xsd:double ;
                
                qudt:conversionOffset "0.0"^^xsd:double ;
                
                qudt:symbol "m^3"^^xsd:string ;
                
                rdfs:label "Cubic Meter"^^xsd:string .



###  http://qudt.org/vocab/unit#CubicMeterPerHour

unit:CubicMeterPerHour rdf:type owl:NamedIndividual ,
                                qudt:SIUnit ,
                                qudt:VolumePerTimeUnit ;
                       
                       qudt:abbreviation "m^3/h"^^xsd:string ;
                       
                       qudt:code "2010"^^xsd:string ;
                       
                       qudt:conversionMultiplier "2.777777777777778E-4"^^xsd:double ;
                       
                       qudt:conversionOffset "0.0"^^xsd:double ;
                       
                       qudt:symbol "m^3/h"^^xsd:string ;
                       
                       rdfs:label "Cubic Meter per Hour"^^xsd:string .



###  http://qudt.org/vocab/unit#CubicMeterPerKelvin

unit:CubicMeterPerKelvin rdf:type owl:NamedIndividual ,
                                  qudt:VolumeThermalExpansionUnit ;
                         
                         qudt:code "2060"^^xsd:string ;
                         
                         qudt:conversionMultiplier "1.0"^^xsd:double ;
                         
                         qudt:conversionOffset "0.0"^^xsd:double ;
                         
                         qudt:symbol "m^3/K"^^xsd:string ;
                         
                         rdfs:label "Cubic Meter per Kelvin"^^xsd:string .



###  http://qudt.org/vocab/unit#CubicMeterPerKilogram

unit:CubicMeterPerKilogram rdf:type owl:NamedIndividual ,
                                    qudt:VolumePerMassUnit ;
                           
                           qudt:abbreviation "m^3/kg"^^xsd:string ;
                           
                           qudt:conversionMultiplier "1.0"^^xsd:double ;
                           
                           qudt:conversionOffset "0.0"^^xsd:double ;
                           
                           qudt:symbol "m^3/kg"^^xsd:string ;
                           
                           rdfs:label "Cubic Meter per Kilogram"^^xsd:string .



###  http://qudt.org/vocab/unit#CubicMeterPerKilogramSecondSquared

unit:CubicMeterPerKilogramSecondSquared rdf:type owl:NamedIndividual ,
                                                 qudt:GravitationalAttractionUnit ;
                                        
                                        qudt:abbreviation "m^3 kg^-1 s^-2"^^xsd:string ;
                                        
                                        qudt:conversionMultiplier "1.0"^^xsd:double ;
                                        
                                        qudt:conversionOffset "0.0"^^xsd:double ;
                                        
                                        qudt:symbol "m^3 kg^-1 s^-2"^^xsd:string ;
                                        
                                        rdfs:label "Cubic Meter per Kilogram Second Squared"^^xsd:string .



###  http://qudt.org/vocab/unit#CubicMeterPerMole

unit:CubicMeterPerMole rdf:type owl:NamedIndividual ,
                                qudt:ChemistryUnit ;
                       
                       qudt:abbreviation "m^3 mol^-1"^^xsd:string ;
                       
                       qudt:conversionMultiplier "1.0"^^xsd:double ;
                       
                       qudt:conversionOffset "0.0"^^xsd:double ;
                       
                       qudt:symbol "m^3 mol^-1"^^xsd:string ;
                       
                       rdfs:label "Cubic Meter per Mole"^^xsd:string .



###  http://qudt.org/vocab/unit#CubicMeterPerSecond

unit:CubicMeterPerSecond rdf:type owl:NamedIndividual ,
                                  qudt:VolumePerTimeUnit ;
                         
                         qudt:abbreviation "m^3/s"^^xsd:string ;
                         
                         qudt:code "0455"^^xsd:string ;
                         
                         qudt:conversionMultiplier "1.0"^^xsd:double ;
                         
                         qudt:conversionOffset "0.0"^^xsd:double ;
                         
                         qudt:symbol "m^3/s"^^xsd:string ;
                         
                         rdfs:label "Cubic Meter per Second"^^xsd:string .



###  http://qudt.org/vocab/unit#CubicMeterPerSecondSquared

unit:CubicMeterPerSecondSquared rdf:type owl:NamedIndividual ,
                                         qudt:VolumePerTimeSquaredUnit ;
                                
                                qudt:conversionMultiplier "1.0"^^xsd:double ;
                                
                                qudt:conversionOffset "0.0"^^xsd:double ;
                                
                                qudt:symbol "m^3/s^2"^^xsd:string ;
                                
                                rdfs:label "Cubic Meter per Second Squared"^^xsd:string .



###  http://qudt.org/vocab/unit#CubicMile

unit:CubicMile rdf:type owl:NamedIndividual ,
                        qudt:VolumeUnit ;
               
               qudt:abbreviation "mi^3"^^xsd:string ;
               
               qudt:code "0460"^^xsd:string ;
               
               qudt:conversionMultiplier "4.16818183E9"^^xsd:double ;
               
               qudt:conversionOffset "0.0"^^xsd:double ;
               
               qudt:symbol "mi^3"^^xsd:string ;
               
               rdfs:label "Cubic Mile"^^xsd:string .



###  http://qudt.org/vocab/unit#CubicMillimeter

unit:CubicMillimeter rdf:type owl:NamedIndividual ,
                              qudt:VolumeUnit ;
                     
                     qudt:abbreviation "mm^3"^^xsd:string ;
                     
                     qudt:code "0453"^^xsd:string ;
                     
                     qudt:conversionMultiplier "1.0E-9"^^xsd:double ;
                     
                     qudt:conversionOffset "0.0"^^xsd:double ;
                     
                     qudt:symbol "m^3"^^xsd:string ;
                     
                     rdfs:label "Cubic Millimeter"^^xsd:string .



###  http://qudt.org/vocab/unit#CubicYard

unit:CubicYard rdf:type owl:NamedIndividual ,
                        qudt:VolumeUnit ;
               
               qudt:abbreviation "yd^3"^^xsd:string ;
               
               qudt:code "0465"^^xsd:string ;
               
               qudt:conversionMultiplier "0.764554857984"^^xsd:double ;
               
               qudt:conversionOffset "0.0"^^xsd:double ;
               
               qudt:symbol "yd^3"^^xsd:string ;
               
               rdfs:label "Cubic Yard"^^xsd:string .



###  http://qudt.org/vocab/unit#CubicYardPerMinute

unit:CubicYardPerMinute rdf:type owl:NamedIndividual ,
                                 qudt:VolumePerTimeUnit ;
                        
                        qudt:abbreviation "yd^3/min"^^xsd:string ;
                        
                        qudt:code "0470"^^xsd:string ;
                        
                        qudt:conversionMultiplier "0.0127425809664"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:symbol "yd^3/min"^^xsd:string ;
                        
                        rdfs:label "Cubic Yard per Minute"^^xsd:string .



###  http://qudt.org/vocab/unit#Curie

unit:Curie rdf:type owl:NamedIndividual ,
                    qudt:ActivityUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Curie> ;
           
           qudt:abbreviation "Ci"^^xsd:string ;
           
           qudt:code "0480"^^xsd:string ;
           
           qudt:conversionMultiplier "3.7E10"^^xsd:double ;
           
           qudt:conversionOffset "0.0"^^xsd:double ;
           
           qudt:symbol "Ci"^^xsd:string ;
           
           rdfs:label "Curie"^^xsd:string .



###  http://qudt.org/vocab/unit#CyprusPound

unit:CyprusPound rdf:type owl:NamedIndividual ,
                          qudt:CurrencyUnit ;
                 
                 skos:exactMatch <http://dbpedia.org/resource/Cypriot_pound> ;
                 
                 qudt:abbreviation "CYP"^^xsd:string ;
                 
                 qudt:code "132"^^xsd:string ;
                 
                 qudt:currencyExponent 2 ;
                 
                 qudt:description "Cyprus" ;
                 
                 rdfs:label "Cyprus Pound"^^xsd:string .



###  http://qudt.org/vocab/unit#CzechKoruna

unit:CzechKoruna rdf:type owl:NamedIndividual ,
                          qudt:CurrencyUnit ;
                 
                 skos:exactMatch <http://dbpedia.org/resource/Czech_koruna> ;
                 
                 qudt:abbreviation "CZK"^^xsd:string ;
                 
                 qudt:code "203"^^xsd:string ;
                 
                 qudt:currencyExponent 2 ;
                 
                 qudt:description "Czech Republic" ;
                 
                 rdfs:label "Czech Koruna"^^xsd:string .



###  http://qudt.org/vocab/unit#Dalasi

unit:Dalasi rdf:type owl:NamedIndividual ,
                     qudt:CurrencyUnit ;
            
            skos:exactMatch <http://dbpedia.org/resource/Gambian_dalasi> ;
            
            qudt:abbreviation "GMD"^^xsd:string ;
            
            qudt:code "270"^^xsd:string ;
            
            qudt:currencyExponent 2 ;
            
            qudt:description "Gambia" ;
            
            rdfs:label "Dalasi"^^xsd:string .



###  http://qudt.org/vocab/unit#Dalton

unit:Dalton rdf:type owl:NamedIndividual ,
                     qudt:AtomicMassUnit ,
                     qudt:MassUnit ;
            
            skos:exactMatch <http://dbpedia.org/resource/Dalton> ;
            
            qudt:abbreviation "Da"^^xsd:string ;
            
            qudt:code "0485"^^xsd:string ;
            
            qudt:conversionMultiplier "1.6609021E-27"^^xsd:double ;
            
            qudt:conversionOffset "0.0"^^xsd:double ;
            
            qudt:description "The unified atomic mass unit (symbol: u) or dalton (symbol: Da) is a unit that is used for indicating mass on an atomic or molecular scale. It is defined as one twelfth of the rest mass of an unbound atom of carbon-12 in its nuclear and electronic ground state,[1] and has a value of 1.660538782(83)×10−27 kg.[2] One Da is approximately equal to the mass of one proton or one neutron. The CIPM have categorised it as a \"non-SI unit whose values in SI units must be obtained experimentally\".[1] [Wikipedia]"^^xsd:string ;
            
            qudt:symbol "Da"^^xsd:string ;
            
            rdfs:label "Dalton"^^xsd:string .



###  http://qudt.org/vocab/unit#Dalton2

unit:Dalton2 rdf:type owl:NamedIndividual ,
                      qudt:AtomicPhysicsUnit ;
             
             qudt:abbreviation "u"^^xsd:string ;
             
             qudt:conversionMultiplier "1.66053878283E-30"^^xsd:double ;
             
             qudt:conversionOffset "0.0"^^xsd:double ;
             
             qudt:description "The unified atomic mass unit (symbol: u) or dalton (symbol: Da) is a unit that is used for indicating mass on an atomic or molecular scale. It is defined as one twelfth of the rest mass of an unbound atom of carbon-12 in its nuclear and electronic ground state,[1] and has a value of 1.660538782(83)×10−27 kg.[2] One Da is approximately equal to the mass of one proton or one neutron. The CIPM have categorised it as a \"non-SI unit whose values in SI units must be obtained experimentally\".[1] [Wikipedia]"^^xsd:string ;
             
             qudt:symbol "u"^^xsd:string ;
             
             rdfs:label "Atomic mass unit"^^xsd:string .



###  http://qudt.org/vocab/unit#DanishKrone

unit:DanishKrone rdf:type owl:NamedIndividual ,
                          qudt:CurrencyUnit ;
                 
                 skos:exactMatch <http://dbpedia.org/resource/Danish_krone> ;
                 
                 qudt:abbreviation "DKK"^^xsd:string ;
                 
                 qudt:code "208"^^xsd:string ;
                 
                 qudt:currencyExponent 2 ;
                 
                 qudt:description "Denmark, Faroe Islands, Greenland" ;
                 
                 rdfs:label "Danish Krone"^^xsd:string .



###  http://qudt.org/vocab/unit#Day

unit:Day rdf:type owl:NamedIndividual ,
                  qudt:TimeUnit ,
                  qudt:UsedWithSIUnit ;
         
         skos:exactMatch <http://dbpedia.org/resource/Day> ;
         
         qudt:abbreviation "d"^^xsd:string ;
         
         qudt:code "0490"^^xsd:string ;
         
         qudt:conversionMultiplier "86400.0"^^xsd:double ;
         
         qudt:conversionOffset "0.0"^^xsd:double ;
         
         qudt:description "Mean solar day"^^xsd:string ;
         
         qudt:symbol "d"^^xsd:string ;
         
         rdfs:label "Day"^^xsd:string .



###  http://qudt.org/vocab/unit#DaySidereal

unit:DaySidereal rdf:type owl:NamedIndividual ,
                          qudt:TimeUnit ,
                          qudt:UsedWithSIUnit ;
                 
                 qudt:abbreviation "d"^^xsd:string ;
                 
                 qudt:code "0495"^^xsd:string ;
                 
                 qudt:symbol "d"^^xsd:string ;
                 
                 rdfs:label "Day Sidereal"^^xsd:string .



###  http://qudt.org/vocab/unit#Debye

unit:Debye rdf:type owl:NamedIndividual ,
                    qudt:ElectricDipoleMomentUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Debye> ;
           
           qudt:abbreviation "D"^^xsd:string ;
           
           qudt:code "0500"^^xsd:string ;
           
           qudt:conversionMultiplier "3.33564E-30"^^xsd:double ;
           
           qudt:conversionOffset "0.0"^^xsd:double ;
           
           qudt:symbol "D"^^xsd:string ;
           
           rdfs:label "Debye"^^xsd:string .



###  http://qudt.org/vocab/unit#Deca

unit:Deca rdf:type owl:NamedIndividual ,
                   qudt:DecimalPrefixUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Deca> ;
          
          qudt:conversionMultiplier "10.0"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "da"^^xsd:string ;
          
          rdfs:label "Deca"^^xsd:string .



###  http://qudt.org/vocab/unit#Deci

unit:Deci rdf:type owl:NamedIndividual ,
                   qudt:DecimalPrefixUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Deci-> ;
          
          qudt:conversionMultiplier "0.1"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "d"^^xsd:string ;
          
          rdfs:label "Deci"^^xsd:string .



###  http://qudt.org/vocab/unit#Decibel

unit:Decibel rdf:type owl:NamedIndividual ,
                      qudt:DimensionlessUnit ,
                      qudt:LogarithmicUnit ,
                      qudt:RF-PowerUnit ;
             
             skos:exactMatch <http://dbpedia.org/resource/Decibel> ;
             
             qudt:abbreviation "dB"^^xsd:string ;
             
             qudt:code "0505"^^xsd:string ;
             
             qudt:symbol "dB"^^xsd:string ;
             
             rdfs:label "Decibel"^^xsd:string .



###  http://qudt.org/vocab/unit#DecibelCarrier

unit:DecibelCarrier rdf:type owl:NamedIndividual ,
                             qudt:SignalDetectionThresholdUnit ;
                    
                    qudt:abbreviation "dBc"^^xsd:string ;
                    
                    qudt:code "2520"^^xsd:string ;
                    
                    qudt:symbol "dBc"^^xsd:string ;
                    
                    rdfs:label "Decibel Carrier Unit"^^xsd:string .



###  http://qudt.org/vocab/unit#DecibelReferredToOneMilliwatt

unit:DecibelReferredToOneMilliwatt rdf:type owl:NamedIndividual ,
                                            qudt:DimensionlessUnit ;
                                   
                                   qudt:abbreviation "dBm"^^xsd:string ;
                                   
                                   qudt:code "2500"^^xsd:string ;
                                   
                                   qudt:symbol "dBm"^^xsd:string ;
                                   
                                   rdfs:label "Decibel Referred to 1mw"^^xsd:string .



###  http://qudt.org/vocab/unit#Decimeter

unit:Decimeter rdf:type owl:NamedIndividual ,
                        qudt:LengthUnit ;
               
               qudt:abbreviation "decimeter"^^xsd:string ;
               
               qudt:conversionMultiplier "0.1"^^xsd:double ;
               
               qudt:conversionOffset "0.0"^^xsd:double ;
               
               qudt:literal "decimeter"^^xsd:string ;
               
               qudt:uneceCommonCode "DMT"^^xsd:string ;
               
               rdfs:label "Decimeter"^^xsd:string .



###  http://qudt.org/vocab/unit#DegreeAngle

unit:DegreeAngle rdf:type owl:NamedIndividual ,
                          qudt:AngleUnit ,
                          qudt:UsedWithSIUnit ;
                 
                 qudt:abbreviation "deg"^^xsd:string ;
                 
                 qudt:code "0510"^^xsd:string ;
                 
                 qudt:conversionMultiplier "0.0174532925"^^xsd:double ;
                 
                 qudt:conversionOffset "0.0"^^xsd:double ;
                 
                 qudt:literal "degree [unit of angle]"^^xsd:string ;
                 
                 qudt:symbol "°"^^xsd:string ;
                 
                 qudt:uneceCommonCode "DD"^^xsd:string ;
                 
                 rdfs:label "Degree Angle"^^xsd:string .



###  http://qudt.org/vocab/unit#DegreeCelsius

unit:DegreeCelsius rdf:type owl:NamedIndividual ,
                            qudt:SIUnit ,
                            qudt:TemperatureUnit ;
                   
                   skos:exactMatch <http://dbpedia.org/resource/Celsius> ;
                   
                   qudt:abbreviation "degC"^^xsd:string ;
                   
                   qudt:code "0515"^^xsd:string ;
                   
                   qudt:conversionMultiplier "1.0"^^xsd:double ;
                   
                   qudt:conversionOffset "273.15"^^xsd:double ;
                   
                   qudt:symbol "degC"^^xsd:string ;
                   
                   rdfs:label "Degree Celsius"^^xsd:string .



###  http://qudt.org/vocab/unit#DegreeCelsiusCentimeter

unit:DegreeCelsiusCentimeter rdf:type owl:NamedIndividual ,
                                      qudt:LengthTemperatureUnit ;
                             
                             qudt:abbreviation "cm-degC"^^xsd:string ;
                             
                             qudt:code "2008"^^xsd:string ;
                             
                             qudt:symbol "cm-degC"^^xsd:string ;
                             
                             rdfs:label "Degree Celsius Centimeter"^^xsd:string .



###  http://qudt.org/vocab/unit#DegreeCelsiusPerHour

unit:DegreeCelsiusPerHour rdf:type owl:NamedIndividual ,
                                   qudt:TemperaturePerTimeUnit ;
                          
                          qudt:abbreviation "degC / hr"^^xsd:string ;
                          
                          qudt:symbol "degC / hr"^^xsd:string ;
                          
                          rdfs:label "Degree Celsius per Hour"^^xsd:string .



###  http://qudt.org/vocab/unit#DegreeCelsiusPerMinute

unit:DegreeCelsiusPerMinute rdf:type owl:NamedIndividual ,
                                     qudt:TemperaturePerTimeUnit ;
                            
                            qudt:abbreviation "degC / m"^^xsd:string ;
                            
                            qudt:symbol "degC / m"^^xsd:string ;
                            
                            rdfs:label "Degree Celsius per Minute"^^xsd:string .



###  http://qudt.org/vocab/unit#DegreeCelsiusPerSecond

unit:DegreeCelsiusPerSecond rdf:type owl:NamedIndividual ,
                                     qudt:TemperaturePerTimeUnit ;
                            
                            qudt:abbreviation "degC / s"^^xsd:string ;
                            
                            qudt:symbol "degC / s"^^xsd:string ;
                            
                            rdfs:label "Degree Celsius per Second"^^xsd:string .



###  http://qudt.org/vocab/unit#DegreeCentigrade

unit:DegreeCentigrade rdf:type owl:NamedIndividual ,
                               qudt:TemperatureUnit ;
                      
                      skos:closeMatch <http://dbpedia.org/resource/Celsius> ;
                      
                      qudt:abbreviation "DegC"^^xsd:string ;
                      
                      qudt:code "0520"^^xsd:string ;
                      
                      qudt:symbol "DegC"^^xsd:string ;
                      
                      rdfs:label "Degree Centigrade"^^xsd:string .



###  http://qudt.org/vocab/unit#DegreeFahrenheit

unit:DegreeFahrenheit rdf:type owl:NamedIndividual ,
                               qudt:TemperatureUnit ;
                      
                      qudt:abbreviation "degF"^^xsd:string ;
                      
                      qudt:code "0525"^^xsd:string ;
                      
                      qudt:conversionMultiplier "0.5555555555555556"^^xsd:double ;
                      
                      qudt:conversionOffset "255.37037037037038"^^xsd:double ;
                      
                      qudt:symbol "degF"^^xsd:string ;
                      
                      rdfs:label "Degree Fahrenheit"^^xsd:string .



###  http://qudt.org/vocab/unit#DegreeFahrenheitHour

unit:DegreeFahrenheitHour rdf:type owl:NamedIndividual ,
                                   qudt:ThermalResistivityUnit ;
                          
                          qudt:abbreviation "degF-hr"^^xsd:string ;
                          
                          qudt:code "0530"^^xsd:string ;
                          
                          qudt:symbol "degF-hr"^^xsd:string ;
                          
                          rdfs:label "Degree Fahrenheit Hour"^^xsd:string .



###  http://qudt.org/vocab/unit#DegreeFahrenheitHourPerBtu

unit:DegreeFahrenheitHourPerBtu rdf:type owl:NamedIndividual ,
                                         qudt:ThermalResistanceUnit ;
                                
                                qudt:abbreviation "degF-hr/Btu"^^xsd:string ;
                                
                                qudt:code "0535"^^xsd:string ;
                                
                                qudt:symbol "degF-hr/Btu"^^xsd:string ;
                                
                                rdfs:label "Degree Fahrenheit Hour per BTU"^^xsd:string .



###  http://qudt.org/vocab/unit#DegreeFahrenheitPerHour

unit:DegreeFahrenheitPerHour rdf:type owl:NamedIndividual ,
                                      qudt:TemperaturePerTimeUnit ;
                             
                             qudt:abbreviation "degF / h"^^xsd:string ;
                             
                             qudt:symbol "degF / h"^^xsd:string ;
                             
                             rdfs:label "Degree Fahrenheit per Hour"^^xsd:string .



###  http://qudt.org/vocab/unit#DegreeFahrenheitPerMinute

unit:DegreeFahrenheitPerMinute rdf:type owl:NamedIndividual ,
                                        qudt:TemperaturePerTimeUnit ;
                               
                               qudt:abbreviation "degF / m"^^xsd:string ;
                               
                               qudt:symbol "degF / m"^^xsd:string ;
                               
                               rdfs:label "Degree Fahrenheit per Minute"^^xsd:string .



###  http://qudt.org/vocab/unit#DegreeFahrenheitPerSecond

unit:DegreeFahrenheitPerSecond rdf:type owl:NamedIndividual ,
                                        qudt:TemperaturePerTimeUnit ;
                               
                               qudt:abbreviation "degF / s"^^xsd:string ;
                               
                               qudt:symbol "degF / s"^^xsd:string ;
                               
                               rdfs:label "Degree Fahrenheit per Second"^^xsd:string .



###  http://qudt.org/vocab/unit#DegreePerHour

unit:DegreePerHour rdf:type owl:NamedIndividual ,
                            qudt:AngularVelocityUnit ;
                   
                   qudt:abbreviation "deg/h"^^xsd:string ;
                   
                   qudt:code "2181"^^xsd:string ;
                   
                   qudt:conversionMultiplier "4.84813681E-6"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "deg/h"^^xsd:string ;
                   
                   rdfs:label "Degree per Hour"^^xsd:string .



###  http://qudt.org/vocab/unit#DegreePerMinute

unit:DegreePerMinute rdf:type owl:NamedIndividual ,
                              qudt:AngularVelocityUnit ;
                     
                     qudt:conversionMultiplier "2.90888209E-4"^^xsd:double ;
                     
                     qudt:conversionOffset "0.0"^^xsd:double ;
                     
                     qudt:symbol "deg/min"^^xsd:string ;
                     
                     rdfs:label "Degree per Minute"^^xsd:string .



###  http://qudt.org/vocab/unit#DegreePerSecond

unit:DegreePerSecond rdf:type owl:NamedIndividual ,
                              qudt:AngularVelocityUnit ;
                     
                     qudt:abbreviation "deg/s"^^xsd:string ;
                     
                     qudt:code "2180"^^xsd:string ;
                     
                     qudt:conversionMultiplier "0.0174532925"^^xsd:double ;
                     
                     qudt:conversionOffset "0.0"^^xsd:double ;
                     
                     qudt:symbol "deg/s"^^xsd:string ;
                     
                     rdfs:label "Degree per Second"^^xsd:string .



###  http://qudt.org/vocab/unit#DegreePerSecondSquared

unit:DegreePerSecondSquared rdf:type owl:NamedIndividual ,
                                     qudt:AngularAccelerationUnit ;
                            
                            qudt:abbreviation "deg/(s^2)"^^xsd:string ;
                            
                            qudt:code "2170"^^xsd:string ;
                            
                            qudt:conversionMultiplier "0.0174532925"^^xsd:double ;
                            
                            qudt:conversionOffset "0.0"^^xsd:double ;
                            
                            qudt:symbol "deg/(s^2)"^^xsd:string ;
                            
                            rdfs:label "Degree per Second Squared"^^xsd:string .



###  http://qudt.org/vocab/unit#DegreeRankine

unit:DegreeRankine rdf:type owl:NamedIndividual ,
                            qudt:TemperatureUnit ;
                   
                   qudt:abbreviation "degR"^^xsd:string ;
                   
                   qudt:code "0545"^^xsd:string ;
                   
                   qudt:conversionMultiplier "0.5555555555555556"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "degR"^^xsd:string ;
                   
                   rdfs:label "Degree Rankine"^^xsd:string .



###  http://qudt.org/vocab/unit#DegreeRankinePerHour

unit:DegreeRankinePerHour rdf:type owl:NamedIndividual ,
                                   qudt:TemperaturePerTimeUnit ;
                          
                          qudt:abbreviation "degR / h"^^xsd:string ;
                          
                          qudt:symbol "degR / h"^^xsd:string ;
                          
                          rdfs:label "Degree Rankine per Hour"^^xsd:string .



###  http://qudt.org/vocab/unit#DegreeRankinePerMinute

unit:DegreeRankinePerMinute rdf:type owl:NamedIndividual ,
                                     qudt:TemperaturePerTimeUnit ;
                            
                            qudt:abbreviation "degR / m"^^xsd:string ;
                            
                            qudt:symbol "degR / m"^^xsd:string ;
                            
                            rdfs:label "Degree Rankine per Minute"^^xsd:string .



###  http://qudt.org/vocab/unit#DegreeRankinePerSecond

unit:DegreeRankinePerSecond rdf:type owl:NamedIndividual ,
                                     qudt:TemperaturePerTimeUnit ;
                            
                            qudt:abbreviation "degR / s"^^xsd:string ;
                            
                            qudt:symbol "degR / s"^^xsd:string ;
                            
                            rdfs:label "Degree Rankine per Second"^^xsd:string .



###  http://qudt.org/vocab/unit#Denar

unit:Denar rdf:type owl:NamedIndividual ,
                    qudt:CurrencyUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Macedonian_denar> ;
           
           qudt:abbreviation "MKD"^^xsd:string ;
           
           qudt:code "807"^^xsd:string ;
           
           qudt:currencyExponent 2 ;
           
           qudt:description "Former Yugoslav Republic of Macedonia" ;
           
           rdfs:label "Denar"^^xsd:string .



###  http://qudt.org/vocab/unit#Denier

unit:Denier rdf:type owl:NamedIndividual ,
                     qudt:MassPerLengthUnit ;
            
            skos:exactMatch <http://dbpedia.org/resource/Denier> ;
            
            qudt:code "0550"^^xsd:string ;
            
            qudt:conversionMultiplier "1.1E-7"^^xsd:double ;
            
            qudt:conversionOffset "0.0"^^xsd:double ;
            
            rdfs:label "Denier"^^xsd:string .



###  http://qudt.org/vocab/unit#Diopter

unit:Diopter rdf:type owl:NamedIndividual ,
                      qudt:CurvatureUnit ;
             
             skos:exactMatch <http://dbpedia.org/resource/Dioptre> ;
             
             qudt:abbreviation "D"^^xsd:string ;
             
             qudt:code "2064"^^xsd:string ;
             
             qudt:conversionMultiplier "1.0"^^xsd:double ;
             
             qudt:conversionOffset "0.0"^^xsd:double ;
             
             qudt:description """A dioptre, or diopter, is a unit of measurement of the optical power of a lens or curved mirror, which is equal to the reciprocal of the focal length measured in metres (that is, 1/metres). For example, a 3 dioptre lens brings parallel rays of light to focus at 1/3 metre. The same unit is also sometimes used for other reciprocals of distance, particularly radii of curvature and the vergence of optical beams.

Though the diopter is based on the SI-metric system it has not been included in the standard so that there is no international name or abbreviation for this unit of measurement—within the international system of units this unit for optical power would need to be specified explicitly as the inverse metre. [Wikipedia]"""^^xsd:string ;
             
             qudt:symbol "D"^^xsd:string ;
             
             rdfs:label "Diopter"^^xsd:string .



###  http://qudt.org/vocab/unit#DjiboutiFranc

unit:DjiboutiFranc rdf:type owl:NamedIndividual ,
                            qudt:CurrencyUnit ;
                   
                   skos:exactMatch <http://dbpedia.org/resource/Djiboutian_franc> ;
                   
                   qudt:abbreviation "DJF"^^xsd:string ;
                   
                   qudt:code "262"^^xsd:string ;
                   
                   qudt:currencyExponent 0 ;
                   
                   qudt:description "Djibouti" ;
                   
                   rdfs:label "Djibouti Franc"^^xsd:string .



###  http://qudt.org/vocab/unit#Dobra

unit:Dobra rdf:type owl:NamedIndividual ,
                    qudt:CurrencyUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Dobra> ;
           
           qudt:abbreviation "STD"^^xsd:string ;
           
           qudt:code "678"^^xsd:string ;
           
           qudt:currencyExponent 0 ;
           
           qudt:description "S�o Tom� and Pr�ncipe" ;
           
           rdfs:label "Dobra"^^xsd:string .



###  http://qudt.org/vocab/unit#DominicanPeso

unit:DominicanPeso rdf:type owl:NamedIndividual ,
                            qudt:CurrencyUnit ;
                   
                   skos:exactMatch <http://dbpedia.org/resource/Dominican_peso> ;
                   
                   qudt:abbreviation "DOP"^^xsd:string ;
                   
                   qudt:code "214"^^xsd:string ;
                   
                   qudt:currencyExponent 2 ;
                   
                   qudt:description "Dominican Republic" ;
                   
                   rdfs:label "Dominican Peso"^^xsd:string .



###  http://qudt.org/vocab/unit#DryGallonUS

unit:DryGallonUS rdf:type owl:NamedIndividual ,
                          qudt:VolumeUnit ;
                 
                 qudt:abbreviation "dry_gal"^^xsd:string ;
                 
                 qudt:conversionMultiplier "0.0440488377"^^xsd:double ;
                 
                 qudt:conversionOffset "0.0"^^xsd:double ;
                 
                 qudt:symbol "dry_gal"^^xsd:string ;
                 
                 rdfs:label "Dry Gallon US"^^xsd:string .



###  http://qudt.org/vocab/unit#DryPintUS

unit:DryPintUS rdf:type owl:NamedIndividual ,
                        qudt:VolumeUnit ;
               
               qudt:abbreviation "dry_pt"^^xsd:string ;
               
               qudt:code "1370"^^xsd:string ;
               
               qudt:conversionMultiplier "0.00550610471"^^xsd:double ;
               
               qudt:conversionOffset "0.0"^^xsd:double ;
               
               qudt:symbol "dry_pt"^^xsd:string ;
               
               rdfs:label "US Dry Pint"^^xsd:string .



###  http://qudt.org/vocab/unit#DryQuartUS

unit:DryQuartUS rdf:type owl:NamedIndividual ,
                         qudt:VolumeUnit ;
                
                qudt:abbreviation "dry_qt"^^xsd:string ;
                
                qudt:code "1540"^^xsd:string ;
                
                qudt:conversionMultiplier "0.00110122094"^^xsd:double ;
                
                qudt:conversionOffset "0.0"^^xsd:double ;
                
                qudt:symbol "dry_qt"^^xsd:string ;
                
                rdfs:label "US Dry Quart"^^xsd:string .



###  http://qudt.org/vocab/unit#Dyne

unit:Dyne rdf:type owl:NamedIndividual ,
                   qudt:ForceUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Dyne> ;
          
          qudt:abbreviation "dyn"^^xsd:string ;
          
          qudt:code "0560"^^xsd:string ;
          
          qudt:conversionMultiplier "1.0E-5"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "dyn"^^xsd:string ;
          
          rdfs:label "Dyne"^^xsd:string .



###  http://qudt.org/vocab/unit#DyneCentimeter

unit:DyneCentimeter rdf:type owl:NamedIndividual ,
                             qudt:BendingMomentOrTorqueUnit ;
                    
                    qudt:abbreviation "dyn-cm"^^xsd:string ;
                    
                    qudt:code "0565"^^xsd:string ;
                    
                    qudt:conversionMultiplier "1.0E-7"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "dyn-cm"^^xsd:string ;
                    
                    rdfs:label "Dyne Centimeter"^^xsd:string .



###  http://qudt.org/vocab/unit#DynePerSquareCentimeter

unit:DynePerSquareCentimeter rdf:type owl:NamedIndividual ,
                                      qudt:PressureOrStressUnit ;
                             
                             qudt:abbreviation "dyn/cm^2"^^xsd:string ;
                             
                             qudt:code "0570"^^xsd:string ;
                             
                             qudt:conversionMultiplier "0.1"^^xsd:double ;
                             
                             qudt:conversionOffset "0.0"^^xsd:double ;
                             
                             qudt:symbol "dyn/cm^2"^^xsd:string ;
                             
                             rdfs:label "Dyne per Square Centimeter"^^xsd:string .



###  http://qudt.org/vocab/unit#EastCaribbeanDollar

unit:EastCaribbeanDollar rdf:type owl:NamedIndividual ,
                                  qudt:CurrencyUnit ;
                         
                         skos:exactMatch <http://dbpedia.org/resource/East_Caribbean_dollar> ;
                         
                         qudt:abbreviation "XCD"^^xsd:string ;
                         
                         qudt:code "951"^^xsd:string ;
                         
                         qudt:currencyExponent 2 ;
                         
                         qudt:description "Anguilla, Antigua and Barbuda, Dominica, Grenada, Montserrat, Saint Kitts and Nevis, Saint Lucia, Saint Vincent and the Grenadines" ;
                         
                         rdfs:label "East Caribbean Dollar"^^xsd:string .



###  http://qudt.org/vocab/unit#EgyptianPound

unit:EgyptianPound rdf:type owl:NamedIndividual ,
                            qudt:CurrencyUnit ;
                   
                   skos:exactMatch <http://dbpedia.org/resource/Egyptian_pound> ;
                   
                   qudt:abbreviation "EGP"^^xsd:string ;
                   
                   qudt:code "818"^^xsd:string ;
                   
                   qudt:currencyExponent 2 ;
                   
                   qudt:description "Egypt" ;
                   
                   rdfs:label "Egyptian Pound"^^xsd:string .



###  http://qudt.org/vocab/unit#ElectronVolt

unit:ElectronVolt rdf:type owl:NamedIndividual ,
                           qudt:EnergyAndWorkUnit ,
                           qudt:UsedWithSIUnit ;
                  
                  skos:exactMatch <http://dbpedia.org/resource/Electron_volt> ;
                  
                  qudt:abbreviation "eV"^^xsd:string ;
                  
                  qudt:code "0575"^^xsd:string ;
                  
                  qudt:conversionMultiplier "1.6021765314E-19"^^xsd:double ;
                  
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  
                  qudt:symbol "eV"^^xsd:string ;
                  
                  rdfs:label "Electron Volt"^^xsd:string .



###  http://qudt.org/vocab/unit#ElectronVoltPerKelvin

unit:ElectronVoltPerKelvin rdf:type owl:NamedIndividual ,
                                    qudt:HeatCapacityAndEntropyUnit ;
                           
                           qudt:abbreviation "eV K^-1"^^xsd:string ;
                           
                           qudt:conversionMultiplier "1.6021765314E-19"^^xsd:double ;
                           
                           qudt:conversionOffset "0.0"^^xsd:double ;
                           
                           qudt:symbol "eV K^-1"^^xsd:string ;
                           
                           rdfs:label "Electron Volt per Kelvin"^^xsd:string .



###  http://qudt.org/vocab/unit#ElectronVoltPerTesla

unit:ElectronVoltPerTesla rdf:type owl:NamedIndividual ,
                                   qudt:ElectricityAndMagnetismUnit ;
                          
                          qudt:abbreviation "eV T^-1"^^xsd:string ;
                          
                          qudt:conversionMultiplier "1.6021765314E-19"^^xsd:double ;
                          
                          qudt:conversionOffset "0.0"^^xsd:double ;
                          
                          qudt:symbol "eV T^-1"^^xsd:string ;
                          
                          rdfs:label "Electron Volt per Tesla"^^xsd:string .



###  http://qudt.org/vocab/unit#ElectronVoltSecond

unit:ElectronVoltSecond rdf:type owl:NamedIndividual ,
                                 qudt:AngularMomentumUnit ;
                        
                        qudt:abbreviation "eV s"^^xsd:string ;
                        
                        qudt:conversionMultiplier "1.6021765314E-19"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:symbol "eV s"^^xsd:string ;
                        
                        rdfs:label "Electron Volt Second"^^xsd:string .



###  http://qudt.org/vocab/unit#Erg

unit:Erg rdf:type owl:NamedIndividual ,
                  qudt:EnergyAndWorkUnit ;
         
         skos:exactMatch <http://dbpedia.org/resource/Erg> ;
         
         qudt:abbreviation "erg"^^xsd:string ;
         
         qudt:code "0580"^^xsd:string ;
         
         qudt:conversionMultiplier "1.0E-7"^^xsd:double ;
         
         qudt:conversionOffset "0.0"^^xsd:double ;
         
         qudt:symbol "erg"^^xsd:string ;
         
         rdfs:label "Erg"^^xsd:string .



###  http://qudt.org/vocab/unit#ErgPerCubicCentimeter

unit:ErgPerCubicCentimeter rdf:type owl:NamedIndividual ,
                                    qudt:EnergyDensityUnit ;
                           
                           qudt:code "2018"^^xsd:string ;
                           
                           qudt:conversionMultiplier "0.1"^^xsd:double ;
                           
                           qudt:conversionOffset "0.0"^^xsd:double ;
                           
                           qudt:symbol "erg/cm^3"^^xsd:string ;
                           
                           rdfs:label "Erg per Cubic Centimeter"^^xsd:string .



###  http://qudt.org/vocab/unit#ErgPerGram

unit:ErgPerGram rdf:type owl:NamedIndividual ,
                         qudt:SpecificEnergyUnit ;
                
                qudt:conversionMultiplier "1.0E-4"^^xsd:double ;
                
                qudt:conversionOffset "0.0"^^xsd:double ;
                
                rdfs:label "Erg per Gram"^^xsd:string .



###  http://qudt.org/vocab/unit#ErgPerSecond

unit:ErgPerSecond rdf:type owl:NamedIndividual ,
                           qudt:PowerUnit ;
                  
                  qudt:abbreviation "erg/s"^^xsd:string ;
                  
                  qudt:code "0585"^^xsd:string ;
                  
                  qudt:conversionMultiplier "1.0E-7"^^xsd:double ;
                  
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  
                  qudt:symbol "erg/s"^^xsd:string ;
                  
                  rdfs:label "Erg per Second"^^xsd:string .



###  http://qudt.org/vocab/unit#ErgPerSquareCentimeterSecond

unit:ErgPerSquareCentimeterSecond rdf:type owl:NamedIndividual ,
                                           qudt:PowerPerAreaUnit ;
                                  
                                  qudt:abbreviation "erg/(cm^2-s)"^^xsd:string ;
                                  
                                  qudt:code "0590"^^xsd:string ;
                                  
                                  qudt:conversionMultiplier "0.001"^^xsd:double ;
                                  
                                  qudt:conversionOffset "0.0"^^xsd:double ;
                                  
                                  qudt:symbol "erg/(cm^2-s)"^^xsd:string ;
                                  
                                  rdfs:label "Erg per Square Centimeter Second"^^xsd:string .



###  http://qudt.org/vocab/unit#ErgSecond

unit:ErgSecond rdf:type owl:NamedIndividual ,
                        qudt:AngularMomentumUnit ;
               
               qudt:conversionMultiplier "1.0E-7"^^xsd:double ;
               
               qudt:conversionOffset "0.0"^^xsd:double ;
               
               qudt:symbol "erg s"^^xsd:string ;
               
               rdfs:label "Erg Second"^^xsd:string .



###  http://qudt.org/vocab/unit#EthiopianBirr

unit:EthiopianBirr rdf:type owl:NamedIndividual ,
                            qudt:CurrencyUnit ;
                   
                   skos:exactMatch <http://dbpedia.org/resource/Ethiopian_birr> ;
                   
                   qudt:abbreviation "ETB"^^xsd:string ;
                   
                   qudt:code "230"^^xsd:string ;
                   
                   qudt:currencyExponent 2 ;
                   
                   qudt:description "Ethiopia" ;
                   
                   rdfs:label "Ethiopian Birr"^^xsd:string .



###  http://qudt.org/vocab/unit#Euro

unit:Euro rdf:type owl:NamedIndividual ,
                   qudt:CurrencyUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Euro> ;
          
          qudt:abbreviation "EUR"^^xsd:string ;
          
          qudt:code "978"^^xsd:string ;
          
          qudt:currencyExponent 2 ;
          
          qudt:description "European Union, see eurozone" ;
          
          rdfs:label "Euro"^^xsd:string .



###  http://qudt.org/vocab/unit#EuropeanCompositeUnit

unit:EuropeanCompositeUnit rdf:type owl:NamedIndividual ,
                                    qudt:CurrencyUnit ;
                           
                           qudt:abbreviation "XBA"^^xsd:string ;
                           
                           qudt:code "955"^^xsd:string ;
                           
                           qudt:description "Bonds market unit" ;
                           
                           rdfs:label "European Composite Unit (EURCO) (Bonds market unit)"^^xsd:string .



###  http://qudt.org/vocab/unit#EuropeanMonetaryUnit

unit:EuropeanMonetaryUnit rdf:type owl:NamedIndividual ,
                                   qudt:CurrencyUnit ;
                          
                          qudt:abbreviation "XBB"^^xsd:string ;
                          
                          qudt:code "956"^^xsd:string ;
                          
                          qudt:description "Bonds market unit" ;
                          
                          rdfs:label "European Monetary Unit (E.M.U.-6) (Bonds market unit)"^^xsd:string .



###  http://qudt.org/vocab/unit#EuropeanUnitOfAccount17

unit:EuropeanUnitOfAccount17 rdf:type owl:NamedIndividual ,
                                      qudt:CurrencyUnit ;
                             
                             qudt:abbreviation "XBD"^^xsd:string ;
                             
                             qudt:code "958"^^xsd:string ;
                             
                             qudt:description "Bonds market unit" ;
                             
                             rdfs:label "European Unit of Account 17 (E.U.A.-17) (Bonds market unit)"^^xsd:string .



###  http://qudt.org/vocab/unit#EuropeanUnitOfAccount9

unit:EuropeanUnitOfAccount9 rdf:type owl:NamedIndividual ,
                                     qudt:CurrencyUnit ;
                            
                            qudt:abbreviation "XBC"^^xsd:string ;
                            
                            qudt:code "957"^^xsd:string ;
                            
                            qudt:description "Bonds market unit" ;
                            
                            rdfs:label "European Unit of Account 9 (E.U.A.-9) (Bonds market unit)"^^xsd:string .



###  http://qudt.org/vocab/unit#Exa

unit:Exa rdf:type owl:NamedIndividual ,
                  qudt:DecimalPrefixUnit ;
         
         skos:exactMatch <http://dbpedia.org/resource/Exa-> ;
         
         qudt:conversionMultiplier "1.0E18"^^xsd:double ;
         
         qudt:conversionOffset "0.0"^^xsd:double ;
         
         qudt:symbol "E"^^xsd:string ;
         
         rdfs:label "Exa"^^xsd:string .



###  http://qudt.org/vocab/unit#Exbi

unit:Exbi rdf:type owl:NamedIndividual ,
                   qudt:BinaryPrefixUnit ;
          
          skos:closeMatch <http://dbpedia.org/resource/Binary_prefix> ;
          
          qudt:conversionMultiplier "1.52921504606846976E17"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "Ei"^^xsd:string ;
          
          rdfs:label "Exbi"^^xsd:string .



###  http://qudt.org/vocab/unit#FalklandIslandsPound

unit:FalklandIslandsPound rdf:type owl:NamedIndividual ,
                                   qudt:CurrencyUnit ;
                          
                          skos:exactMatch <http://dbpedia.org/resource/Falkland_Islands_pound> ;
                          
                          qudt:abbreviation "FKP"^^xsd:string ;
                          
                          qudt:code "238"^^xsd:string ;
                          
                          qudt:currencyExponent 2 ;
                          
                          qudt:description "Falkland Islands" ;
                          
                          rdfs:label "Falkland Islands Pound"^^xsd:string .



###  http://qudt.org/vocab/unit#Farad

unit:Farad rdf:type owl:NamedIndividual ,
                    qudt:CapacitanceUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Farad> ;
           
           qudt:abbreviation "F"^^xsd:string ;
           
           qudt:code "0595"^^xsd:string ;
           
           qudt:conversionMultiplier "1.0"^^xsd:double ;
           
           qudt:conversionOffset "0.0"^^xsd:double ;
           
           qudt:symbol "F"^^xsd:string ;
           
           rdfs:label "Farad"^^xsd:string .



###  http://qudt.org/vocab/unit#FaradPerMeter

unit:FaradPerMeter rdf:type owl:NamedIndividual ,
                            qudt:PermittivityUnit ;
                   
                   qudt:abbreviation "F/m"^^xsd:string ;
                   
                   qudt:code "0605"^^xsd:string ;
                   
                   qudt:conversionMultiplier "1.0"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "F m^-1"^^xsd:string ;
                   
                   rdfs:label "Farad per Meter"^^xsd:string .



###  http://qudt.org/vocab/unit#Faraday

unit:Faraday rdf:type owl:NamedIndividual ,
                      qudt:ElectricChargeUnit ;
             
             skos:closeMatch <http://dbpedia.org/resource/Faraday_constant> ;
             
             qudt:abbreviation "F"^^xsd:string ;
             
             qudt:code "0600"^^xsd:string ;
             
             qudt:conversionMultiplier "96485.3399"^^xsd:double ;
             
             qudt:conversionOffset "0.0"^^xsd:double ;
             
             qudt:symbol "F"^^xsd:string ;
             
             rdfs:label "Faraday"^^xsd:string .



###  http://qudt.org/vocab/unit#Fathom

unit:Fathom rdf:type owl:NamedIndividual ,
                     qudt:LengthUnit ;
            
            skos:exactMatch <http://dbpedia.org/resource/Fathom> ;
            
            qudt:abbreviation "fath"^^xsd:string ;
            
            qudt:code "0610"^^xsd:string ;
            
            qudt:conversionMultiplier "1.8288"^^xsd:double ;
            
            qudt:conversionOffset "0.0"^^xsd:double ;
            
            qudt:symbol "fath"^^xsd:string ;
            
            rdfs:label "Fathom"^^xsd:string .



###  http://qudt.org/vocab/unit#Femto

unit:Femto rdf:type owl:NamedIndividual ,
                    qudt:DecimalPrefixUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Femto-> ;
           
           qudt:conversionMultiplier "1.0E-15"^^xsd:double ;
           
           qudt:conversionOffset "0.0"^^xsd:double ;
           
           qudt:symbol "f"^^xsd:string ;
           
           rdfs:label "Femto"^^xsd:string .



###  http://qudt.org/vocab/unit#Femtometer

unit:Femtometer rdf:type owl:NamedIndividual ,
                         qudt:LengthUnit ;
                
                skos:closeMatch <http://dbpedia.org/resource/Metre> ;
                
                qudt:abbreviation "fm"^^xsd:string ;
                
                qudt:conversionMultiplier "1.0E-15"^^xsd:double ;
                
                qudt:conversionOffset "0.0"^^xsd:double ;
                
                qudt:symbol "fm"^^xsd:string ;
                
                rdfs:label "Femtometer"^^xsd:string .



###  http://qudt.org/vocab/unit#Fermi

unit:Fermi rdf:type owl:NamedIndividual ,
                    qudt:LengthUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Enrico_Fermi> ;
           
           qudt:abbreviation "fm"^^xsd:string ;
           
           qudt:code "0615"^^xsd:string ;
           
           qudt:conversionMultiplier "1.0E-15"^^xsd:double ;
           
           qudt:conversionOffset "0.0"^^xsd:double ;
           
           qudt:symbol "fm"^^xsd:string ;
           
           rdfs:label "Fermi"^^xsd:string .



###  http://qudt.org/vocab/unit#FijiDollar

unit:FijiDollar rdf:type owl:NamedIndividual ,
                         qudt:CurrencyUnit ;
                
                skos:exactMatch <http://dbpedia.org/resource/Fijian_dollar> ;
                
                qudt:abbreviation "FJD"^^xsd:string ;
                
                qudt:code "242"^^xsd:string ;
                
                qudt:currencyExponent 2 ;
                
                qudt:description "Fiji" ;
                
                rdfs:label "Fiji Dollar"^^xsd:string .



###  http://qudt.org/vocab/unit#Flight

unit:Flight rdf:type owl:NamedIndividual ,
                     qudt:EventUnit ;
            
            skos:closeMatch <http://dbpedia.org/resource/Flight> ;
            
            qudt:abbreviation "flight"^^xsd:string ;
            
            qudt:code "0620"^^xsd:string ;
            
            qudt:symbol "flight"^^xsd:string ;
            
            rdfs:label "Flight"^^xsd:string .



###  http://qudt.org/vocab/unit#Foot

unit:Foot rdf:type owl:NamedIndividual ,
                   qudt:LengthUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Foot_%28length%29> ;
          
          qudt:abbreviation "ft"^^xsd:string ;
          
          qudt:code "0625"^^xsd:string ;
          
          qudt:conversionMultiplier "0.3048"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "ft"^^xsd:string ;
          
          rdfs:label "Foot"^^xsd:string .



###  http://qudt.org/vocab/unit#FootCandle

unit:FootCandle rdf:type owl:NamedIndividual ,
                         qudt:IlluminanceUnit ;
                
                skos:exactMatch <http://dbpedia.org/resource/Foot-candle> ;
                
                qudt:abbreviation "fc"^^xsd:string ;
                
                qudt:code "0630"^^xsd:string ;
                
                qudt:symbol "fc"^^xsd:string ;
                
                rdfs:label "Foot Candle"^^xsd:string .



###  http://qudt.org/vocab/unit#FootLambert

unit:FootLambert rdf:type owl:NamedIndividual ,
                          qudt:LuminanceUnit ;
                 
                 qudt:abbreviation "ft-L"^^xsd:string ;
                 
                 qudt:code "0635"^^xsd:string ;
                 
                 qudt:conversionMultiplier "3.4262591"^^xsd:double ;
                 
                 qudt:conversionOffset "0.0"^^xsd:double ;
                 
                 qudt:symbol "ft-L"^^xsd:string ;
                 
                 rdfs:label "Foot Lambert"^^xsd:string .



###  http://qudt.org/vocab/unit#FootOfWater

unit:FootOfWater rdf:type owl:NamedIndividual ,
                          qudt:PressureOrStressUnit ;
                 
                 qudt:abbreviation "ftH2O"^^xsd:string ;
                 
                 qudt:code "0640"^^xsd:string ;
                 
                 qudt:symbol "ftH2O"^^xsd:string ;
                 
                 rdfs:label "Foot of Water"^^xsd:string .



###  http://qudt.org/vocab/unit#FootPerHour

unit:FootPerHour rdf:type owl:NamedIndividual ,
                          qudt:LinearVelocityUnit ;
                 
                 qudt:abbreviation "ft/hr"^^xsd:string ;
                 
                 qudt:code "0645"^^xsd:string ;
                 
                 qudt:conversionMultiplier "8.466666666666667E-5"^^xsd:double ;
                 
                 qudt:conversionOffset "0.0"^^xsd:double ;
                 
                 qudt:symbol "ft/hr"^^xsd:string ;
                 
                 rdfs:label "Foot per Hour"^^xsd:string .



###  http://qudt.org/vocab/unit#FootPerMinute

unit:FootPerMinute rdf:type owl:NamedIndividual ,
                            qudt:LinearVelocityUnit ;
                   
                   qudt:abbreviation "ft/min"^^xsd:string ;
                   
                   qudt:code "0650"^^xsd:string ;
                   
                   qudt:conversionMultiplier "0.00508"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "ft/min"^^xsd:string ;
                   
                   rdfs:label "Foot per Minute"^^xsd:string .



###  http://qudt.org/vocab/unit#FootPerSecond

unit:FootPerSecond rdf:type owl:NamedIndividual ,
                            qudt:LinearVelocityUnit ;
                   
                   skos:exactMatch <http://dbpedia.org/resource/Foot_per_second> ;
                   
                   qudt:abbreviation "ft/s"^^xsd:string ;
                   
                   qudt:code "0655"^^xsd:string ;
                   
                   qudt:conversionMultiplier "0.3048"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "ft/s"^^xsd:string ;
                   
                   rdfs:label "Foot per Second"^^xsd:string .



###  http://qudt.org/vocab/unit#FootPerSecondSquared

unit:FootPerSecondSquared rdf:type owl:NamedIndividual ,
                                   qudt:LinearAccelerationUnit ;
                          
                          qudt:abbreviation "ft/s^2"^^xsd:string ;
                          
                          qudt:code "0660"^^xsd:string ;
                          
                          qudt:conversionMultiplier "0.3048"^^xsd:double ;
                          
                          qudt:conversionOffset "0.0"^^xsd:double ;
                          
                          qudt:symbol "ft/s^2"^^xsd:string ;
                          
                          rdfs:label "Foot per Second Squared"^^xsd:string .



###  http://qudt.org/vocab/unit#FootPoundForce

unit:FootPoundForce rdf:type owl:NamedIndividual ,
                             qudt:EnergyAndWorkUnit ;
                    
                    skos:exactMatch <http://dbpedia.org/resource/Foot-pound_force> ;
                    
                    qudt:abbreviation "ft-lbf"^^xsd:string ;
                    
                    qudt:code "0670"^^xsd:string ;
                    
                    qudt:conversionMultiplier "1.35581807"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "ft-lbf"^^xsd:string ;
                    
                    rdfs:label "Foot Pound Force"^^xsd:string .



###  http://qudt.org/vocab/unit#FootPoundForcePerHour

unit:FootPoundForcePerHour rdf:type owl:NamedIndividual ,
                                    qudt:PowerUnit ;
                           
                           qudt:abbreviation "ft-lbf/hr"^^xsd:string ;
                           
                           qudt:code "0675"^^xsd:string ;
                           
                           qudt:conversionMultiplier "0.00376616129"^^xsd:double ;
                           
                           qudt:conversionOffset "0.0"^^xsd:double ;
                           
                           qudt:symbol "ft-lbf/hr"^^xsd:string ;
                           
                           rdfs:label "Foot Pound Force per Hour"^^xsd:string .



###  http://qudt.org/vocab/unit#FootPoundForcePerMinute

unit:FootPoundForcePerMinute rdf:type owl:NamedIndividual ,
                                      qudt:PowerUnit ;
                             
                             qudt:abbreviation "ft-lbf/min"^^xsd:string ;
                             
                             qudt:code "0680"^^xsd:string ;
                             
                             qudt:conversionMultiplier "0.0225969678"^^xsd:double ;
                             
                             qudt:conversionOffset "0.0"^^xsd:double ;
                             
                             qudt:symbol "ft-lbf/min"^^xsd:string ;
                             
                             rdfs:label "Foot Pound Force per Minute"^^xsd:string .



###  http://qudt.org/vocab/unit#FootPoundForcePerSecond

unit:FootPoundForcePerSecond rdf:type owl:NamedIndividual ,
                                      qudt:PowerUnit ;
                             
                             qudt:abbreviation "ft-lbf/s"^^xsd:string ;
                             
                             qudt:code "0685"^^xsd:string ;
                             
                             qudt:conversionMultiplier "1.35581807"^^xsd:double ;
                             
                             qudt:conversionOffset "0.0"^^xsd:double ;
                             
                             qudt:symbol "ft-lbf/s"^^xsd:string ;
                             
                             rdfs:label "Foot Pound Force per Second"^^xsd:string .



###  http://qudt.org/vocab/unit#FootPoundForcePerSquareFoot

unit:FootPoundForcePerSquareFoot rdf:type owl:NamedIndividual ,
                                          qudt:EnergyPerAreaUnit ;
                                 
                                 qudt:abbreviation "ft-lbf/ft^2"^^xsd:string ;
                                 
                                 qudt:code "0690"^^xsd:string ;
                                 
                                 qudt:conversionMultiplier "14.5939042"^^xsd:double ;
                                 
                                 qudt:conversionOffset "0.0"^^xsd:double ;
                                 
                                 qudt:symbol "ft-lbf/ft^2"^^xsd:string ;
                                 
                                 rdfs:label "Foot Pound per Square Foot"^^xsd:string .



###  http://qudt.org/vocab/unit#FootPoundForcePerSquareFootSecond

unit:FootPoundForcePerSquareFootSecond rdf:type owl:NamedIndividual ,
                                                qudt:PowerPerAreaUnit ;
                                       
                                       qudt:abbreviation "ft-lbf(ft^2-s)"^^xsd:string ;
                                       
                                       qudt:code "0695"^^xsd:string ;
                                       
                                       qudt:conversionMultiplier "14.5939042"^^xsd:double ;
                                       
                                       qudt:conversionOffset "0.0"^^xsd:double ;
                                       
                                       qudt:symbol "ft-lbf(ft^2-s)"^^xsd:string ;
                                       
                                       rdfs:label "Foot Pound Force per Square Foot Second"^^xsd:string .



###  http://qudt.org/vocab/unit#FootPoundForcePerSquareMeter

unit:FootPoundForcePerSquareMeter rdf:type owl:NamedIndividual ,
                                           qudt:EnergyPerAreaUnit ;
                                  
                                  qudt:abbreviation "ft-lbf/m^2"^^xsd:string ;
                                  
                                  qudt:symbol "ft-lbf/m^2"^^xsd:string ;
                                  
                                  rdfs:label "Foot Pound Force per Square Meter"^^xsd:string .



###  http://qudt.org/vocab/unit#FootPoundForceSecond

unit:FootPoundForceSecond rdf:type owl:NamedIndividual ,
                                   qudt:AngularMomentumUnit ;
                          
                          qudt:abbreviation "lbf / s"^^xsd:string ;
                          
                          qudt:symbol "lbf / s"^^xsd:string ;
                          
                          rdfs:label "Foot Pound Force Second"^^xsd:string .



###  http://qudt.org/vocab/unit#FootPoundal

unit:FootPoundal rdf:type owl:NamedIndividual ,
                          qudt:EnergyAndWorkUnit ;
                 
                 qudt:abbreviation "ft-pdl"^^xsd:string ;
                 
                 qudt:code "0665"^^xsd:string ;
                 
                 qudt:conversionMultiplier "0.042140124"^^xsd:double ;
                 
                 qudt:conversionOffset "0.0"^^xsd:double ;
                 
                 qudt:symbol "ft-pdl"^^xsd:string ;
                 
                 rdfs:label "Foot Poundal"^^xsd:string .



###  http://qudt.org/vocab/unit#FootUSSurvey

unit:FootUSSurvey rdf:type owl:NamedIndividual ,
                           qudt:LengthUnit ;
                  
                  qudt:abbreviation "ftUS"^^xsd:string ;
                  
                  qudt:conversionMultiplier "0.3048006"^^xsd:double ;
                  
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  
                  qudt:symbol "ft"^^xsd:string ;
                  
                  rdfs:label "US Survey Foot"^^xsd:string .



###  http://qudt.org/vocab/unit#Forint

unit:Forint rdf:type owl:NamedIndividual ,
                     qudt:CurrencyUnit ;
            
            skos:exactMatch <http://dbpedia.org/resource/Hungarian_forint> ;
            
            qudt:abbreviation "HUF"^^xsd:string ;
            
            qudt:code "348"^^xsd:string ;
            
            qudt:currencyExponent 0 ;
            
            qudt:description "Hungary" ;
            
            rdfs:label "Forint"^^xsd:string .



###  http://qudt.org/vocab/unit#FractionalArea

unit:FractionalArea rdf:type owl:NamedIndividual ,
                             qudt:SolidAngleUnit ;
                    
                    qudt:abbreviation "fa"^^xsd:string ;
                    
                    qudt:conversionMultiplier "12.5663706"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "fa"^^xsd:string ;
                    
                    rdfs:label "Fractional area"^^xsd:string .



###  http://qudt.org/vocab/unit#FramePerSecond

unit:FramePerSecond rdf:type owl:NamedIndividual ,
                             qudt:VideoFrameRateUnit ;
                    
                    qudt:abbreviation "fps"^^xsd:string ;
                    
                    qudt:code "3000"^^xsd:string ;
                    
                    qudt:symbol "fps"^^xsd:string ;
                    
                    rdfs:label "Frame per Second"^^xsd:string .



###  http://qudt.org/vocab/unit#FrancCongolais

unit:FrancCongolais rdf:type owl:NamedIndividual ,
                             qudt:CurrencyUnit ;
                    
                    skos:exactMatch <http://dbpedia.org/resource/Congolese_franc> ;
                    
                    qudt:abbreviation "CDF"^^xsd:string ;
                    
                    qudt:code "976"^^xsd:string ;
                    
                    qudt:currencyExponent 2 ;
                    
                    qudt:description "Democratic Republic of Congo" ;
                    
                    rdfs:label "Franc Congolais"^^xsd:string .



###  http://qudt.org/vocab/unit#Franklin

unit:Franklin rdf:type owl:NamedIndividual ,
                       qudt:ElectricChargeUnit ;
              
              qudt:exactMatch unit:Statcoulomb ;
              
              skos:exactMatch <http://dbpedia.org/resource/Franklin> ;
              
              qudt:abbreviation "Fr"^^xsd:string ;
              
              qudt:code "0700"^^xsd:string ;
              
              qudt:symbol "Fr"^^xsd:string ;
              
              rdfs:label "Franklin"^^xsd:string .



###  http://qudt.org/vocab/unit#Furlong

unit:Furlong rdf:type owl:NamedIndividual ,
                      qudt:LengthUnit ;
             
             skos:exactMatch <http://dbpedia.org/resource/Furlong> ;
             
             qudt:abbreviation "fur"^^xsd:string ;
             
             qudt:code "0381"^^xsd:string ;
             
             qudt:conversionMultiplier "201.168"^^xsd:double ;
             
             qudt:conversionOffset "0.0"^^xsd:double ;
             
             qudt:symbol "fur"^^xsd:string ;
             
             rdfs:label "Furlong"^^xsd:string .



###  http://qudt.org/vocab/unit#Gal

unit:Gal rdf:type owl:NamedIndividual ,
                  qudt:LinearAccelerationUnit ;
         
         skos:exactMatch <http://dbpedia.org/resource/Gal> ;
         
         qudt:abbreviation "Gal"^^xsd:string ;
         
         qudt:code "0705"^^xsd:string ;
         
         qudt:symbol "Gal"^^xsd:string ;
         
         rdfs:label "Gal"^^xsd:string .



###  http://qudt.org/vocab/unit#GallonImperial

unit:GallonImperial rdf:type owl:NamedIndividual ,
                             qudt:VolumeUnit ;
                    
                    qudt:abbreviation "galIMP"^^xsd:string ;
                    
                    qudt:code "0710"^^xsd:string ;
                    
                    qudt:conversionMultiplier "0.00454609"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "gal"^^xsd:string ;
                    
                    rdfs:label "Imperial Gallon"^^xsd:string .



###  http://qudt.org/vocab/unit#GallonUS

unit:GallonUS rdf:type owl:NamedIndividual ,
                       qudt:VolumeUnit ;
              
              qudt:abbreviation "galUS"^^xsd:string ;
              
              qudt:code "0725"^^xsd:string ;
              
              qudt:conversionMultiplier "0.003785412"^^xsd:double ;
              
              qudt:conversionOffset "0.0"^^xsd:double ;
              
              qudt:symbol "gal"^^xsd:string ;
              
              rdfs:label "US Gallon"^^xsd:string .



###  http://qudt.org/vocab/unit#GallonUSPerDay

unit:GallonUSPerDay rdf:type owl:NamedIndividual ,
                             qudt:VolumePerTimeUnit ;
                    
                    qudt:abbreviation "gal/d"^^xsd:string ;
                    
                    qudt:code "0715"^^xsd:string ;
                    
                    qudt:conversionMultiplier "4.38126389E-8"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "gal/d"^^xsd:string ;
                    
                    rdfs:label "US Gallon per Day"^^xsd:string .



###  http://qudt.org/vocab/unit#GallonUSPerMinute

unit:GallonUSPerMinute rdf:type owl:NamedIndividual ,
                                qudt:VolumePerTimeUnit ;
                       
                       qudt:abbreviation "gal/min"^^xsd:string ;
                       
                       qudt:code "0720"^^xsd:string ;
                       
                       qudt:conversionMultiplier "6.30902E-5"^^xsd:double ;
                       
                       qudt:conversionOffset "0.0"^^xsd:double ;
                       
                       qudt:symbol "gal/min"^^xsd:string ;
                       
                       rdfs:label "US Gallon per Minute"^^xsd:string .



###  http://qudt.org/vocab/unit#Gamma

unit:Gamma rdf:type owl:NamedIndividual ,
                    qudt:MagneticFluxDensityUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Gamma> ;
           
           qudt:abbreviation "gamma"^^xsd:string ;
           
           qudt:code "0730"^^xsd:string ;
           
           qudt:symbol "gamma"^^xsd:string ;
           
           rdfs:label "Gamma"^^xsd:string .



###  http://qudt.org/vocab/unit#Gauss

unit:Gauss rdf:type owl:NamedIndividual ,
                    qudt:MagneticFluxDensityUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Gauss_%28unit%29> ;
           
           qudt:abbreviation "G"^^xsd:string ;
           
           qudt:code "0735"^^xsd:string ;
           
           qudt:conversionMultiplier "1.0E-4"^^xsd:double ;
           
           qudt:conversionOffset "0.0"^^xsd:double ;
           
           qudt:symbol "G"^^xsd:string ;
           
           rdfs:label "Gauss"^^xsd:string .



###  http://qudt.org/vocab/unit#Gibi

unit:Gibi rdf:type owl:NamedIndividual ,
                   qudt:BinaryPrefixUnit ;
          
          skos:closeMatch <http://dbpedia.org/resource/Binary_prefix> ;
          
          qudt:conversionMultiplier "1.073741824E9"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "Gi"^^xsd:string ;
          
          rdfs:label "Gibi"^^xsd:string .



###  http://qudt.org/vocab/unit#GibraltarPound

unit:GibraltarPound rdf:type owl:NamedIndividual ,
                             qudt:CurrencyUnit ;
                    
                    skos:exactMatch <http://dbpedia.org/resource/Gibraltar_pound> ;
                    
                    qudt:abbreviation "GIP"^^xsd:string ;
                    
                    qudt:code "292"^^xsd:string ;
                    
                    qudt:currencyExponent 2 ;
                    
                    qudt:description "Gibraltar" ;
                    
                    rdfs:label "Gibraltar pound"^^xsd:string .



###  http://qudt.org/vocab/unit#Giga

unit:Giga rdf:type owl:NamedIndividual ,
                   qudt:DecimalPrefixUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Giga-> ;
          
          qudt:conversionMultiplier "1.0E9"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "G"^^xsd:string ;
          
          rdfs:label "Giga"^^xsd:string .



###  http://qudt.org/vocab/unit#GigaElectronVolt

unit:GigaElectronVolt rdf:type owl:NamedIndividual ,
                               qudt:EnergyAndWorkUnit ;
                      
                      qudt:abbreviation "GeV"^^xsd:string ;
                      
                      qudt:code "2422"^^xsd:string ;
                      
                      qudt:conversionMultiplier "1.6021765314E-10"^^xsd:double ;
                      
                      qudt:conversionOffset "0.0"^^xsd:double ;
                      
                      qudt:symbol "GeV"^^xsd:string ;
                      
                      rdfs:label "Giga Electron Volt"^^xsd:string .



###  http://qudt.org/vocab/unit#GigaHertz

unit:GigaHertz rdf:type owl:NamedIndividual ,
                        qudt:FrequencyUnit ;
               
               skos:exactMatch <http://dbpedia.org/resource/Hertz> ;
               
               qudt:abbreviation "GHz"^^xsd:string ;
               
               qudt:code "3035"^^xsd:string ;
               
               qudt:conversionMultiplier "1.0E9"^^xsd:double ;
               
               qudt:conversionOffset "0.0"^^xsd:double ;
               
               qudt:symbol "GHz"^^xsd:string ;
               
               rdfs:label "Gigahertz"^^xsd:string .



###  http://qudt.org/vocab/unit#Gilbert

unit:Gilbert rdf:type owl:NamedIndividual ,
                      qudt:MagnetomotiveForceUnit ;
             
             skos:exactMatch <http://dbpedia.org/resource/Gilbert> ;
             
             qudt:abbreviation "Gi"^^xsd:string ;
             
             qudt:code "0740"^^xsd:string ;
             
             qudt:conversionMultiplier "0.795774715"^^xsd:double ;
             
             qudt:conversionOffset "0.0"^^xsd:double ;
             
             qudt:description "The fundamental unit of magnetomotive force (mmf) in electromagnetic units is called a Gilbert. It is the mmf which will produce a magnetic field strength of one Gauss (Maxwell per Square Centimeter) in a path one centimeter long."^^xsd:string ;
             
             qudt:symbol "Gi"^^xsd:string ;
             
             rdfs:label "Gilbert"^^xsd:string .



###  http://qudt.org/vocab/unit#Gold-OunceTroy

unit:Gold-OunceTroy rdf:type owl:NamedIndividual ,
                             qudt:CurrencyUnit ;
                    
                    qudt:abbreviation "XAU"^^xsd:string ;
                    
                    qudt:code "959"^^xsd:string ;
                    
                    rdfs:label "Gold (one Troy ounce)"^^xsd:string .



###  http://qudt.org/vocab/unit#GoldFranc

unit:GoldFranc rdf:type owl:NamedIndividual ,
                        qudt:CurrencyUnit ;
               
               qudt:abbreviation "XFO"^^xsd:string ;
               
               qudt:description "Bank for International Settlements" ;
               
               rdfs:label "Gold franc (special settlement currency)"^^xsd:string .



###  http://qudt.org/vocab/unit#Gon

unit:Gon rdf:type owl:NamedIndividual ,
                  qudt:PlaneAngleUnit ;
         
         skos:exactMatch <http://dbpedia.org/resource/Gon> ;
         
         qudt:abbreviation "gon"^^xsd:string ;
         
         qudt:code "0750"^^xsd:string ;
         
         qudt:conversionMultiplier "0.015707963267949"^^xsd:double ;
         
         qudt:conversionOffset "0.0"^^xsd:double ;
         
         qudt:literal "gon"^^xsd:string ;
         
         qudt:symbol "gon"^^xsd:string ;
         
         qudt:uneceCommonCode "A91"^^xsd:string ;
         
         rdfs:label "Gon"^^xsd:string .



###  http://qudt.org/vocab/unit#Grad

unit:Grad rdf:type owl:NamedIndividual ,
                   qudt:PlaneAngleUnit ;
          
          qudt:exactMatch unit:Gon ;
          
          skos:exactMatch <http://dbpedia.org/resource/Grad> ;
          
          qudt:abbreviation "grad"^^xsd:string ;
          
          qudt:code "0755"^^xsd:string ;
          
          qudt:conversionMultiplier "0.0157079633"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "grad"^^xsd:string ;
          
          qudt:uneceCommonCode "A91"^^xsd:string ;
          
          rdfs:label "Grad"^^xsd:string .



###  http://qudt.org/vocab/unit#Grade

unit:Grade rdf:type owl:NamedIndividual ,
                    qudt:DimensionlessUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Grade> ;
           
           qudt:abbreviation "gr"^^xsd:string ;
           
           qudt:code "0760"^^xsd:string ;
           
           qudt:description "the tangent of an angle of inclination multiplied by 100"^^xsd:string ;
           
           qudt:symbol "gr"^^xsd:string ;
           
           rdfs:label "Grade"^^xsd:string .



###  http://qudt.org/vocab/unit#Grain

unit:Grain rdf:type owl:NamedIndividual ,
                    qudt:MassUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Cereal> ;
           
           qudt:abbreviation "gr"^^xsd:string ;
           
           qudt:code "0765"^^xsd:string ;
           
           qudt:conversionMultiplier "6.479891E-5"^^xsd:double ;
           
           qudt:conversionOffset "0.0"^^xsd:double ;
           
           qudt:symbol "gr"^^xsd:string ;
           
           rdfs:label "Grain"^^xsd:string .



###  http://qudt.org/vocab/unit#GrainPerGallon

unit:GrainPerGallon rdf:type owl:NamedIndividual ,
                             qudt:MassPerVolumeUnit ;
                    
                    qudt:abbreviation "gr/gal"^^xsd:string ;
                    
                    qudt:code "0770"^^xsd:string ;
                    
                    qudt:conversionMultiplier "0.0142537675"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "gr/gal"^^xsd:string ;
                    
                    rdfs:label "Grain per Gallon"^^xsd:string .



###  http://qudt.org/vocab/unit#Gram

unit:Gram rdf:type owl:NamedIndividual ,
                   qudt:MassUnit ,
                   qudt:SIUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Gram> ;
          
          qudt:abbreviation "g"^^xsd:string ;
          
          qudt:code "0970"^^xsd:string ;
          
          qudt:conversionMultiplier "0.001"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "g"^^xsd:string ;
          
          rdfs:label "Gram"^^xsd:string .



###  http://qudt.org/vocab/unit#GramDegreeCelsius

unit:GramDegreeCelsius rdf:type owl:NamedIndividual ,
                                qudt:MassTemperatureUnit ;
                       
                       qudt:abbreviation "g-degC"^^xsd:string ;
                       
                       qudt:code "2020"^^xsd:string ;
                       
                       qudt:symbol "g-degC"^^xsd:string ;
                       
                       rdfs:label "Gram Degree Celsius"^^xsd:string .



###  http://qudt.org/vocab/unit#Gravity

unit:Gravity rdf:type owl:NamedIndividual ,
                      qudt:LinearAccelerationUnit ;
             
             skos:closeMatch <http://dbpedia.org/resource/Gravitation> ;
             
             qudt:abbreviation "G"^^xsd:string ;
             
             qudt:code "2100"^^xsd:string ;
             
             qudt:conversionMultiplier "9.80665"^^xsd:double ;
             
             qudt:conversionOffset "0.0"^^xsd:double ;
             
             qudt:symbol "G"^^xsd:string ;
             
             rdfs:label "Gravity"^^xsd:string .



###  http://qudt.org/vocab/unit#Gray

unit:Gray rdf:type owl:NamedIndividual ,
                   qudt:AbsorbedDoseUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Grey> ;
          
          qudt:abbreviation "Gy"^^xsd:string ;
          
          qudt:code "0775"^^xsd:string ;
          
          qudt:conversionMultiplier "1.0"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "Gy"^^xsd:string ;
          
          rdfs:label "Gray"^^xsd:string .



###  http://qudt.org/vocab/unit#GrayPerSecond

unit:GrayPerSecond rdf:type owl:NamedIndividual ,
                            qudt:AbsorbedDoseRateUnit ;
                   
                   qudt:abbreviation "Gy/s"^^xsd:string ;
                   
                   qudt:code "0780"^^xsd:string ;
                   
                   qudt:conversionMultiplier "1.0"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "Gy/s"^^xsd:string ;
                   
                   rdfs:label "Gray per Second"^^xsd:string .



###  http://qudt.org/vocab/unit#Guarani

unit:Guarani rdf:type owl:NamedIndividual ,
                      qudt:CurrencyUnit ;
             
             skos:exactMatch <http://dbpedia.org/resource/Guaran%C3%AD> ;
             
             qudt:abbreviation "PYG"^^xsd:string ;
             
             qudt:code "600"^^xsd:string ;
             
             qudt:currencyExponent 0 ;
             
             qudt:description "Paraguay" ;
             
             rdfs:label "Guarani"^^xsd:string .



###  http://qudt.org/vocab/unit#GuineaFranc

unit:GuineaFranc rdf:type owl:NamedIndividual ,
                          qudt:CurrencyUnit ;
                 
                 skos:exactMatch <http://dbpedia.org/resource/Guinean_franc> ;
                 
                 qudt:abbreviation "GNF"^^xsd:string ;
                 
                 qudt:code "324"^^xsd:string ;
                 
                 qudt:currencyExponent 0 ;
                 
                 qudt:description "Guinea" ;
                 
                 rdfs:label "Guinea Franc"^^xsd:string .



###  http://qudt.org/vocab/unit#GuyanaDollar

unit:GuyanaDollar rdf:type owl:NamedIndividual ,
                           qudt:CurrencyUnit ;
                  
                  skos:exactMatch <http://dbpedia.org/resource/Guyanese_dollar> ;
                  
                  qudt:abbreviation "GYD"^^xsd:string ;
                  
                  qudt:code "328"^^xsd:string ;
                  
                  qudt:currencyExponent 2 ;
                  
                  qudt:description "Guyana" ;
                  
                  rdfs:label "Guyana Dollar"^^xsd:string .



###  http://qudt.org/vocab/unit#HaitiGourde

unit:HaitiGourde rdf:type owl:NamedIndividual ,
                          qudt:CurrencyUnit ;
                 
                 skos:exactMatch <http://dbpedia.org/resource/Haitian_gourde> ;
                 
                 qudt:abbreviation "HTG"^^xsd:string ;
                 
                 qudt:code "332"^^xsd:string ;
                 
                 qudt:currencyExponent 2 ;
                 
                 qudt:description "Haiti" ;
                 
                 rdfs:label "Haiti Gourde"^^xsd:string .



###  http://qudt.org/vocab/unit#Hartree

unit:Hartree rdf:type owl:NamedIndividual ,
                      qudt:EnergyAndWorkUnit ;
             
             skos:exactMatch <http://dbpedia.org/resource/Hartree> ;
             
             qudt:abbreviation "E_h"^^xsd:string ;
             
             qudt:conversionMultiplier "4.35974394E-18"^^xsd:double ;
             
             qudt:conversionOffset "0.0"^^xsd:double ;
             
             qudt:description "A hartree (symbol E_h) is the atomic unit of energy. The hartree energy is equal to the absolute value of the electric potential energy of the hydrogen atom in its ground state."^^xsd:string ;
             
             qudt:symbol "E_h"^^xsd:string ;
             
             rdfs:label "Hartree"^^xsd:string .



###  http://qudt.org/vocab/unit#HeartBeat

unit:HeartBeat rdf:type owl:NamedIndividual ,
                        qudt:EventUnit ;
               
               qudt:code "2054"^^xsd:string ;
               
               rdfs:label "Heart Beat"^^xsd:string .



###  http://qudt.org/vocab/unit#HeartBeatsPerMinute

unit:HeartBeatsPerMinute rdf:type owl:NamedIndividual ,
                                  qudt:HeartRateUnit ;
                         
                         qudt:abbreviation "BPM"^^xsd:string ;
                         
                         qudt:code "2335"^^xsd:string ;
                         
                         qudt:symbol "BPM"^^xsd:string ;
                         
                         rdfs:label "Heart Beat per Minute"^^xsd:string .



###  http://qudt.org/vocab/unit#Hectare

unit:Hectare rdf:type owl:NamedIndividual ,
                      qudt:AreaUnit ,
                      qudt:UsedWithSIUnit ;
             
             skos:exactMatch <http://dbpedia.org/resource/Hectare> ;
             
             qudt:abbreviation "ha"^^xsd:string ;
             
             qudt:code "0785"^^xsd:string ;
             
             qudt:conversionMultiplier "10000.0"^^xsd:double ;
             
             qudt:conversionOffset "0.0"^^xsd:double ;
             
             qudt:symbol "ha"^^xsd:string ;
             
             rdfs:label "Hectare"^^xsd:string .



###  http://qudt.org/vocab/unit#Hecto

unit:Hecto rdf:type owl:NamedIndividual ,
                    qudt:DecimalPrefixUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Hecto-> ;
           
           qudt:conversionMultiplier "100.0"^^xsd:double ;
           
           qudt:conversionOffset "0.0"^^xsd:double ;
           
           qudt:symbol "h"^^xsd:string ;
           
           rdfs:label "Hecto"^^xsd:string .



###  http://qudt.org/vocab/unit#Henry

unit:Henry rdf:type owl:NamedIndividual ,
                    qudt:InductanceUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Henry> ;
           
           qudt:abbreviation "H"^^xsd:string ;
           
           qudt:code "0790"^^xsd:string ;
           
           qudt:conversionMultiplier "1.0"^^xsd:double ;
           
           qudt:conversionOffset "0.0"^^xsd:double ;
           
           qudt:symbol "H"^^xsd:string ;
           
           rdfs:label "Henry"^^xsd:string .



###  http://qudt.org/vocab/unit#HenryPerMeter

unit:HenryPerMeter rdf:type owl:NamedIndividual ,
                            qudt:PermeabilityUnit ;
                   
                   qudt:abbreviation "H/m"^^xsd:string ;
                   
                   qudt:code "0795"^^xsd:string ;
                   
                   qudt:conversionMultiplier "1.0"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "H/m"^^xsd:string ;
                   
                   rdfs:label "Henry per Meter"^^xsd:string .



###  http://qudt.org/vocab/unit#Hertz

unit:Hertz rdf:type owl:NamedIndividual ,
                    qudt:FrequencyUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Hertz> ;
           
           qudt:abbreviation "Hz"^^xsd:string ;
           
           qudt:code "3020"^^xsd:string ;
           
           qudt:conversionMultiplier "1.0"^^xsd:double ;
           
           qudt:conversionOffset "0.0"^^xsd:double ;
           
           qudt:symbol "Hz"^^xsd:string ;
           
           rdfs:label "Hertz"^^xsd:string .



###  http://qudt.org/vocab/unit#HertzPerKelvin

unit:HertzPerKelvin rdf:type owl:NamedIndividual ,
                             qudt:ThermodynamicsUnit ;
                    
                    qudt:abbreviation "Hz K^-1"^^xsd:string ;
                    
                    qudt:conversionMultiplier "1.0"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "Hz K^-1"^^xsd:string ;
                    
                    rdfs:label "Hertz per Kelvin"^^xsd:string .



###  http://qudt.org/vocab/unit#HertzPerTesla

unit:HertzPerTesla rdf:type owl:NamedIndividual ,
                            qudt:ElectricityAndMagnetismUnit ;
                   
                   qudt:abbreviation "Hz T^-1"^^xsd:string ;
                   
                   qudt:conversionMultiplier "1.0"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "Hz T^-1"^^xsd:string ;
                   
                   rdfs:label "Hertz per Tesla"^^xsd:string .



###  http://qudt.org/vocab/unit#HertzPerVolt

unit:HertzPerVolt rdf:type owl:NamedIndividual ,
                           qudt:ElectricityAndMagnetismUnit ;
                  
                  qudt:abbreviation "Hz V^-1"^^xsd:string ;
                  
                  qudt:conversionMultiplier "1.0"^^xsd:double ;
                  
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  
                  qudt:symbol "Hz V^-1"^^xsd:string ;
                  
                  rdfs:label "Hertz per Volt"^^xsd:string .



###  http://qudt.org/vocab/unit#HongKongDollar

unit:HongKongDollar rdf:type owl:NamedIndividual ,
                             qudt:CurrencyUnit ;
                    
                    skos:exactMatch <http://dbpedia.org/resource/Hong_Kong_dollar> ;
                    
                    qudt:abbreviation "HKD"^^xsd:string ;
                    
                    qudt:code "344"^^xsd:string ;
                    
                    qudt:currencyExponent 1 ;
                    
                    qudt:description "Hong Kong Special Administrative Region" ;
                    
                    rdfs:label "Hong Kong Dollar"^^xsd:string .



###  http://qudt.org/vocab/unit#Horsepower

unit:Horsepower rdf:type owl:NamedIndividual ,
                         qudt:PowerUnit ;
                
                skos:exactMatch <http://dbpedia.org/resource/Horsepower> ;
                
                qudt:abbreviation "HP"^^xsd:string ;
                
                qudt:code "0805"^^xsd:string ;
                
                qudt:conversionMultiplier "745.6999"^^xsd:double ;
                
                qudt:conversionOffset "0.0"^^xsd:double ;
                
                qudt:description "550 foot-pound force per second"^^xsd:string ;
                
                qudt:symbol "HP"^^xsd:string ;
                
                rdfs:label "Horsepower"^^xsd:string .



###  http://qudt.org/vocab/unit#HorsepowerBoiler

unit:HorsepowerBoiler rdf:type owl:NamedIndividual ,
                               qudt:PowerUnit ;
                      
                      qudt:abbreviation "hp/boiler"^^xsd:string ;
                      
                      qudt:code "0810"^^xsd:string ;
                      
                      qudt:symbol "hp/boiler"^^xsd:string ;
                      
                      rdfs:label "Horsepower Boiler"^^xsd:string .



###  http://qudt.org/vocab/unit#HorsepowerElectric

unit:HorsepowerElectric rdf:type owl:NamedIndividual ,
                                 qudt:PowerUnit ;
                        
                        qudt:abbreviation "hp/V"^^xsd:string ;
                        
                        qudt:code "0815"^^xsd:string ;
                        
                        qudt:symbol "hp/V"^^xsd:string ;
                        
                        rdfs:label "Horsepower Electric"^^xsd:string .



###  http://qudt.org/vocab/unit#HorsepowerMetric

unit:HorsepowerMetric rdf:type owl:NamedIndividual ,
                               qudt:PowerUnit ;
                      
                      qudt:abbreviation "hp/m"^^xsd:string ;
                      
                      qudt:code "0820"^^xsd:string ;
                      
                      qudt:symbol "hp/m"^^xsd:string ;
                      
                      rdfs:label "Horsepower Metric"^^xsd:string .



###  http://qudt.org/vocab/unit#HorsepowerWater

unit:HorsepowerWater rdf:type owl:NamedIndividual ,
                              qudt:PowerUnit ;
                     
                     qudt:abbreviation "hp/H2O"^^xsd:string ;
                     
                     qudt:code "0825"^^xsd:string ;
                     
                     qudt:symbol "hp/H2O"^^xsd:string ;
                     
                     rdfs:label "Horsepower Water"^^xsd:string .



###  http://qudt.org/vocab/unit#Hour

unit:Hour rdf:type owl:NamedIndividual ,
                   qudt:TimeUnit ,
                   qudt:UsedWithSIUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Hour> ;
          
          qudt:abbreviation "hr"^^xsd:string ;
          
          qudt:code "0830"^^xsd:string ;
          
          qudt:conversionMultiplier "3600.0"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "hr"^^xsd:string ;
          
          rdfs:label "Hour"^^xsd:string .



###  http://qudt.org/vocab/unit#HourSidereal

unit:HourSidereal rdf:type owl:NamedIndividual ,
                           qudt:TimeUnit ,
                           qudt:UsedWithSIUnit ;
                  
                  qudt:abbreviation "hr"^^xsd:string ;
                  
                  qudt:code "0835"^^xsd:string ;
                  
                  qudt:symbol "hr"^^xsd:string ;
                  
                  rdfs:label "Hour Sidereal"^^xsd:string .



###  http://qudt.org/vocab/unit#HourSquareFoot

unit:HourSquareFoot rdf:type owl:NamedIndividual ,
                             qudt:TimeAreaUnit ;
                    
                    qudt:abbreviation "hr-ft^2"^^xsd:string ;
                    
                    qudt:code "0840"^^xsd:string ;
                    
                    qudt:conversionMultiplier "334.450944"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "hr-ft^2"^^xsd:string ;
                    
                    rdfs:label "Hour Square Foot"^^xsd:string .



###  http://qudt.org/vocab/unit#Hryvnia

unit:Hryvnia rdf:type owl:NamedIndividual ,
                      qudt:CurrencyUnit ;
             
             skos:exactMatch <http://dbpedia.org/resource/Ukrainian_hryvnia> ;
             
             qudt:abbreviation "UAH"^^xsd:string ;
             
             qudt:code "980"^^xsd:string ;
             
             qudt:currencyExponent 2 ;
             
             qudt:description "Ukraine" ;
             
             rdfs:label "Hryvnia"^^xsd:string .



###  http://qudt.org/vocab/unit#HundredWeightLong

unit:HundredWeightLong rdf:type owl:NamedIndividual ,
                                qudt:MassUnit ;
                       
                       qudt:abbreviation "cwt"^^xsd:string ;
                       
                       qudt:code "0850"^^xsd:string ;
                       
                       qudt:symbol "cwt"^^xsd:string ;
                       
                       rdfs:label "Hundred Weight - Long"^^xsd:string .



###  http://qudt.org/vocab/unit#HundredWeightShort

unit:HundredWeightShort rdf:type owl:NamedIndividual ,
                                 qudt:MassUnit ;
                        
                        qudt:abbreviation "cwt"^^xsd:string ;
                        
                        qudt:code "0855"^^xsd:string ;
                        
                        qudt:conversionMultiplier "45.359237"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:symbol "cwt"^^xsd:string ;
                        
                        rdfs:label "Hundred Weight - Short"^^xsd:string .



###  http://qudt.org/vocab/unit#IcelandKrona

unit:IcelandKrona rdf:type owl:NamedIndividual ,
                           qudt:CurrencyUnit ;
                  
                  skos:exactMatch <http://dbpedia.org/resource/Icelandic_kr%C3%B3na> ;
                  
                  qudt:abbreviation "ISK"^^xsd:string ;
                  
                  qudt:code "352"^^xsd:string ;
                  
                  qudt:currencyExponent 0 ;
                  
                  qudt:description "Iceland" ;
                  
                  rdfs:label "Iceland Krona"^^xsd:string .



###  http://qudt.org/vocab/unit#Inch

unit:Inch rdf:type owl:NamedIndividual ,
                   qudt:LengthUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Inch> ;
          
          qudt:abbreviation "in"^^xsd:string ;
          
          qudt:code "0860"^^xsd:string ;
          
          qudt:conversionMultiplier "0.0254"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "in"^^xsd:string ;
          
          rdfs:label "Inch"^^xsd:string .



###  http://qudt.org/vocab/unit#InchOfMercury

unit:InchOfMercury rdf:type owl:NamedIndividual ,
                            qudt:PressureOrStressUnit ;
                   
                   skos:exactMatch <http://dbpedia.org/resource/Inch_of_mercury> ;
                   
                   qudt:abbreviation "inHg"^^xsd:string ;
                   
                   qudt:code "0865"^^xsd:string ;
                   
                   qudt:conversionMultiplier "3386.389"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "inHg"^^xsd:string ;
                   
                   rdfs:label "Inch of Mercury"^^xsd:string .



###  http://qudt.org/vocab/unit#InchOfWater

unit:InchOfWater rdf:type owl:NamedIndividual ,
                          qudt:PressureOrStressUnit ;
                 
                 skos:exactMatch <http://dbpedia.org/resource/Inch_of_water> ;
                 
                 qudt:abbreviation "inAq"^^xsd:string ;
                 
                 qudt:code "0870"^^xsd:string ;
                 
                 qudt:conversionMultiplier "249.080024"^^xsd:double ;
                 
                 qudt:conversionOffset "0.0"^^xsd:double ;
                 
                 qudt:symbol "inAq"^^xsd:string ;
                 
                 rdfs:label "Inch of Water"^^xsd:string .



###  http://qudt.org/vocab/unit#InchPerSecond

unit:InchPerSecond rdf:type owl:NamedIndividual ,
                            qudt:LinearVelocityUnit ;
                   
                   qudt:code "2066"^^xsd:string ;
                   
                   qudt:conversionMultiplier "0.0254"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   rdfs:label "Inch per Second"^^xsd:string .



###  http://qudt.org/vocab/unit#InchPerSecondSquared

unit:InchPerSecondSquared rdf:type owl:NamedIndividual ,
                                   qudt:LinearAccelerationUnit ;
                          
                          qudt:abbreviation "in/s^2"^^xsd:string ;
                          
                          qudt:code "1111"^^xsd:string ;
                          
                          qudt:conversionMultiplier "0.0254"^^xsd:double ;
                          
                          qudt:conversionOffset "0.0"^^xsd:double ;
                          
                          qudt:symbol "in/s^2"^^xsd:string ;
                          
                          rdfs:label "Inch per Second Squared"^^xsd:string .



###  http://qudt.org/vocab/unit#InchPoundForce

unit:InchPoundForce rdf:type owl:NamedIndividual ,
                             qudt:EnergyAndWorkUnit ;
                    
                    qudt:abbreviation "in-lbf"^^xsd:string ;
                    
                    qudt:conversionMultiplier "16.2698168"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "in-lbf"^^xsd:string ;
                    
                    rdfs:label "Inch Pound Force"^^xsd:string .



###  http://qudt.org/vocab/unit#IndianRupee

unit:IndianRupee rdf:type owl:NamedIndividual ,
                          qudt:CurrencyUnit ;
                 
                 skos:exactMatch <http://dbpedia.org/resource/Indian_rupee> ;
                 
                 qudt:abbreviation "INR"^^xsd:string ;
                 
                 qudt:code "356"^^xsd:string ;
                 
                 qudt:currencyExponent 2 ;
                 
                 qudt:description "Bhutan, India" ;
                 
                 rdfs:label "Indian Rupee"^^xsd:string .



###  http://qudt.org/vocab/unit#InternationalUnit

unit:InternationalUnit rdf:type owl:NamedIndividual ,
                                qudt:AmountOfSubstanceUnit ;
                       
                       skos:exactMatch <http://dbpedia.org/resource/International_unit> ;
                       
                       qudt:abbreviation "IU"^^xsd:string ;
                       
                       qudt:code "2062"^^xsd:string ;
                       
                       qudt:symbol "IU"^^xsd:string ;
                       
                       rdfs:label "International Unit"^^xsd:string .



###  http://qudt.org/vocab/unit#InternationalUnitPerLiter

unit:InternationalUnitPerLiter rdf:type owl:NamedIndividual ,
                                        qudt:SerumOrPlasmaLevelUnit ;
                               
                               qudt:abbreviation "IU/L"^^xsd:string ;
                               
                               qudt:code "2515"^^xsd:string ;
                               
                               qudt:symbol "IU/L"^^xsd:string ;
                               
                               rdfs:label "International Unit per Liter"^^xsd:string .



###  http://qudt.org/vocab/unit#IranianRial

unit:IranianRial rdf:type owl:NamedIndividual ,
                          qudt:CurrencyUnit ;
                 
                 skos:exactMatch <http://dbpedia.org/resource/Iranian_rial> ;
                 
                 qudt:abbreviation "IRR"^^xsd:string ;
                 
                 qudt:code "364"^^xsd:string ;
                 
                 qudt:currencyExponent 0 ;
                 
                 qudt:description "Iran" ;
                 
                 rdfs:label "Iranian Rial"^^xsd:string .



###  http://qudt.org/vocab/unit#IraqiDinar

unit:IraqiDinar rdf:type owl:NamedIndividual ,
                         qudt:CurrencyUnit ;
                
                skos:exactMatch <http://dbpedia.org/resource/Iraqi_dinar> ;
                
                qudt:abbreviation "IQD"^^xsd:string ;
                
                qudt:code "368"^^xsd:string ;
                
                qudt:currencyExponent 0 ;
                
                qudt:description "Iraq" ;
                
                rdfs:label "Iraqi Dinar"^^xsd:string .



###  http://qudt.org/vocab/unit#JamaicanDollar

unit:JamaicanDollar rdf:type owl:NamedIndividual ,
                             qudt:CurrencyUnit ;
                    
                    skos:exactMatch <http://dbpedia.org/resource/Jamaican_dollar> ;
                    
                    qudt:abbreviation "JMD"^^xsd:string ;
                    
                    qudt:code "388"^^xsd:string ;
                    
                    qudt:currencyExponent 2 ;
                    
                    qudt:description "Jamaica" ;
                    
                    rdfs:label "Jamaican Dollar"^^xsd:string .



###  http://qudt.org/vocab/unit#JapaneseYen

unit:JapaneseYen rdf:type owl:NamedIndividual ,
                          qudt:CurrencyUnit ;
                 
                 skos:exactMatch <http://dbpedia.org/resource/Japanese_yen> ;
                 
                 qudt:abbreviation "JPY"^^xsd:string ;
                 
                 qudt:code "392"^^xsd:string ;
                 
                 qudt:currencyExponent 0 ;
                 
                 qudt:description "Japan" ;
                 
                 rdfs:label "Japanese yen"^^xsd:string .



###  http://qudt.org/vocab/unit#JordanianDinar

unit:JordanianDinar rdf:type owl:NamedIndividual ,
                             qudt:CurrencyUnit ;
                    
                    skos:exactMatch <http://dbpedia.org/resource/Jordanian_dinar> ;
                    
                    qudt:abbreviation "JOD"^^xsd:string ;
                    
                    qudt:code "400"^^xsd:string ;
                    
                    qudt:currencyExponent 3 ;
                    
                    qudt:description "Jordan" ;
                    
                    rdfs:label "Jordanian Dinar"^^xsd:string .



###  http://qudt.org/vocab/unit#Joule

unit:Joule rdf:type owl:NamedIndividual ,
                    qudt:EnergyAndWorkUnit ,
                    qudt:ThermalEnergyUnit ;
           
           qudt:exactMatch unit:NewtonMeter ;
           
           skos:exactMatch <http://dbpedia.org/resource/Joule> ;
           
           qudt:abbreviation "J"^^xsd:string ;
           
           qudt:code "0885"^^xsd:string ;
           
           qudt:conversionMultiplier "1.0"^^xsd:double ;
           
           qudt:conversionOffset "0.0"^^xsd:double ;
           
           qudt:symbol "J"^^xsd:string ;
           
           rdfs:label "Joule"^^xsd:string .



###  http://qudt.org/vocab/unit#JouleMeterPerMole

unit:JouleMeterPerMole rdf:type owl:NamedIndividual ,
                                qudt:ChemistryUnit ;
                       
                       qudt:abbreviation "J m mol^-1"^^xsd:string ;
                       
                       qudt:conversionMultiplier "1.0"^^xsd:double ;
                       
                       qudt:conversionOffset "0.0"^^xsd:double ;
                       
                       qudt:symbol "J m mol^-1"^^xsd:string ;
                       
                       rdfs:label "Joule Meter per Mole"^^xsd:string .



###  http://qudt.org/vocab/unit#JoulePerCubicMeter

unit:JoulePerCubicMeter rdf:type owl:NamedIndividual ,
                                 qudt:EnergyDensityUnit ;
                        
                        qudt:abbreviation "J/m^3"^^xsd:string ;
                        
                        qudt:code "0890"^^xsd:string ;
                        
                        qudt:conversionMultiplier "1.0"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:symbol "J/m^3"^^xsd:string ;
                        
                        rdfs:label "Joule per Cubic Meter"^^xsd:string .



###  http://qudt.org/vocab/unit#JoulePerCubicMeterKelvin

unit:JoulePerCubicMeterKelvin rdf:type owl:NamedIndividual ,
                                       qudt:EnergyDensityUnit ;
                              
                              qudt:abbreviation "J/(m^3 K)"^^xsd:string ;
                              
                              qudt:conversionMultiplier "1.0"^^xsd:double ;
                              
                              qudt:conversionOffset "0.0"^^xsd:double ;
                              
                              qudt:symbol "J/(m^3 K)"^^xsd:string ;
                              
                              rdfs:label "Joule per Cubic Meter Kelvin"^^xsd:string .



###  http://qudt.org/vocab/unit#JoulePerKelvin

unit:JoulePerKelvin rdf:type owl:NamedIndividual ,
                             qudt:HeatCapacityAndEntropyUnit ;
                    
                    qudt:abbreviation "J/K"^^xsd:string ;
                    
                    qudt:conversionMultiplier "1.0"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "J K^-1"^^xsd:string ;
                    
                    rdfs:label "Joule per Kelvin"^^xsd:string .



###  http://qudt.org/vocab/unit#JoulePerKilogram

unit:JoulePerKilogram rdf:type owl:NamedIndividual ,
                               qudt:SpecificEnergyUnit ;
                      
                      qudt:abbreviation "J/kg"^^xsd:string ;
                      
                      qudt:code "0900"^^xsd:string ;
                      
                      qudt:conversionMultiplier "1.0"^^xsd:double ;
                      
                      qudt:conversionOffset "0.0"^^xsd:double ;
                      
                      qudt:symbol "J/kg"^^xsd:string ;
                      
                      rdfs:label "Joule per Kilogram"^^xsd:string .



###  http://qudt.org/vocab/unit#JoulePerKilogramKelvin

unit:JoulePerKilogramKelvin rdf:type owl:NamedIndividual ,
                                     qudt:SpecificHeatCapacityUnit ;
                            
                            qudt:abbreviation "J/(kg-K)"^^xsd:string ;
                            
                            qudt:code "0905"^^xsd:string ;
                            
                            qudt:conversionMultiplier "1.0"^^xsd:double ;
                            
                            qudt:conversionOffset "0.0"^^xsd:double ;
                            
                            qudt:symbol "J/(kg-K)"^^xsd:string ;
                            
                            rdfs:label "Joule per Kilogram Kelvin"^^xsd:string .



###  http://qudt.org/vocab/unit#JoulePerKilogramKelvinPerCubicMeter

unit:JoulePerKilogramKelvinPerCubicMeter rdf:type owl:NamedIndividual ,
                                                  qudt:SpecificHeatVolumeUnit ;
                                         
                                         qudt:code "2032"^^xsd:string ;
                                         
                                         qudt:conversionMultiplier "1.0"^^xsd:double ;
                                         
                                         qudt:conversionOffset "0.0"^^xsd:double ;
                                         
                                         qudt:symbol "J/(kg-K-m^3)"^^xsd:string ;
                                         
                                         rdfs:label "Joule per Kilogram Kelvin per Cubic Meter"^^xsd:string .



###  http://qudt.org/vocab/unit#JoulePerKilogramKelvinPerPascal

unit:JoulePerKilogramKelvinPerPascal rdf:type owl:NamedIndividual ,
                                              qudt:SpecificHeatPressureUnit ;
                                     
                                     qudt:code "2034"^^xsd:string ;
                                     
                                     qudt:conversionMultiplier "1.0"^^xsd:double ;
                                     
                                     qudt:conversionOffset "0.0"^^xsd:double ;
                                     
                                     qudt:symbol "J/(km-K-Pa)"^^xsd:string ;
                                     
                                     rdfs:label "Joule per Kilogram Kelvin per Pascal"^^xsd:string .



###  http://qudt.org/vocab/unit#JoulePerMole

unit:JoulePerMole rdf:type owl:NamedIndividual ,
                           qudt:MolarEnergyUnit ;
                  
                  qudt:abbreviation "J/mol"^^xsd:string ;
                  
                  qudt:code "0910"^^xsd:string ;
                  
                  qudt:conversionMultiplier "1.0"^^xsd:double ;
                  
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  
                  qudt:symbol "J/mol"^^xsd:string ;
                  
                  rdfs:label "Joule per Mole"^^xsd:string .



###  http://qudt.org/vocab/unit#JoulePerMoleKelvin

unit:JoulePerMoleKelvin rdf:type owl:NamedIndividual ,
                                 qudt:MolarHeatCapacityUnit ;
                        
                        qudt:abbreviation "J/(mol-K)"^^xsd:string ;
                        
                        qudt:code "0915"^^xsd:string ;
                        
                        qudt:conversionMultiplier "1.0"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:symbol "J mol^-1 K^-1"^^xsd:string ;
                        
                        rdfs:label "Joule per Mole Kelvin"^^xsd:string .



###  http://qudt.org/vocab/unit#JoulePerSquareMeter

unit:JoulePerSquareMeter rdf:type owl:NamedIndividual ,
                                  qudt:EnergyPerAreaUnit ;
                         
                         qudt:abbreviation "J/m^2"^^xsd:string ;
                         
                         qudt:code "0920"^^xsd:string ;
                         
                         qudt:conversionMultiplier "1.0"^^xsd:double ;
                         
                         qudt:conversionOffset "0.0"^^xsd:double ;
                         
                         qudt:symbol "J/m^2"^^xsd:string ;
                         
                         rdfs:label "Joule per Square Meter"^^xsd:string .



###  http://qudt.org/vocab/unit#JoulePerSquareTesla

unit:JoulePerSquareTesla rdf:type owl:NamedIndividual ,
                                  qudt:ElectricityAndMagnetismUnit ;
                         
                         qudt:abbreviation "J T^-2"^^xsd:string ;
                         
                         qudt:conversionMultiplier "1.0"^^xsd:double ;
                         
                         qudt:conversionOffset "0.0"^^xsd:double ;
                         
                         qudt:symbol "J T^-2"^^xsd:string ;
                         
                         rdfs:label "Joule per Square Tesla"^^xsd:string .



###  http://qudt.org/vocab/unit#JoulePerTesla

unit:JoulePerTesla rdf:type owl:NamedIndividual ,
                            qudt:ElectricityAndMagnetismUnit ;
                   
                   qudt:conversionMultiplier "1.0"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "J T^-1"^^xsd:string ;
                   
                   rdfs:label "Joule per Tesla"^^xsd:string .



###  http://qudt.org/vocab/unit#JouleSecond

unit:JouleSecond rdf:type owl:NamedIndividual ,
                          qudt:AngularMomentumUnit ;
                 
                 qudt:abbreviation "J s"^^xsd:string ;
                 
                 qudt:code "2036"^^xsd:string ;
                 
                 qudt:conversionMultiplier "1.0"^^xsd:double ;
                 
                 qudt:conversionOffset "0.0"^^xsd:double ;
                 
                 qudt:symbol "J s"^^xsd:string ;
                 
                 rdfs:label "Joule Second"^^xsd:string .



###  http://qudt.org/vocab/unit#JouleSecondPerMole

unit:JouleSecondPerMole rdf:type owl:NamedIndividual ,
                                 qudt:MechanicsUnit ;
                        
                        qudt:abbreviation "J s mol^-1"^^xsd:string ;
                        
                        qudt:conversionMultiplier "1.0"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:symbol "J s mol^-1"^^xsd:string ;
                        
                        rdfs:label "Joule Second per Mole"^^xsd:string .



###  http://qudt.org/vocab/unit#Katal

unit:Katal rdf:type owl:NamedIndividual ,
                    qudt:CatalyticActivityUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Katal> ;
           
           qudt:abbreviation "kat"^^xsd:string ;
           
           qudt:code "0925"^^xsd:string ;
           
           qudt:conversionMultiplier "1.0"^^xsd:double ;
           
           qudt:conversionOffset "0.0"^^xsd:double ;
           
           qudt:symbol "kat"^^xsd:string ;
           
           rdfs:label "Katal"^^xsd:string .



###  http://qudt.org/vocab/unit#Kelvin

unit:Kelvin rdf:type owl:NamedIndividual ,
                     qudt:TemperatureUnit ;
            
            skos:exactMatch <http://dbpedia.org/resource/Kelvin> ;
            
            qudt:abbreviation "K"^^xsd:string ;
            
            qudt:code "0930"^^xsd:string ;
            
            qudt:conversionMultiplier "1.0"^^xsd:double ;
            
            qudt:conversionOffset "0.0"^^xsd:double ;
            
            qudt:symbol "K"^^xsd:string ;
            
            rdfs:label "Kelvin"^^xsd:string .



###  http://qudt.org/vocab/unit#KelvinPerHour

unit:KelvinPerHour rdf:type owl:NamedIndividual ,
                            qudt:TemperaturePerTimeUnit ;
                   
                   qudt:abbreviation "K / h"^^xsd:string ;
                   
                   qudt:conversionMultiplier "3600.0"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "K / h"^^xsd:string ;
                   
                   rdfs:label "Kelvin per Hour"^^xsd:string .



###  http://qudt.org/vocab/unit#KelvinPerMinute

unit:KelvinPerMinute rdf:type owl:NamedIndividual ,
                              qudt:TemperaturePerTimeUnit ;
                     
                     qudt:abbreviation "K / m"^^xsd:string ;
                     
                     qudt:conversionMultiplier "60.0"^^xsd:double ;
                     
                     qudt:conversionOffset "0.0"^^xsd:double ;
                     
                     qudt:symbol "K / m"^^xsd:string ;
                     
                     rdfs:label "Kelvin per Minute"^^xsd:string .



###  http://qudt.org/vocab/unit#KelvinPerSecond

unit:KelvinPerSecond rdf:type owl:NamedIndividual ,
                              qudt:TemperaturePerTimeUnit ;
                     
                     qudt:abbreviation "K / s"^^xsd:string ;
                     
                     qudt:conversionMultiplier "1.0"^^xsd:double ;
                     
                     qudt:conversionOffset "0.0"^^xsd:double ;
                     
                     qudt:symbol "K / s"^^xsd:string ;
                     
                     rdfs:label "Kelvin per Second"^^xsd:string .



###  http://qudt.org/vocab/unit#KelvinPerTesla

unit:KelvinPerTesla rdf:type owl:NamedIndividual ,
                             qudt:ThermodynamicsUnit ;
                    
                    qudt:abbreviation "K T^-1"^^xsd:string ;
                    
                    qudt:conversionMultiplier "1.0"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "K T^-1"^^xsd:string ;
                    
                    rdfs:label "Kelvin per Tesla"^^xsd:string .



###  http://qudt.org/vocab/unit#KelvinPerWatt

unit:KelvinPerWatt rdf:type owl:NamedIndividual ,
                            qudt:ThermalResistanceUnit ;
                   
                   qudt:abbreviation "K/W"^^xsd:string ;
                   
                   qudt:code "0945"^^xsd:string ;
                   
                   qudt:conversionMultiplier "1.0"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "K/W"^^xsd:string ;
                   
                   rdfs:label "Kelvin per Watt"^^xsd:string .



###  http://qudt.org/vocab/unit#KenyanShilling

unit:KenyanShilling rdf:type owl:NamedIndividual ,
                             qudt:CurrencyUnit ;
                    
                    skos:exactMatch <http://dbpedia.org/resource/Kenyan_shilling> ;
                    
                    qudt:abbreviation "KES"^^xsd:string ;
                    
                    qudt:code "404"^^xsd:string ;
                    
                    qudt:currencyExponent 2 ;
                    
                    qudt:description "Kenya" ;
                    
                    rdfs:label "Kenyan Shilling"^^xsd:string .



###  http://qudt.org/vocab/unit#Kibi

unit:Kibi rdf:type owl:NamedIndividual ,
                   qudt:BinaryPrefixUnit ;
          
          skos:closeMatch <http://dbpedia.org/resource/Binary_prefix> ;
          
          qudt:conversionMultiplier "1024.0"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "Ki"^^xsd:string ;
          
          rdfs:label "Kibi"^^xsd:string .



###  http://qudt.org/vocab/unit#Kilo

unit:Kilo rdf:type owl:NamedIndividual ,
                   qudt:DecimalPrefixUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Kilo> ;
          
          qudt:conversionMultiplier "1000.0"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "k"^^xsd:string ;
          
          rdfs:label "Kilo"^^xsd:string .



###  http://qudt.org/vocab/unit#KiloElectronVolt

unit:KiloElectronVolt rdf:type owl:NamedIndividual ,
                               qudt:EnergyAndWorkUnit ;
                      
                      qudt:abbreviation "keV"^^xsd:string ;
                      
                      qudt:code "2420"^^xsd:string ;
                      
                      qudt:conversionMultiplier "1.6021765314E-16"^^xsd:double ;
                      
                      qudt:conversionOffset "0.0"^^xsd:double ;
                      
                      qudt:symbol "keV"^^xsd:string ;
                      
                      rdfs:label "Kilo Electron Volt"^^xsd:string .



###  http://qudt.org/vocab/unit#KiloElectronVoltPerMicrometer

unit:KiloElectronVoltPerMicrometer rdf:type owl:NamedIndividual ,
                                            qudt:LinearEnergyTransferUnit ;
                                   
                                   qudt:abbreviation "keV/microM"^^xsd:string ;
                                   
                                   qudt:code "2370"^^xsd:string ;
                                   
                                   qudt:conversionMultiplier "1.60217653E-10"^^xsd:double ;
                                   
                                   qudt:conversionOffset "0.0"^^xsd:double ;
                                   
                                   qudt:symbol "keV/µm"^^xsd:string ;
                                   
                                   rdfs:label "Kilo Electron Volt per Micrometer"^^xsd:string .



###  http://qudt.org/vocab/unit#KiloHertz

unit:KiloHertz rdf:type owl:NamedIndividual ,
                        qudt:FrequencyUnit ;
               
               skos:closeMatch <http://dbpedia.org/resource/Hertz> ;
               
               qudt:abbreviation "KHz"^^xsd:string ;
               
               qudt:code "3025"^^xsd:string ;
               
               qudt:conversionMultiplier "1000.0"^^xsd:double ;
               
               qudt:conversionOffset "0.0"^^xsd:double ;
               
               qudt:symbol "KHz"^^xsd:string ;
               
               rdfs:label "Kilohertz"^^xsd:string .



###  http://qudt.org/vocab/unit#KiloPascal

unit:KiloPascal rdf:type owl:NamedIndividual ,
                         qudt:PressureOrStressUnit ,
                         qudt:SIUnit ;
                
                skos:exactMatch <http://dbpedia.org/resource/Pascal_%28unit%29> ;
                
                qudt:abbreviation "KPa"^^xsd:string ;
                
                qudt:code "2040"^^xsd:string ;
                
                qudt:conversionMultiplier "1000.0"^^xsd:double ;
                
                qudt:conversionOffset "0.0"^^xsd:double ;
                
                qudt:symbol "KPa"^^xsd:string ;
                
                rdfs:label "Kilopascal"^^xsd:string .



###  http://qudt.org/vocab/unit#KiloPascalAbsolute

unit:KiloPascalAbsolute rdf:type owl:NamedIndividual ,
                                 qudt:PressureOrStressUnit ,
                                 qudt:SIUnit ;
                        
                        qudt:abbreviation "KPaA"^^xsd:string ;
                        
                        qudt:code "2052"^^xsd:string ;
                        
                        qudt:conversionMultiplier "1.0"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:symbol "KPaA"^^xsd:string ;
                        
                        rdfs:label "Kilopascal Absolute"^^xsd:string .



###  http://qudt.org/vocab/unit#KiloPond

unit:KiloPond rdf:type owl:NamedIndividual ,
                       qudt:ForceUnit ;
              
              qudt:abbreviation "kp"^^xsd:string ;
              
              qudt:code "1020"^^xsd:string ;
              
              qudt:conversionMultiplier "9.80665"^^xsd:double ;
              
              qudt:conversionOffset "0.0"^^xsd:double ;
              
              qudt:description "Same as kilogramForce"^^xsd:string ;
              
              qudt:symbol "kp"^^xsd:string ;
              
              rdfs:label "Kilopond"^^xsd:string .



###  http://qudt.org/vocab/unit#KilobitsPerSecond

unit:KilobitsPerSecond rdf:type owl:NamedIndividual ,
                                qudt:DataRateUnit ;
                       
                       qudt:abbreviation "kbps"^^xsd:string ;
                       
                       qudt:code "3010"^^xsd:string ;
                       
                       qudt:symbol "kbps"^^xsd:string ;
                       
                       rdfs:label "Kilobit per Second"^^xsd:string .



###  http://qudt.org/vocab/unit#Kilocalorie

unit:Kilocalorie rdf:type owl:NamedIndividual ,
                          qudt:EnergyAndWorkUnit ,
                          qudt:ThermalEnergyUnit ;
                 
                 skos:exactMatch <http://dbpedia.org/resource/Calorie> ;
                 
                 qudt:abbreviation "kcal"^^xsd:string ;
                 
                 qudt:code "0965"^^xsd:string ;
                 
                 qudt:conversionMultiplier "4184.0"^^xsd:double ;
                 
                 qudt:conversionOffset "0.0"^^xsd:double ;
                 
                 qudt:symbol "kcal"^^xsd:string ;
                 
                 rdfs:label "Kilocalorie"^^xsd:string .



###  http://qudt.org/vocab/unit#KilocaloriePerCentimeterSecondDegreeCelsius

unit:KilocaloriePerCentimeterSecondDegreeCelsius rdf:type owl:NamedIndividual ,
                                                          qudt:ThermalConductivityUnit ;
                                                 
                                                 qudt:abbreviation "cal/(cm-s-degC)"^^xsd:string ;
                                                 
                                                 qudt:code "0270"^^xsd:string ;
                                                 
                                                 qudt:symbol "cal/(cm-s-degC)"^^xsd:string ;
                                                 
                                                 rdfs:label "Calorie per Centimeter Second Degree Celsius"^^xsd:string .



###  http://qudt.org/vocab/unit#KilocaloriePerGram

unit:KilocaloriePerGram rdf:type owl:NamedIndividual ,
                                 qudt:SpecificEnergyUnit ;
                        
                        qudt:abbreviation "kcal/gm"^^xsd:string ;
                        
                        qudt:code "0275"^^xsd:string ;
                        
                        qudt:conversionMultiplier "4184000.0"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:symbol "kcal/gm"^^xsd:string ;
                        
                        rdfs:label "Kilocalorie per Gram"^^xsd:string .



###  http://qudt.org/vocab/unit#KilocaloriePerGramDegreeCelsius

unit:KilocaloriePerGramDegreeCelsius rdf:type owl:NamedIndividual ,
                                              qudt:SpecificHeatCapacityUnit ;
                                     
                                     qudt:abbreviation "kcal/(gm-degC)"^^xsd:string ;
                                     
                                     qudt:code "0280"^^xsd:string ;
                                     
                                     qudt:symbol "kcal/(gm-degC)"^^xsd:string ;
                                     
                                     rdfs:label "Calorie per Gram Degree Celsius"^^xsd:string .



###  http://qudt.org/vocab/unit#KilocaloriePerMinute

unit:KilocaloriePerMinute rdf:type owl:NamedIndividual ,
                                   qudt:HeatFlowRateUnit ;
                          
                          qudt:abbreviation "kcal/min"^^xsd:string ;
                          
                          qudt:code "0290"^^xsd:string ;
                          
                          qudt:conversionMultiplier "69.7333333"^^xsd:double ;
                          
                          qudt:conversionOffset "0.0"^^xsd:double ;
                          
                          qudt:symbol "kcal/min"^^xsd:string ;
                          
                          rdfs:label "Kilocalorie per Minute"^^xsd:string .



###  http://qudt.org/vocab/unit#KilocaloriePerMole

unit:KilocaloriePerMole rdf:type owl:NamedIndividual ,
                                 qudt:MolarEnergyUnit ;
                        
                        qudt:abbreviation "kcal/mol"^^xsd:string ;
                        
                        qudt:code "0295"^^xsd:string ;
                        
                        qudt:symbol "kcal/mol"^^xsd:string ;
                        
                        rdfs:label "Kilocalorie per Mole"^^xsd:string .



###  http://qudt.org/vocab/unit#KilocaloriePerMoleDegreeCelsius

unit:KilocaloriePerMoleDegreeCelsius rdf:type owl:NamedIndividual ,
                                              qudt:MolarHeatCapacityUnit ;
                                     
                                     qudt:abbreviation "kcal/(mol-degC)"^^xsd:string ;
                                     
                                     qudt:code "0300"^^xsd:string ;
                                     
                                     qudt:symbol "kcal/(mol-degC)"^^xsd:string ;
                                     
                                     rdfs:label "Kilocalorie per Mole Degree Celsius"^^xsd:string .



###  http://qudt.org/vocab/unit#KilocaloriePerSecond

unit:KilocaloriePerSecond rdf:type owl:NamedIndividual ,
                                   qudt:HeatFlowRateUnit ;
                          
                          qudt:abbreviation "kcal/s"^^xsd:string ;
                          
                          qudt:code "0305"^^xsd:string ;
                          
                          qudt:conversionMultiplier "4184.0"^^xsd:double ;
                          
                          qudt:conversionOffset "0.0"^^xsd:double ;
                          
                          qudt:symbol "kcal/s"^^xsd:string ;
                          
                          rdfs:label "Kilocalorie per Second"^^xsd:string .



###  http://qudt.org/vocab/unit#KilocaloriePerSquareCentimeter

unit:KilocaloriePerSquareCentimeter rdf:type owl:NamedIndividual ,
                                             qudt:EnergyPerAreaUnit ;
                                    
                                    qudt:abbreviation "kcal/cm^2"^^xsd:string ;
                                    
                                    qudt:code "0310"^^xsd:string ;
                                    
                                    qudt:conversionMultiplier "4.184E-7"^^xsd:double ;
                                    
                                    qudt:conversionOffset "0.0"^^xsd:double ;
                                    
                                    qudt:symbol "kcal/cm^2"^^xsd:string ;
                                    
                                    rdfs:label "Kilocalorie per Square Centimeter"^^xsd:string .



###  http://qudt.org/vocab/unit#KilocaloriePerSquareCentimeterMinute

unit:KilocaloriePerSquareCentimeterMinute rdf:type owl:NamedIndividual ,
                                                   qudt:PowerPerAreaUnit ;
                                          
                                          qudt:abbreviation "kcal/(cm^2-min)"^^xsd:string ;
                                          
                                          qudt:code "0315"^^xsd:string ;
                                          
                                          qudt:conversionMultiplier "6.97333333E-5"^^xsd:double ;
                                          
                                          qudt:conversionOffset "0.0"^^xsd:double ;
                                          
                                          qudt:symbol "kcal/(cm^2-min)"^^xsd:string ;
                                          
                                          rdfs:label "Kilocalorie per Square Centimeter Minute"^^xsd:string .



###  http://qudt.org/vocab/unit#KilocaloriePerSquareCentimeterSecond

unit:KilocaloriePerSquareCentimeterSecond rdf:type owl:NamedIndividual ,
                                                   qudt:PowerPerAreaUnit ;
                                          
                                          qudt:abbreviation "kcal/(cm^2-s)"^^xsd:string ;
                                          
                                          qudt:code "0320"^^xsd:string ;
                                          
                                          qudt:conversionMultiplier "4.184E-7"^^xsd:double ;
                                          
                                          qudt:conversionOffset "0.0"^^xsd:double ;
                                          
                                          qudt:symbol "kcal/(cm^2-s)"^^xsd:string ;
                                          
                                          rdfs:label "Kilocalorie per Square Centimeter Second"^^xsd:string .



###  http://qudt.org/vocab/unit#Kilogram

unit:Kilogram rdf:type owl:NamedIndividual ,
                       qudt:MassUnit ;
              
              skos:exactMatch <http://dbpedia.org/resource/Kilogram> ;
              
              qudt:abbreviation "kg"^^xsd:string ;
              
              qudt:code "0971"^^xsd:string ;
              
              qudt:conversionMultiplier "1.0"^^xsd:double ;
              
              qudt:conversionOffset "0.0"^^xsd:double ;
              
              qudt:symbol "kg"^^xsd:string ;
              
              rdfs:label "Kilogram"^^xsd:string .



###  http://qudt.org/vocab/unit#KilogramForce

unit:KilogramForce rdf:type owl:NamedIndividual ,
                            qudt:ForceUnit ;
                   
                   skos:exactMatch <http://dbpedia.org/resource/Kilogram-force> ;
                   
                   qudt:abbreviation "kgf"^^xsd:string ;
                   
                   qudt:code "0975"^^xsd:string ;
                   
                   qudt:conversionMultiplier "9.80665"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "kgf"^^xsd:string ;
                   
                   rdfs:label "Kilogram Force"^^xsd:string .



###  http://qudt.org/vocab/unit#KilogramForceMeter

unit:KilogramForceMeter rdf:type owl:NamedIndividual ,
                                 qudt:BendingMomentOrTorqueUnit ;
                        
                        qudt:abbreviation "kgf-m"^^xsd:string ;
                        
                        qudt:code "0980"^^xsd:string ;
                        
                        qudt:conversionMultiplier "9.80665"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:symbol "kgf-m"^^xsd:string ;
                        
                        rdfs:label "Kilogram Force Meter"^^xsd:string .



###  http://qudt.org/vocab/unit#KilogramForcePerSquareCentimeter

unit:KilogramForcePerSquareCentimeter rdf:type owl:NamedIndividual ,
                                               qudt:PressureOrStressUnit ;
                                      
                                      qudt:abbreviation "kgf/cm^2"^^xsd:string ;
                                      
                                      qudt:code "0985"^^xsd:string ;
                                      
                                      qudt:conversionMultiplier "98066.5"^^xsd:double ;
                                      
                                      qudt:conversionOffset "0.0"^^xsd:double ;
                                      
                                      qudt:symbol "kgf/cm^2"^^xsd:string ;
                                      
                                      rdfs:label "Kilogram Force per Square Centimeter"^^xsd:string .



###  http://qudt.org/vocab/unit#KilogramKelvin

unit:KilogramKelvin rdf:type owl:NamedIndividual ,
                             qudt:MassTemperatureUnit ;
                    
                    qudt:abbreviation "kg-K"^^xsd:string ;
                    
                    qudt:code "0990"^^xsd:string ;
                    
                    qudt:conversionMultiplier "1.0"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "kg-K"^^xsd:string ;
                    
                    rdfs:label "Kilogram Kelvin"^^xsd:string .



###  http://qudt.org/vocab/unit#KilogramMeterPerSecond

unit:KilogramMeterPerSecond rdf:type owl:NamedIndividual ,
                                     qudt:LinearMomentumUnit ;
                            
                            qudt:abbreviation "kg-m/s"^^xsd:string ;
                            
                            qudt:code "2058"^^xsd:string ;
                            
                            qudt:conversionMultiplier "1.0"^^xsd:double ;
                            
                            qudt:conversionOffset "0.0"^^xsd:double ;
                            
                            qudt:symbol "kg m s^-1"^^xsd:string ;
                            
                            rdfs:label "Kilogram Meter Per Second"^^xsd:string .



###  http://qudt.org/vocab/unit#KilogramMeterSquared

unit:KilogramMeterSquared rdf:type owl:NamedIndividual ,
                                   qudt:AngularMassUnit ;
                          
                          qudt:abbreviation "kg-m^2"^^xsd:string ;
                          
                          qudt:code "2014"^^xsd:string ;
                          
                          qudt:conversionMultiplier "1.0"^^xsd:double ;
                          
                          qudt:conversionOffset "0.0"^^xsd:double ;
                          
                          qudt:symbol "kg-m^2"^^xsd:string ;
                          
                          rdfs:label "Kilogram Meter Squared"^^xsd:string .



###  http://qudt.org/vocab/unit#KilogramPerCubicMeter

unit:KilogramPerCubicMeter rdf:type owl:NamedIndividual ,
                                    qudt:MassPerVolumeUnit ;
                           
                           qudt:abbreviation "kg/m^3"^^xsd:string ;
                           
                           qudt:code "0995"^^xsd:string ;
                           
                           qudt:conversionMultiplier "1.0"^^xsd:double ;
                           
                           qudt:conversionOffset "0.0"^^xsd:double ;
                           
                           qudt:symbol "kg/m^3"^^xsd:string ;
                           
                           rdfs:label "Kilogram per Cubic Meter"^^xsd:string .



###  http://qudt.org/vocab/unit#KilogramPerHour

unit:KilogramPerHour rdf:type owl:NamedIndividual ,
                              qudt:MassPerTimeUnit ,
                              qudt:SIUnit ;
                     
                     qudt:abbreviation "kg/h"^^xsd:string ;
                     
                     qudt:code "2056"^^xsd:string ;
                     
                     qudt:conversionMultiplier "2.77777778E-4"^^xsd:double ;
                     
                     qudt:conversionOffset "0.0"^^xsd:double ;
                     
                     qudt:symbol "kg/h"^^xsd:string ;
                     
                     rdfs:label "Kilogram per Hour"^^xsd:string .



###  http://qudt.org/vocab/unit#KilogramPerMeter

unit:KilogramPerMeter rdf:type owl:NamedIndividual ,
                               qudt:MassPerLengthUnit ;
                      
                      qudt:abbreviation "kg/m"^^xsd:string ;
                      
                      qudt:code "1000"^^xsd:string ;
                      
                      qudt:conversionMultiplier "1.0"^^xsd:double ;
                      
                      qudt:conversionOffset "0.0"^^xsd:double ;
                      
                      qudt:symbol "kg/m"^^xsd:string ;
                      
                      rdfs:label "Kilogram per Meter"^^xsd:string .



###  http://qudt.org/vocab/unit#KilogramPerMole

unit:KilogramPerMole rdf:type owl:NamedIndividual ,
                              qudt:ChemistryUnit ;
                     
                     qudt:abbreviation "kg mol^-1"^^xsd:string ;
                     
                     qudt:conversionMultiplier "1.0"^^xsd:double ;
                     
                     qudt:conversionOffset "0.0"^^xsd:double ;
                     
                     qudt:symbol "kg mol^-1"^^xsd:string ;
                     
                     rdfs:label "Kilogram per Mole"^^xsd:string .



###  http://qudt.org/vocab/unit#KilogramPerSecond

unit:KilogramPerSecond rdf:type owl:NamedIndividual ,
                                qudt:MassPerTimeUnit ;
                       
                       qudt:abbreviation "kg/s"^^xsd:string ;
                       
                       qudt:code "1005"^^xsd:string ;
                       
                       qudt:conversionMultiplier "1.0"^^xsd:double ;
                       
                       qudt:conversionOffset "0.0"^^xsd:double ;
                       
                       qudt:symbol "kg/s"^^xsd:string ;
                       
                       rdfs:label "Kilogram per Second"^^xsd:string .



###  http://qudt.org/vocab/unit#KilogramPerSquareMeter

unit:KilogramPerSquareMeter rdf:type owl:NamedIndividual ,
                                     qudt:MassPerAreaUnit ;
                            
                            qudt:abbreviation "kg/m^2"^^xsd:string ;
                            
                            qudt:code "1010"^^xsd:string ;
                            
                            qudt:conversionMultiplier "1.0"^^xsd:double ;
                            
                            qudt:conversionOffset "0.0"^^xsd:double ;
                            
                            qudt:symbol "kg/m^2"^^xsd:string ;
                            
                            rdfs:label "Kilogram per Square Meter"^^xsd:string .



###  http://qudt.org/vocab/unit#KilogramSecondSquared

unit:KilogramSecondSquared rdf:type owl:NamedIndividual ,
                                    qudt:MechanicsUnit ;
                           
                           qudt:conversionMultiplier "1.0"^^xsd:double ;
                           
                           qudt:conversionOffset "0.0"^^xsd:double ;
                           
                           qudt:symbol "kg-s^2"^^xsd:string ;
                           
                           rdfs:label "Kilogram Second Squared"^^xsd:string .



###  http://qudt.org/vocab/unit#Kilometer

unit:Kilometer rdf:type owl:NamedIndividual ,
                        qudt:LengthUnit ,
                        qudt:SIUnit ;
               
               skos:exactMatch <http://dbpedia.org/resource/Kilometre> ;
               
               qudt:abbreviation "km"^^xsd:string ;
               
               qudt:code "1091"^^xsd:string ;
               
               qudt:conversionMultiplier "1000.0"^^xsd:double ;
               
               qudt:conversionOffset "0.0"^^xsd:double ;
               
               qudt:symbol "km"^^xsd:string ;
               
               rdfs:label "Kilometer "^^xsd:string .



###  http://qudt.org/vocab/unit#KilometerPerHour

unit:KilometerPerHour rdf:type owl:NamedIndividual ,
                               qudt:LinearVelocityUnit ;
                      
                      skos:exactMatch <http://dbpedia.org/resource/Kilometres_per_hour> ;
                      
                      qudt:abbreviation "km/hr"^^xsd:string ;
                      
                      qudt:code "1015"^^xsd:string ;
                      
                      qudt:conversionMultiplier "0.2777777777777778"^^xsd:double ;
                      
                      qudt:conversionOffset "0.0"^^xsd:double ;
                      
                      qudt:symbol "km/hr"^^xsd:string ;
                      
                      rdfs:label "Kilometer per Hour"^^xsd:string .



###  http://qudt.org/vocab/unit#KilometerPerSecond

unit:KilometerPerSecond rdf:type owl:NamedIndividual ,
                                 qudt:LinearVelocityUnit ;
                        
                        qudt:abbreviation "km/s"^^xsd:string ;
                        
                        qudt:code "1106"^^xsd:string ;
                        
                        qudt:conversionMultiplier "1000.0"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:symbol "km/s"^^xsd:string ;
                        
                        rdfs:label "Kilometer per Second"^^xsd:string .



###  http://qudt.org/vocab/unit#Kilowatt

unit:Kilowatt rdf:type owl:NamedIndividual ,
                       qudt:HeatFlowRateUnit ,
                       qudt:PowerUnit ;
              
              skos:exactMatch <http://dbpedia.org/resource/Watt> ;
              
              qudt:abbreviation "kW"^^xsd:string ;
              
              qudt:code "1030"^^xsd:string ;
              
              qudt:conversionMultiplier "1000.0"^^xsd:double ;
              
              qudt:conversionOffset "0.0"^^xsd:double ;
              
              qudt:symbol "kW"^^xsd:string ;
              
              rdfs:label "Kilowatt"^^xsd:string .



###  http://qudt.org/vocab/unit#Kilowatthour

unit:Kilowatthour rdf:type owl:NamedIndividual ,
                           qudt:EnergyAndWorkUnit ;
                  
                  skos:exactMatch <http://dbpedia.org/resource/Kilowatt_hour> ;
                  
                  qudt:abbreviation "kW-hr"^^xsd:string ;
                  
                  qudt:code "1035"^^xsd:string ;
                  
                  qudt:conversionMultiplier "3600000.0"^^xsd:double ;
                  
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  
                  qudt:symbol "kW-hr"^^xsd:string ;
                  
                  rdfs:label "Kilowatthour"^^xsd:string .



###  http://qudt.org/vocab/unit#Kina

unit:Kina rdf:type owl:NamedIndividual ,
                   qudt:CurrencyUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Kina> ;
          
          qudt:abbreviation "PGK"^^xsd:string ;
          
          qudt:code "598"^^xsd:string ;
          
          qudt:currencyExponent 2 ;
          
          qudt:description "Papua New Guinea" ;
          
          rdfs:label "Kina"^^xsd:string .



###  http://qudt.org/vocab/unit#Kip

unit:Kip rdf:type owl:NamedIndividual ,
                  qudt:ForceUnit ;
         
         skos:exactMatch <http://dbpedia.org/resource/Kip> ;
         
         qudt:abbreviation "kip"^^xsd:string ;
         
         qudt:code "1040"^^xsd:string ;
         
         qudt:conversionMultiplier "4448.222"^^xsd:double ;
         
         qudt:conversionOffset "0.0"^^xsd:double ;
         
         qudt:description "1000 pound-force"^^xsd:string ;
         
         qudt:symbol "kip"^^xsd:string ;
         
         rdfs:label "Kip"^^xsd:string .



###  http://qudt.org/vocab/unit#KipPerSquareInch

unit:KipPerSquareInch rdf:type owl:NamedIndividual ,
                               qudt:PressureOrStressUnit ;
                      
                      qudt:abbreviation "kip/in^2"^^xsd:string ;
                      
                      qudt:code "1045"^^xsd:string ;
                      
                      qudt:conversionMultiplier "6894757.89"^^xsd:double ;
                      
                      qudt:conversionOffset "0.0"^^xsd:double ;
                      
                      qudt:symbol "kip/in^2"^^xsd:string ;
                      
                      rdfs:label "Kip per Square Inch"^^xsd:string .



###  http://qudt.org/vocab/unit#Knot

unit:Knot rdf:type owl:NamedIndividual ,
                   qudt:LinearVelocityUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Knot> ;
          
          qudt:abbreviation "kn"^^xsd:string ;
          
          qudt:code "1050"^^xsd:string ;
          
          qudt:conversionMultiplier "0.5144444444444445"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "kn"^^xsd:string ;
          
          rdfs:label "Knot"^^xsd:string .



###  http://qudt.org/vocab/unit#KnotPerSecond

unit:KnotPerSecond rdf:type owl:NamedIndividual ,
                            qudt:LinearAccelerationUnit ;
                   
                   qudt:abbreviation "kt/s"^^xsd:string ;
                   
                   qudt:code "2115"^^xsd:string ;
                   
                   qudt:conversionMultiplier "0.5144444444444445"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "kt/s"^^xsd:string ;
                   
                   rdfs:label "Knot per Second"^^xsd:string .



###  http://qudt.org/vocab/unit#Kroon

unit:Kroon rdf:type owl:NamedIndividual ,
                    qudt:CurrencyUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Estonian_kroon> ;
           
           qudt:abbreviation "EEK"^^xsd:string ;
           
           qudt:code "233"^^xsd:string ;
           
           qudt:currencyExponent 2 ;
           
           qudt:description "Estonia" ;
           
           rdfs:label "Kroon"^^xsd:string .



###  http://qudt.org/vocab/unit#KuwaitiDinar

unit:KuwaitiDinar rdf:type owl:NamedIndividual ,
                           qudt:CurrencyUnit ;
                  
                  skos:exactMatch <http://dbpedia.org/resource/Kuwaiti_dinar> ;
                  
                  qudt:abbreviation "KWD"^^xsd:string ;
                  
                  qudt:code "414"^^xsd:string ;
                  
                  qudt:currencyExponent 3 ;
                  
                  qudt:description "Kuwait" ;
                  
                  rdfs:label "Kuwaiti Dinar"^^xsd:string .



###  http://qudt.org/vocab/unit#Kwanza

unit:Kwanza rdf:type owl:NamedIndividual ,
                     qudt:CurrencyUnit ;
            
            skos:exactMatch <http://dbpedia.org/resource/Angolan_kwanza> ;
            
            qudt:abbreviation "AOA"^^xsd:string ;
            
            qudt:code "973"^^xsd:string ;
            
            qudt:currencyExponent 1 ;
            
            qudt:description "Angola" ;
            
            rdfs:label "Kwanza"^^xsd:string .



###  http://qudt.org/vocab/unit#Kyat

unit:Kyat rdf:type owl:NamedIndividual ,
                   qudt:CurrencyUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Myanma_kyat> ;
          
          qudt:abbreviation "MMK"^^xsd:string ;
          
          qudt:code "104"^^xsd:string ;
          
          qudt:currencyExponent 0 ;
          
          qudt:description "Myanmar" ;
          
          rdfs:label "Kyat"^^xsd:string .



###  http://qudt.org/vocab/unit#Lambert

unit:Lambert rdf:type owl:NamedIndividual ,
                      qudt:LuminanceUnit ;
             
             skos:exactMatch <http://dbpedia.org/resource/Lambert> ;
             
             qudt:abbreviation "L"^^xsd:string ;
             
             qudt:code "1055"^^xsd:string ;
             
             qudt:conversionMultiplier "3183.09886"^^xsd:double ;
             
             qudt:conversionOffset "0.0"^^xsd:double ;
             
             qudt:symbol "L"^^xsd:string ;
             
             rdfs:label "Lambert"^^xsd:string .



###  http://qudt.org/vocab/unit#LaosKip

unit:LaosKip rdf:type owl:NamedIndividual ,
                      qudt:CurrencyUnit ;
             
             qudt:abbreviation "LAK"^^xsd:string ;
             
             qudt:code "418"^^xsd:string ;
             
             qudt:currencyExponent 0 ;
             
             qudt:description "Laos" ;
             
             qudt:symbol "₭"^^xsd:string ;
             
             rdfs:label "Laos kip"^^xsd:string .



###  http://qudt.org/vocab/unit#Lari

unit:Lari rdf:type owl:NamedIndividual ,
                   qudt:CurrencyUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Lari> ;
          
          qudt:abbreviation "GEL"^^xsd:string ;
          
          qudt:code "981"^^xsd:string ;
          
          qudt:currencyExponent 2 ;
          
          qudt:description "Georgia" ;
          
          rdfs:label "Lari"^^xsd:string .



###  http://qudt.org/vocab/unit#LatvianLats

unit:LatvianLats rdf:type owl:NamedIndividual ,
                          qudt:CurrencyUnit ;
                 
                 skos:exactMatch <http://dbpedia.org/resource/Latvian_lats> ;
                 
                 qudt:abbreviation "LVL"^^xsd:string ;
                 
                 qudt:code "428"^^xsd:string ;
                 
                 qudt:currencyExponent 2 ;
                 
                 qudt:description "Latvia" ;
                 
                 rdfs:label "Latvian Lats"^^xsd:string .



###  http://qudt.org/vocab/unit#Launch

unit:Launch rdf:type owl:NamedIndividual ,
                     qudt:EventUnit ;
            
            skos:exactMatch <http://dbpedia.org/resource/Launch> ;
            
            qudt:code "1060"^^xsd:string ;
            
            rdfs:label "Launch"^^xsd:string .



###  http://qudt.org/vocab/unit#LebanesePound

unit:LebanesePound rdf:type owl:NamedIndividual ,
                            qudt:CurrencyUnit ;
                   
                   skos:exactMatch <http://dbpedia.org/resource/Lebanese_pound> ;
                   
                   qudt:abbreviation "LBP"^^xsd:string ;
                   
                   qudt:code "422"^^xsd:string ;
                   
                   qudt:currencyExponent 0 ;
                   
                   qudt:description "Lebanon" ;
                   
                   rdfs:label "Lebanese Pound"^^xsd:string .



###  http://qudt.org/vocab/unit#Lek

unit:Lek rdf:type owl:NamedIndividual ,
                  qudt:CurrencyUnit ;
         
         skos:exactMatch <http://dbpedia.org/resource/Lek> ;
         
         qudt:abbreviation "ALL"^^xsd:string ;
         
         qudt:code "008"^^xsd:string ;
         
         qudt:currencyExponent 2 ;
         
         qudt:description "Albania" ;
         
         rdfs:label "Lek"^^xsd:string .



###  http://qudt.org/vocab/unit#Lempira

unit:Lempira rdf:type owl:NamedIndividual ,
                      qudt:CurrencyUnit ;
             
             skos:exactMatch <http://dbpedia.org/resource/Lempira> ;
             
             qudt:abbreviation "HNL"^^xsd:string ;
             
             qudt:code "340"^^xsd:string ;
             
             qudt:currencyExponent 2 ;
             
             qudt:description "Honduras" ;
             
             rdfs:label "Lempira"^^xsd:string .



###  http://qudt.org/vocab/unit#Leone

unit:Leone rdf:type owl:NamedIndividual ,
                    qudt:CurrencyUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Sierra_Leonean_leone> ;
           
           qudt:abbreviation "SLL"^^xsd:string ;
           
           qudt:code "694"^^xsd:string ;
           
           qudt:currencyExponent 0 ;
           
           qudt:description "Sierra Leone" ;
           
           rdfs:label "Leone"^^xsd:string .



###  http://qudt.org/vocab/unit#LiberianDollar

unit:LiberianDollar rdf:type owl:NamedIndividual ,
                             qudt:CurrencyUnit ;
                    
                    skos:exactMatch <http://dbpedia.org/resource/Liberian_dollar> ;
                    
                    qudt:abbreviation "LRD"^^xsd:string ;
                    
                    qudt:code "430"^^xsd:string ;
                    
                    qudt:currencyExponent 2 ;
                    
                    qudt:description "Liberia" ;
                    
                    rdfs:label "Liberian Dollar"^^xsd:string .



###  http://qudt.org/vocab/unit#LibyanDinar

unit:LibyanDinar rdf:type owl:NamedIndividual ,
                          qudt:CurrencyUnit ;
                 
                 skos:exactMatch <http://dbpedia.org/resource/Libyan_dinar> ;
                 
                 qudt:abbreviation "LYD"^^xsd:string ;
                 
                 qudt:code "434"^^xsd:string ;
                 
                 qudt:currencyExponent 3 ;
                 
                 qudt:description "Libya" ;
                 
                 rdfs:label "Libyan Dinar"^^xsd:string .



###  http://qudt.org/vocab/unit#LightYear

unit:LightYear rdf:type owl:NamedIndividual ,
                        qudt:LengthUnit ;
               
               skos:exactMatch <http://dbpedia.org/resource/Light-year> ;
               
               qudt:abbreviation "ly"^^xsd:string ;
               
               qudt:code "1065"^^xsd:string ;
               
               qudt:conversionMultiplier "9.4607304725808E15"^^xsd:double ;
               
               qudt:conversionOffset "0.0"^^xsd:double ;
               
               qudt:description "A unit of length defining the distance, in meters, that light travels in a vacuum in one year."^^xsd:string ;
               
               qudt:literal "lightyear"^^xsd:string ;
               
               qudt:symbol "ly"^^xsd:string ;
               
               qudt:uneceCommonCode "B57"^^xsd:string ;
               
               rdfs:label "Light Year"^^xsd:string .



###  http://qudt.org/vocab/unit#Lilangeni

unit:Lilangeni rdf:type owl:NamedIndividual ,
                        qudt:CurrencyUnit ;
               
               skos:exactMatch <http://dbpedia.org/resource/Swazi_lilangeni> ;
               
               qudt:abbreviation "SZL"^^xsd:string ;
               
               qudt:code "748"^^xsd:string ;
               
               qudt:currencyExponent 2 ;
               
               qudt:description "Swaziland" ;
               
               rdfs:label "Lilangeni"^^xsd:string .



###  http://qudt.org/vocab/unit#LiquidCupUS

unit:LiquidCupUS rdf:type owl:NamedIndividual ,
                          qudt:VolumeUnit ;
                 
                 qudt:abbreviation "cup"^^xsd:string ;
                 
                 qudt:code "0475"^^xsd:string ;
                 
                 qudt:conversionMultiplier "0.0023658825"^^xsd:double ;
                 
                 qudt:conversionOffset "0.0"^^xsd:double ;
                 
                 qudt:symbol "cup"^^xsd:string ;
                 
                 rdfs:label "US Liquid Cup"^^xsd:string .



###  http://qudt.org/vocab/unit#LiquidOunceUS

unit:LiquidOunceUS rdf:type owl:NamedIndividual ,
                            qudt:VolumeUnit ;
                   
                   qudt:abbreviation "oz"^^xsd:string ;
                   
                   qudt:code "1320"^^xsd:string ;
                   
                   qudt:conversionMultiplier "2.95735296E-5"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "oz"^^xsd:string ;
                   
                   rdfs:label "US Liquid Ounce"^^xsd:string .



###  http://qudt.org/vocab/unit#LiquidPintUS

unit:LiquidPintUS rdf:type owl:NamedIndividual ,
                           qudt:VolumeUnit ;
                  
                  qudt:abbreviation "pt"^^xsd:string ;
                  
                  qudt:code "1375"^^xsd:string ;
                  
                  qudt:conversionMultiplier "0.004731765"^^xsd:double ;
                  
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  
                  qudt:symbol "pt"^^xsd:string ;
                  
                  rdfs:label "US Liquid Pint"^^xsd:string .



###  http://qudt.org/vocab/unit#LiquidQuartUS

unit:LiquidQuartUS rdf:type owl:NamedIndividual ,
                            qudt:VolumeUnit ;
                   
                   qudt:abbreviation "qt"^^xsd:string ;
                   
                   qudt:code "1545"^^xsd:string ;
                   
                   qudt:conversionMultiplier "0.00946353"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "qt"^^xsd:string ;
                   
                   rdfs:label "US Liquid Quart"^^xsd:string .



###  http://qudt.org/vocab/unit#Liter

unit:Liter rdf:type owl:NamedIndividual ,
                    qudt:UsedWithSIUnit ,
                    qudt:VolumeUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Litre> ;
           
           qudt:abbreviation "L"^^xsd:string ;
           
           qudt:code "1070"^^xsd:string ;
           
           qudt:conversionMultiplier "0.001"^^xsd:double ;
           
           qudt:conversionOffset "0.0"^^xsd:double ;
           
           qudt:symbol "L"^^xsd:string ;
           
           rdfs:label "Liter"^^xsd:string .



###  http://qudt.org/vocab/unit#LithuanianLitas

unit:LithuanianLitas rdf:type owl:NamedIndividual ,
                              qudt:CurrencyUnit ;
                     
                     skos:exactMatch <http://dbpedia.org/resource/Lithuanian_litas> ;
                     
                     qudt:abbreviation "LTL"^^xsd:string ;
                     
                     qudt:code "440"^^xsd:string ;
                     
                     qudt:currencyExponent 2 ;
                     
                     qudt:description "Lithuania" ;
                     
                     rdfs:label "Lithuanian Litas"^^xsd:string .



###  http://qudt.org/vocab/unit#Loti

unit:Loti rdf:type owl:NamedIndividual ,
                   qudt:CurrencyUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Loti> ;
          
          qudt:abbreviation "LSL"^^xsd:string ;
          
          qudt:code "426"^^xsd:string ;
          
          qudt:currencyExponent 2 ;
          
          qudt:description "Lesotho" ;
          
          rdfs:label "Loti"^^xsd:string .



###  http://qudt.org/vocab/unit#Lumen

unit:Lumen rdf:type owl:NamedIndividual ,
                    qudt:LuminousFluxUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Lumen> ;
           
           qudt:abbreviation "lm"^^xsd:string ;
           
           qudt:code "1075"^^xsd:string ;
           
           qudt:conversionMultiplier "1.0"^^xsd:double ;
           
           qudt:conversionOffset "0.0"^^xsd:double ;
           
           qudt:symbol "lm"^^xsd:string ;
           
           rdfs:label "Lumen"^^xsd:string .



###  http://qudt.org/vocab/unit#LumenPerWatt

unit:LumenPerWatt rdf:type owl:NamedIndividual ,
                           qudt:LuminousEfficacyUnit ;
                  
                  qudt:conversionMultiplier "1.0"^^xsd:double ;
                  
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  
                  rdfs:label "Lumen per Watt"^^xsd:string .



###  http://qudt.org/vocab/unit#LumenSecond

unit:LumenSecond rdf:type owl:NamedIndividual ,
                          qudt:LuminousEnergyUnit ;
                 
                 qudt:abbreviation "lm s"^^xsd:string ;
                 
                 rdfs:label "Lumen Second"^^xsd:string .



###  http://qudt.org/vocab/unit#Lux

unit:Lux rdf:type owl:NamedIndividual ,
                  qudt:IlluminanceUnit ;
         
         skos:exactMatch <http://dbpedia.org/resource/Lux> ;
         
         qudt:abbreviation "lx"^^xsd:string ;
         
         qudt:code "1080"^^xsd:string ;
         
         qudt:conversionMultiplier "1.0"^^xsd:double ;
         
         qudt:conversionOffset "0.0"^^xsd:double ;
         
         qudt:symbol "lx"^^xsd:string ;
         
         rdfs:label "Lux"^^xsd:string .



###  http://qudt.org/vocab/unit#Mach

unit:Mach rdf:type owl:NamedIndividual ,
                   qudt:DimensionlessUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Mach> ;
          
          rdfs:label "Mach"^^xsd:string .



###  http://qudt.org/vocab/unit#MalagasyAriary

unit:MalagasyAriary rdf:type owl:NamedIndividual ,
                             qudt:CurrencyUnit ;
                    
                    skos:exactMatch <http://dbpedia.org/resource/Malagasy_ariary> ;
                    
                    qudt:abbreviation "MGA"^^xsd:string ;
                    
                    qudt:code "969"^^xsd:string ;
                    
                    qudt:currencyExponent 0 ;
                    
                    qudt:description "Madagascar" ;
                    
                    rdfs:label "Malagasy Ariary"^^xsd:string .



###  http://qudt.org/vocab/unit#MalawiKwacha

unit:MalawiKwacha rdf:type owl:NamedIndividual ,
                           qudt:CurrencyUnit ;
                  
                  qudt:abbreviation "MWK"^^xsd:string ;
                  
                  qudt:code "894"^^xsd:string ;
                  
                  qudt:currencyExponent 2 ;
                  
                  qudt:description "Malawi"^^xsd:string ;
                  
                  rdfs:label "Malawi Kwacha"^^xsd:string .



###  http://qudt.org/vocab/unit#MalaysianRinggit

unit:MalaysianRinggit rdf:type owl:NamedIndividual ,
                               qudt:CurrencyUnit ;
                      
                      skos:exactMatch <http://dbpedia.org/resource/Malaysian_ringgit> ;
                      
                      qudt:abbreviation "MYR"^^xsd:string ;
                      
                      qudt:code "458"^^xsd:string ;
                      
                      qudt:currencyExponent 2 ;
                      
                      qudt:description "Malaysia" ;
                      
                      rdfs:label "Malaysian Ringgit"^^xsd:string .



###  http://qudt.org/vocab/unit#MalteseLira

unit:MalteseLira rdf:type owl:NamedIndividual ,
                          qudt:CurrencyUnit ;
                 
                 skos:exactMatch <http://dbpedia.org/resource/Maltese_lira> ;
                 
                 qudt:abbreviation "MTL"^^xsd:string ;
                 
                 qudt:description "Malta" ;
                 
                 rdfs:label "Maltese Lira"^^xsd:string .



###  http://qudt.org/vocab/unit#Manat

unit:Manat rdf:type owl:NamedIndividual ,
                    qudt:CurrencyUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Manat> ;
           
           qudt:abbreviation "TMM"^^xsd:string ;
           
           qudt:code "934"^^xsd:string ;
           
           qudt:currencyExponent 2 ;
           
           qudt:description "Turkmenistan" ;
           
           rdfs:label "Manat"^^xsd:string .



###  http://qudt.org/vocab/unit#MauritiusRupee

unit:MauritiusRupee rdf:type owl:NamedIndividual ,
                             qudt:CurrencyUnit ;
                    
                    skos:exactMatch <http://dbpedia.org/resource/Mauritian_rupee> ;
                    
                    qudt:abbreviation "MUR"^^xsd:string ;
                    
                    qudt:code "480"^^xsd:string ;
                    
                    qudt:currencyExponent 2 ;
                    
                    qudt:description "Mauritius" ;
                    
                    rdfs:label "Mauritius Rupee"^^xsd:string .



###  http://qudt.org/vocab/unit#Maxwell

unit:Maxwell rdf:type owl:NamedIndividual ,
                      qudt:MagneticFluxUnit ;
             
             skos:exactMatch <http://dbpedia.org/resource/Maxwell> ;
             
             qudt:abbreviation "Mx"^^xsd:string ;
             
             qudt:code "1085"^^xsd:string ;
             
             qudt:conversionMultiplier "1.0E-8"^^xsd:double ;
             
             qudt:conversionOffset "0.0"^^xsd:double ;
             
             qudt:symbol "Mx"^^xsd:string ;
             
             rdfs:label "Maxwell"^^xsd:string .



###  http://qudt.org/vocab/unit#Mebi

unit:Mebi rdf:type owl:NamedIndividual ,
                   qudt:BinaryPrefixUnit ;
          
          skos:closeMatch <http://dbpedia.org/resource/Binary_prefix> ;
          
          qudt:conversionMultiplier "1048576.0"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "Mi"^^xsd:string ;
          
          rdfs:label "Mebi"^^xsd:string .



###  http://qudt.org/vocab/unit#Mega

unit:Mega rdf:type owl:NamedIndividual ,
                   qudt:DecimalPrefixUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Mega> ;
          
          qudt:conversionMultiplier "1000000.0"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "M"^^xsd:string ;
          
          rdfs:label "Mega"^^xsd:string .



###  http://qudt.org/vocab/unit#MegaElectronVolt

unit:MegaElectronVolt rdf:type owl:NamedIndividual ,
                               qudt:EnergyAndWorkUnit ;
                      
                      qudt:abbreviation "MeV"^^xsd:string ;
                      
                      qudt:code "2421"^^xsd:string ;
                      
                      qudt:conversionMultiplier "1.6021765314E-13"^^xsd:double ;
                      
                      qudt:conversionOffset "0.0"^^xsd:double ;
                      
                      qudt:symbol "MeV"^^xsd:string ;
                      
                      rdfs:label "Mega Electron Volt"^^xsd:string .



###  http://qudt.org/vocab/unit#MegaElectronVoltFemtometer

unit:MegaElectronVoltFemtometer rdf:type owl:NamedIndividual ,
                                         qudt:MechanicsUnit ;
                                
                                qudt:abbreviation "MeV fm"^^xsd:string ;
                                
                                qudt:conversionMultiplier "1.60217653E-28"^^xsd:double ;
                                
                                qudt:conversionOffset "0.0"^^xsd:double ;
                                
                                qudt:symbol "MeV fm"^^xsd:string ;
                                
                                rdfs:label "Mega Electron Volt Femtometer"^^xsd:string .



###  http://qudt.org/vocab/unit#MegaElectronVoltPerCentimeter

unit:MegaElectronVoltPerCentimeter rdf:type owl:NamedIndividual ,
                                            qudt:LinearEnergyTransferUnit ;
                                   
                                   qudt:abbreviation "MeV/cm"^^xsd:string ;
                                   
                                   qudt:code "2371"^^xsd:string ;
                                   
                                   qudt:conversionMultiplier "1.6021765314E-11"^^xsd:double ;
                                   
                                   qudt:conversionOffset "0.0"^^xsd:double ;
                                   
                                   qudt:symbol "MeV/cm"^^xsd:string ;
                                   
                                   rdfs:label "Mega Electron Volt per Centimeter"^^xsd:string .



###  http://qudt.org/vocab/unit#MegaElectronVoltPerSpeedOfLight

unit:MegaElectronVoltPerSpeedOfLight rdf:type owl:NamedIndividual ,
                                              qudt:LinearMomentumUnit ;
                                     
                                     qudt:abbreviation "MeV/c"^^xsd:string ;
                                     
                                     qudt:symbol "MeV/c"^^xsd:string ;
                                     
                                     rdfs:label "Mega Electron Volt per Speed of Light"^^xsd:string .



###  http://qudt.org/vocab/unit#MegaHertz

unit:MegaHertz rdf:type owl:NamedIndividual ,
                        qudt:FrequencyUnit ;
               
               skos:closeMatch <http://dbpedia.org/resource/Hertz> ;
               
               qudt:abbreviation "MHz"^^xsd:string ;
               
               qudt:code "3030"^^xsd:string ;
               
               qudt:conversionMultiplier "1000000.0"^^xsd:double ;
               
               qudt:conversionOffset "0.0"^^xsd:double ;
               
               qudt:symbol "MHz"^^xsd:string ;
               
               rdfs:label "Megahertz"^^xsd:string .



###  http://qudt.org/vocab/unit#MegaHertzPerKelvin

unit:MegaHertzPerKelvin rdf:type owl:NamedIndividual ,
                                 qudt:ThermodynamicsUnit ;
                        
                        qudt:abbreviation "MHz K^-1"^^xsd:string ;
                        
                        qudt:conversionMultiplier "1000000.0"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:symbol "MHz K^-1"^^xsd:string ;
                        
                        rdfs:label "Mega Hertz per Kelvin"^^xsd:string .



###  http://qudt.org/vocab/unit#MegaHertzPerTesla

unit:MegaHertzPerTesla rdf:type owl:NamedIndividual ,
                                qudt:ElectricityAndMagnetismUnit ;
                       
                       qudt:abbreviation "MHz T^-1"^^xsd:string ;
                       
                       qudt:conversionMultiplier "1000000.0"^^xsd:double ;
                       
                       qudt:conversionOffset "0.0"^^xsd:double ;
                       
                       qudt:symbol "MHz T^-1"^^xsd:string ;
                       
                       rdfs:label "Mega Hertz per Tesla"^^xsd:string .



###  http://qudt.org/vocab/unit#MegabitsPerSecond

unit:MegabitsPerSecond rdf:type owl:NamedIndividual ,
                                qudt:DataRateUnit ;
                       
                       qudt:abbreviation "mbps"^^xsd:string ;
                       
                       qudt:code "3015"^^xsd:string ;
                       
                       qudt:symbol "mbps"^^xsd:string ;
                       
                       rdfs:label "Megabit per Second"^^xsd:string .



###  http://qudt.org/vocab/unit#Meter

unit:Meter rdf:type owl:NamedIndividual ,
                    qudt:LengthUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Metre> ;
           
           qudt:abbreviation "m"^^xsd:string ;
           
           qudt:code "1090"^^xsd:string ;
           
           qudt:conversionMultiplier "1.0"^^xsd:double ;
           
           qudt:conversionOffset "0.0"^^xsd:double ;
           
           qudt:symbol "m"^^xsd:string ;
           
           qudt:uneceCommonCode "MTR"^^xsd:string ;
           
           rdfs:label "Meter"^^xsd:string .



###  http://qudt.org/vocab/unit#MeterKelvin

unit:MeterKelvin rdf:type owl:NamedIndividual ,
                          qudt:LengthTemperatureUnit ;
                 
                 qudt:abbreviation "m K"^^xsd:string ;
                 
                 qudt:code "1095"^^xsd:string ;
                 
                 qudt:conversionMultiplier "1.0"^^xsd:double ;
                 
                 qudt:conversionOffset "0.0"^^xsd:double ;
                 
                 qudt:symbol "m K"^^xsd:string ;
                 
                 rdfs:label "Meter Kelvin"^^xsd:string .



###  http://qudt.org/vocab/unit#MeterKelvinPerWatt

unit:MeterKelvinPerWatt rdf:type owl:NamedIndividual ,
                                 qudt:ThermalResistivityUnit ;
                        
                        qudt:abbreviation "K-m/W"^^xsd:string ;
                        
                        qudt:code "0940"^^xsd:string ;
                        
                        qudt:conversionMultiplier "1.0"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:symbol "K-m/W"^^xsd:string ;
                        
                        rdfs:label "Meter Kelvin per Watt"^^xsd:string .



###  http://qudt.org/vocab/unit#MeterKilogram

unit:MeterKilogram rdf:type owl:NamedIndividual ,
                            qudt:MechanicsUnit ;
                   
                   qudt:abbreviation "m-kg"^^xsd:string ;
                   
                   qudt:code "1100"^^xsd:string ;
                   
                   qudt:conversionMultiplier "1.0"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "m-kg"^^xsd:string ;
                   
                   rdfs:label "Meter Kilogram"^^xsd:string .



###  http://qudt.org/vocab/unit#MeterPerFarad

unit:MeterPerFarad rdf:type owl:NamedIndividual ,
                            qudt:ElectricityAndMagnetismUnit ;
                   
                   qudt:conversionMultiplier "1.0"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "m/F"^^xsd:string ;
                   
                   rdfs:label "Meter per Farad"^^xsd:string .



###  http://qudt.org/vocab/unit#MeterPerHour

unit:MeterPerHour rdf:type owl:NamedIndividual ,
                           qudt:LinearVelocityUnit ;
                  
                  qudt:abbreviation "m/h"^^xsd:string ;
                  
                  qudt:conversionMultiplier "2.77777778E-4"^^xsd:double ;
                  
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  
                  qudt:symbol "m h^-1"^^xsd:string ;
                  
                  rdfs:label "Meter per Hour"^^xsd:string .



###  http://qudt.org/vocab/unit#MeterPerKelvin

unit:MeterPerKelvin rdf:type owl:NamedIndividual ,
                             qudt:LinearThermalExpansionUnit ;
                    
                    qudt:code "2044"^^xsd:string ;
                    
                    qudt:conversionMultiplier "1.0"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "m/K"^^xsd:string ;
                    
                    rdfs:label "Meter per Kelvin"^^xsd:string .



###  http://qudt.org/vocab/unit#MeterPerMinute

unit:MeterPerMinute rdf:type owl:NamedIndividual ,
                             qudt:LinearVelocityUnit ;
                    
                    qudt:abbreviation "m/min"^^xsd:string ;
                    
                    qudt:conversionMultiplier "0.0166666667"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "m min^-1"^^xsd:string ;
                    
                    rdfs:label "Meter per Minute"^^xsd:string .



###  http://qudt.org/vocab/unit#MeterPerSecond

unit:MeterPerSecond rdf:type owl:NamedIndividual ,
                             qudt:LinearVelocityUnit ;
                    
                    qudt:abbreviation "m/s"^^xsd:string ;
                    
                    qudt:code "1105"^^xsd:string ;
                    
                    qudt:conversionMultiplier "1.0"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "m s^-1"^^xsd:string ;
                    
                    rdfs:label "Meter per Second"^^xsd:string .



###  http://qudt.org/vocab/unit#MeterPerSecondSquared

unit:MeterPerSecondSquared rdf:type owl:NamedIndividual ,
                                    qudt:LinearAccelerationUnit ;
                           
                           qudt:abbreviation "m/s^2"^^xsd:string ;
                           
                           qudt:code "1110"^^xsd:string ;
                           
                           qudt:conversionMultiplier "1.0"^^xsd:double ;
                           
                           qudt:conversionOffset "0.0"^^xsd:double ;
                           
                           qudt:symbol "m s^-2"^^xsd:string ;
                           
                           rdfs:label "Meter per Second Squared"^^xsd:string .



###  http://qudt.org/vocab/unit#Metical

unit:Metical rdf:type owl:NamedIndividual ,
                      qudt:CurrencyUnit ;
             
             skos:exactMatch <http://dbpedia.org/resource/Mozambican_metical> ;
             
             qudt:abbreviation "MZN"^^xsd:string ;
             
             qudt:code "943"^^xsd:string ;
             
             qudt:currencyExponent 2 ;
             
             qudt:description "Mozambique" ;
             
             rdfs:label "Metical"^^xsd:string .



###  http://qudt.org/vocab/unit#MetricTon

unit:MetricTon rdf:type owl:NamedIndividual ,
                        qudt:MassUnit ;
               
               skos:exactMatch <http://dbpedia.org/resource/Tonne> ;
               
               qudt:abbreviation "mT"^^xsd:string ;
               
               qudt:code "1115"^^xsd:string ;
               
               qudt:conversionMultiplier "1000.0"^^xsd:double ;
               
               qudt:conversionOffset "0.0"^^xsd:double ;
               
               qudt:description "Also called tonne"^^xsd:string ;
               
               qudt:symbol "mT"^^xsd:string ;
               
               rdfs:label "Metric Ton"^^xsd:string .



###  http://qudt.org/vocab/unit#MexicanPeso

unit:MexicanPeso rdf:type owl:NamedIndividual ,
                          qudt:CurrencyUnit ;
                 
                 skos:exactMatch <http://dbpedia.org/resource/Mexican_peso> ;
                 
                 qudt:abbreviation "MXN"^^xsd:string ;
                 
                 qudt:code "484"^^xsd:string ;
                 
                 qudt:currencyExponent 2 ;
                 
                 qudt:description "Mexico" ;
                 
                 rdfs:label "Mexican Peso"^^xsd:string .



###  http://qudt.org/vocab/unit#MexicanUnidadDeInversion

unit:MexicanUnidadDeInversion rdf:type owl:NamedIndividual ,
                                       qudt:CurrencyUnit ;
                              
                              qudt:abbreviation "MXV"^^xsd:string ;
                              
                              qudt:code "979"^^xsd:string ;
                              
                              qudt:currencyExponent 2 ;
                              
                              qudt:description "Mexico" ;
                              
                              rdfs:label "Mexican Unidad de Inversion (UDI) (Funds code)"^^xsd:string .



###  http://qudt.org/vocab/unit#Mho

unit:Mho rdf:type owl:NamedIndividual ,
                  qudt:ConductanceUnit ;
         
         qudt:exactMatch unit:Siemens ;
         
         skos:exactMatch <http://dbpedia.org/resource/Siemens_%28unit%29> ;
         
         qudt:abbreviation "mho"^^xsd:string ;
         
         qudt:code "1120"^^xsd:string ;
         
         qudt:symbol "mho"^^xsd:string ;
         
         rdfs:label "Mho"^^xsd:string .



###  http://qudt.org/vocab/unit#Micro

unit:Micro rdf:type owl:NamedIndividual ,
                    qudt:DecimalPrefixUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Micro> ;
           
           qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
           
           qudt:conversionOffset "0.0"^^xsd:double ;
           
           qudt:symbol "µ"^^xsd:string ;
           
           rdfs:label "Micro"^^xsd:string .



###  http://qudt.org/vocab/unit#MicroFarad

unit:MicroFarad rdf:type owl:NamedIndividual ,
                         qudt:CapacitanceUnit ,
                         qudt:SIUnit ;
                
                skos:closeMatch <http://dbpedia.org/resource/Farad> ;
                
                qudt:abbreviation "microF"^^xsd:string ;
                
                qudt:code "2655"^^xsd:string ;
                
                qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                
                qudt:conversionOffset "0.0"^^xsd:double ;
                
                qudt:symbol "microF"^^xsd:string ;
                
                rdfs:label "Microfarad"^^xsd:string .



###  http://qudt.org/vocab/unit#MicroHenry

unit:MicroHenry rdf:type owl:NamedIndividual ,
                         qudt:InductanceUnit ,
                         qudt:SIUnit ;
                
                skos:closeMatch <http://dbpedia.org/resource/Henry_%28unit%29> ;
                
                qudt:abbreviation "microH"^^xsd:string ;
                
                qudt:code "2675"^^xsd:string ;
                
                qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                
                qudt:conversionOffset "0.0"^^xsd:double ;
                
                qudt:symbol "microH"^^xsd:string ;
                
                rdfs:label "Microhenry"^^xsd:string .



###  http://qudt.org/vocab/unit#MicroInch

unit:MicroInch rdf:type owl:NamedIndividual ,
                        qudt:LengthUnit ;
               
               qudt:abbreviation "in^-6"^^xsd:string ;
               
               qudt:code "1125"^^xsd:string ;
               
               qudt:conversionMultiplier "2.54E-8"^^xsd:double ;
               
               qudt:conversionOffset "0.0"^^xsd:double ;
               
               qudt:symbol "in^-6"^^xsd:string ;
               
               rdfs:label "Microinch"^^xsd:string .



###  http://qudt.org/vocab/unit#MicroSecond

unit:MicroSecond rdf:type owl:NamedIndividual ,
                          qudt:TimeUnit ;
                 
                 skos:closeMatch <http://dbpedia.org/resource/1_E-6_s> ;
                 
                 qudt:abbreviation "microsec"^^xsd:string ;
                 
                 qudt:code "1617"^^xsd:string ;
                 
                 qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                 
                 qudt:conversionOffset "0.0"^^xsd:double ;
                 
                 qudt:symbol "microsec"^^xsd:string ;
                 
                 rdfs:label "Microsecond"^^xsd:string .



###  http://qudt.org/vocab/unit#MicroTorr

unit:MicroTorr rdf:type owl:NamedIndividual ,
                        qudt:PressureOrStressUnit ;
               
               qudt:abbreviation "µtorr"^^xsd:string ;
               
               qudt:code "2026"^^xsd:string ;
               
               qudt:conversionMultiplier "1.33322E-4"^^xsd:double ;
               
               qudt:conversionOffset "0.0"^^xsd:double ;
               
               qudt:symbol "µtorr"^^xsd:string ;
               
               rdfs:label "MicroTorr"^^xsd:string .



###  http://qudt.org/vocab/unit#Microgravity

unit:Microgravity rdf:type owl:NamedIndividual ,
                           qudt:LinearAccelerationUnit ;
                  
                  skos:closeMatch <http://dbpedia.org/resource/Micro-g_environment> ;
                  
                  qudt:abbreviation "microG"^^xsd:string ;
                  
                  qudt:code "2110"^^xsd:string ;
                  
                  qudt:conversionMultiplier "9.80665E-6"^^xsd:double ;
                  
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  
                  qudt:symbol "microG"^^xsd:string ;
                  
                  rdfs:label "Microgravity"^^xsd:string .



###  http://qudt.org/vocab/unit#Micrometer

unit:Micrometer rdf:type owl:NamedIndividual ,
                         qudt:LengthUnit ;
                
                skos:exactMatch <http://dbpedia.org/resource/Micrometer> ;
                
                qudt:abbreviation "µm"^^xsd:string ;
                
                qudt:code "2012"^^xsd:string ;
                
                qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
                
                qudt:conversionOffset "0.0"^^xsd:double ;
                
                qudt:literal "micrometer (micron)"^^xsd:string ;
                
                qudt:symbol "µm"^^xsd:string ;
                
                qudt:uneceCommonCode "4H"^^xsd:string ;
                
                rdfs:label "Micrometer"^^xsd:string .



###  http://qudt.org/vocab/unit#MilAngle

unit:MilAngle rdf:type owl:NamedIndividual ,
                       qudt:PlaneAngleUnit ;
              
              qudt:abbreviation "mil"^^xsd:string ;
              
              qudt:code "1135"^^xsd:string ;
              
              qudt:conversionMultiplier "4.90873852E-4"^^xsd:double ;
              
              qudt:conversionOffset "0.0"^^xsd:double ;
              
              qudt:description "The Mil unit of plane angle, as defined by NATO to be 1/6400 of a circle."^^xsd:string ;
              
              qudt:symbol "mil"^^xsd:string ;
              
              rdfs:label "Mil Angle (NATO)"^^xsd:string .



###  http://qudt.org/vocab/unit#MilLength

unit:MilLength rdf:type owl:NamedIndividual ,
                        qudt:LengthUnit ;
               
               qudt:abbreviation "mil"^^xsd:string ;
               
               qudt:code "1165"^^xsd:string ;
               
               qudt:symbol "mil"^^xsd:string ;
               
               rdfs:label "Mil Length"^^xsd:string .



###  http://qudt.org/vocab/unit#MileInternational

unit:MileInternational rdf:type owl:NamedIndividual ,
                                qudt:LengthUnit ;
                       
                       qudt:abbreviation "miINT"^^xsd:string ;
                       
                       qudt:code "1140"^^xsd:string ;
                       
                       qudt:conversionMultiplier "1609.344"^^xsd:double ;
                       
                       qudt:conversionOffset "0.0"^^xsd:double ;
                       
                       qudt:symbol "mi"^^xsd:string ;
                       
                       rdfs:label "Mile - International Standard"^^xsd:string .



###  http://qudt.org/vocab/unit#MilePerHour

unit:MilePerHour rdf:type owl:NamedIndividual ,
                          qudt:LinearVelocityUnit ;
                 
                 skos:exactMatch <http://dbpedia.org/resource/Miles_per_hour> ;
                 
                 qudt:abbreviation "mi/hr"^^xsd:string ;
                 
                 qudt:code "1150"^^xsd:string ;
                 
                 qudt:conversionMultiplier "0.44704"^^xsd:double ;
                 
                 qudt:conversionOffset "0.0"^^xsd:double ;
                 
                 qudt:symbol "mi/hr"^^xsd:string ;
                 
                 rdfs:label "Mile per Hour"^^xsd:string .



###  http://qudt.org/vocab/unit#MilePerMinute

unit:MilePerMinute rdf:type owl:NamedIndividual ,
                            qudt:LinearVelocityUnit ;
                   
                   qudt:abbreviation "mi/min"^^xsd:string ;
                   
                   qudt:code "1155"^^xsd:string ;
                   
                   qudt:conversionMultiplier "26.8224"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "mi/min"^^xsd:string ;
                   
                   rdfs:label "Mile per Minute"^^xsd:string .



###  http://qudt.org/vocab/unit#MileUSStatute

unit:MileUSStatute rdf:type owl:NamedIndividual ,
                            qudt:LengthUnit ;
                   
                   qudt:abbreviation "miUS"^^xsd:string ;
                   
                   qudt:code "1160"^^xsd:string ;
                   
                   qudt:conversionMultiplier "1609.347"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "mi"^^xsd:string ;
                   
                   rdfs:label "Mile US Statute"^^xsd:string .



###  http://qudt.org/vocab/unit#Milli

unit:Milli rdf:type owl:NamedIndividual ,
                    qudt:DecimalPrefixUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Milli-> ;
           
           qudt:conversionMultiplier "0.001"^^xsd:double ;
           
           qudt:conversionOffset "0.0"^^xsd:double ;
           
           qudt:symbol "m"^^xsd:string ;
           
           rdfs:label "Milli"^^xsd:string .



###  http://qudt.org/vocab/unit#MilliHenry

unit:MilliHenry rdf:type owl:NamedIndividual ,
                         qudt:InductanceUnit ,
                         qudt:SIUnit ;
                
                skos:closeMatch <http://dbpedia.org/resource/Henry_%28unit%29> ;
                
                qudt:abbreviation "milliH"^^xsd:string ;
                
                qudt:code "2670"^^xsd:string ;
                
                qudt:conversionMultiplier "0.001"^^xsd:double ;
                
                qudt:conversionOffset "0.0"^^xsd:double ;
                
                qudt:symbol "milliH"^^xsd:string ;
                
                rdfs:label "Millihenry"^^xsd:string .



###  http://qudt.org/vocab/unit#MilliSecond

unit:MilliSecond rdf:type owl:NamedIndividual ,
                          qudt:TimeUnit ;
                 
                 skos:exactMatch <http://dbpedia.org/resource/Millisecond> ;
                 
                 qudt:abbreviation "ms"^^xsd:string ;
                 
                 qudt:code "1616"^^xsd:string ;
                 
                 qudt:conversionMultiplier "0.001"^^xsd:double ;
                 
                 qudt:conversionOffset "0.0"^^xsd:double ;
                 
                 qudt:symbol "ms"^^xsd:string ;
                 
                 rdfs:label "Millisecond"^^xsd:string .



###  http://qudt.org/vocab/unit#MilliTorr

unit:MilliTorr rdf:type owl:NamedIndividual ,
                        qudt:PressureOrStressUnit ;
               
               qudt:abbreviation "utorr"^^xsd:string ;
               
               qudt:code "2046"^^xsd:string ;
               
               qudt:conversionMultiplier "0.133322"^^xsd:double ;
               
               qudt:conversionOffset "0.0"^^xsd:double ;
               
               qudt:symbol "utorr"^^xsd:string ;
               
               rdfs:label "MilliTorr"^^xsd:string .



###  http://qudt.org/vocab/unit#Millibar

unit:Millibar rdf:type owl:NamedIndividual ,
                       qudt:PressureOrStressUnit ;
              
              skos:closeMatch <http://dbpedia.org/resource/Bar_%28unit%29> ;
              
              qudt:abbreviation "mbar"^^xsd:string ;
              
              qudt:code "1170"^^xsd:string ;
              
              qudt:conversionMultiplier "100.0"^^xsd:double ;
              
              qudt:conversionOffset "0.0"^^xsd:double ;
              
              qudt:symbol "mbar"^^xsd:string ;
              
              rdfs:label "Millibar"^^xsd:string .



###  http://qudt.org/vocab/unit#Milligravity

unit:Milligravity rdf:type owl:NamedIndividual ,
                           qudt:LinearAccelerationUnit ;
                  
                  qudt:abbreviation "mG"^^xsd:string ;
                  
                  qudt:code "2105"^^xsd:string ;
                  
                  qudt:conversionMultiplier "0.00980665"^^xsd:double ;
                  
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  
                  qudt:symbol "mG"^^xsd:string ;
                  
                  rdfs:label "Milligravity"^^xsd:string .



###  http://qudt.org/vocab/unit#Millimeter

unit:Millimeter rdf:type owl:NamedIndividual ,
                         qudt:LengthUnit ,
                         qudt:SIUnit ;
                
                skos:exactMatch <http://dbpedia.org/resource/Millimetre> ;
                
                qudt:abbreviation "m^-3"^^xsd:string ;
                
                qudt:code "1093"^^xsd:string ;
                
                qudt:conversionMultiplier "0.001"^^xsd:double ;
                
                qudt:conversionOffset "0.0"^^xsd:double ;
                
                qudt:symbol "mm"^^xsd:string ;
                
                rdfs:label "Millimeter"^^xsd:string .



###  http://qudt.org/vocab/unit#MillimeterOfMercury

unit:MillimeterOfMercury rdf:type owl:NamedIndividual ,
                                  qudt:PressureOrStressUnit ;
                         
                         skos:exactMatch <http://dbpedia.org/resource/Torr> ;
                         
                         qudt:abbreviation "mmHg"^^xsd:string ;
                         
                         qudt:code "1175"^^xsd:string ;
                         
                         qudt:conversionMultiplier "86014.2806"^^xsd:double ;
                         
                         qudt:conversionOffset "0.0"^^xsd:double ;
                         
                         qudt:description "The millimeter of mercury is defined as the pressure exerted at the base of a column of fluid exactly 1 mm high, when the density of the fluid is exactly 13.5951 g/cm3, at a place where the acceleration of gravity is exactly 9.80665 m/s^2."^^xsd:string ;
                         
                         qudt:symbol "mmHg"^^xsd:string ;
                         
                         rdfs:label "Millimeter of Mercury"^^xsd:string .



###  http://qudt.org/vocab/unit#MillimeterOfMercuryAbsolute

unit:MillimeterOfMercuryAbsolute rdf:type owl:NamedIndividual ,
                                          qudt:PressureOrStressUnit ;
                                 
                                 qudt:abbreviation "mmHgA"^^xsd:string ;
                                 
                                 qudt:code "2002"^^xsd:string ;
                                 
                                 qudt:description "Millimeters of Mercury inclusive of atmospheric pressure"^^xsd:string ;
                                 
                                 qudt:symbol "mmHgA"^^xsd:string ;
                                 
                                 rdfs:label "Millimeter of Mercury - Absolute"^^xsd:string .



###  http://qudt.org/vocab/unit#MillionDollarsPerFlight

unit:MillionDollarsPerFlight rdf:type owl:NamedIndividual ,
                                      qudt:FinancialUnit ;
                             
                             qudt:abbreviation "M$/Flight"^^xsd:string ;
                             
                             qudt:code "1185"^^xsd:string ;
                             
                             qudt:symbol "M$/Flight"^^xsd:string ;
                             
                             rdfs:label "Million US Dollars per Flight"^^xsd:string .



###  http://qudt.org/vocab/unit#MillionDollarsPerYear

unit:MillionDollarsPerYear rdf:type owl:NamedIndividual ,
                                    qudt:RateOfReturnUnit ;
                           
                           qudt:abbreviation "M$/yr"^^xsd:string ;
                           
                           qudt:code "1190"^^xsd:string ;
                           
                           qudt:symbol "M$/yr"^^xsd:string ;
                           
                           rdfs:label "Million US Dollars per Year"^^xsd:string .



###  http://qudt.org/vocab/unit#MillionUSDollars

unit:MillionUSDollars rdf:type owl:NamedIndividual ,
                               qudt:CurrencyUnit ;
                      
                      qudt:abbreviation "Million USD"^^xsd:string ;
                      
                      qudt:code "1180"^^xsd:string ;
                      
                      qudt:conversionMultiplier "1000000.0"^^xsd:double ;
                      
                      qudt:conversionOffset "0.0"^^xsd:double ;
                      
                      rdfs:label "Million US Dollars"^^xsd:string .



###  http://qudt.org/vocab/unit#MinuteAngle

unit:MinuteAngle rdf:type owl:NamedIndividual ,
                          qudt:AngleUnit ;
                 
                 qudt:conversionMultiplier "2.908882E-4"^^xsd:double ;
                 
                 qudt:conversionOffset "0.0"^^xsd:double ;
                 
                 qudt:literal "minute [unit of angle]"^^xsd:string ;
                 
                 qudt:symbol "'"^^xsd:string ;
                 
                 qudt:uneceCommonCode "D61"^^xsd:string ;
                 
                 rdfs:label "Minute Angle"^^xsd:string .



###  http://qudt.org/vocab/unit#MinuteSidereal

unit:MinuteSidereal rdf:type owl:NamedIndividual ,
                             qudt:TimeUnit ,
                             qudt:UsedWithSIUnit ;
                    
                    qudt:abbreviation "min"^^xsd:string ;
                    
                    qudt:code "1200"^^xsd:string ;
                    
                    qudt:symbol "min"^^xsd:string ;
                    
                    rdfs:label "Minute Sidereal"^^xsd:string .



###  http://qudt.org/vocab/unit#MinuteTime

unit:MinuteTime rdf:type owl:NamedIndividual ,
                         qudt:TimeUnit ,
                         qudt:UsedWithSIUnit ;
                
                qudt:abbreviation "min"^^xsd:string ;
                
                qudt:code "1205"^^xsd:string ;
                
                qudt:conversionMultiplier "60.0"^^xsd:double ;
                
                qudt:conversionOffset "0.0"^^xsd:double ;
                
                qudt:symbol "min"^^xsd:string ;
                
                rdfs:label "Minute Time"^^xsd:string .



###  http://qudt.org/vocab/unit#MoldovanLeu

unit:MoldovanLeu rdf:type owl:NamedIndividual ,
                          qudt:CurrencyUnit ;
                 
                 skos:exactMatch <http://dbpedia.org/resource/Moldovan_leu> ;
                 
                 qudt:abbreviation "MDL"^^xsd:string ;
                 
                 qudt:code "498"^^xsd:string ;
                 
                 qudt:currencyExponent 2 ;
                 
                 qudt:description "Moldova" ;
                 
                 rdfs:label "Moldovan Leu"^^xsd:string .



###  http://qudt.org/vocab/unit#Mole

unit:Mole rdf:type owl:NamedIndividual ,
                   qudt:AmountOfSubstanceUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Mole_%28unit%29> ;
          
          qudt:abbreviation "mol"^^xsd:string ;
          
          qudt:code "1210"^^xsd:string ;
          
          qudt:conversionMultiplier "1.0"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "mol"^^xsd:string ;
          
          rdfs:label "Mole"^^xsd:string .



###  http://qudt.org/vocab/unit#MoleDegreeCelsius

unit:MoleDegreeCelsius rdf:type owl:NamedIndividual ,
                                qudt:AmountOfSubstanceTemperatureUnit ,
                                qudt:ThermodynamicsUnit ;
                       
                       qudt:abbreviation "mol-degC"^^xsd:string ;
                       
                       qudt:code "2004"^^xsd:string ;
                       
                       qudt:symbol "mol-degC"^^xsd:string ;
                       
                       rdfs:label "Mole Degree Celsius"^^xsd:string .



###  http://qudt.org/vocab/unit#MoleKelvin

unit:MoleKelvin rdf:type owl:NamedIndividual ,
                         qudt:AmountOfSubstanceTemperatureUnit ;
                
                qudt:abbreviation "mol-K"^^xsd:string ;
                
                qudt:code "1215"^^xsd:string ;
                
                qudt:conversionMultiplier "1.0"^^xsd:double ;
                
                qudt:conversionOffset "0.0"^^xsd:double ;
                
                qudt:symbol "mol-K"^^xsd:string ;
                
                rdfs:label "Mole Kelvin"^^xsd:string .



###  http://qudt.org/vocab/unit#MolePerCubicMeter

unit:MolePerCubicMeter rdf:type owl:NamedIndividual ,
                                qudt:MolarConcentrationUnit ;
                       
                       qudt:abbreviation "mol/m^3"^^xsd:string ;
                       
                       qudt:code "1220"^^xsd:string ;
                       
                       qudt:conversionMultiplier "1.0"^^xsd:double ;
                       
                       qudt:conversionOffset "0.0"^^xsd:double ;
                       
                       qudt:symbol "mol/m^3"^^xsd:string ;
                       
                       rdfs:label "Mole per Cubic Meter"^^xsd:string .



###  http://qudt.org/vocab/unit#MolePerKilogram

unit:MolePerKilogram rdf:type owl:NamedIndividual ,
                              qudt:MolalConcentrationUnit ;
                     
                     qudt:conversionMultiplier "1.0"^^xsd:double ;
                     
                     qudt:conversionOffset "0.0"^^xsd:double ;
                     
                     qudt:symbol "mol/kg"^^xsd:string ;
                     
                     rdfs:label "Mole per Kilogram"^^xsd:string .



###  http://qudt.org/vocab/unit#MoroccanDirham

unit:MoroccanDirham rdf:type owl:NamedIndividual ,
                             qudt:CurrencyUnit ;
                    
                    skos:exactMatch <http://dbpedia.org/resource/Moroccan_dirham> ;
                    
                    qudt:abbreviation "MAD"^^xsd:string ;
                    
                    qudt:code "504"^^xsd:string ;
                    
                    qudt:currencyExponent 2 ;
                    
                    qudt:description "Morocco, Western Sahara" ;
                    
                    rdfs:label "Moroccan Dirham"^^xsd:string .



###  http://qudt.org/vocab/unit#Naira

unit:Naira rdf:type owl:NamedIndividual ,
                    qudt:CurrencyUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Nigerian_naira> ;
           
           qudt:abbreviation "NGN"^^xsd:string ;
           
           qudt:code "566"^^xsd:string ;
           
           qudt:currencyExponent 2 ;
           
           qudt:description "Nigeria" ;
           
           rdfs:label "Naira"^^xsd:string .



###  http://qudt.org/vocab/unit#Nakfa

unit:Nakfa rdf:type owl:NamedIndividual ,
                    qudt:CurrencyUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Nakfa> ;
           
           qudt:abbreviation "ERN"^^xsd:string ;
           
           qudt:code "232"^^xsd:string ;
           
           qudt:currencyExponent 2 ;
           
           qudt:description "Eritrea" ;
           
           rdfs:label "Nakfa"^^xsd:string .



###  http://qudt.org/vocab/unit#NamibianDollar

unit:NamibianDollar rdf:type owl:NamedIndividual ,
                             qudt:CurrencyUnit ;
                    
                    skos:exactMatch <http://dbpedia.org/resource/Namibian_dollar> ;
                    
                    qudt:abbreviation "NAD"^^xsd:string ;
                    
                    qudt:code "516"^^xsd:string ;
                    
                    qudt:currencyExponent 2 ;
                    
                    qudt:description "Namibia" ;
                    
                    rdfs:label "Namibian Dollar"^^xsd:string .



###  http://qudt.org/vocab/unit#Nano

unit:Nano rdf:type owl:NamedIndividual ,
                   qudt:DecimalPrefixUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Nano> ;
          
          qudt:conversionMultiplier "1.0E-9"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "n"^^xsd:string ;
          
          rdfs:label "Nano"^^xsd:string .



###  http://qudt.org/vocab/unit#NanoFarad

unit:NanoFarad rdf:type owl:NamedIndividual ,
                        qudt:CapacitanceUnit ,
                        qudt:SIUnit ;
               
               skos:exactMatch <http://dbpedia.org/resource/Farad> ;
               
               qudt:abbreviation "nF"^^xsd:string ;
               
               qudt:code "2660"^^xsd:string ;
               
               qudt:conversionMultiplier "1.0E-9"^^xsd:double ;
               
               qudt:conversionOffset "0.0"^^xsd:double ;
               
               qudt:symbol "nF"^^xsd:string ;
               
               rdfs:label "Nanofarad"^^xsd:string .



###  http://qudt.org/vocab/unit#Nat

unit:Nat rdf:type owl:NamedIndividual ,
                  qudt:InformationEntropyUnit ;
         
         skos:exactMatch <http://dbpedia.org/resource/Nat> ;
         
         qudt:conversionMultiplier "1.0"^^xsd:double ;
         
         qudt:conversionOffset "0.0"^^xsd:double ;
         
         qudt:description "A nat is a logarithmic unit of information or entropy, based on natural logarithms and powers of e, rather than the powers of 2 and base 2 logarithms which define the bit. The nat is the natural unit for information entropy. Physical systems of natural units which normalize Boltzmann's constant to 1 are effectively measuring thermodynamic entropy in nats."^^xsd:string ;
         
         qudt:symbol "nat"^^xsd:string ;
         
         rdfs:label "Nat"^^xsd:string .



###  http://qudt.org/vocab/unit#NauticalMile

unit:NauticalMile rdf:type owl:NamedIndividual ,
                           qudt:LengthUnit ;
                  
                  qudt:abbreviation "nmi"^^xsd:string ;
                  
                  qudt:code "1145"^^xsd:string ;
                  
                  qudt:conversionMultiplier "1852.0"^^xsd:double ;
                  
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  
                  qudt:literal "nautical mile"^^xsd:string ;
                  
                  qudt:symbol "n mile"^^xsd:string ;
                  
                  qudt:uneceCommonCode "NMI"^^xsd:string ;
                  
                  rdfs:label "Nautical Mile"^^xsd:string .



###  http://qudt.org/vocab/unit#NauticalMilePerHour

unit:NauticalMilePerHour rdf:type owl:NamedIndividual ,
                                  qudt:LinearVelocityUnit ;
                         
                         qudt:exactMatch unit:Knot ;
                         
                         qudt:abbreviation "nmi/hr"^^xsd:string ;
                         
                         qudt:symbol "nmi/hr"^^xsd:string ;
                         
                         rdfs:label "Nautical Mile per Hour"^^xsd:string .



###  http://qudt.org/vocab/unit#NauticalMilePerMinute

unit:NauticalMilePerMinute rdf:type owl:NamedIndividual ,
                                    qudt:LinearVelocityUnit ;
                           
                           qudt:abbreviation "nmi/min"^^xsd:string ;
                           
                           qudt:symbol "nmi/min"^^xsd:string ;
                           
                           rdfs:label "Nautical Mile per Minute"^^xsd:string .



###  http://qudt.org/vocab/unit#NepaleseRupee

unit:NepaleseRupee rdf:type owl:NamedIndividual ,
                            qudt:CurrencyUnit ;
                   
                   skos:exactMatch <http://dbpedia.org/resource/Nepalese_rupee> ;
                   
                   qudt:abbreviation "NPR"^^xsd:string ;
                   
                   qudt:code "524"^^xsd:string ;
                   
                   qudt:currencyExponent 2 ;
                   
                   qudt:description "Nepal" ;
                   
                   rdfs:label "Nepalese Rupee"^^xsd:string .



###  http://qudt.org/vocab/unit#NephelometricTurbidityUnit

unit:NephelometricTurbidityUnit rdf:type owl:NamedIndividual ,
                                         qudt:TurbidityUnit ;
                                
                                qudt:abbreviation "NTU"^^xsd:string ;
                                
                                qudt:code "2560"^^xsd:string ;
                                
                                qudt:symbol "NTU"^^xsd:string ;
                                
                                rdfs:label "Nephelometry Turbidity Unit"^^xsd:string .



###  http://qudt.org/vocab/unit#NetherlandsAntillianGuilder

unit:NetherlandsAntillianGuilder rdf:type owl:NamedIndividual ,
                                          qudt:CurrencyUnit ;
                                 
                                 skos:exactMatch <http://dbpedia.org/resource/Netherlands_Antillean_guilder> ;
                                 
                                 qudt:abbreviation "ANG"^^xsd:string ;
                                 
                                 qudt:code "532"^^xsd:string ;
                                 
                                 qudt:currencyExponent 2 ;
                                 
                                 qudt:description "Netherlands Antilles" ;
                                 
                                 rdfs:label "Netherlands Antillian Guilder"^^xsd:string .



###  http://qudt.org/vocab/unit#NewIsraeliShekel

unit:NewIsraeliShekel rdf:type owl:NamedIndividual ,
                               qudt:CurrencyUnit ;
                      
                      skos:exactMatch <http://dbpedia.org/resource/Israeli_new_sheqel> ;
                      
                      qudt:abbreviation "ILS"^^xsd:string ;
                      
                      qudt:code "376"^^xsd:string ;
                      
                      qudt:currencyExponent 2 ;
                      
                      qudt:description "Israel" ;
                      
                      rdfs:label "New Israeli Shekel"^^xsd:string .



###  http://qudt.org/vocab/unit#NewTaiwanDollar

unit:NewTaiwanDollar rdf:type owl:NamedIndividual ,
                              qudt:CurrencyUnit ;
                     
                     skos:exactMatch <http://dbpedia.org/resource/New_Taiwan_dollar> ;
                     
                     qudt:abbreviation "TWD"^^xsd:string ;
                     
                     qudt:code "901"^^xsd:string ;
                     
                     qudt:currencyExponent 1 ;
                     
                     qudt:description "Taiwan and other islands that are under the effective control of the Republic of China (ROC)" ;
                     
                     rdfs:label "New Taiwan Dollar"^^xsd:string .



###  http://qudt.org/vocab/unit#NewTurkishLira

unit:NewTurkishLira rdf:type owl:NamedIndividual ,
                             qudt:CurrencyUnit ;
                    
                    skos:exactMatch <http://dbpedia.org/resource/Turkish_lira> ;
                    
                    qudt:abbreviation "TRY"^^xsd:string ;
                    
                    qudt:code "949"^^xsd:string ;
                    
                    qudt:currencyExponent 2 ;
                    
                    qudt:description "Turkey" ;
                    
                    rdfs:label "New Turkish Lira"^^xsd:string .



###  http://qudt.org/vocab/unit#NewZealandDollar

unit:NewZealandDollar rdf:type owl:NamedIndividual ,
                               qudt:CurrencyUnit ;
                      
                      skos:exactMatch <http://dbpedia.org/resource/New_Zealand_dollar> ;
                      
                      qudt:abbreviation "NZD"^^xsd:string ;
                      
                      qudt:code "554"^^xsd:string ;
                      
                      qudt:currencyExponent 2 ;
                      
                      qudt:description "Cook Islands, New Zealand, Niue, Pitcairn, Tokelau" ;
                      
                      rdfs:label "New Zealand Dollar"^^xsd:string .



###  http://qudt.org/vocab/unit#Newton

unit:Newton rdf:type owl:NamedIndividual ,
                     qudt:ForceUnit ;
            
            skos:exactMatch <http://dbpedia.org/resource/Newton> ;
            
            qudt:abbreviation "N"^^xsd:string ;
            
            qudt:code "1225"^^xsd:string ;
            
            qudt:conversionMultiplier "1.0"^^xsd:double ;
            
            qudt:conversionOffset "0.0"^^xsd:double ;
            
            qudt:symbol "N"^^xsd:string ;
            
            rdfs:label "Newton"^^xsd:string .



###  http://qudt.org/vocab/unit#NewtonMeter

unit:NewtonMeter rdf:type owl:NamedIndividual ,
                          qudt:BendingMomentOrTorqueUnit ;
                 
                 qudt:exactMatch unit:Joule ;
                 
                 skos:exactMatch <http://dbpedia.org/resource/Newton_metre> ;
                 
                 qudt:abbreviation "N-m"^^xsd:string ;
                 
                 qudt:code "1230"^^xsd:string ;
                 
                 qudt:conversionMultiplier "1.0"^^xsd:double ;
                 
                 qudt:conversionOffset "0.0"^^xsd:double ;
                 
                 qudt:symbol "N-m"^^xsd:string ;
                 
                 rdfs:label "Newton Meter"^^xsd:string .



###  http://qudt.org/vocab/unit#NewtonPerCoulomb

unit:NewtonPerCoulomb rdf:type owl:NamedIndividual ,
                               qudt:ForcePerElectricChargeUnit ;
                      
                      qudt:abbreviation "N/C"^^xsd:string ;
                      
                      qudt:code "1235"^^xsd:string ;
                      
                      qudt:conversionMultiplier "1.0"^^xsd:double ;
                      
                      qudt:conversionOffset "0.0"^^xsd:double ;
                      
                      qudt:symbol "N/C"^^xsd:string ;
                      
                      rdfs:label "Newton per Coulomb"^^xsd:string .



###  http://qudt.org/vocab/unit#NewtonPerKilogram

unit:NewtonPerKilogram rdf:type owl:NamedIndividual ,
                                qudt:ThrustToMassRatioUnit ;
                       
                       qudt:abbreviation "N/kg"^^xsd:string ;
                       
                       qudt:code "1240"^^xsd:string ;
                       
                       qudt:conversionMultiplier "1.0"^^xsd:double ;
                       
                       qudt:conversionOffset "0.0"^^xsd:double ;
                       
                       qudt:symbol "N/kg"^^xsd:string ;
                       
                       rdfs:label "Newton per Kilogram"^^xsd:string .



###  http://qudt.org/vocab/unit#NewtonPerMeter

unit:NewtonPerMeter rdf:type owl:NamedIndividual ,
                             qudt:ForcePerLengthUnit ;
                    
                    qudt:abbreviation "N/m"^^xsd:string ;
                    
                    qudt:code "1245"^^xsd:string ;
                    
                    qudt:conversionMultiplier "1.0"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "N/m"^^xsd:string ;
                    
                    rdfs:label "Newton per Meter"^^xsd:string .



###  http://qudt.org/vocab/unit#Ngultrum

unit:Ngultrum rdf:type owl:NamedIndividual ,
                       qudt:CurrencyUnit ;
              
              skos:exactMatch <http://dbpedia.org/resource/Bhutanese_ngultrum> ;
              
              qudt:abbreviation "BTN"^^xsd:string ;
              
              qudt:code "064"^^xsd:string ;
              
              qudt:currencyExponent 2 ;
              
              qudt:description "Bhutan" ;
              
              rdfs:label "Ngultrum"^^xsd:string .



###  http://qudt.org/vocab/unit#NorthKoreanWon

unit:NorthKoreanWon rdf:type owl:NamedIndividual ,
                             qudt:CurrencyUnit ;
                    
                    skos:exactMatch <http://dbpedia.org/resource/North_Korean_won> ;
                    
                    qudt:abbreviation "KPW"^^xsd:string ;
                    
                    qudt:code "408"^^xsd:string ;
                    
                    qudt:currencyExponent 0 ;
                    
                    qudt:description "North Korea" ;
                    
                    rdfs:label "North Korean Won"^^xsd:string .



###  http://qudt.org/vocab/unit#NorwegianKrone

unit:NorwegianKrone rdf:type owl:NamedIndividual ,
                             qudt:CurrencyUnit ;
                    
                    skos:exactMatch <http://dbpedia.org/resource/Norwegian_krone> ;
                    
                    qudt:abbreviation "NOK"^^xsd:string ;
                    
                    qudt:code "578"^^xsd:string ;
                    
                    qudt:currencyExponent 2 ;
                    
                    qudt:description "Norway" ;
                    
                    rdfs:label "Norwegian Krone"^^xsd:string .



###  http://qudt.org/vocab/unit#NuevoSol

unit:NuevoSol rdf:type owl:NamedIndividual ,
                       qudt:CurrencyUnit ;
              
              skos:exactMatch <http://dbpedia.org/resource/Peruvian_nuevo_sol> ;
              
              qudt:abbreviation "PEN"^^xsd:string ;
              
              qudt:code "604"^^xsd:string ;
              
              qudt:currencyExponent 2 ;
              
              qudt:description "Peru" ;
              
              rdfs:label "Nuevo Sol"^^xsd:string .



###  http://qudt.org/vocab/unit#Number

unit:Number rdf:type owl:NamedIndividual ,
                     qudt:CountingUnit ;
            
            skos:closeMatch <http://dbpedia.org/resource/Number> ;
            
            qudt:abbreviation "#"^^xsd:string ;
            
            qudt:code "1250"^^xsd:string ;
            
            qudt:symbol "#"^^xsd:string ;
            
            rdfs:label "Number"^^xsd:string .



###  http://qudt.org/vocab/unit#NumberPerYear

unit:NumberPerYear rdf:type owl:NamedIndividual ,
                            qudt:CountingUnit ;
                   
                   qudt:abbreviation "#/yr"^^xsd:string ;
                   
                   qudt:code "1255"^^xsd:string ;
                   
                   qudt:symbol "#/yr"^^xsd:string ;
                   
                   rdfs:label "Number per Year"^^xsd:string .



###  http://qudt.org/vocab/unit#Oersted

unit:Oersted rdf:type owl:NamedIndividual ,
                      qudt:MagneticFieldStrengthUnit ;
             
             skos:exactMatch <http://dbpedia.org/resource/Oersted> ;
             
             qudt:abbreviation "Oe"^^xsd:string ;
             
             qudt:code "1260"^^xsd:string ;
             
             qudt:conversionMultiplier "79.5774715"^^xsd:double ;
             
             qudt:conversionOffset "0.0"^^xsd:double ;
             
             qudt:symbol "Oe"^^xsd:string ;
             
             rdfs:label "Oersted"^^xsd:string .



###  http://qudt.org/vocab/unit#OerstedCentimeter

unit:OerstedCentimeter rdf:type owl:NamedIndividual ,
                                qudt:MagnetomotiveForceUnit ;
                       
                       qudt:abbreviation "Oe-cm"^^xsd:string ;
                       
                       qudt:code "1265"^^xsd:string ;
                       
                       qudt:conversionMultiplier "0.795774715"^^xsd:double ;
                       
                       qudt:conversionOffset "0.0"^^xsd:double ;
                       
                       qudt:symbol "Oe-cm"^^xsd:string ;
                       
                       rdfs:label "Oersted Centimeter"^^xsd:string .



###  http://qudt.org/vocab/unit#Ohm

unit:Ohm rdf:type owl:NamedIndividual ,
                  qudt:ResistanceUnit ;
         
         skos:exactMatch <http://dbpedia.org/resource/Ohm> ;
         
         qudt:abbreviation "Ohm"^^xsd:string ;
         
         qudt:code "1270"^^xsd:string ;
         
         qudt:conversionMultiplier "1.0"^^xsd:double ;
         
         qudt:conversionOffset "0.0"^^xsd:double ;
         
         qudt:symbol "ohm"^^xsd:string ;
         
         rdfs:label "Ohm"^^xsd:string .



###  http://qudt.org/vocab/unit#OmaniRial

unit:OmaniRial rdf:type owl:NamedIndividual ,
                        qudt:CurrencyUnit ;
               
               skos:exactMatch <http://dbpedia.org/resource/Omani_rial> ;
               
               qudt:abbreviation "OMR"^^xsd:string ;
               
               qudt:code "512"^^xsd:string ;
               
               qudt:currencyExponent 3 ;
               
               qudt:description "Oman" ;
               
               rdfs:label "Rial Omani"^^xsd:string .



###  http://qudt.org/vocab/unit#Ouguiya

unit:Ouguiya rdf:type owl:NamedIndividual ,
                      qudt:CurrencyUnit ;
             
             skos:exactMatch <http://dbpedia.org/resource/Mauritanian_ouguiya> ;
             
             qudt:abbreviation "MRO"^^xsd:string ;
             
             qudt:code "478"^^xsd:string ;
             
             qudt:currencyExponent 0 ;
             
             qudt:description "Mauritania" ;
             
             rdfs:label "Ouguiya"^^xsd:string .



###  http://qudt.org/vocab/unit#OunceForce

unit:OunceForce rdf:type owl:NamedIndividual ,
                         qudt:ForceUnit ;
                
                qudt:abbreviation "ozf"^^xsd:string ;
                
                qudt:code "1280"^^xsd:string ;
                
                qudt:conversionMultiplier "0.278013875"^^xsd:double ;
                
                qudt:conversionOffset "0.0"^^xsd:double ;
                
                qudt:symbol "ozf"^^xsd:string ;
                
                rdfs:label "Ounce Force"^^xsd:string .



###  http://qudt.org/vocab/unit#OunceForceInch

unit:OunceForceInch rdf:type owl:NamedIndividual ,
                             qudt:BendingMomentOrTorqueUnit ;
                    
                    qudt:abbreviation "ozf-in"^^xsd:string ;
                    
                    qudt:code "1285"^^xsd:string ;
                    
                    qudt:conversionMultiplier "0.0706155243"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "ozf-in"^^xsd:string ;
                    
                    rdfs:label "Ounce Force Inch"^^xsd:string .



###  http://qudt.org/vocab/unit#OunceImperial

unit:OunceImperial rdf:type owl:NamedIndividual ,
                            qudt:VolumeUnit ;
                   
                   qudt:abbreviation "oz"^^xsd:string ;
                   
                   qudt:code "1290"^^xsd:string ;
                   
                   qudt:conversionMultiplier "2.84130625E-5"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "oz"^^xsd:string ;
                   
                   rdfs:label "Imperial Ounce"^^xsd:string .



###  http://qudt.org/vocab/unit#OunceMass

unit:OunceMass rdf:type owl:NamedIndividual ,
                        qudt:MassUnit ;
               
               qudt:abbreviation "ozm"^^xsd:string ;
               
               qudt:code "1275"^^xsd:string ;
               
               qudt:conversionMultiplier "0.028349523125"^^xsd:double ;
               
               qudt:conversionOffset "0.0"^^xsd:double ;
               
               qudt:description "An ounce of mass is 1/16th of a pound of mass, based on the international standard definition of the pound as exactly 0.45359237 kg."^^xsd:string ;
               
               qudt:symbol "ozm"^^xsd:string ;
               
               rdfs:label "Ounce Mass"^^xsd:string .



###  http://qudt.org/vocab/unit#OuncePerCubicInch

unit:OuncePerCubicInch rdf:type owl:NamedIndividual ,
                                qudt:MassPerVolumeUnit ;
                       
                       qudt:abbreviation "oz/in^3"^^xsd:string ;
                       
                       qudt:code "1295"^^xsd:string ;
                       
                       qudt:conversionMultiplier "1729.99404"^^xsd:double ;
                       
                       qudt:conversionOffset "0.0"^^xsd:double ;
                       
                       qudt:symbol "oz/in^3"^^xsd:string ;
                       
                       rdfs:label "Ounce per Cubic Inch"^^xsd:string .



###  http://qudt.org/vocab/unit#OuncePerGallon

unit:OuncePerGallon rdf:type owl:NamedIndividual ,
                             qudt:MassPerVolumeUnit ;
                    
                    qudt:abbreviation "oz/gal"^^xsd:string ;
                    
                    qudt:code "1300"^^xsd:string ;
                    
                    qudt:conversionMultiplier "6.23602329"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "oz/gal"^^xsd:string ;
                    
                    rdfs:label "Ounce per Gallon"^^xsd:string .



###  http://qudt.org/vocab/unit#OuncePerSquareFoot

unit:OuncePerSquareFoot rdf:type owl:NamedIndividual ,
                                 qudt:MassPerAreaUnit ;
                        
                        qudt:abbreviation "oz/ft^2"^^xsd:string ;
                        
                        qudt:code "1305"^^xsd:string ;
                        
                        qudt:conversionMultiplier "0.305151727"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:symbol "oz/ft^2"^^xsd:string ;
                        
                        rdfs:label "Ounce per Square Foot"^^xsd:string .



###  http://qudt.org/vocab/unit#OuncePerSquareYard

unit:OuncePerSquareYard rdf:type owl:NamedIndividual ,
                                 qudt:MassPerAreaUnit ;
                        
                        qudt:abbreviation "oz/yd^2"^^xsd:string ;
                        
                        qudt:code "1310"^^xsd:string ;
                        
                        qudt:conversionMultiplier "0.0339057474748823"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:symbol "oz/yd^2"^^xsd:string ;
                        
                        rdfs:label "Ounce per Square Yard"^^xsd:string .



###  http://qudt.org/vocab/unit#OunceTroy

unit:OunceTroy rdf:type owl:NamedIndividual ,
                        qudt:MassUnit ;
               
               qudt:abbreviation "oz"^^xsd:string ;
               
               qudt:code "1315"^^xsd:string ;
               
               qudt:conversionMultiplier "0.0311034768"^^xsd:double ;
               
               qudt:conversionOffset "0.0"^^xsd:double ;
               
               qudt:description "An obsolete unit of mass; the Troy Ounce is 1/12th of a Troy Pound. Based on the international definition of a Troy Pound as 5760 grains, the Troy Ounce is exactly 480 grains, or 0.0311034768 kg."^^xsd:string ;
               
               qudt:symbol "oz"^^xsd:string ;
               
               rdfs:label "Ounce Troy"^^xsd:string .



###  http://qudt.org/vocab/unit#Paanga

unit:Paanga rdf:type owl:NamedIndividual ,
                     qudt:CurrencyUnit ;
            
            skos:exactMatch <http://dbpedia.org/resource/Tongan_pa%CA%BBanga> ;
            
            qudt:abbreviation "TOP"^^xsd:string ;
            
            qudt:code "776"^^xsd:string ;
            
            qudt:currencyExponent 2 ;
            
            qudt:description "Tonga" ;
            
            rdfs:label "Pa'anga"^^xsd:string .



###  http://qudt.org/vocab/unit#PakistanRupee

unit:PakistanRupee rdf:type owl:NamedIndividual ,
                            qudt:CurrencyUnit ;
                   
                   skos:exactMatch <http://dbpedia.org/resource/Pakistani_rupee> ;
                   
                   qudt:abbreviation "PKR"^^xsd:string ;
                   
                   qudt:code "586"^^xsd:string ;
                   
                   qudt:currencyExponent 2 ;
                   
                   qudt:description "Pakistan" ;
                   
                   rdfs:label "Pakistan Rupee"^^xsd:string .



###  http://qudt.org/vocab/unit#Palladium-OunceTroy

unit:Palladium-OunceTroy rdf:type owl:NamedIndividual ,
                                  qudt:CurrencyUnit ;
                         
                         qudt:abbreviation "XPD"^^xsd:string ;
                         
                         qudt:code "964"^^xsd:string ;
                         
                         rdfs:label "Palladium (one Troy ounce)"^^xsd:string .



###  http://qudt.org/vocab/unit#Parsec

unit:Parsec rdf:type owl:NamedIndividual ,
                     qudt:LengthUnit ;
            
            qudt:abbreviation "parsec"^^xsd:string ;
            
            qudt:conversionMultiplier "3.085678E16"^^xsd:double ;
            
            qudt:conversionOffset "0.0"^^xsd:double ;
            
            qudt:description "The parsec (parallax of one arcsecond; symbol: pc) is a unit of length, equal to just under 31 trillion (31×1012) kilometres (about 19 trillion miles), 206265 AU, or about 3.26 light-years. The parsec measurement unit is used in astronomy. It is defined as the length of the adjacent side of an imaginary right triangle in space. The two dimensions that specify this triangle are the parallax angle (defined as 1 arcsecond) and the opposite side (defined as 1 astronomical unit (AU), the distance from the Earth to the Sun). Given these two measurements, along with the rules of trigonometry, the length of the adjacent side (the parsec) can be found. [Wikipedia]"^^xsd:string ;
            
            qudt:literal "parsec"^^xsd:string ;
            
            qudt:symbol "pc"^^xsd:string ;
            
            qudt:uneceCommonCode "C63"^^xsd:string ;
            
            rdfs:label "Parsec"^^xsd:string .



###  http://qudt.org/vocab/unit#Pascal

unit:Pascal rdf:type owl:NamedIndividual ,
                     qudt:PressureOrStressUnit ;
            
            skos:exactMatch <http://dbpedia.org/resource/Pascal> ;
            
            qudt:abbreviation "Pa"^^xsd:string ;
            
            qudt:code "1325"^^xsd:string ;
            
            qudt:conversionMultiplier "1.0"^^xsd:double ;
            
            qudt:conversionOffset "0.0"^^xsd:double ;
            
            qudt:symbol "Pa"^^xsd:string ;
            
            rdfs:label "Pascal"^^xsd:string .



###  http://qudt.org/vocab/unit#PascalPerHour

unit:PascalPerHour rdf:type owl:NamedIndividual ,
                            qudt:PressureOrStressRateUnit ;
                   
                   qudt:abbreviation "P / hr"^^xsd:string ;
                   
                   qudt:conversionMultiplier "2.77777778E-4"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "P / hr"^^xsd:string ;
                   
                   rdfs:label "Pascal per Hour"^^xsd:string .



###  http://qudt.org/vocab/unit#PascalPerMinute

unit:PascalPerMinute rdf:type owl:NamedIndividual ,
                              qudt:PressureOrStressRateUnit ;
                     
                     qudt:abbreviation "P / min"^^xsd:string ;
                     
                     qudt:conversionMultiplier "0.0166666667"^^xsd:double ;
                     
                     qudt:conversionOffset "0.0"^^xsd:double ;
                     
                     rdfs:label "Pascal per Minute"^^xsd:string .



###  http://qudt.org/vocab/unit#PascalPerSecond

unit:PascalPerSecond rdf:type owl:NamedIndividual ,
                              qudt:PressureOrStressRateUnit ;
                     
                     qudt:abbreviation "P / s"^^xsd:string ;
                     
                     qudt:conversionMultiplier "1.0"^^xsd:double ;
                     
                     qudt:conversionOffset "0.0"^^xsd:double ;
                     
                     qudt:symbol "P / s"^^xsd:string ;
                     
                     rdfs:label "Pascal per Second"^^xsd:string .



###  http://qudt.org/vocab/unit#PascalSecond

unit:PascalSecond rdf:type owl:NamedIndividual ,
                           qudt:DynamicViscosityUnit ;
                  
                  qudt:abbreviation "Pa-s"^^xsd:string ;
                  
                  qudt:code "1330"^^xsd:string ;
                  
                  qudt:conversionMultiplier "1.0"^^xsd:double ;
                  
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  
                  qudt:symbol "Pa-s"^^xsd:string ;
                  
                  rdfs:label "Pascal Second"^^xsd:string .



###  http://qudt.org/vocab/unit#Pataca

unit:Pataca rdf:type owl:NamedIndividual ,
                     qudt:CurrencyUnit ;
            
            skos:exactMatch <http://dbpedia.org/resource/Pataca> ;
            
            qudt:abbreviation "MOP"^^xsd:string ;
            
            qudt:code "446"^^xsd:string ;
            
            qudt:currencyExponent 1 ;
            
            qudt:description "Macau Special Administrative Region" ;
            
            rdfs:label "Pataca"^^xsd:string .



###  http://qudt.org/vocab/unit#Pebi

unit:Pebi rdf:type owl:NamedIndividual ,
                   qudt:BinaryPrefixUnit ;
          
          skos:closeMatch <http://dbpedia.org/resource/Binary_prefix> ;
          
          qudt:conversionMultiplier "1.25899906842624E14"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "Pi"^^xsd:string ;
          
          rdfs:label "Pebi"^^xsd:string .



###  http://qudt.org/vocab/unit#Peck

unit:Peck rdf:type owl:NamedIndividual ,
                   qudt:VolumeUnit ;
          
          qudt:abbreviation "pk"^^xsd:string ;
          
          qudt:code "1335"^^xsd:string ;
          
          qudt:conversionMultiplier "0.00880976754"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "pk"^^xsd:string ;
          
          rdfs:label "US Peck"^^xsd:string .



###  http://qudt.org/vocab/unit#PennyWeight

unit:PennyWeight rdf:type owl:NamedIndividual ,
                          qudt:MassUnit ;
                 
                 skos:exactMatch <http://dbpedia.org/resource/Pennyweight> ;
                 
                 qudt:abbreviation "dwt"^^xsd:string ;
                 
                 qudt:code "1340"^^xsd:string ;
                 
                 qudt:conversionMultiplier "0.00155517384"^^xsd:double ;
                 
                 qudt:conversionOffset "0.0"^^xsd:double ;
                 
                 qudt:symbol "dwt"^^xsd:string ;
                 
                 rdfs:label "Penny Weight"^^xsd:string .



###  http://qudt.org/vocab/unit#PerCubicMeter

unit:PerCubicMeter rdf:type owl:NamedIndividual ,
                            qudt:SpaceAndTimeUnit ;
                   
                   qudt:abbreviation "/m^3"^^xsd:string ;
                   
                   qudt:code "1091"^^xsd:string ;
                   
                   qudt:conversionMultiplier "1.0"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "m^-3"^^xsd:string ;
                   
                   rdfs:label "Per Cubic Meter"^^xsd:string .



###  http://qudt.org/vocab/unit#PerMeter

unit:PerMeter rdf:type owl:NamedIndividual ,
                       qudt:SpaceAndTimeUnit ;
              
              qudt:abbreviation "/m"^^xsd:string ;
              
              qudt:code "1091"^^xsd:string ;
              
              qudt:conversionMultiplier "1.0"^^xsd:double ;
              
              qudt:conversionOffset "0.0"^^xsd:double ;
              
              qudt:symbol "m^-1"^^xsd:string ;
              
              rdfs:label "Per Meter Unit"^^xsd:string .



###  http://qudt.org/vocab/unit#PerMeterKelvin

unit:PerMeterKelvin rdf:type owl:NamedIndividual ,
                             qudt:ThermodynamicsUnit ;
                    
                    qudt:abbreviation "m^-1 K^-1"^^xsd:string ;
                    
                    qudt:conversionMultiplier "1.0"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "m^-1 K^-1"^^xsd:string ;
                    
                    rdfs:label "Per Meter Kelvin Unit"^^xsd:string .



###  http://qudt.org/vocab/unit#PerMole

unit:PerMole rdf:type owl:NamedIndividual ,
                      qudt:InverseAmountOfSubstanceUnit ;
             
             qudt:abbreviation "mol^-1"^^xsd:string ;
             
             qudt:conversionMultiplier "1.0"^^xsd:double ;
             
             qudt:conversionOffset "0.0"^^xsd:double ;
             
             qudt:symbol "mol^-1"^^xsd:string ;
             
             rdfs:label "Per Mole Unit"^^xsd:string .



###  http://qudt.org/vocab/unit#PerSecond

unit:PerSecond rdf:type owl:NamedIndividual ,
                        qudt:FrequencyUnit ;
               
               qudt:exactMatch unit:Hertz ;
               
               qudt:abbreviation "s^-1"^^xsd:string ;
               
               qudt:code "0875"^^xsd:string ;
               
               qudt:conversionMultiplier "1.0"^^xsd:double ;
               
               qudt:conversionOffset "0.0"^^xsd:double ;
               
               qudt:symbol "s^-1"^^xsd:string ;
               
               rdfs:label "Inverse Second"^^xsd:string .



###  http://qudt.org/vocab/unit#PerSquareGigaElectronVolt

unit:PerSquareGigaElectronVolt rdf:type owl:NamedIndividual ,
                                        qudt:MechanicsUnit ;
                               
                               qudt:abbreviation "GeV^-2"^^xsd:string ;
                               
                               qudt:conversionMultiplier "3.89564405E19"^^xsd:double ;
                               
                               qudt:conversionOffset "0.0"^^xsd:double ;
                               
                               qudt:symbol "GeV^-2"^^xsd:string ;
                               
                               rdfs:label "Per Square Giga Electron Volt Unit"^^xsd:string .



###  http://qudt.org/vocab/unit#PerTeslaMeter

unit:PerTeslaMeter rdf:type owl:NamedIndividual ,
                            qudt:ElectricityAndMagnetismUnit ;
                   
                   qudt:abbreviation "m^-1 T^-1"^^xsd:string ;
                   
                   qudt:conversionMultiplier "1.0"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "m^-1 T^-1"^^xsd:string ;
                   
                   rdfs:label "Per Tesla Meter Unit"^^xsd:string .



###  http://qudt.org/vocab/unit#PerTeslaSecond

unit:PerTeslaSecond rdf:type owl:NamedIndividual ,
                             qudt:ElectricityAndMagnetismUnit ;
                    
                    qudt:abbreviation "s^-1 T^-1"^^xsd:string ;
                    
                    qudt:conversionMultiplier "1.0"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "s^-1 T^-1"^^xsd:string ;
                    
                    rdfs:label "Per Tesla Second Unit"^^xsd:string .



###  http://qudt.org/vocab/unit#Percent

unit:Percent rdf:type owl:NamedIndividual ,
                      qudt:CountingUnit ;
             
             skos:exactMatch <http://dbpedia.org/resource/Percentage> ;
             
             qudt:abbreviation "%"^^xsd:string ;
             
             qudt:code "1345"^^xsd:string ;
             
             qudt:symbol "%"^^xsd:string ;
             
             rdfs:label "Percent"^^xsd:string .



###  http://qudt.org/vocab/unit#Person

unit:Person rdf:type owl:NamedIndividual ,
                     qudt:HumanUnit ;
            
            skos:closeMatch <http://dbpedia.org/resource/Person> ;
            
            qudt:abbreviation "person"^^xsd:string ;
            
            qudt:code "1350"^^xsd:string ;
            
            qudt:symbol "person"^^xsd:string ;
            
            rdfs:label "Person"^^xsd:string .



###  http://qudt.org/vocab/unit#Peta

unit:Peta rdf:type owl:NamedIndividual ,
                   qudt:DecimalPrefixUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Peta> ;
          
          qudt:conversionMultiplier "1.0E15"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "P"^^xsd:string ;
          
          rdfs:label "Peta"^^xsd:string .



###  http://qudt.org/vocab/unit#PhilippinePeso

unit:PhilippinePeso rdf:type owl:NamedIndividual ,
                             qudt:CurrencyUnit ;
                    
                    skos:exactMatch <http://dbpedia.org/resource/Philippine_peso> ;
                    
                    qudt:abbreviation "PHP"^^xsd:string ;
                    
                    qudt:code "608"^^xsd:string ;
                    
                    qudt:currencyExponent 2 ;
                    
                    qudt:description "Philippines" ;
                    
                    rdfs:label "Philippine Peso"^^xsd:string .



###  http://qudt.org/vocab/unit#Phot

unit:Phot rdf:type owl:NamedIndividual ,
                   qudt:IlluminanceUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Phot> ;
          
          qudt:abbreviation "ph"^^xsd:string ;
          
          qudt:code "1355"^^xsd:string ;
          
          qudt:conversionMultiplier "10000.0"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "ph"^^xsd:string ;
          
          rdfs:label "Phot"^^xsd:string .



###  http://qudt.org/vocab/unit#Pica

unit:Pica rdf:type owl:NamedIndividual ,
                   qudt:LengthUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Pica> ;
          
          qudt:abbreviation "Pm"^^xsd:string ;
          
          qudt:code "1360"^^xsd:string ;
          
          qudt:symbol "Pm"^^xsd:string ;
          
          rdfs:label "Pica"^^xsd:string .



###  http://qudt.org/vocab/unit#Pico

unit:Pico rdf:type owl:NamedIndividual ,
                   qudt:DecimalPrefixUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Pico> ;
          
          qudt:conversionMultiplier "1.0E-12"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "p"^^xsd:string ;
          
          rdfs:label "Pico"^^xsd:string .



###  http://qudt.org/vocab/unit#PicoFarad

unit:PicoFarad rdf:type owl:NamedIndividual ,
                        qudt:CapacitanceUnit ,
                        qudt:SIUnit ;
               
               skos:exactMatch <http://dbpedia.org/resource/Farad> ;
               
               qudt:abbreviation "pF"^^xsd:string ;
               
               qudt:code "2665"^^xsd:string ;
               
               qudt:conversionMultiplier "1.0E-12"^^xsd:double ;
               
               qudt:conversionOffset "0.0"^^xsd:double ;
               
               qudt:symbol "pF"^^xsd:string ;
               
               rdfs:label "Picofarad"^^xsd:string .



###  http://qudt.org/vocab/unit#PintImperial

unit:PintImperial rdf:type owl:NamedIndividual ,
                           qudt:VolumeUnit ;
                  
                  qudt:abbreviation "pi"^^xsd:string ;
                  
                  qudt:code "1365"^^xsd:string ;
                  
                  qudt:conversionMultiplier "0.0056826125"^^xsd:double ;
                  
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  
                  qudt:symbol "pi"^^xsd:string ;
                  
                  rdfs:label "Imperial Pint"^^xsd:string .



###  http://qudt.org/vocab/unit#PlanckArea

unit:PlanckArea rdf:type owl:NamedIndividual ,
                         qudt:AreaUnit ;
                
                qudt:conversionMultiplier "2.61223E-70"^^xsd:double ;
                
                qudt:conversionOffset "0.0"^^xsd:double ;
                
                rdfs:label "Planck Area"^^xsd:string .



###  http://qudt.org/vocab/unit#PlanckCharge

unit:PlanckCharge rdf:type owl:NamedIndividual ,
                           qudt:ElectricChargeUnit ;
                  
                  qudt:abbreviation "Q_p"^^xsd:string ;
                  
                  qudt:conversionMultiplier "1.87554587E-18"^^xsd:double ;
                  
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  
                  qudt:symbol "Q_p"^^xsd:string ;
                  
                  rdfs:label "Planck Charge"^^xsd:string .



###  http://qudt.org/vocab/unit#PlanckCurrent

unit:PlanckCurrent rdf:type owl:NamedIndividual ,
                            qudt:ElectricCurrentUnit ;
                   
                   skos:exactMatch <http://dbpedia.org/resource/Planck_current> ;
                   
                   qudt:conversionMultiplier "3.4789E25"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   rdfs:label "Planck Current"^^xsd:string .



###  http://qudt.org/vocab/unit#PlanckCurrentDensity

unit:PlanckCurrentDensity rdf:type owl:NamedIndividual ,
                                   qudt:ElectricCurrentDensityUnit ;
                          
                          qudt:conversionMultiplier "1.331774E95"^^xsd:double ;
                          
                          qudt:conversionOffset "0.0"^^xsd:double ;
                          
                          rdfs:label "Planck Current Density"^^xsd:string .



###  http://qudt.org/vocab/unit#PlanckDensity

unit:PlanckDensity rdf:type owl:NamedIndividual ,
                            qudt:MassPerVolumeUnit ;
                   
                   skos:exactMatch <http://dbpedia.org/resource/Planck_density> ;
                   
                   qudt:conversionMultiplier "5.155E96"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   rdfs:label "Planck Density"^^xsd:string .



###  http://qudt.org/vocab/unit#PlanckEnergy

unit:PlanckEnergy rdf:type owl:NamedIndividual ,
                           qudt:EnergyAndWorkUnit ;
                  
                  skos:exactMatch <http://dbpedia.org/resource/Planck_energy> ;
                  
                  qudt:conversionMultiplier "1.9561E9"^^xsd:double ;
                  
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  
                  rdfs:label "Planck Energy"^^xsd:string .



###  http://qudt.org/vocab/unit#PlanckForce

unit:PlanckForce rdf:type owl:NamedIndividual ,
                          qudt:ForceUnit ;
                 
                 skos:exactMatch <http://dbpedia.org/resource/Planck_force> ;
                 
                 qudt:conversionMultiplier "1.21027E44"^^xsd:double ;
                 
                 qudt:conversionOffset "0.0"^^xsd:double ;
                 
                 rdfs:label "Planck Force"^^xsd:string .



###  http://qudt.org/vocab/unit#PlanckFrequency

unit:PlanckFrequency rdf:type owl:NamedIndividual ,
                              qudt:FrequencyUnit ;
                     
                     skos:exactMatch <http://dbpedia.org/resource/Planck_angular_frequency> ;
                     
                     qudt:conversionMultiplier "1.85487E43"^^xsd:double ;
                     
                     qudt:conversionOffset "0.0"^^xsd:double ;
                     
                     rdfs:label "Planck Frequency"^^xsd:string .



###  http://qudt.org/vocab/unit#PlanckLength

unit:PlanckLength rdf:type owl:NamedIndividual ,
                           qudt:LengthUnit ;
                  
                  skos:exactMatch <http://dbpedia.org/resource/Planck_length> ;
                  
                  qudt:conversionMultiplier "1.616252E-35"^^xsd:double ;
                  
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  
                  qudt:symbol "l_P"^^xsd:string ;
                  
                  rdfs:label "Planck Length"^^xsd:string .



###  http://qudt.org/vocab/unit#PlanckMass

unit:PlanckMass rdf:type owl:NamedIndividual ,
                         qudt:MassUnit ;
                
                skos:exactMatch <http://dbpedia.org/resource/Planck_mass> ;
                
                qudt:conversionMultiplier "2.17644E-8"^^xsd:double ;
                
                qudt:conversionOffset "0.0"^^xsd:double ;
                
                qudt:symbol "m_P"^^xsd:string ;
                
                rdfs:label "Planck Mass"^^xsd:string .



###  http://qudt.org/vocab/unit#PlanckMomentum

unit:PlanckMomentum rdf:type owl:NamedIndividual ,
                             qudt:LinearMomentumUnit ;
                    
                    skos:exactMatch <http://dbpedia.org/resource/Planck_momentum> ;
                    
                    qudt:conversionMultiplier "6.52485"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    rdfs:label "Planck Momentum"^^xsd:string .



###  http://qudt.org/vocab/unit#PlanckPower

unit:PlanckPower rdf:type owl:NamedIndividual ,
                          qudt:PowerUnit ;
                 
                 skos:exactMatch <http://dbpedia.org/resource/Planck_power> ;
                 
                 qudt:conversionMultiplier "3.62831E52"^^xsd:double ;
                 
                 qudt:conversionOffset "0.0"^^xsd:double ;
                 
                 rdfs:label "Planck Power"^^xsd:string .



###  http://qudt.org/vocab/unit#PlanckPressure

unit:PlanckPressure rdf:type owl:NamedIndividual ,
                             qudt:PressureOrStressUnit ;
                    
                    skos:exactMatch <http://dbpedia.org/resource/Planck_pressure> ;
                    
                    qudt:conversionMultiplier "4.63309E113"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    rdfs:label "Planck Pressure"^^xsd:string .



###  http://qudt.org/vocab/unit#PlanckResistance

unit:PlanckResistance rdf:type owl:NamedIndividual ,
                               qudt:ResistanceUnit ;
                      
                      qudt:conversionMultiplier "29.9792458"^^xsd:double ;
                      
                      qudt:conversionOffset "0.0"^^xsd:double ;
                      
                      rdfs:label "Planck Resistance"^^xsd:string .



###  http://qudt.org/vocab/unit#PlanckTemperature

unit:PlanckTemperature rdf:type owl:NamedIndividual ,
                                qudt:TemperatureUnit ;
                       
                       qudt:conversionMultiplier "1.416785E32"^^xsd:double ;
                       
                       qudt:conversionOffset "0.0"^^xsd:double ;
                       
                       qudt:symbol "Θ_P"^^xsd:string ;
                       
                       rdfs:label "Planck Temperature"^^xsd:string .



###  http://qudt.org/vocab/unit#PlanckTime

unit:PlanckTime rdf:type owl:NamedIndividual ,
                         qudt:TimeUnit ;
                
                skos:exactMatch <http://dbpedia.org/resource/Planck_time> ;
                
                qudt:conversionMultiplier "5.39124E-44"^^xsd:double ;
                
                qudt:conversionOffset "0.0"^^xsd:double ;
                
                qudt:symbol "t_P"^^xsd:string ;
                
                rdfs:label "Planck Time"^^xsd:string .



###  http://qudt.org/vocab/unit#PlanckVolt

unit:PlanckVolt rdf:type owl:NamedIndividual ,
                         qudt:EnergyPerElectricChargeUnit ;
                
                qudt:conversionMultiplier "1.04295E27"^^xsd:double ;
                
                qudt:conversionOffset "0.0"^^xsd:double ;
                
                rdfs:label "Planck Volt"^^xsd:string .



###  http://qudt.org/vocab/unit#PlanckVolume

unit:PlanckVolume rdf:type owl:NamedIndividual ,
                           qudt:VolumeUnit ;
                  
                  qudt:conversionMultiplier "4.22419E-105"^^xsd:double ;
                  
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  
                  rdfs:label "Planck Volume"^^xsd:string .



###  http://qudt.org/vocab/unit#Platinum-OunceTroy

unit:Platinum-OunceTroy rdf:type owl:NamedIndividual ,
                                 qudt:CurrencyUnit ;
                        
                        qudt:abbreviation "XPT"^^xsd:string ;
                        
                        qudt:code "962"^^xsd:string ;
                        
                        rdfs:label "Platinum (one Troy ounce)"^^xsd:string .



###  http://qudt.org/vocab/unit#Point

unit:Point rdf:type owl:NamedIndividual ,
                    qudt:LengthUnit ;
           
           qudt:abbreviation "pt"^^xsd:string ;
           
           qudt:code "1380"^^xsd:string ;
           
           qudt:conversionMultiplier "2.54E-5"^^xsd:double ;
           
           qudt:conversionOffset "0.0"^^xsd:double ;
           
           qudt:symbol "pt"^^xsd:string ;
           
           rdfs:label "Point"^^xsd:string .



###  http://qudt.org/vocab/unit#Poise

unit:Poise rdf:type owl:NamedIndividual ,
                    qudt:DynamicViscosityUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Poise> ;
           
           qudt:abbreviation "P"^^xsd:string ;
           
           qudt:code "1385"^^xsd:string ;
           
           qudt:conversionMultiplier "0.1"^^xsd:double ;
           
           qudt:conversionOffset "0.0"^^xsd:double ;
           
           qudt:symbol "P"^^xsd:string ;
           
           rdfs:label "Poise"^^xsd:string .



###  http://qudt.org/vocab/unit#PoundDegreeFahrenheit

unit:PoundDegreeFahrenheit rdf:type owl:NamedIndividual ,
                                    qudt:MassTemperatureUnit ;
                           
                           qudt:abbreviation "lb-degF"^^xsd:string ;
                           
                           qudt:code "1405"^^xsd:string ;
                           
                           qudt:symbol "lb-degF"^^xsd:string ;
                           
                           rdfs:label "Pound Degree Fahrenheit"^^xsd:string .



###  http://qudt.org/vocab/unit#PoundDegreeRankine

unit:PoundDegreeRankine rdf:type owl:NamedIndividual ,
                                 qudt:MassTemperatureUnit ;
                        
                        qudt:abbreviation "lb-degR"^^xsd:string ;
                        
                        qudt:code "1410"^^xsd:string ;
                        
                        qudt:symbol "lb-degR"^^xsd:string ;
                        
                        rdfs:label "Pound Degree Rankine"^^xsd:string .



###  http://qudt.org/vocab/unit#PoundForce

unit:PoundForce rdf:type owl:NamedIndividual ,
                         qudt:ForceUnit ;
                
                skos:exactMatch <http://dbpedia.org/resource/Pound-force> ;
                
                qudt:abbreviation "lbf"^^xsd:string ;
                
                qudt:code "1415"^^xsd:string ;
                
                qudt:conversionMultiplier "4.448222"^^xsd:double ;
                
                qudt:conversionOffset "0.0"^^xsd:double ;
                
                qudt:symbol "lbf"^^xsd:string ;
                
                rdfs:label "Pound Force"^^xsd:string .



###  http://qudt.org/vocab/unit#PoundForceFoot

unit:PoundForceFoot rdf:type owl:NamedIndividual ,
                             qudt:BendingMomentOrTorqueUnit ;
                    
                    qudt:abbreviation "lbf-ft"^^xsd:string ;
                    
                    qudt:code "1420"^^xsd:string ;
                    
                    qudt:conversionMultiplier "1.35581807"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "lbf-ft"^^xsd:string ;
                    
                    rdfs:label "Pound Force Foot"^^xsd:string .



###  http://qudt.org/vocab/unit#PoundForceInch

unit:PoundForceInch rdf:type owl:NamedIndividual ,
                             qudt:BendingMomentOrTorqueUnit ;
                    
                    qudt:abbreviation "lbf-in"^^xsd:string ;
                    
                    qudt:code "1425"^^xsd:string ;
                    
                    qudt:conversionMultiplier "0.112984839"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "lbf-in"^^xsd:string ;
                    
                    rdfs:label "Pound Force Inch"^^xsd:string .



###  http://qudt.org/vocab/unit#PoundForcePerFoot

unit:PoundForcePerFoot rdf:type owl:NamedIndividual ,
                                qudt:ForcePerLengthUnit ;
                       
                       qudt:abbreviation "lbf/ft"^^xsd:string ;
                       
                       qudt:code "1430"^^xsd:string ;
                       
                       qudt:conversionMultiplier "14.5939042"^^xsd:double ;
                       
                       qudt:conversionOffset "0.0"^^xsd:double ;
                       
                       qudt:symbol "lbf/ft"^^xsd:string ;
                       
                       rdfs:label "Pound Force per Foot"^^xsd:string .



###  http://qudt.org/vocab/unit#PoundForcePerInch

unit:PoundForcePerInch rdf:type owl:NamedIndividual ,
                                qudt:ForcePerLengthUnit ;
                       
                       qudt:abbreviation "lbf/in"^^xsd:string ;
                       
                       qudt:code "1435"^^xsd:string ;
                       
                       qudt:conversionMultiplier "175.12685"^^xsd:double ;
                       
                       qudt:conversionOffset "0.0"^^xsd:double ;
                       
                       qudt:symbol "lbf/in"^^xsd:string ;
                       
                       rdfs:label "Pound Force per Inch"^^xsd:string .



###  http://qudt.org/vocab/unit#PoundForcePerPound

unit:PoundForcePerPound rdf:type owl:NamedIndividual ,
                                 qudt:ThrustToMassRatioUnit ;
                        
                        qudt:abbreviation "lbf/lb"^^xsd:string ;
                        
                        qudt:code "1440"^^xsd:string ;
                        
                        qudt:conversionMultiplier "9.80665085"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:symbol "lbf/lb"^^xsd:string ;
                        
                        rdfs:label "Pound Force per Pound"^^xsd:string .



###  http://qudt.org/vocab/unit#PoundForcePerSquareFoot

unit:PoundForcePerSquareFoot rdf:type owl:NamedIndividual ,
                                      qudt:PressureOrStressUnit ;
                             
                             qudt:abbreviation "lbf/ft^2"^^xsd:string ;
                             
                             qudt:code "1445"^^xsd:string ;
                             
                             qudt:conversionMultiplier "47.8802631"^^xsd:double ;
                             
                             qudt:conversionOffset "0.0"^^xsd:double ;
                             
                             qudt:symbol "lbf/ft^2"^^xsd:string ;
                             
                             rdfs:label "Pound Force per Square Foot"^^xsd:string .



###  http://qudt.org/vocab/unit#PoundForcePerSquareInch

unit:PoundForcePerSquareInch rdf:type owl:NamedIndividual ,
                                      qudt:PressureOrStressUnit ;
                             
                             skos:exactMatch <http://dbpedia.org/resource/Pounds_per_square_inch> ;
                             
                             qudt:abbreviation "psi"^^xsd:string ;
                             
                             qudt:code "1450"^^xsd:string ;
                             
                             qudt:conversionMultiplier "6894.75789"^^xsd:double ;
                             
                             qudt:conversionOffset "0.0"^^xsd:double ;
                             
                             qudt:symbol "psi"^^xsd:string ;
                             
                             rdfs:label "Pound Force per Square Inch"^^xsd:string .



###  http://qudt.org/vocab/unit#PoundForcePerSquareInchSecond

unit:PoundForcePerSquareInchSecond rdf:type owl:NamedIndividual ,
                                            qudt:PressureOrStressRateUnit ;
                                   
                                   qudt:abbreviation "lbf / in^2-s"^^xsd:string ;
                                   
                                   qudt:conversionMultiplier "6894.75789"^^xsd:double ;
                                   
                                   qudt:conversionOffset "0.0"^^xsd:double ;
                                   
                                   qudt:symbol "lbf / in^2-s"^^xsd:string ;
                                   
                                   rdfs:label "Pound Force per Square Inch Second"^^xsd:string .



###  http://qudt.org/vocab/unit#PoundForceSecondPerSquareFoot

unit:PoundForceSecondPerSquareFoot rdf:type owl:NamedIndividual ,
                                            qudt:DynamicViscosityUnit ;
                                   
                                   qudt:abbreviation "lbf-s/ft^2"^^xsd:string ;
                                   
                                   qudt:code "1455"^^xsd:string ;
                                   
                                   qudt:conversionMultiplier "47.8802631"^^xsd:double ;
                                   
                                   qudt:conversionOffset "0.0"^^xsd:double ;
                                   
                                   qudt:symbol "lbf-s/ft^2"^^xsd:string ;
                                   
                                   rdfs:label "Pound Force Second per Square Foot"^^xsd:string .



###  http://qudt.org/vocab/unit#PoundForceSecondPerSquareInch

unit:PoundForceSecondPerSquareInch rdf:type owl:NamedIndividual ,
                                            qudt:DynamicViscosityUnit ;
                                   
                                   qudt:abbreviation "lbf-s/in^2"^^xsd:string ;
                                   
                                   qudt:code "1460"^^xsd:string ;
                                   
                                   qudt:conversionMultiplier "6894.75789"^^xsd:double ;
                                   
                                   qudt:conversionOffset "0.0"^^xsd:double ;
                                   
                                   qudt:symbol "lbf-s/in^2"^^xsd:string ;
                                   
                                   rdfs:label "Pound Force Second per Square Inch"^^xsd:string .



###  http://qudt.org/vocab/unit#PoundMass

unit:PoundMass rdf:type owl:NamedIndividual ,
                        qudt:MassUnit ;
               
               qudt:abbreviation "lbm"^^xsd:string ;
               
               qudt:code "1400"^^xsd:string ;
               
               qudt:conversionMultiplier "0.45359237"^^xsd:double ;
               
               qudt:conversionOffset "0.0"^^xsd:double ;
               
               qudt:description "A pound of mass, based on the international standard definition of the pound as exactly 0.45359237 kg."^^xsd:string ;
               
               qudt:symbol "lbm"^^xsd:string ;
               
               rdfs:label "Pound Mass"^^xsd:string .



###  http://qudt.org/vocab/unit#PoundMole

unit:PoundMole rdf:type owl:NamedIndividual ,
                        qudt:MassAmountOfSubstanceUnit ;
               
               qudt:abbreviation "lb-mol"^^xsd:string ;
               
               qudt:code "1465"^^xsd:string ;
               
               qudt:conversionMultiplier "0.45359237"^^xsd:double ;
               
               qudt:conversionOffset "0.0"^^xsd:double ;
               
               qudt:symbol "lb-mol"^^xsd:string ;
               
               rdfs:label "Pound Mole"^^xsd:string .



###  http://qudt.org/vocab/unit#PoundMoleDegreeFahrenheit

unit:PoundMoleDegreeFahrenheit rdf:type owl:NamedIndividual ,
                                        qudt:MassAmountOfSubstanceTemperatureUnit ,
                                        qudt:ThermodynamicsUnit ;
                               
                               qudt:abbreviation "lb-mol-degF"^^xsd:string ;
                               
                               qudt:code "1470"^^xsd:string ;
                               
                               qudt:symbol "lb-mol-degF"^^xsd:string ;
                               
                               rdfs:label "Pound Mole Degree Fahrenheit"^^xsd:string .



###  http://qudt.org/vocab/unit#PoundPerCubicFoot

unit:PoundPerCubicFoot rdf:type owl:NamedIndividual ,
                                qudt:MassPerVolumeUnit ;
                       
                       qudt:abbreviation "lb/ft^3"^^xsd:string ;
                       
                       qudt:code "1475"^^xsd:string ;
                       
                       qudt:conversionMultiplier "16.018463373960138"^^xsd:double ;
                       
                       qudt:conversionOffset "0.0"^^xsd:double ;
                       
                       qudt:symbol "lb/ft^3"^^xsd:string ;
                       
                       rdfs:label "Pound per Cubic Foot"^^xsd:string .



###  http://qudt.org/vocab/unit#PoundPerCubicInch

unit:PoundPerCubicInch rdf:type owl:NamedIndividual ,
                                qudt:MassPerVolumeUnit ;
                       
                       qudt:abbreviation "lb/in^3"^^xsd:string ;
                       
                       qudt:code "1480"^^xsd:string ;
                       
                       qudt:conversionMultiplier "27679.904710203125"^^xsd:double ;
                       
                       qudt:conversionOffset "0.0"^^xsd:double ;
                       
                       qudt:symbol "lb/in^3"^^xsd:string ;
                       
                       rdfs:label "Pound per Cubic Inch"^^xsd:string .



###  http://qudt.org/vocab/unit#PoundPerCubicMeter

unit:PoundPerCubicMeter rdf:type owl:NamedIndividual ,
                                 qudt:MassPerVolumeUnit ;
                        
                        qudt:abbreviation "lb/m^3"^^xsd:string ;
                        
                        qudt:conversionMultiplier "0.45359237"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:symbol "lbm/m^3"^^xsd:string ;
                        
                        rdfs:label "Pound per Cubic Meter"^^xsd:string .



###  http://qudt.org/vocab/unit#PoundPerCubicYard

unit:PoundPerCubicYard rdf:type owl:NamedIndividual ,
                                qudt:MassPerVolumeUnit ;
                       
                       qudt:abbreviation "lb/yd^3"^^xsd:string ;
                       
                       qudt:code "1485"^^xsd:string ;
                       
                       qudt:conversionMultiplier "0.5932764212577829"^^xsd:double ;
                       
                       qudt:conversionOffset "0.0"^^xsd:double ;
                       
                       qudt:symbol "lb/yd^3"^^xsd:string ;
                       
                       rdfs:label "Pound per Cubic Yard"^^xsd:string .



###  http://qudt.org/vocab/unit#PoundPerFoot

unit:PoundPerFoot rdf:type owl:NamedIndividual ,
                           qudt:MassPerLengthUnit ;
                  
                  qudt:abbreviation "lb/ft"^^xsd:string ;
                  
                  qudt:code "1490"^^xsd:string ;
                  
                  qudt:conversionMultiplier "1.4881639435695537"^^xsd:double ;
                  
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  
                  qudt:symbol "lb/ft"^^xsd:string ;
                  
                  rdfs:label "Pound per Foot"^^xsd:string .



###  http://qudt.org/vocab/unit#PoundPerFootHour

unit:PoundPerFootHour rdf:type owl:NamedIndividual ,
                               qudt:DynamicViscosityUnit ;
                      
                      qudt:abbreviation "lb/(ft-hr)"^^xsd:string ;
                      
                      qudt:code "1495"^^xsd:string ;
                      
                      qudt:conversionMultiplier "4.133788732137649E-4"^^xsd:double ;
                      
                      qudt:conversionOffset "0.0"^^xsd:double ;
                      
                      qudt:symbol "lb/(ft-hr)"^^xsd:string ;
                      
                      rdfs:label "Pound per Foot Hour"^^xsd:string .



###  http://qudt.org/vocab/unit#PoundPerFootSecond

unit:PoundPerFootSecond rdf:type owl:NamedIndividual ,
                                 qudt:DynamicViscosityUnit ;
                        
                        qudt:abbreviation "lb/(ft-s)"^^xsd:string ;
                        
                        qudt:code "1500"^^xsd:string ;
                        
                        qudt:conversionMultiplier "1.4881639435695537"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:symbol "lb/(ft-s)"^^xsd:string ;
                        
                        rdfs:label "Pound per Foot Second"^^xsd:string .



###  http://qudt.org/vocab/unit#PoundPerGallon

unit:PoundPerGallon rdf:type owl:NamedIndividual ,
                             qudt:MassPerVolumeUnit ;
                    
                    qudt:abbreviation "lb/gal"^^xsd:string ;
                    
                    qudt:code "1505"^^xsd:string ;
                    
                    qudt:conversionMultiplier "99.7763727"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "lb/gal"^^xsd:string ;
                    
                    rdfs:label "Pound per Gallon"^^xsd:string .



###  http://qudt.org/vocab/unit#PoundPerHour

unit:PoundPerHour rdf:type owl:NamedIndividual ,
                           qudt:MassPerTimeUnit ;
                  
                  skos:exactMatch <http://dbpedia.org/resource/Pound_per_hour> ;
                  
                  qudt:abbreviation "lb/hr"^^xsd:string ;
                  
                  qudt:code "1510"^^xsd:string ;
                  
                  qudt:conversionMultiplier "1.2599788055555556E-4"^^xsd:double ;
                  
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  
                  qudt:symbol "lb/hr"^^xsd:string ;
                  
                  rdfs:label "Pound per Hour"^^xsd:string .



###  http://qudt.org/vocab/unit#PoundPerInch

unit:PoundPerInch rdf:type owl:NamedIndividual ,
                           qudt:MassPerLengthUnit ;
                  
                  qudt:abbreviation "lb/in"^^xsd:string ;
                  
                  qudt:code "1515"^^xsd:string ;
                  
                  qudt:conversionMultiplier "17.857967322834646"^^xsd:double ;
                  
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  
                  qudt:symbol "lb/in"^^xsd:string ;
                  
                  rdfs:label "Pound per Inch"^^xsd:string .



###  http://qudt.org/vocab/unit#PoundPerMinute

unit:PoundPerMinute rdf:type owl:NamedIndividual ,
                             qudt:MassPerTimeUnit ;
                    
                    qudt:abbreviation "lb/min"^^xsd:string ;
                    
                    qudt:code "1520"^^xsd:string ;
                    
                    qudt:conversionMultiplier "0.007559872833333333"^^xsd:double ;
                    
                    qudt:conversionOffset "0.0"^^xsd:double ;
                    
                    qudt:symbol "lb/min"^^xsd:string ;
                    
                    rdfs:label "Pound per Minute"^^xsd:string .



###  http://qudt.org/vocab/unit#PoundPerSquareFoot

unit:PoundPerSquareFoot rdf:type owl:NamedIndividual ,
                                 qudt:MassPerAreaUnit ;
                        
                        qudt:abbreviation "lb/ft^2"^^xsd:string ;
                        
                        qudt:code "1525"^^xsd:string ;
                        
                        qudt:conversionMultiplier "4.88242763638305"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:symbol "lb/ft^2"^^xsd:string ;
                        
                        rdfs:label "Pound per Square Foot"^^xsd:string .



###  http://qudt.org/vocab/unit#PoundSterling

unit:PoundSterling rdf:type owl:NamedIndividual ,
                            qudt:CurrencyUnit ;
                   
                   skos:exactMatch <http://dbpedia.org/resource/Pound_sterling> ;
                   
                   qudt:abbreviation "GBP"^^xsd:string ;
                   
                   qudt:code "826"^^xsd:string ;
                   
                   qudt:currencyExponent 2 ;
                   
                   qudt:description "United Kingdom" ;
                   
                   rdfs:label "Pound Sterling"^^xsd:string .



###  http://qudt.org/vocab/unit#PoundTroy

unit:PoundTroy rdf:type owl:NamedIndividual ,
                        qudt:MassUnit ;
               
               qudt:abbreviation "lbm"^^xsd:string ;
               
               qudt:code "1530"^^xsd:string ;
               
               qudt:conversionMultiplier "0.3732417216"^^xsd:double ;
               
               qudt:conversionOffset "0.0"^^xsd:double ;
               
               qudt:description "An obsolete unit of mass; the Troy Pound has been defined as exactly 5760 grains, or 0.3732417216 kg. A Troy Ounce is 1/12th of a Troy Pound."^^xsd:string ;
               
               qudt:symbol "lbm"^^xsd:string ;
               
               rdfs:label "Pound Troy"^^xsd:string .



###  http://qudt.org/vocab/unit#Poundal

unit:Poundal rdf:type owl:NamedIndividual ,
                      qudt:ForceUnit ;
             
             skos:exactMatch <http://dbpedia.org/resource/Poundal> ;
             
             qudt:abbreviation "pdl"^^xsd:string ;
             
             qudt:code "1390"^^xsd:string ;
             
             qudt:conversionMultiplier "0.138254954376"^^xsd:double ;
             
             qudt:conversionOffset "0.0"^^xsd:double ;
             
             qudt:symbol "pdl"^^xsd:string ;
             
             rdfs:label "Poundal"^^xsd:string .



###  http://qudt.org/vocab/unit#PoundalPerSquareFoot

unit:PoundalPerSquareFoot rdf:type owl:NamedIndividual ,
                                   qudt:PressureOrStressUnit ;
                          
                          qudt:abbreviation "pdl/ft^2"^^xsd:string ;
                          
                          qudt:code "1395"^^xsd:string ;
                          
                          qudt:conversionMultiplier "1.48816443"^^xsd:double ;
                          
                          qudt:conversionOffset "0.0"^^xsd:double ;
                          
                          qudt:symbol "pdl/ft^2"^^xsd:string ;
                          
                          rdfs:label "Poundal per Square Foot"^^xsd:string .



###  http://qudt.org/vocab/unit#Pula

unit:Pula rdf:type owl:NamedIndividual ,
                   qudt:CurrencyUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Pula> ;
          
          qudt:abbreviation "BWP"^^xsd:string ;
          
          qudt:code "072"^^xsd:string ;
          
          qudt:currencyExponent 2 ;
          
          qudt:description "Botswana" ;
          
          rdfs:label "Pula"^^xsd:string .



###  http://qudt.org/vocab/unit#QatariRial

unit:QatariRial rdf:type owl:NamedIndividual ,
                         qudt:CurrencyUnit ;
                
                skos:exactMatch <http://dbpedia.org/resource/Qatari_riyal> ;
                
                qudt:abbreviation "QAR"^^xsd:string ;
                
                qudt:code "634"^^xsd:string ;
                
                qudt:currencyExponent 2 ;
                
                qudt:description "Qatar" ;
                
                rdfs:label "Qatari Rial"^^xsd:string .



###  http://qudt.org/vocab/unit#Quad

unit:Quad rdf:type owl:NamedIndividual ,
                   qudt:EnergyAndWorkUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Quad> ;
          
          qudt:abbreviation "quad"^^xsd:string ;
          
          qudt:code "1535"^^xsd:string ;
          
          qudt:conversionMultiplier "1.055E18"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "quad"^^xsd:string ;
          
          rdfs:label "Quad"^^xsd:string .



###  http://qudt.org/vocab/unit#QuarticCoulombMeterPerCubicEnergy

unit:QuarticCoulombMeterPerCubicEnergy rdf:type owl:NamedIndividual ,
                                                qudt:ElectricityAndMagnetismUnit ;
                                       
                                       qudt:abbreviation "C^4 m^4 J^-3"^^xsd:string ;
                                       
                                       qudt:conversionMultiplier "1.0"^^xsd:double ;
                                       
                                       qudt:conversionOffset "1.0"^^xsd:double ;
                                       
                                       qudt:symbol "C^4 m^4 J^-3"^^xsd:string ;
                                       
                                       rdfs:label "Quartic Coulomb Meter per Cubic Energy"^^xsd:string .



###  http://qudt.org/vocab/unit#Quetzal

unit:Quetzal rdf:type owl:NamedIndividual ,
                      qudt:CurrencyUnit ;
             
             skos:exactMatch <http://dbpedia.org/resource/Quetzal> ;
             
             qudt:abbreviation "GTQ"^^xsd:string ;
             
             qudt:code "320"^^xsd:string ;
             
             qudt:currencyExponent 2 ;
             
             qudt:description "Guatemala" ;
             
             rdfs:label "Quetzal"^^xsd:string .



###  http://qudt.org/vocab/unit#Rad

unit:Rad rdf:type owl:NamedIndividual ,
                  qudt:AbsorbedDoseUnit ;
         
         skos:exactMatch <http://dbpedia.org/resource/RAD> ;
         
         qudt:abbreviation "rad"^^xsd:string ;
         
         qudt:code "1550"^^xsd:string ;
         
         qudt:conversionMultiplier "0.01"^^xsd:double ;
         
         qudt:conversionOffset "0.0"^^xsd:double ;
         
         qudt:symbol "rad"^^xsd:string ;
         
         rdfs:label "Rad"^^xsd:string .



###  http://qudt.org/vocab/unit#Radian

unit:Radian rdf:type owl:NamedIndividual ,
                     qudt:AngleUnit ;
            
            skos:exactMatch <http://dbpedia.org/resource/Radian> ;
            
            qudt:abbreviation "rad"^^xsd:string ;
            
            qudt:code "1555"^^xsd:string ;
            
            qudt:conversionMultiplier "1.0"^^xsd:double ;
            
            qudt:conversionOffset "0.0"^^xsd:double ;
            
            qudt:description """The radian is the standard unit of angular measure, used in many areas of mathematics. It describes the plane angle subtended by a circular arc as the length of the arc divided by the radius of the arc. The unit was formerly a SI supplementary unit, but this category was abolished in 1995 and the radian is now considered a SI derived unit. The SI unit of solid angle measurement is the steradian.
The radian is represented by the symbol \"rad\" or, more rarely, by the superscript c (for \"circular measure\"). For example, an angle of 1.2 radians would be written as \"1.2 rad\" or \"1.2c\" (the second symbol is often mistaken for a degree: \"1.2°\"). As the ratio of two lengths, the radian is a \"pure number\" that needs no unit symbol, and in mathematical writing the symbol \"rad\" is almost always omitted. In the absence of any symbol radians are assumed, and when degrees are meant the symbol ° is used. [Wikipedia]"""^^xsd:string ;
            
            qudt:literal "radian"^^xsd:string ;
            
            qudt:symbol "rad"^^xsd:string ;
            
            qudt:uneceCommonCode "C81"^^xsd:string ;
            
            rdfs:label "Radian"^^xsd:string .



###  http://qudt.org/vocab/unit#RadianPerHour

unit:RadianPerHour rdf:type owl:NamedIndividual ,
                            qudt:AngularVelocityUnit ;
                   
                   qudt:abbreviation "rad/h"^^xsd:string ;
                   
                   qudt:conversionMultiplier "3600.0"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "rad/h"^^xsd:string ;
                   
                   rdfs:label "Radian per Hour"^^xsd:string .



###  http://qudt.org/vocab/unit#RadianPerMinute

unit:RadianPerMinute rdf:type owl:NamedIndividual ,
                              qudt:AngularVelocityUnit ;
                     
                     skos:closeMatch <http://dbpedia.org/resource/Radian_per_second> ;
                     
                     qudt:abbreviation "rad/m"^^xsd:string ;
                     
                     qudt:conversionMultiplier "60.0"^^xsd:double ;
                     
                     qudt:conversionOffset "0.0"^^xsd:double ;
                     
                     qudt:symbol "rad/m"^^xsd:string ;
                     
                     rdfs:label "Radian per second"^^xsd:string .



###  http://qudt.org/vocab/unit#RadianPerSecond

unit:RadianPerSecond rdf:type owl:NamedIndividual ,
                              qudt:AngularVelocityUnit ;
                     
                     qudt:abbreviation "rad/s"^^xsd:string ;
                     
                     qudt:code "1560"^^xsd:string ;
                     
                     qudt:conversionMultiplier "1.0"^^xsd:double ;
                     
                     qudt:conversionOffset "0.0"^^xsd:double ;
                     
                     qudt:symbol "rad/s"^^xsd:string ;
                     
                     rdfs:label "Radian per Second"^^xsd:string .



###  http://qudt.org/vocab/unit#RadianPerSecondSquared

unit:RadianPerSecondSquared rdf:type owl:NamedIndividual ,
                                     qudt:AngularAccelerationUnit ;
                            
                            qudt:abbreviation "rad/s^2"^^xsd:string ;
                            
                            qudt:code "1565"^^xsd:string ;
                            
                            qudt:conversionMultiplier "1.0"^^xsd:double ;
                            
                            qudt:conversionOffset "0.0"^^xsd:double ;
                            
                            qudt:symbol "rad/s^2"^^xsd:string ;
                            
                            rdfs:label "Radian per Second Squared"^^xsd:string .



###  http://qudt.org/vocab/unit#RegisterTon

unit:RegisterTon rdf:type owl:NamedIndividual ,
                          qudt:VolumeUnit ;
                 
                 qudt:abbreviation "RT"^^xsd:string ;
                 
                 qudt:code "1835"^^xsd:string ;
                 
                 qudt:conversionMultiplier "2.8316846592"^^xsd:double ;
                 
                 qudt:conversionOffset "0.0"^^xsd:double ;
                 
                 qudt:description "The register ton is a unit of volume used for the cargo capacity of a ship, defined as 100 cubic feet (roughly 2.83 cubic metres)."^^xsd:string ;
                 
                 qudt:symbol "RT"^^xsd:string ;
                 
                 rdfs:label "Register Ton"^^xsd:string .



###  http://qudt.org/vocab/unit#RelativePermeability

unit:RelativePermeability rdf:type owl:NamedIndividual ,
                                   qudt:PermeabilityUnit ;
                          
                          skos:exactMatch <http://dbpedia.org/resource/Relative_permeability> ;
                          
                          qudt:conversionMultiplier "1.25663706E-6"^^xsd:double ;
                          
                          qudt:conversionOffset "0.0"^^xsd:double ;
                          
                          qudt:symbol "μr"^^xsd:string ;
                          
                          rdfs:label "Relative Permeability"^^xsd:string .



###  http://qudt.org/vocab/unit#RelativePermittivity

unit:RelativePermittivity rdf:type owl:NamedIndividual ,
                                   qudt:PermittivityUnit ;
                          
                          skos:exactMatch <http://dbpedia.org/resource/Relative_static_permittivity> ;
                          
                          qudt:conversionMultiplier "8.854187817E-12"^^xsd:double ;
                          
                          qudt:conversionOffset "0.0"^^xsd:double ;
                          
                          qudt:symbol "εr"^^xsd:string ;
                          
                          rdfs:label "Relative Permittivity"^^xsd:string .



###  http://qudt.org/vocab/unit#Rem

unit:Rem rdf:type owl:NamedIndividual ,
                  qudt:DoseEquivalentUnit ;
         
         skos:closeMatch <http://dbpedia.org/resource/REM> ;
         
         qudt:abbreviation "rem"^^xsd:string ;
         
         qudt:code "1570"^^xsd:string ;
         
         qudt:conversionMultiplier "0.01"^^xsd:double ;
         
         qudt:conversionOffset "0.0"^^xsd:double ;
         
         qudt:symbol "rem"^^xsd:string ;
         
         rdfs:label "Rem"^^xsd:string .



###  http://qudt.org/vocab/unit#Revolution

unit:Revolution rdf:type owl:NamedIndividual ,
                         qudt:PlaneAngleUnit ,
                         qudt:UsedWithSIUnit ;
                
                skos:exactMatch <http://dbpedia.org/resource/Revolution> ;
                
                qudt:abbreviation "rev"^^xsd:string ;
                
                qudt:code "1575"^^xsd:string ;
                
                qudt:conversionMultiplier "6.28318531"^^xsd:double ;
                
                qudt:conversionOffset "0.0"^^xsd:double ;
                
                qudt:symbol "rev"^^xsd:string ;
                
                rdfs:label "Revolution"^^xsd:string .



###  http://qudt.org/vocab/unit#RevolutionPerHour

unit:RevolutionPerHour rdf:type owl:NamedIndividual ,
                                qudt:AngularVelocityUnit ;
                       
                       qudt:abbreviation "rev/h"^^xsd:string ;
                       
                       qudt:conversionMultiplier "0.00174532925"^^xsd:double ;
                       
                       qudt:conversionOffset "0.0"^^xsd:double ;
                       
                       qudt:symbol "rev/h"^^xsd:string ;
                       
                       rdfs:label "Revolution per Hour"^^xsd:string .



###  http://qudt.org/vocab/unit#RevolutionPerMinute

unit:RevolutionPerMinute rdf:type owl:NamedIndividual ,
                                  qudt:AngularVelocityUnit ,
                                  qudt:UsedWithSIUnit ;
                         
                         qudt:abbreviation "rev/min"^^xsd:string ;
                         
                         qudt:code "1580"^^xsd:string ;
                         
                         qudt:conversionMultiplier "0.104719755"^^xsd:double ;
                         
                         qudt:conversionOffset "0.0"^^xsd:double ;
                         
                         qudt:symbol "rev/min"^^xsd:string ;
                         
                         rdfs:label "Revolution per Minute"^^xsd:string .



###  http://qudt.org/vocab/unit#RevolutionPerSecond

unit:RevolutionPerSecond rdf:type owl:NamedIndividual ,
                                  qudt:AngularVelocityUnit ,
                                  qudt:UsedWithSIUnit ;
                         
                         qudt:abbreviation "rev/s"^^xsd:string ;
                         
                         qudt:code "1585"^^xsd:string ;
                         
                         qudt:conversionMultiplier "6.28318531"^^xsd:double ;
                         
                         qudt:conversionOffset "0.0"^^xsd:double ;
                         
                         qudt:symbol "rev/s"^^xsd:string ;
                         
                         rdfs:label "Revolution per Second"^^xsd:string .



###  http://qudt.org/vocab/unit#RevolutionPerSecondSquared

unit:RevolutionPerSecondSquared rdf:type owl:NamedIndividual ,
                                         qudt:AngularAccelerationUnit ;
                                
                                qudt:conversionMultiplier "6.28318531"^^xsd:double ;
                                
                                qudt:conversionOffset "0.0"^^xsd:double ;
                                
                                rdfs:label "Revolution per Second Squared"^^xsd:string .



###  http://qudt.org/vocab/unit#Riel

unit:Riel rdf:type owl:NamedIndividual ,
                   qudt:CurrencyUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Riel> ;
          
          qudt:abbreviation "KHR"^^xsd:string ;
          
          qudt:code "116"^^xsd:string ;
          
          qudt:currencyExponent 0 ;
          
          qudt:description "Cambodia" ;
          
          rdfs:label "Riel"^^xsd:string .



###  http://qudt.org/vocab/unit#Rod

unit:Rod rdf:type owl:NamedIndividual ,
                  qudt:LengthUnit ;
         
         skos:exactMatch <http://dbpedia.org/resource/Rod> ;
         
         qudt:abbreviation "rd"^^xsd:string ;
         
         qudt:code "1590"^^xsd:string ;
         
         qudt:conversionMultiplier "5.02921"^^xsd:double ;
         
         qudt:conversionOffset "0.0"^^xsd:double ;
         
         qudt:description "A unit of distance equal to 5.5 yards (16 feet 6 inches)."^^xsd:string ;
         
         qudt:literal "rod"^^xsd:string ;
         
         qudt:symbol "rd"^^xsd:string ;
         
         qudt:uneceCommonCode "F49"^^xsd:string ;
         
         rdfs:label "Rod"^^xsd:string .



###  http://qudt.org/vocab/unit#Roentgen

unit:Roentgen rdf:type owl:NamedIndividual ,
                       qudt:ExposureUnit ;
              
              skos:exactMatch <http://dbpedia.org/resource/Roentgen> ;
              
              qudt:abbreviation "R"^^xsd:string ;
              
              qudt:code "1595"^^xsd:string ;
              
              qudt:conversionMultiplier "2.58E-4"^^xsd:double ;
              
              qudt:conversionOffset "0.0"^^xsd:double ;
              
              qudt:symbol "R"^^xsd:string ;
              
              rdfs:label "Roentgen"^^xsd:string .



###  http://qudt.org/vocab/unit#RomanianNeLeu

unit:RomanianNeLeu rdf:type owl:NamedIndividual ,
                            qudt:CurrencyUnit ;
                   
                   qudt:abbreviation "RON"^^xsd:string ;
                   
                   qudt:code "946"^^xsd:string ;
                   
                   qudt:currencyExponent 2 ;
                   
                   qudt:description "Romania" ;
                   
                   rdfs:label "Romanian New Leu"^^xsd:string .



###  http://qudt.org/vocab/unit#Rufiyaa

unit:Rufiyaa rdf:type owl:NamedIndividual ,
                      qudt:CurrencyUnit ;
             
             skos:exactMatch <http://dbpedia.org/resource/Maldivian_rufiyaa> ;
             
             qudt:abbreviation "MVR"^^xsd:string ;
             
             qudt:code "462"^^xsd:string ;
             
             qudt:currencyExponent 2 ;
             
             qudt:description "Maldives" ;
             
             rdfs:label "Rufiyaa"^^xsd:string .



###  http://qudt.org/vocab/unit#Rupiah

unit:Rupiah rdf:type owl:NamedIndividual ,
                     qudt:CurrencyUnit ;
            
            skos:exactMatch <http://dbpedia.org/resource/Indonesian_rupiah> ;
            
            qudt:abbreviation "IDR"^^xsd:string ;
            
            qudt:code "360"^^xsd:string ;
            
            qudt:currencyExponent 0 ;
            
            qudt:description "Indonesia" ;
            
            rdfs:label "Rupiah"^^xsd:string .



###  http://qudt.org/vocab/unit#RussianRuble

unit:RussianRuble rdf:type owl:NamedIndividual ,
                           qudt:CurrencyUnit ;
                  
                  skos:exactMatch <http://dbpedia.org/resource/Russian_ruble> ;
                  
                  qudt:abbreviation "RUB"^^xsd:string ;
                  
                  qudt:code "643"^^xsd:string ;
                  
                  qudt:currencyExponent 2 ;
                  
                  qudt:description "Russia, Abkhazia, South Ossetia" ;
                  
                  rdfs:label "Russian Ruble"^^xsd:string .



###  http://qudt.org/vocab/unit#RwandaFranc

unit:RwandaFranc rdf:type owl:NamedIndividual ,
                          qudt:CurrencyUnit ;
                 
                 skos:exactMatch <http://dbpedia.org/resource/Rwandan_franc> ;
                 
                 qudt:abbreviation "RWF"^^xsd:string ;
                 
                 qudt:code "646"^^xsd:string ;
                 
                 qudt:currencyExponent 0 ;
                 
                 qudt:description "Rwanda" ;
                 
                 rdfs:label "Rwanda Franc"^^xsd:string .



###  http://qudt.org/vocab/unit#SaintHelenaPound

unit:SaintHelenaPound rdf:type owl:NamedIndividual ,
                               qudt:CurrencyUnit ;
                      
                      skos:exactMatch <http://dbpedia.org/resource/Saint_Helena_pound> ;
                      
                      qudt:abbreviation "SHP"^^xsd:string ;
                      
                      qudt:code "654"^^xsd:string ;
                      
                      qudt:currencyExponent 2 ;
                      
                      qudt:description "Saint Helena" ;
                      
                      rdfs:label "Saint Helena Pound"^^xsd:string .



###  http://qudt.org/vocab/unit#SamoanTala

unit:SamoanTala rdf:type owl:NamedIndividual ,
                         qudt:CurrencyUnit ;
                
                skos:exactMatch <http://dbpedia.org/resource/Samoan_tala> ;
                
                qudt:abbreviation "WST"^^xsd:string ;
                
                qudt:code "882"^^xsd:string ;
                
                qudt:currencyExponent 2 ;
                
                qudt:description "Samoa" ;
                
                rdfs:label "Samoan Tala"^^xsd:string .



###  http://qudt.org/vocab/unit#SamplePerSecond

unit:SamplePerSecond rdf:type owl:NamedIndividual ,
                              qudt:CountingUnit ;
                     
                     qudt:description "The number of discrete samples of some thing per second."^^xsd:string ;
                     
                     qudt:literal "sps"^^xsd:string ;
                     
                     rdfs:label "Sample per second"^^xsd:string .



###  http://qudt.org/vocab/unit#SaudiRiyal

unit:SaudiRiyal rdf:type owl:NamedIndividual ,
                         qudt:CurrencyUnit ;
                
                skos:exactMatch <http://dbpedia.org/resource/Saudi_riyal> ;
                
                qudt:abbreviation "SAR"^^xsd:string ;
                
                qudt:code "682"^^xsd:string ;
                
                qudt:currencyExponent 2 ;
                
                qudt:description "Saudi Arabia" ;
                
                rdfs:label "Saudi Riyal"^^xsd:string .



###  http://qudt.org/vocab/unit#SecondAngle

unit:SecondAngle rdf:type owl:NamedIndividual ,
                          qudt:AngleUnit ,
                          qudt:UsedWithSIUnit ;
                 
                 qudt:conversionMultiplier "4.848137E-6"^^xsd:double ;
                 
                 qudt:conversionOffset "0.0"^^xsd:double ;
                 
                 qudt:literal "second [unit of angle]"^^xsd:string ;
                 
                 qudt:symbol "\""^^xsd:string ;
                 
                 qudt:uneceCommonCode "D62"^^xsd:string ;
                 
                 rdfs:label "Second Angle"^^xsd:string .



###  http://qudt.org/vocab/unit#SecondSquareFoot

unit:SecondSquareFoot rdf:type owl:NamedIndividual ,
                               qudt:TimeAreaUnit ;
                      
                      qudt:abbreviation "s-ft^2"^^xsd:string ;
                      
                      qudt:code "1605"^^xsd:string ;
                      
                      qudt:conversionMultiplier "0.09290304"^^xsd:double ;
                      
                      qudt:conversionOffset "0.0"^^xsd:double ;
                      
                      qudt:symbol "s-ft^2"^^xsd:string ;
                      
                      rdfs:label "Second Square Foot"^^xsd:string .



###  http://qudt.org/vocab/unit#SecondTime

unit:SecondTime rdf:type owl:NamedIndividual ,
                         qudt:TimeUnit ;
                
                skos:exactMatch <http://dbpedia.org/resource/Second> ;
                
                qudt:abbreviation "s"^^xsd:string ;
                
                qudt:code "1615"^^xsd:string ;
                
                qudt:conversionMultiplier "1.0"^^xsd:double ;
                
                qudt:conversionOffset "0.0"^^xsd:double ;
                
                qudt:symbol "s"^^xsd:string ;
                
                rdfs:label "Second"^^xsd:string .



###  http://qudt.org/vocab/unit#SecondTimeSquared

unit:SecondTimeSquared rdf:type owl:NamedIndividual ,
                                qudt:TimeSquaredUnit ;
                       
                       qudt:abbreviation "s^2"^^xsd:string ;
                       
                       qudt:code "1620"^^xsd:string ;
                       
                       qudt:conversionMultiplier "1.0"^^xsd:double ;
                       
                       qudt:conversionOffset "0.0"^^xsd:double ;
                       
                       qudt:symbol "s^2"^^xsd:string ;
                       
                       rdfs:label "Second Time Squared"^^xsd:string .



###  http://qudt.org/vocab/unit#SerbianDinar

unit:SerbianDinar rdf:type owl:NamedIndividual ,
                           qudt:CurrencyUnit ;
                  
                  skos:exactMatch <http://dbpedia.org/resource/Serbian_dinar> ;
                  
                  qudt:abbreviation "RSD"^^xsd:string ;
                  
                  qudt:code "941"^^xsd:string ;
                  
                  qudt:currencyExponent 2 ;
                  
                  qudt:description "Serbia" ;
                  
                  rdfs:label "Serbian Dinar"^^xsd:string .



###  http://qudt.org/vocab/unit#SeychellesRupee

unit:SeychellesRupee rdf:type owl:NamedIndividual ,
                              qudt:CurrencyUnit ;
                     
                     skos:exactMatch <http://dbpedia.org/resource/Seychellois_rupee> ;
                     
                     qudt:abbreviation "SCR"^^xsd:string ;
                     
                     qudt:code "690"^^xsd:string ;
                     
                     qudt:currencyExponent 2 ;
                     
                     qudt:description "Seychelles" ;
                     
                     rdfs:label "Seychelles Rupee"^^xsd:string .



###  http://qudt.org/vocab/unit#Shake

unit:Shake rdf:type owl:NamedIndividual ,
                    qudt:TimeUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Shake> ;
           
           qudt:abbreviation "Sh"^^xsd:string ;
           
           qudt:code "1625"^^xsd:string ;
           
           qudt:conversionMultiplier "1.0E-8"^^xsd:double ;
           
           qudt:conversionOffset "0.0"^^xsd:double ;
           
           qudt:symbol "Sh"^^xsd:string ;
           
           rdfs:label "Shake"^^xsd:string .



###  http://qudt.org/vocab/unit#Siemens

unit:Siemens rdf:type owl:NamedIndividual ,
                      qudt:ConductanceUnit ;
             
             skos:exactMatch <http://dbpedia.org/resource/Siemens> ;
             
             qudt:abbreviation "S"^^xsd:string ;
             
             qudt:code "1630"^^xsd:string ;
             
             qudt:conversionMultiplier "1.0"^^xsd:double ;
             
             qudt:conversionOffset "0.0"^^xsd:double ;
             
             qudt:symbol "S"^^xsd:string ;
             
             rdfs:label "Siemens"^^xsd:string .



###  http://qudt.org/vocab/unit#Sievert

unit:Sievert rdf:type owl:NamedIndividual ,
                      qudt:DoseEquivalentUnit ;
             
             skos:exactMatch <http://dbpedia.org/resource/Sievert> ;
             
             qudt:abbreviation "Sv"^^xsd:string ;
             
             qudt:code "1635"^^xsd:string ;
             
             qudt:conversionMultiplier "1.0"^^xsd:double ;
             
             qudt:conversionOffset "0.0"^^xsd:double ;
             
             qudt:description "Although the sievert has the same dimensions as the gray (i.e. joules per kilogram), it measures a different quantity. To avoid any risk of confusion between the absorbed dose and the equivalent dose, the corresponding special units, namely the gray instead of the joule per kilogram for absorbed dose and the sievert instead of the joule per kilogram for the dose equivalent, should be used."^^xsd:string ;
             
             qudt:symbol "Sv"^^xsd:string ;
             
             rdfs:label "Sievert"^^xsd:string .



###  http://qudt.org/vocab/unit#Silver-OunceTroy

unit:Silver-OunceTroy rdf:type owl:NamedIndividual ,
                               qudt:CurrencyUnit ;
                      
                      qudt:abbreviation "XAG"^^xsd:string ;
                      
                      qudt:code "961"^^xsd:string ;
                      
                      rdfs:label "Silver (one Troy ounce)"^^xsd:string .



###  http://qudt.org/vocab/unit#SingaporeDollar

unit:SingaporeDollar rdf:type owl:NamedIndividual ,
                              qudt:CurrencyUnit ;
                     
                     skos:exactMatch <http://dbpedia.org/resource/Singapore_dollar> ;
                     
                     qudt:abbreviation "SGD"^^xsd:string ;
                     
                     qudt:code "702"^^xsd:string ;
                     
                     qudt:currencyExponent 2 ;
                     
                     qudt:description "Singapore" ;
                     
                     rdfs:label "Singapore Dollar"^^xsd:string .



###  http://qudt.org/vocab/unit#SlovakKoruna

unit:SlovakKoruna rdf:type owl:NamedIndividual ,
                           qudt:CurrencyUnit ;
                  
                  skos:exactMatch <http://dbpedia.org/resource/Slovak_koruna> ;
                  
                  qudt:abbreviation "SKK"^^xsd:string ;
                  
                  qudt:description "Slovakia" ;
                  
                  rdfs:label "Slovak Koruna"^^xsd:string .



###  http://qudt.org/vocab/unit#Slug

unit:Slug rdf:type owl:NamedIndividual ,
                   qudt:MassUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Slug> ;
          
          qudt:abbreviation "slug"^^xsd:string ;
          
          qudt:code "1640"^^xsd:string ;
          
          qudt:conversionMultiplier "14.593903"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "slug"^^xsd:string ;
          
          rdfs:label "Slug"^^xsd:string .



###  http://qudt.org/vocab/unit#SlugPerCubicFoot

unit:SlugPerCubicFoot rdf:type owl:NamedIndividual ,
                               qudt:MassPerVolumeUnit ;
                      
                      qudt:abbreviation "slug/ft^3"^^xsd:string ;
                      
                      qudt:code "1645"^^xsd:string ;
                      
                      qudt:conversionMultiplier "515.3788206107324"^^xsd:double ;
                      
                      qudt:conversionOffset "0.0"^^xsd:double ;
                      
                      qudt:symbol "slug/ft^3"^^xsd:string ;
                      
                      rdfs:label "Slug per Cubic Foot"^^xsd:string .



###  http://qudt.org/vocab/unit#SlugPerFoot

unit:SlugPerFoot rdf:type owl:NamedIndividual ,
                          qudt:MassPerLengthUnit ;
                 
                 qudt:abbreviation "slug/ft"^^xsd:string ;
                 
                 qudt:code "1650"^^xsd:string ;
                 
                 qudt:conversionMultiplier "47.8802591863517"^^xsd:double ;
                 
                 qudt:conversionOffset "0.0"^^xsd:double ;
                 
                 qudt:symbol "slug/ft"^^xsd:string ;
                 
                 rdfs:label "Slug per Foot"^^xsd:string .



###  http://qudt.org/vocab/unit#SlugPerFootSecond

unit:SlugPerFootSecond rdf:type owl:NamedIndividual ,
                                qudt:DynamicViscosityUnit ;
                       
                       qudt:abbreviation "slug/(ft-s)"^^xsd:string ;
                       
                       qudt:code "1655"^^xsd:string ;
                       
                       qudt:conversionMultiplier "47.8802591863517"^^xsd:double ;
                       
                       qudt:conversionOffset "0.0"^^xsd:double ;
                       
                       qudt:symbol "slug/(ft-s)"^^xsd:string ;
                       
                       rdfs:label "Slug per Foot Second"^^xsd:string .



###  http://qudt.org/vocab/unit#SlugPerSecond

unit:SlugPerSecond rdf:type owl:NamedIndividual ,
                            qudt:MassPerTimeUnit ;
                   
                   qudt:abbreviation "slug/s"^^xsd:string ;
                   
                   qudt:code "1660"^^xsd:string ;
                   
                   qudt:conversionMultiplier "14.593903"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "slug/s"^^xsd:string ;
                   
                   rdfs:label "Slug per Second"^^xsd:string .



###  http://qudt.org/vocab/unit#SlugPerSquareFoot

unit:SlugPerSquareFoot rdf:type owl:NamedIndividual ,
                                qudt:MassPerAreaUnit ;
                       
                       qudt:abbreviation "slug/ft^2"^^xsd:string ;
                       
                       qudt:code "1665"^^xsd:string ;
                       
                       qudt:conversionMultiplier "157.08746452215124"^^xsd:double ;
                       
                       qudt:conversionOffset "0.0"^^xsd:double ;
                       
                       qudt:symbol "slug/ft^2"^^xsd:string ;
                       
                       rdfs:label "Slug per Square Foot"^^xsd:string .



###  http://qudt.org/vocab/unit#SolomonIslandsDollar

unit:SolomonIslandsDollar rdf:type owl:NamedIndividual ,
                                   qudt:CurrencyUnit ;
                          
                          skos:exactMatch <http://dbpedia.org/resource/Solomon_Islands_dollar> ;
                          
                          qudt:abbreviation "SBD"^^xsd:string ;
                          
                          qudt:code "090"^^xsd:string ;
                          
                          qudt:currencyExponent 2 ;
                          
                          qudt:description "Solomon Islands" ;
                          
                          rdfs:label "Solomon Islands Dollar"^^xsd:string .



###  http://qudt.org/vocab/unit#Som

unit:Som rdf:type owl:NamedIndividual ,
                  qudt:CurrencyUnit ;
         
         skos:exactMatch <http://dbpedia.org/resource/Som> ;
         
         qudt:abbreviation "KGS"^^xsd:string ;
         
         qudt:code "417"^^xsd:string ;
         
         qudt:currencyExponent 2 ;
         
         qudt:description "Kyrgyzstan" ;
         
         rdfs:label "Som"^^xsd:string .



###  http://qudt.org/vocab/unit#SomaliShilling

unit:SomaliShilling rdf:type owl:NamedIndividual ,
                             qudt:CurrencyUnit ;
                    
                    skos:exactMatch <http://dbpedia.org/resource/Somali_shilling> ;
                    
                    qudt:abbreviation "SOS"^^xsd:string ;
                    
                    qudt:code "706"^^xsd:string ;
                    
                    qudt:currencyExponent 2 ;
                    
                    qudt:description "Somalia" ;
                    
                    rdfs:label "Somali Shilling"^^xsd:string .



###  http://qudt.org/vocab/unit#Somoni

unit:Somoni rdf:type owl:NamedIndividual ,
                     qudt:CurrencyUnit ;
            
            skos:exactMatch <http://dbpedia.org/resource/Tajikistani_somoni> ;
            
            qudt:abbreviation "TJS"^^xsd:string ;
            
            qudt:code "972"^^xsd:string ;
            
            qudt:currencyExponent 2 ;
            
            qudt:description "Tajikistan" ;
            
            rdfs:label "Somoni"^^xsd:string .



###  http://qudt.org/vocab/unit#SouthAfricanRand

unit:SouthAfricanRand rdf:type owl:NamedIndividual ,
                               qudt:CurrencyUnit ;
                      
                      skos:exactMatch <http://dbpedia.org/resource/South_African_rand> ;
                      
                      qudt:abbreviation "ZAR"^^xsd:string ;
                      
                      qudt:code "710"^^xsd:string ;
                      
                      qudt:currencyExponent 2 ;
                      
                      qudt:description "South Africa" ;
                      
                      rdfs:label "South African Rand"^^xsd:string .



###  http://qudt.org/vocab/unit#SouthKoreanWon

unit:SouthKoreanWon rdf:type owl:NamedIndividual ,
                             qudt:CurrencyUnit ;
                    
                    skos:exactMatch <http://dbpedia.org/resource/South_Korean_won> ;
                    
                    qudt:abbreviation "KRW"^^xsd:string ;
                    
                    qudt:code "410"^^xsd:string ;
                    
                    qudt:currencyExponent 0 ;
                    
                    qudt:description "South Korea" ;
                    
                    rdfs:label "South Korean Won"^^xsd:string .



###  http://qudt.org/vocab/unit#SpecialDrawingRights

unit:SpecialDrawingRights rdf:type owl:NamedIndividual ,
                                   qudt:CurrencyUnit ;
                          
                          skos:exactMatch <http://dbpedia.org/resource/Special_Drawing_Rights> ;
                          
                          qudt:abbreviation "XDR"^^xsd:string ;
                          
                          qudt:code "960"^^xsd:string ;
                          
                          qudt:description "International Monetary Fund" ;
                          
                          rdfs:label "Special Drawing Rights"^^xsd:string .



###  http://qudt.org/vocab/unit#SquareCentimeter

unit:SquareCentimeter rdf:type owl:NamedIndividual ,
                               qudt:AreaUnit ,
                               qudt:SIUnit ;
                      
                      qudt:abbreviation "cm^2"^^xsd:string ;
                      
                      qudt:code "2038"^^xsd:string ;
                      
                      qudt:conversionMultiplier "1.0E-4"^^xsd:double ;
                      
                      qudt:conversionOffset "0.0"^^xsd:double ;
                      
                      qudt:symbol "cm^2"^^xsd:string ;
                      
                      rdfs:label "Square Centimeter"^^xsd:string .



###  http://qudt.org/vocab/unit#SquareCentimeterMinute

unit:SquareCentimeterMinute rdf:type owl:NamedIndividual ,
                                     qudt:TimeAreaUnit ;
                            
                            qudt:abbreviation "cm^2-m"^^xsd:string ;
                            
                            qudt:code "2042"^^xsd:string ;
                            
                            qudt:conversionMultiplier "0.006"^^xsd:double ;
                            
                            qudt:conversionOffset "0.0"^^xsd:double ;
                            
                            qudt:symbol "cm^2-m"^^xsd:string ;
                            
                            rdfs:label "Square Centimeter Minute"^^xsd:string .



###  http://qudt.org/vocab/unit#SquareCentimeterSecond

unit:SquareCentimeterSecond rdf:type owl:NamedIndividual ,
                                     qudt:TimeAreaUnit ;
                            
                            qudt:code "2024"^^xsd:string ;
                            
                            qudt:conversionMultiplier "1.0E-4"^^xsd:double ;
                            
                            qudt:conversionOffset "0.0"^^xsd:double ;
                            
                            qudt:symbol "cm^2-s"^^xsd:string ;
                            
                            rdfs:label "Square Centimeter Second"^^xsd:string .



###  http://qudt.org/vocab/unit#SquareCoulombMeterPerJoule

unit:SquareCoulombMeterPerJoule rdf:type owl:NamedIndividual ,
                                         qudt:ElectricityAndMagnetismUnit ;
                                
                                qudt:abbreviation "C^2 m^2 J^-1"^^xsd:string ;
                                
                                qudt:conversionMultiplier "1.0"^^xsd:double ;
                                
                                qudt:conversionOffset "0.0"^^xsd:double ;
                                
                                qudt:symbol "C^2 m^2 J^-1"^^xsd:string ;
                                
                                rdfs:label "Square Coulomb Meter per Joule"^^xsd:string .



###  http://qudt.org/vocab/unit#SquareDegree

unit:SquareDegree rdf:type owl:NamedIndividual ,
                           qudt:SolidAngleUnit ;
                  
                  qudt:abbreviation "deg^2"^^xsd:string ;
                  
                  qudt:conversionMultiplier "3.0461742E-4"^^xsd:double ;
                  
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  
                  qudt:symbol "deg^2"^^xsd:string ;
                  
                  rdfs:label "Square degree"^^xsd:string .



###  http://qudt.org/vocab/unit#SquareFoot

unit:SquareFoot rdf:type owl:NamedIndividual ,
                         qudt:AreaUnit ;
                
                qudt:abbreviation "ft^2"^^xsd:string ;
                
                qudt:code "1670"^^xsd:string ;
                
                qudt:conversionMultiplier "0.09290304"^^xsd:double ;
                
                qudt:conversionOffset "0.0"^^xsd:double ;
                
                qudt:symbol "ft^2"^^xsd:string ;
                
                rdfs:label "Square Foot"^^xsd:string .



###  http://qudt.org/vocab/unit#SquareFootDegreeFahrenheit

unit:SquareFootDegreeFahrenheit rdf:type owl:NamedIndividual ,
                                         qudt:AreaTemperatureUnit ;
                                
                                qudt:abbreviation "ft^2-degF"^^xsd:string ;
                                
                                qudt:code "1675"^^xsd:string ;
                                
                                qudt:symbol "ft^2-degF"^^xsd:string ;
                                
                                rdfs:label "Square Foot Degree Fahrenheit"^^xsd:string .



###  http://qudt.org/vocab/unit#SquareFootHourDegreeFahrenheit

unit:SquareFootHourDegreeFahrenheit rdf:type owl:NamedIndividual ,
                                             qudt:AreaTimeTemperatureUnit ;
                                    
                                    qudt:abbreviation "ft^2-hr-degF"^^xsd:string ;
                                    
                                    qudt:code "0845"^^xsd:string ;
                                    
                                    qudt:symbol "ft^2-hr-degF"^^xsd:string ;
                                    
                                    rdfs:label "Square Foot Hour Degree Fahrenheit"^^xsd:string .



###  http://qudt.org/vocab/unit#SquareFootHourDegreeFahrenheitPerBtu

unit:SquareFootHourDegreeFahrenheitPerBtu rdf:type owl:NamedIndividual ,
                                                   qudt:ThermalInsulanceUnit ;
                                          
                                          qudt:abbreviation "(degF-hr-ft^2)/Btu"^^xsd:string ;
                                          
                                          qudt:code "0540"^^xsd:string ;
                                          
                                          qudt:symbol "(degF-hr-ft^2)/Btu"^^xsd:string ;
                                          
                                          rdfs:label "Square Foot Hour Degree Fahrenheit per BTU"^^xsd:string .



###  http://qudt.org/vocab/unit#SquareFootPerBtuInch

unit:SquareFootPerBtuInch rdf:type owl:NamedIndividual ,
                                   qudt:ThermalResistivityUnit ;
                          
                          qudt:abbreviation "ft^2/(Btu-in)"^^xsd:string ;
                          
                          qudt:code "1680"^^xsd:string ;
                          
                          qudt:conversionMultiplier "0.00346673589"^^xsd:double ;
                          
                          qudt:conversionOffset "0.0"^^xsd:double ;
                          
                          qudt:symbol "ft^2/(Btu-in)"^^xsd:string ;
                          
                          rdfs:label "Square Foot per BTU Inch"^^xsd:string .



###  http://qudt.org/vocab/unit#SquareFootPerHour

unit:SquareFootPerHour rdf:type owl:NamedIndividual ,
                                qudt:KinematicViscosityUnit ,
                                qudt:ThermalDiffusivityUnit ;
                       
                       qudt:abbreviation "ft^2/hr"^^xsd:string ;
                       
                       qudt:code "1690"^^xsd:string ;
                       
                       qudt:conversionMultiplier "2.58064E-5"^^xsd:double ;
                       
                       qudt:conversionOffset "0.0"^^xsd:double ;
                       
                       qudt:symbol "ft^2/hr"^^xsd:string ;
                       
                       rdfs:label "Square Foot per Hour"^^xsd:string .



###  http://qudt.org/vocab/unit#SquareFootPerSecond

unit:SquareFootPerSecond rdf:type owl:NamedIndividual ,
                                  qudt:KinematicViscosityUnit ;
                         
                         qudt:abbreviation "ft^2/s"^^xsd:string ;
                         
                         qudt:code "1695"^^xsd:string ;
                         
                         qudt:conversionMultiplier "0.09290304"^^xsd:double ;
                         
                         qudt:conversionOffset "0.0"^^xsd:double ;
                         
                         qudt:symbol "ft^2/s"^^xsd:string ;
                         
                         rdfs:label "Square Foot per Second"^^xsd:string .



###  http://qudt.org/vocab/unit#SquareFootSecondDegreeFahrenheit

unit:SquareFootSecondDegreeFahrenheit rdf:type owl:NamedIndividual ,
                                               qudt:AreaTimeTemperatureUnit ;
                                      
                                      qudt:abbreviation "ft^2-s-degF"^^xsd:string ;
                                      
                                      qudt:code "1610"^^xsd:string ;
                                      
                                      qudt:symbol "ft^2-s-degF"^^xsd:string ;
                                      
                                      rdfs:label "Square Foot Second Degree Fahrenheit"^^xsd:string .



###  http://qudt.org/vocab/unit#SquareInch

unit:SquareInch rdf:type owl:NamedIndividual ,
                         qudt:AreaUnit ;
                
                qudt:abbreviation "in^2"^^xsd:string ;
                
                qudt:code "1700"^^xsd:string ;
                
                qudt:conversionMultiplier "6.4516E-4"^^xsd:double ;
                
                qudt:conversionOffset "0.0"^^xsd:double ;
                
                qudt:symbol "in^2"^^xsd:string ;
                
                rdfs:label "Square Inch"^^xsd:string .



###  http://qudt.org/vocab/unit#SquareMeter

unit:SquareMeter rdf:type owl:NamedIndividual ,
                          qudt:AreaUnit ;
                 
                 skos:exactMatch <http://dbpedia.org/resource/Square_metre> ;
                 
                 qudt:abbreviation "m^2"^^xsd:string ;
                 
                 qudt:code "1705"^^xsd:string ;
                 
                 qudt:conversionMultiplier "1.0"^^xsd:double ;
                 
                 qudt:conversionOffset "0.0"^^xsd:double ;
                 
                 qudt:symbol "m^2"^^xsd:string ;
                 
                 rdfs:label "Square Meter"^^xsd:string .



###  http://qudt.org/vocab/unit#SquareMeterKelvin

unit:SquareMeterKelvin rdf:type owl:NamedIndividual ,
                                qudt:AreaTemperatureUnit ,
                                qudt:SpaceAndTimeUnit ;
                       
                       qudt:abbreviation "m^2-K"^^xsd:string ;
                       
                       qudt:code "1710"^^xsd:string ;
                       
                       qudt:conversionMultiplier "1.0"^^xsd:double ;
                       
                       qudt:conversionOffset "0.0"^^xsd:double ;
                       
                       qudt:symbol "m^2-K"^^xsd:string ;
                       
                       rdfs:label "Square Meter Kelvin"^^xsd:string .



###  http://qudt.org/vocab/unit#SquareMeterKelvinPerWatt

unit:SquareMeterKelvinPerWatt rdf:type owl:NamedIndividual ,
                                       qudt:ThermalInsulanceUnit ;
                              
                              qudt:abbreviation "(K^2)m/W"^^xsd:string ;
                              
                              qudt:code "0955"^^xsd:string ;
                              
                              qudt:conversionMultiplier "1.0"^^xsd:double ;
                              
                              qudt:conversionOffset "0.0"^^xsd:double ;
                              
                              qudt:symbol "(K^2)m/W"^^xsd:string ;
                              
                              rdfs:label "Square Meter Kelvin per Watt"^^xsd:string .



###  http://qudt.org/vocab/unit#SquareMeterPerKelvin

unit:SquareMeterPerKelvin rdf:type owl:NamedIndividual ,
                                   qudt:AreaThermalExpansionUnit ;
                          
                          qudt:code "2048"^^xsd:string ;
                          
                          qudt:conversionMultiplier "1.0"^^xsd:double ;
                          
                          qudt:conversionOffset "0.0"^^xsd:double ;
                          
                          qudt:symbol "m^2/K"^^xsd:string ;
                          
                          rdfs:label "Square Meter per Kelvin"^^xsd:string .



###  http://qudt.org/vocab/unit#SquareMeterPerSecond

unit:SquareMeterPerSecond rdf:type owl:NamedIndividual ,
                                   qudt:KinematicViscosityUnit ,
                                   qudt:ThermalDiffusivityUnit ;
                          
                          qudt:abbreviation "m^2 s^-1"^^xsd:string ;
                          
                          qudt:code "1720"^^xsd:string ;
                          
                          qudt:conversionMultiplier "1.0"^^xsd:double ;
                          
                          qudt:conversionOffset "0.0"^^xsd:double ;
                          
                          qudt:symbol "m^2 s^-1"^^xsd:string ;
                          
                          rdfs:label "Square Meter per Second"^^xsd:string .



###  http://qudt.org/vocab/unit#SquareMeterSteradian

unit:SquareMeterSteradian rdf:type owl:NamedIndividual ,
                                   qudt:AreaAngleUnit ;
                          
                          qudt:abbreviation "m^2-sr"^^xsd:string ;
                          
                          qudt:code "1725"^^xsd:string ;
                          
                          qudt:conversionMultiplier "1.0"^^xsd:double ;
                          
                          qudt:conversionOffset "0.0"^^xsd:double ;
                          
                          qudt:symbol "m^2-sr"^^xsd:string ;
                          
                          rdfs:label "Square Meter Steradian"^^xsd:string .



###  http://qudt.org/vocab/unit#SquareMile

unit:SquareMile rdf:type owl:NamedIndividual ,
                         qudt:AreaUnit ;
                
                qudt:abbreviation "mi^2"^^xsd:string ;
                
                qudt:code "1730"^^xsd:string ;
                
                qudt:conversionMultiplier "2589988.11"^^xsd:double ;
                
                qudt:conversionOffset "0.0"^^xsd:double ;
                
                qudt:symbol "mi^2"^^xsd:string ;
                
                rdfs:label "Square Mile"^^xsd:string .



###  http://qudt.org/vocab/unit#SquareYard

unit:SquareYard rdf:type owl:NamedIndividual ,
                         qudt:AreaUnit ;
                
                qudt:abbreviation "yd^2"^^xsd:string ;
                
                qudt:code "1735"^^xsd:string ;
                
                qudt:conversionMultiplier "0.83612736"^^xsd:double ;
                
                qudt:conversionOffset "0.0"^^xsd:double ;
                
                qudt:symbol "yd^2"^^xsd:string ;
                
                rdfs:label "Square Yard"^^xsd:string .



###  http://qudt.org/vocab/unit#SriLankaRupee

unit:SriLankaRupee rdf:type owl:NamedIndividual ,
                            qudt:CurrencyUnit ;
                   
                   skos:exactMatch <http://dbpedia.org/resource/Sri_Lankan_rupee> ;
                   
                   qudt:abbreviation "LKR"^^xsd:string ;
                   
                   qudt:code "144"^^xsd:string ;
                   
                   qudt:currencyExponent 2 ;
                   
                   qudt:description "Sri Lanka" ;
                   
                   rdfs:label "Sri Lanka Rupee"^^xsd:string .



###  http://qudt.org/vocab/unit#Statampere

unit:Statampere rdf:type owl:NamedIndividual ,
                         qudt:ElectricCurrentUnit ;
                
                qudt:exactMatch unit:Biot ;
                
                qudt:abbreviation "statA"^^xsd:string ;
                
                qudt:code "1740"^^xsd:string ;
                
                qudt:conversionMultiplier "3.335641E-10"^^xsd:double ;
                
                qudt:conversionOffset "0.0"^^xsd:double ;
                
                qudt:symbol "statA"^^xsd:string ;
                
                rdfs:label "Statampere"^^xsd:string .



###  http://qudt.org/vocab/unit#StatamperePerSquareCentimeter

unit:StatamperePerSquareCentimeter rdf:type owl:NamedIndividual ,
                                            qudt:ElectricCurrentDensityUnit ;
                                   
                                   qudt:abbreviation "statA / cm^2"^^xsd:string ;
                                   
                                   qudt:conversionMultiplier "3.335641E-6"^^xsd:double ;
                                   
                                   qudt:conversionOffset "0.0"^^xsd:double ;
                                   
                                   rdfs:label "Statampere per Square Centimeter"^^xsd:string .



###  http://qudt.org/vocab/unit#Statcoulomb

unit:Statcoulomb rdf:type owl:NamedIndividual ,
                          qudt:ElectricChargeUnit ;
                 
                 skos:exactMatch <http://dbpedia.org/resource/Statcoulomb> ;
                 
                 qudt:abbreviation "statC"^^xsd:string ;
                 
                 qudt:code "1745"^^xsd:string ;
                 
                 qudt:conversionMultiplier "3.33564E-10"^^xsd:double ;
                 
                 qudt:conversionOffset "0.0"^^xsd:double ;
                 
                 qudt:symbol "statC"^^xsd:string ;
                 
                 rdfs:label "Statcoulomb"^^xsd:string .



###  http://qudt.org/vocab/unit#StatcoulombPerMole

unit:StatcoulombPerMole rdf:type owl:NamedIndividual ,
                                 qudt:ElectricChargePerAmountOfSubstanceUnit ;
                        
                        qudt:abbreviation "statC/mol"^^xsd:string ;
                        
                        qudt:conversionMultiplier "3.33564E-10"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:symbol "statC/mol"^^xsd:string ;
                        
                        rdfs:label "Statcoulomb per Mole"^^xsd:string .



###  http://qudt.org/vocab/unit#StatcoulombPerSquareCentimeter

unit:StatcoulombPerSquareCentimeter rdf:type owl:NamedIndividual ,
                                             qudt:ElectricChargeAreaDensityUnit ;
                                    
                                    qudt:conversionMultiplier "3.33564E-6"^^xsd:double ;
                                    
                                    qudt:conversionOffset "0.0"^^xsd:double ;
                                    
                                    qudt:symbol "statC/cm^2"^^xsd:string ;
                                    
                                    rdfs:label "Statcoulomb per Square Centimeter"^^xsd:string .



###  http://qudt.org/vocab/unit#Statfarad

unit:Statfarad rdf:type owl:NamedIndividual ,
                        qudt:CapacitanceUnit ;
               
               qudt:abbreviation "statF"^^xsd:string ;
               
               qudt:code "1750"^^xsd:string ;
               
               qudt:conversionMultiplier "1.113E-12"^^xsd:double ;
               
               qudt:conversionOffset "0.0"^^xsd:double ;
               
               qudt:symbol "statF"^^xsd:string ;
               
               rdfs:label "Statfarad"^^xsd:string .



###  http://qudt.org/vocab/unit#Stathenry

unit:Stathenry rdf:type owl:NamedIndividual ,
                        qudt:InductanceUnit ;
               
               qudt:abbreviation "statH"^^xsd:string ;
               
               qudt:code "1755"^^xsd:string ;
               
               qudt:conversionMultiplier "8.9876E11"^^xsd:double ;
               
               qudt:conversionOffset "0.0"^^xsd:double ;
               
               qudt:symbol "statH"^^xsd:string ;
               
               rdfs:label "Stathenry"^^xsd:string .



###  http://qudt.org/vocab/unit#StathenryPerCentimeter

unit:StathenryPerCentimeter rdf:type owl:NamedIndividual ,
                                     qudt:PermeabilityUnit ;
                            
                            qudt:conversionMultiplier "8.9876E13"^^xsd:double ;
                            
                            qudt:conversionOffset "0.0"^^xsd:double ;
                            
                            qudt:symbol "statH/cm"^^xsd:string ;
                            
                            rdfs:label "Stathenry per Centimeter"^^xsd:string .



###  http://qudt.org/vocab/unit#Statmho

unit:Statmho rdf:type owl:NamedIndividual ,
                      qudt:ConductanceUnit ;
             
             qudt:abbreviation "statS"^^xsd:string ;
             
             qudt:code "1760"^^xsd:string ;
             
             qudt:symbol "statS"^^xsd:string ;
             
             rdfs:label "Statmho"^^xsd:string .



###  http://qudt.org/vocab/unit#Statohm

unit:Statohm rdf:type owl:NamedIndividual ,
                      qudt:ResistanceUnit ;
             
             qudt:abbreviation "statOhm"^^xsd:string ;
             
             qudt:code "1765"^^xsd:string ;
             
             qudt:conversionMultiplier "8.9876E11"^^xsd:double ;
             
             qudt:conversionOffset "0.0"^^xsd:double ;
             
             qudt:symbol "statOhm"^^xsd:string ;
             
             rdfs:label "Statohm"^^xsd:string .



###  http://qudt.org/vocab/unit#Statvolt

unit:Statvolt rdf:type owl:NamedIndividual ,
                       qudt:EnergyPerElectricChargeUnit ;
              
              skos:exactMatch <http://dbpedia.org/resource/Statvolt> ;
              
              qudt:abbreviation "statV"^^xsd:string ;
              
              qudt:code "1770"^^xsd:string ;
              
              qudt:conversionMultiplier "299.792458"^^xsd:double ;
              
              qudt:conversionOffset "0.0"^^xsd:double ;
              
              qudt:symbol "statV"^^xsd:string ;
              
              rdfs:label "Statvolt"^^xsd:string .



###  http://qudt.org/vocab/unit#StatvoltCentimeter

unit:StatvoltCentimeter rdf:type owl:NamedIndividual ,
                                 qudt:ElectricFluxUnit ;
                        
                        qudt:abbreviation "statV cm"^^xsd:string ;
                        
                        qudt:conversionMultiplier "2.99792458"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:symbol "statV cm"^^xsd:string ;
                        
                        rdfs:label "Statvolt Centimeter"^^xsd:string .



###  http://qudt.org/vocab/unit#StatvoltPerCentimeter

unit:StatvoltPerCentimeter rdf:type owl:NamedIndividual ,
                                    qudt:ElectricFieldStrengthUnit ;
                           
                           qudt:conversionMultiplier "29979.2458"^^xsd:double ;
                           
                           qudt:conversionOffset "0.0"^^xsd:double ;
                           
                           qudt:symbol "statV/cm"^^xsd:string ;
                           
                           rdfs:label "Statvolt per Centimeter"^^xsd:string .



###  http://qudt.org/vocab/unit#Steradian

unit:Steradian rdf:type owl:NamedIndividual ,
                        qudt:SolidAngleUnit ;
               
               skos:exactMatch <http://dbpedia.org/resource/Steradian> ;
               
               qudt:abbreviation "sr"^^xsd:string ;
               
               qudt:code "1775"^^xsd:string ;
               
               qudt:conversionMultiplier "1.0"^^xsd:double ;
               
               qudt:conversionOffset "0.0"^^xsd:double ;
               
               qudt:description "The steradian (symbol: sr) is the SI unit of solid angle. It is used to describe two-dimensional angular spans in three-dimensional space, analogous to the way in which the radian describes angles in a plane."^^xsd:string ;
               
               qudt:symbol "sr"^^xsd:string ;
               
               qudt:uneceCommonCode "D27"^^xsd:string ;
               
               rdfs:label "Steradian"^^xsd:string .



###  http://qudt.org/vocab/unit#Stere

unit:Stere rdf:type owl:NamedIndividual ,
                    qudt:VolumeUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/St%C3%A8re> ;
           
           qudt:abbreviation "st"^^xsd:string ;
           
           qudt:code "1780"^^xsd:string ;
           
           qudt:conversionMultiplier "1.0"^^xsd:double ;
           
           qudt:conversionOffset "0.0"^^xsd:double ;
           
           qudt:symbol "st"^^xsd:string ;
           
           rdfs:label "Stere"^^xsd:string .



###  http://qudt.org/vocab/unit#Stilb

unit:Stilb rdf:type owl:NamedIndividual ,
                    qudt:LuminanceUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Stilb> ;
           
           qudt:abbreviation "sb"^^xsd:string ;
           
           qudt:code "1785"^^xsd:string ;
           
           qudt:conversionMultiplier "10000.0"^^xsd:double ;
           
           qudt:conversionOffset "0.0"^^xsd:double ;
           
           qudt:symbol "sb"^^xsd:string ;
           
           rdfs:label "Stilb"^^xsd:string .



###  http://qudt.org/vocab/unit#Stokes

unit:Stokes rdf:type owl:NamedIndividual ,
                     qudt:KinematicViscosityUnit ;
            
            skos:exactMatch <http://dbpedia.org/resource/Stokes> ;
            
            qudt:abbreviation "St"^^xsd:string ;
            
            qudt:code "1790"^^xsd:string ;
            
            qudt:conversionMultiplier "1.0E-4"^^xsd:double ;
            
            qudt:conversionOffset "0.0"^^xsd:double ;
            
            qudt:symbol "St"^^xsd:string ;
            
            rdfs:label "Stokes"^^xsd:string .



###  http://qudt.org/vocab/unit#SudanesePound

unit:SudanesePound rdf:type owl:NamedIndividual ,
                            qudt:CurrencyUnit ;
                   
                   skos:exactMatch <http://dbpedia.org/resource/Sudanese_pound> ;
                   
                   qudt:abbreviation "SDG"^^xsd:string ;
                   
                   qudt:code "938"^^xsd:string ;
                   
                   qudt:currencyExponent 2 ;
                   
                   qudt:description "Sudan" ;
                   
                   rdfs:label "Sudanese Pound"^^xsd:string .



###  http://qudt.org/vocab/unit#SurinamDollar

unit:SurinamDollar rdf:type owl:NamedIndividual ,
                            qudt:CurrencyUnit ;
                   
                   skos:exactMatch <http://dbpedia.org/resource/Surinamese_dollar> ;
                   
                   qudt:abbreviation "SRD"^^xsd:string ;
                   
                   qudt:code "968"^^xsd:string ;
                   
                   qudt:currencyExponent 2 ;
                   
                   qudt:description "Suriname" ;
                   
                   rdfs:label "Surinam Dollar"^^xsd:string .



###  http://qudt.org/vocab/unit#SwedishKrona

unit:SwedishKrona rdf:type owl:NamedIndividual ,
                           qudt:CurrencyUnit ;
                  
                  skos:exactMatch <http://dbpedia.org/resource/Swedish_krona> ;
                  
                  qudt:abbreviation "SEK"^^xsd:string ;
                  
                  qudt:code "752"^^xsd:string ;
                  
                  qudt:currencyExponent 2 ;
                  
                  qudt:description "Sweden" ;
                  
                  rdfs:label "Swedish Krona"^^xsd:string .



###  http://qudt.org/vocab/unit#SwissFranc

unit:SwissFranc rdf:type owl:NamedIndividual ,
                         qudt:CurrencyUnit ;
                
                skos:exactMatch <http://dbpedia.org/resource/Swiss_franc> ;
                
                qudt:abbreviation "CHF"^^xsd:string ;
                
                qudt:code "756"^^xsd:string ;
                
                qudt:currencyExponent 2 ;
                
                qudt:description "Switzerland, Liechtenstein" ;
                
                rdfs:label "Swiss Franc"^^xsd:string .



###  http://qudt.org/vocab/unit#SyrianPound

unit:SyrianPound rdf:type owl:NamedIndividual ,
                          qudt:CurrencyUnit ;
                 
                 skos:exactMatch <http://dbpedia.org/resource/Syrian_pound> ;
                 
                 qudt:abbreviation "SYP"^^xsd:string ;
                 
                 qudt:code "760"^^xsd:string ;
                 
                 qudt:currencyExponent 2 ;
                 
                 qudt:description "Syria" ;
                 
                 rdfs:label "Syrian Pound"^^xsd:string .



###  http://qudt.org/vocab/unit#SystemOfUnits_Atomic

unit:SystemOfUnits_Atomic rdf:type owl:NamedIndividual ,
                                   qudt:SystemOfNaturalUnits ;
                          
                          skos:exactMatch <http://dbpedia.org/resource/Atomic_units> ;
                          
                          dc:description "Atomic units (au or a.u.) form a system of natural units which is especially convenient for atomic physics calculations. There are two different kinds of atomic units, which one might name Hartree atomic units[1] and Rydberg atomic units, which differ in the choice of the unit of mass and charge.  [Wikipedia]"^^xsd:string ;
                          
                          rdfs:label "Atomic System of Units"^^xsd:string .



###  http://qudt.org/vocab/unit#SystemOfUnits_CGS

unit:SystemOfUnits_CGS rdf:type owl:NamedIndividual ,
                                qudt:SystemOfUnits ;
                       
                       qudt:systemAllowedUnit unit:Kilogram ,
                                              unit:Kilometer ,
                                              unit:Meter ,
                                              unit:SquareMeter ;
                       
                       qudt:systemBaseUnit unit:Centimeter ,
                                           unit:Gram ,
                                           unit:SecondTime ,
                                           unit:Unitless ;
                       
                       qudt:systemDerivedUnit unit:CentimeterPerSecond ,
                                              unit:CentimeterPerSecondSquared ,
                                              unit:CubicCentimeter ,
                                              unit:Dyne ,
                                              unit:DyneCentimeter ,
                                              unit:DynePerSquareCentimeter ,
                                              unit:Erg ,
                                              unit:ErgPerCubicCentimeter ,
                                              unit:ErgPerGram ,
                                              unit:ErgPerSecond ,
                                              unit:ErgPerSquareCentimeterSecond ,
                                              unit:ErgSecond ,
                                              unit:PerSecond ,
                                              unit:Poise ,
                                              unit:SquareCentimeter ,
                                              unit:SquareCentimeterSecond ;
                       
                       skos:exactMatch <http://dbpedia.org/resource/Centimetre_gram_second_system_of_units> ;
                       
                       qudt:abbreviation "CGS"^^xsd:string ;
                       
                       rdfs:label "CGS System of Units"^^xsd:string .



###  http://qudt.org/vocab/unit#SystemOfUnits_CGS-EMU

unit:SystemOfUnits_CGS-EMU rdf:type owl:NamedIndividual ,
                                    qudt:SystemOfUnits ;
                           
                           qudt:systemAllowedUnit unit:Ampere ,
                                                  unit:Kilogram ,
                                                  unit:Kilometer ,
                                                  unit:Meter ;
                           
                           qudt:systemBaseUnit unit:Centimeter ,
                                               unit:Gram ,
                                               unit:SecondTime ,
                                               unit:Unitless ;
                           
                           qudt:systemDerivedUnit unit:Abampere ,
                                                  unit:AbamperePerSquareCentimeter ,
                                                  unit:Abcoulomb ,
                                                  unit:AbcoulombPerSquareCentimeter ,
                                                  unit:Abfarad ,
                                                  unit:AbfaradPerCentimeter ,
                                                  unit:Abhenry ,
                                                  unit:Abohm ,
                                                  unit:Absiemen ,
                                                  unit:Abtesla ,
                                                  unit:Abvolt ,
                                                  unit:AbvoltCentimeter ,
                                                  unit:AbvoltPerCentimeter ,
                                                  unit:AbvoltSecond ,
                                                  unit:Gilbert ,
                                                  unit:RelativePermeability ;
                           
                           qudt:abbreviation "CGS-EMU"^^xsd:string ;
                           
                           rdfs:label "CGS-EMU System of Units"^^xsd:string .



###  http://qudt.org/vocab/unit#SystemOfUnits_CGS-ESU

unit:SystemOfUnits_CGS-ESU rdf:type owl:NamedIndividual ,
                                    qudt:SystemOfUnits ;
                           
                           qudt:systemAllowedUnit unit:Ampere ,
                                                  unit:AmperePerMeter ,
                                                  unit:Coulomb ,
                                                  unit:CoulombPerSquareMeter ,
                                                  unit:Farad ,
                                                  unit:Kilogram ,
                                                  unit:Kilometer ,
                                                  unit:Meter ,
                                                  unit:Tesla ,
                                                  unit:Volt ,
                                                  unit:Weber ;
                           
                           qudt:systemBaseUnit unit:Centimeter ,
                                               unit:Gram ,
                                               unit:SecondTime ,
                                               unit:Unitless ;
                           
                           qudt:systemDerivedUnit unit:Gauss ,
                                                  unit:Maxwell ,
                                                  unit:Oersted ,
                                                  unit:OerstedCentimeter ,
                                                  unit:RelativePermittivity ,
                                                  unit:Statampere ,
                                                  unit:StatamperePerSquareCentimeter ,
                                                  unit:Statcoulomb ,
                                                  unit:StatcoulombPerSquareCentimeter ,
                                                  unit:Statfarad ,
                                                  unit:Stathenry ,
                                                  unit:StathenryPerCentimeter ,
                                                  unit:Statohm ,
                                                  unit:Statvolt ,
                                                  unit:StatvoltCentimeter ,
                                                  unit:StatvoltPerCentimeter ;
                           
                           skos:exactMatch <http://dbpedia.org/resource/Electrostatic_units> ;
                           
                           qudt:abbreviation "CGS-ESU"^^xsd:string ;
                           
                           dc:description "The electrostatic system of units is a system of units used to measure electrical quantities of electric charge, current, and voltage, within the centimeter gram second (or \"CGS\") metric system of units. In electrostatic units, electrical charge is defined via the force it exerts on other charges."^^xsd:string ;
                           
                           rdfs:comment "The electrostatic system of units is a system of units used to measure electrical quantities of electric charge, current, and voltage, within the centimeter gram second (or \"CGS\") metric system of units. In electrostatic units, electrical charge is defined via the force it exerts on other charges."^^xsd:string ;
                           
                           rdfs:label "CGS-ESU System of Units"^^xsd:string .



###  http://qudt.org/vocab/unit#SystemOfUnits_CGS-Gauss

unit:SystemOfUnits_CGS-Gauss rdf:type owl:NamedIndividual ,
                                      qudt:SystemOfUnits ;
                             
                             qudt:abbreviation "Gauss"^^xsd:string ;
                             
                             rdfs:label "CGS-Gauss System of Units"^^xsd:string .



###  http://qudt.org/vocab/unit#SystemOfUnits_ISO4217-Currencies

unit:SystemOfUnits_ISO4217-Currencies rdf:type owl:NamedIndividual ,
                                               qudt:SystemOfUnits ;
                                      
                                      qudt:systemDefinedUnit unit:Afghani ,
                                                             unit:AlgerianDinar ,
                                                             unit:ArgentinePeso ,
                                                             unit:ArmenianDram ,
                                                             unit:ArubanGuilder ,
                                                             unit:AustralianDollar ,
                                                             unit:AzerbaijanianManat ,
                                                             unit:BahamianDollar ,
                                                             unit:BahrainiDinar ,
                                                             unit:Baht ,
                                                             unit:Balboa ,
                                                             unit:BangladeshiTaka ,
                                                             unit:BarbadosDollar ,
                                                             unit:BelarussianRuble ,
                                                             unit:BelizeDollar ,
                                                             unit:BermudaDollar ,
                                                             unit:BolivianMvdol ,
                                                             unit:Boliviano ,
                                                             unit:BrazilianReal ,
                                                             unit:BruneiDollar ,
                                                             unit:BulgarianLev ,
                                                             unit:BurundianFranc ,
                                                             unit:CFAFrancBCEAO ,
                                                             unit:CFAFrancBEAC ,
                                                             unit:CFPFranc ,
                                                             unit:CanadianDollar ,
                                                             unit:CapeVerdeEscudo ,
                                                             unit:CaymanIslandsDollar ,
                                                             unit:Cedi ,
                                                             unit:ChileanPeso ,
                                                             unit:ColombianPeso ,
                                                             unit:ComoroFranc ,
                                                             unit:ConvertibleMark ,
                                                             unit:CordobaOro ,
                                                             unit:CostaRicanColon ,
                                                             unit:CroatianKuna ,
                                                             unit:CubanPeso ,
                                                             unit:CyprusPound ,
                                                             unit:CzechKoruna ,
                                                             unit:Dalasi ,
                                                             unit:DanishKrone ,
                                                             unit:Denar ,
                                                             unit:DjiboutiFranc ,
                                                             unit:Dobra ,
                                                             unit:DominicanPeso ,
                                                             unit:EastCaribbeanDollar ,
                                                             unit:EgyptianPound ,
                                                             unit:EthiopianBirr ,
                                                             unit:Euro ,
                                                             unit:EuropeanCompositeUnit ,
                                                             unit:EuropeanMonetaryUnit ,
                                                             unit:EuropeanUnitOfAccount17 ,
                                                             unit:EuropeanUnitOfAccount9 ,
                                                             unit:FalklandIslandsPound ,
                                                             unit:FijiDollar ,
                                                             unit:Forint ,
                                                             unit:FrancCongolais ,
                                                             unit:GibraltarPound ,
                                                             unit:Gold-OunceTroy ,
                                                             unit:GoldFranc ,
                                                             unit:Guarani ,
                                                             unit:GuineaFranc ,
                                                             unit:GuyanaDollar ,
                                                             unit:HaitiGourde ,
                                                             unit:HongKongDollar ,
                                                             unit:Hryvnia ,
                                                             unit:IcelandKrona ,
                                                             unit:IndianRupee ,
                                                             unit:IranianRial ,
                                                             unit:IraqiDinar ,
                                                             unit:JamaicanDollar ,
                                                             unit:JapaneseYen ,
                                                             unit:JordanianDinar ,
                                                             unit:KenyanShilling ,
                                                             unit:Kina ,
                                                             unit:Kroon ,
                                                             unit:KuwaitiDinar ,
                                                             unit:Kwanza ,
                                                             unit:Kyat ,
                                                             unit:Lari ,
                                                             unit:LatvianLats ,
                                                             unit:LebanesePound ,
                                                             unit:Lek ,
                                                             unit:Lempira ,
                                                             unit:Leone ,
                                                             unit:LiberianDollar ,
                                                             unit:LibyanDinar ,
                                                             unit:Lilangeni ,
                                                             unit:LithuanianLitas ,
                                                             unit:Loti ,
                                                             unit:MalagasyAriary ,
                                                             unit:MalawiKwacha ,
                                                             unit:MalaysianRinggit ,
                                                             unit:MalteseLira ,
                                                             unit:Manat ,
                                                             unit:MauritiusRupee ,
                                                             unit:Metical ,
                                                             unit:MexicanPeso ,
                                                             unit:MexicanUnidadDeInversion ,
                                                             unit:MillionUSDollars ,
                                                             unit:MoldovanLeu ,
                                                             unit:MoroccanDirham ,
                                                             unit:Naira ,
                                                             unit:Nakfa ,
                                                             unit:NamibianDollar ,
                                                             unit:NepaleseRupee ,
                                                             unit:NetherlandsAntillianGuilder ,
                                                             unit:NewIsraeliShekel ,
                                                             unit:NewTaiwanDollar ,
                                                             unit:NewTurkishLira ,
                                                             unit:NewZealandDollar ,
                                                             unit:Ngultrum ,
                                                             unit:NorthKoreanWon ,
                                                             unit:NorwegianKrone ,
                                                             unit:NuevoSol ,
                                                             unit:OmaniRial ,
                                                             unit:Ouguiya ,
                                                             unit:Paanga ,
                                                             unit:PakistanRupee ,
                                                             unit:Palladium-OunceTroy ,
                                                             unit:Pataca ,
                                                             unit:PhilippinePeso ,
                                                             unit:Platinum-OunceTroy ,
                                                             unit:PoundSterling ,
                                                             unit:Pula ,
                                                             unit:QatariRial ,
                                                             unit:Quetzal ,
                                                             unit:Riel ,
                                                             unit:RomanianNeLeu ,
                                                             unit:Rufiyaa ,
                                                             unit:Rupiah ,
                                                             unit:RussianRuble ,
                                                             unit:RwandaFranc ,
                                                             unit:SaintHelenaPound ,
                                                             unit:SamoanTala ,
                                                             unit:SaudiRiyal ,
                                                             unit:SerbianDinar ,
                                                             unit:SeychellesRupee ,
                                                             unit:Silver-OunceTroy ,
                                                             unit:SingaporeDollar ,
                                                             unit:SlovakKoruna ,
                                                             unit:SolomonIslandsDollar ,
                                                             unit:Som ,
                                                             unit:SomaliShilling ,
                                                             unit:Somoni ,
                                                             unit:SouthAfricanRand ,
                                                             unit:SouthKoreanWon ,
                                                             unit:SpecialDrawingRights ,
                                                             unit:SriLankaRupee ,
                                                             unit:SudanesePound ,
                                                             unit:SurinamDollar ,
                                                             unit:SwedishKrona ,
                                                             unit:SwissFranc ,
                                                             unit:SyrianPound ,
                                                             unit:TanzanianShilling ,
                                                             unit:Tenge ,
                                                             unit:TrinidadAndTobagoDollar ,
                                                             unit:Tugrik ,
                                                             unit:TunisianDinar ,
                                                             unit:UAEDirham ,
                                                             unit:UICFranc ,
                                                             unit:USDollar ,
                                                             unit:USDollar-NextDay ,
                                                             unit:USDollar-SameDay ,
                                                             unit:UgandaShilling ,
                                                             unit:UnidadDeValorReal ,
                                                             unit:UnidadesDeFormento ,
                                                             unit:UruguayPeso ,
                                                             unit:UzbekistanSom ,
                                                             unit:Vatu ,
                                                             unit:VenezuelanBolvar ,
                                                             unit:VietnameseDong ,
                                                             unit:WIREuro ,
                                                             unit:WIRFranc ,
                                                             unit:YemeniRial ,
                                                             unit:YuanRenminbi ,
                                                             unit:ZambianKwacha ,
                                                             unit:ZimbabweDollar ,
                                                             unit:Zloty ;
                                      
                                      qudt:abbreviation "ISO4217"^^xsd:string ;
                                      
                                      rdfs:label "ISO 4217 Currencies"^^xsd:string .



###  http://qudt.org/vocab/unit#SystemOfUnits_Imperial

unit:SystemOfUnits_Imperial rdf:type owl:NamedIndividual ,
                                     qudt:SystemOfUnits ;
                            
                            qudt:systemDefinedUnit unit:Acre ,
                                                   unit:AcreFoot ,
                                                   unit:BoardFoot ,
                                                   unit:BritishThermalUnitInternationalTable ,
                                                   unit:BtuFoot ,
                                                   unit:BtuFootPerSquareFootHourDegreeFahrenheit ,
                                                   unit:BtuInch ,
                                                   unit:BtuInchPerSquareFootHourDegreeFahrenheit ,
                                                   unit:BtuInchPerSquareFootSecondDegreeFahrenheit ,
                                                   unit:BtuPerDegreeFahrenheit ,
                                                   unit:BtuPerHour ,
                                                   unit:BtuPerHourSquareFoot ,
                                                   unit:BtuPerPound ,
                                                   unit:BtuPerPoundDegreeFahrenheit ,
                                                   unit:BtuPerPoundMoleDegreeFahrenheit ,
                                                   unit:BtuPerSecond ,
                                                   unit:BtuPerSecondSquareFoot ,
                                                   unit:BtuPerSquareFoot ,
                                                   unit:BtuPerSquareFootHourDegreeFahrenheit ,
                                                   unit:BtuPerSquareFootSecondDegreeFahrenheit ,
                                                   unit:Chain ,
                                                   unit:CubicFoot ,
                                                   unit:CubicFootPerMinute ,
                                                   unit:CubicFootPerSecond ,
                                                   unit:CubicInch ,
                                                   unit:CubicInchPerMinute ,
                                                   unit:CubicMile ,
                                                   unit:CubicYard ,
                                                   unit:CubicYardPerMinute ,
                                                   unit:Day ,
                                                   unit:DegreeAngle ,
                                                   unit:DegreeFahrenheit ,
                                                   unit:DegreeFahrenheitHour ,
                                                   unit:DegreeFahrenheitHourPerBtu ,
                                                   unit:DegreePerHour ,
                                                   unit:DegreePerMinute ,
                                                   unit:DegreePerSecond ,
                                                   unit:DegreePerSecondSquared ,
                                                   unit:Foot ,
                                                   unit:FootPerHour ,
                                                   unit:FootPerMinute ,
                                                   unit:FootPerSecond ,
                                                   unit:FootPerSecondSquared ,
                                                   unit:FootPoundForce ,
                                                   unit:FootPoundForcePerHour ,
                                                   unit:FootPoundForcePerMinute ,
                                                   unit:FootPoundForcePerSecond ,
                                                   unit:FootPoundForcePerSquareFoot ,
                                                   unit:FootPoundForcePerSquareFootSecond ,
                                                   unit:FootPoundal ,
                                                   unit:Furlong ,
                                                   unit:GallonImperial ,
                                                   unit:Grain ,
                                                   unit:GrainPerGallon ,
                                                   unit:Horsepower ,
                                                   unit:Hour ,
                                                   unit:HourSquareFoot ,
                                                   unit:Inch ,
                                                   unit:InchPerSecond ,
                                                   unit:InchPerSecondSquared ,
                                                   unit:MicroInch ,
                                                   unit:MileInternational ,
                                                   unit:MilePerHour ,
                                                   unit:MilePerMinute ,
                                                   unit:MilliSecond ,
                                                   unit:MinuteTime ,
                                                   unit:OunceForce ,
                                                   unit:OunceForceInch ,
                                                   unit:OunceImperial ,
                                                   unit:OunceMass ,
                                                   unit:OuncePerCubicInch ,
                                                   unit:OuncePerGallon ,
                                                   unit:OuncePerSquareFoot ,
                                                   unit:OuncePerSquareYard ,
                                                   unit:PintImperial ,
                                                   unit:PoundDegreeFahrenheit ,
                                                   unit:PoundDegreeRankine ,
                                                   unit:PoundForce ,
                                                   unit:PoundForceFoot ,
                                                   unit:PoundForceInch ,
                                                   unit:PoundForcePerFoot ,
                                                   unit:PoundForcePerInch ,
                                                   unit:PoundForcePerPound ,
                                                   unit:PoundForcePerSquareFoot ,
                                                   unit:PoundForcePerSquareInch ,
                                                   unit:PoundForceSecondPerSquareFoot ,
                                                   unit:PoundForceSecondPerSquareInch ,
                                                   unit:PoundMass ,
                                                   unit:PoundPerCubicFoot ,
                                                   unit:PoundPerCubicInch ,
                                                   unit:PoundPerCubicYard ,
                                                   unit:PoundPerFoot ,
                                                   unit:PoundPerFootHour ,
                                                   unit:PoundPerFootSecond ,
                                                   unit:PoundPerGallon ,
                                                   unit:PoundPerHour ,
                                                   unit:PoundPerInch ,
                                                   unit:PoundPerMinute ,
                                                   unit:PoundPerSquareFoot ,
                                                   unit:Poundal ,
                                                   unit:PoundalPerSquareFoot ,
                                                   unit:Rod ,
                                                   unit:SecondSquareFoot ,
                                                   unit:SecondTime ,
                                                   unit:SecondTimeSquared ,
                                                   unit:Slug ,
                                                   unit:SlugPerCubicFoot ,
                                                   unit:SlugPerFoot ,
                                                   unit:SlugPerSecond ,
                                                   unit:SlugPerSquareFoot ,
                                                   unit:SquareFoot ,
                                                   unit:SquareFootDegreeFahrenheit ,
                                                   unit:SquareFootHourDegreeFahrenheit ,
                                                   unit:SquareFootHourDegreeFahrenheitPerBtu ,
                                                   unit:SquareFootPerBtuInch ,
                                                   unit:SquareFootPerHour ,
                                                   unit:SquareFootPerSecond ,
                                                   unit:SquareFootSecondDegreeFahrenheit ,
                                                   unit:SquareInch ,
                                                   unit:SquareMile ,
                                                   unit:SquareYard ,
                                                   unit:Tablespoon ,
                                                   unit:Teaspoon ,
                                                   unit:TonLong ,
                                                   unit:TonLongPerCubicYard ,
                                                   unit:TonShortPerHour ,
                                                   unit:Yard ;
                            
                            skos:exactMatch <http://dbpedia.org/resource/Imperial_units> ;
                            
                            qudt:abbreviation "Imperial"^^xsd:string ;
                            
                            rdfs:label "System of units_Imperial"^^xsd:string .



###  http://qudt.org/vocab/unit#SystemOfUnits_MKS

unit:SystemOfUnits_MKS rdf:type owl:NamedIndividual ,
                                qudt:SystemOfUnits ;
                       
                       skos:exactMatch <http://dbpedia.org/resource/MKS_system_of_units> ;
                       
                       rdfs:label "MKS System of Units"^^xsd:string .



###  http://qudt.org/vocab/unit#SystemOfUnits_Planck

unit:SystemOfUnits_Planck rdf:type owl:NamedIndividual ,
                                   qudt:SystemOfNaturalUnits ,
                                   qudt:SystemOfUnits ;
                          
                          qudt:systemAllowedUnit unit:Ampere ,
                                                 unit:Coulomb ,
                                                 unit:CubicMeter ,
                                                 unit:Joule ,
                                                 unit:Kelvin ,
                                                 unit:Kilogram ,
                                                 unit:KilogramMeterPerSecond ,
                                                 unit:KilogramPerCubicMeter ,
                                                 unit:Meter ,
                                                 unit:Newton ,
                                                 unit:Ohm ,
                                                 unit:Pascal ,
                                                 unit:SecondTime ,
                                                 unit:SquareMeter ,
                                                 unit:Volt ,
                                                 unit:Watt ;
                          
                          qudt:systemBaseUnit unit:PlanckCharge ,
                                              unit:PlanckLength ,
                                              unit:PlanckMass ,
                                              unit:PlanckTemperature ,
                                              unit:PlanckTime ,
                                              unit:Unitless ;
                          
                          qudt:systemDerivedUnit unit:PlanckArea ,
                                                 unit:PlanckCurrent ,
                                                 unit:PlanckCurrentDensity ,
                                                 unit:PlanckDensity ,
                                                 unit:PlanckEnergy ,
                                                 unit:PlanckForce ,
                                                 unit:PlanckFrequency ,
                                                 unit:PlanckMomentum ,
                                                 unit:PlanckPower ,
                                                 unit:PlanckPressure ,
                                                 unit:PlanckResistance ,
                                                 unit:PlanckVolt ,
                                                 unit:PlanckVolume ;
                          
                          skos:exactMatch <http://dbpedia.org/resource/Planck_units> ;
                          
                          qudt:abbreviation "Planck"^^xsd:string ;
                          
                          qudt:description "Planck units are unique among systems of natural units, because they are not defined in terms of properties of any prototype, physical object, or even elementary particle.  [Wikipedia]"^^xsd:string ;
                          
                          rdfs:label "Planck System of Units"^^xsd:string .



###  http://qudt.org/vocab/unit#SystemOfUnits_SI

unit:SystemOfUnits_SI rdf:type owl:NamedIndividual ,
                               qudt:SystemOfUnits ;
                      
                      qudt:systemAllowedUnit unit:AmperePerDegree ,
                                             unit:ArcMinute ,
                                             unit:ArcSecond ,
                                             unit:CubicCentimeter ,
                                             unit:CubicMeterPerHour ,
                                             unit:Day ,
                                             unit:DegreeAngle ,
                                             unit:DegreeCelsius ,
                                             unit:DegreePerHour ,
                                             unit:DegreePerSecond ,
                                             unit:DegreePerSecondSquared ,
                                             unit:ElectronVolt ,
                                             unit:Femtometer ,
                                             unit:Gram ,
                                             unit:Hour ,
                                             unit:KiloPascal ,
                                             unit:KiloPascalAbsolute ,
                                             unit:KilogramPerHour ,
                                             unit:Kilometer ,
                                             unit:Liter ,
                                             unit:MetricTon ,
                                             unit:MicroFarad ,
                                             unit:MicroHenry ,
                                             unit:MilliHenry ,
                                             unit:MinuteTime ,
                                             unit:NanoFarad ,
                                             unit:PicoFarad ,
                                             unit:RadianPerMinute ,
                                             unit:Revolution ,
                                             unit:RevolutionPerHour ,
                                             unit:RevolutionPerMinute ,
                                             unit:RevolutionPerSecond ,
                                             unit:SquareCentimeter ,
                                             unit:UnifiedAtomicMassUnit ;
                      
                      qudt:systemBaseUnit unit:Ampere ,
                                          unit:Candela ,
                                          unit:Kelvin ,
                                          unit:Kilogram ,
                                          unit:Meter ,
                                          unit:Mole ,
                                          unit:SecondTime ,
                                          unit:Unitless ;
                      
                      qudt:systemCoherentDerivedUnit unit:AmperePerJoule ,
                                                     unit:AmperePerMeter ,
                                                     unit:AmperePerRadian ,
                                                     unit:AmperePerSquareMeter ,
                                                     unit:AmpereTurn ,
                                                     unit:AmpereTurnPerMeter ,
                                                     unit:Becquerel ,
                                                     unit:CandelaPerSquareMeter ,
                                                     unit:Coulomb ,
                                                     unit:CoulombMeter ,
                                                     unit:CoulombPerCubicMeter ,
                                                     unit:CoulombPerKilogram ,
                                                     unit:CoulombPerMeter ,
                                                     unit:CoulombPerMole ,
                                                     unit:CoulombPerSquareMeter ,
                                                     unit:CoulombSquareMeter ,
                                                     unit:CubicCoulombMeterPerSquareJoule ,
                                                     unit:CubicMeter ,
                                                     unit:CubicMeterPerKelvin ,
                                                     unit:CubicMeterPerKilogram ,
                                                     unit:CubicMeterPerKilogramSecondSquared ,
                                                     unit:CubicMeterPerMole ,
                                                     unit:CubicMeterPerSecond ,
                                                     unit:Farad ,
                                                     unit:FaradPerMeter ,
                                                     unit:Gray ,
                                                     unit:GrayPerSecond ,
                                                     unit:Henry ,
                                                     unit:HenryPerMeter ,
                                                     unit:Hertz ,
                                                     unit:HertzPerKelvin ,
                                                     unit:HertzPerTesla ,
                                                     unit:HertzPerVolt ,
                                                     unit:Joule ,
                                                     unit:JouleMeterPerMole ,
                                                     unit:JoulePerCubicMeter ,
                                                     unit:JoulePerCubicMeterKelvin ,
                                                     unit:JoulePerKelvin ,
                                                     unit:JoulePerKilogram ,
                                                     unit:JoulePerKilogramKelvin ,
                                                     unit:JoulePerKilogramKelvinPerCubicMeter ,
                                                     unit:JoulePerKilogramKelvinPerPascal ,
                                                     unit:JoulePerMole ,
                                                     unit:JoulePerMoleKelvin ,
                                                     unit:JoulePerSquareMeter ,
                                                     unit:JoulePerSquareTesla ,
                                                     unit:JoulePerTesla ,
                                                     unit:JouleSecond ,
                                                     unit:JouleSecondPerMole ,
                                                     unit:Katal ,
                                                     unit:KelvinPerSecond ,
                                                     unit:KelvinPerTesla ,
                                                     unit:KelvinPerWatt ,
                                                     unit:KilogramKelvin ,
                                                     unit:KilogramMeterPerSecond ,
                                                     unit:KilogramMeterSquared ,
                                                     unit:KilogramPerCubicMeter ,
                                                     unit:KilogramPerMeter ,
                                                     unit:KilogramPerMole ,
                                                     unit:KilogramPerSecond ,
                                                     unit:KilogramPerSquareMeter ,
                                                     unit:KilogramSecondSquared ,
                                                     unit:Lumen ,
                                                     unit:LumenPerWatt ,
                                                     unit:LumenSecond ,
                                                     unit:Lux ,
                                                     unit:MeterKelvin ,
                                                     unit:MeterKelvinPerWatt ,
                                                     unit:MeterKilogram ,
                                                     unit:MeterPerFarad ,
                                                     unit:MeterPerKelvin ,
                                                     unit:MeterPerSecond ,
                                                     unit:MeterPerSecondSquared ,
                                                     unit:MoleKelvin ,
                                                     unit:MolePerCubicMeter ,
                                                     unit:MolePerKilogram ,
                                                     unit:Newton ,
                                                     unit:NewtonMeter ,
                                                     unit:NewtonPerCoulomb ,
                                                     unit:NewtonPerKilogram ,
                                                     unit:NewtonPerMeter ,
                                                     unit:Ohm ,
                                                     unit:Pascal ,
                                                     unit:PascalPerSecond ,
                                                     unit:PascalSecond ,
                                                     unit:PerCubicMeter ,
                                                     unit:PerMeter ,
                                                     unit:PerMeterKelvin ,
                                                     unit:PerMole ,
                                                     unit:PerSecond ,
                                                     unit:PerTeslaMeter ,
                                                     unit:PerTeslaSecond ,
                                                     unit:QuarticCoulombMeterPerCubicEnergy ,
                                                     unit:Radian ,
                                                     unit:RadianPerSecond ,
                                                     unit:RadianPerSecondSquared ,
                                                     unit:SecondTimeSquared ,
                                                     unit:Siemens ,
                                                     unit:Sievert ,
                                                     unit:SquareCoulombMeterPerJoule ,
                                                     unit:SquareMeter ,
                                                     unit:SquareMeterKelvin ,
                                                     unit:SquareMeterKelvinPerWatt ,
                                                     unit:SquareMeterPerKelvin ,
                                                     unit:SquareMeterPerSecond ,
                                                     unit:SquareMeterSteradian ,
                                                     unit:Steradian ,
                                                     unit:Tesla ,
                                                     unit:TeslaMeter ,
                                                     unit:TeslaSecond ,
                                                     unit:Volt ,
                                                     unit:VoltMeter ,
                                                     unit:VoltPerMeter ,
                                                     unit:VoltPerSecond ,
                                                     unit:VoltPerSquareMeter ,
                                                     unit:Watt ,
                                                     unit:WattPerMeterKelvin ,
                                                     unit:WattPerSquareMeter ,
                                                     unit:WattPerSquareMeterKelvin ,
                                                     unit:WattPerSquareMeterQuarticKelvin ,
                                                     unit:WattPerSquareMeterSteradian ,
                                                     unit:WattPerSteradian ,
                                                     unit:WattSquareMeter ,
                                                     unit:WattSquareMeterPerSteradian ,
                                                     unit:Weber ;
                      
                      qudt:systemPrefixUnit unit:Atto ,
                                            unit:Centi ,
                                            unit:Deca ,
                                            unit:Deci ,
                                            unit:Exa ,
                                            unit:Femto ,
                                            unit:Giga ,
                                            unit:Hecto ,
                                            unit:Kilo ,
                                            unit:Mega ,
                                            unit:Micro ,
                                            unit:Milli ,
                                            unit:Nano ,
                                            unit:Peta ,
                                            unit:Pico ,
                                            unit:Tera ,
                                            unit:Yocto ,
                                            unit:Yotta ,
                                            unit:Zepto ,
                                            unit:Zetta ;
                      
                      skos:exactMatch <http://dbpedia.org/resource/International_System_of_Units> ;
                      
                      qudt:abbreviation "SI"^^xsd:string ;
                      
                      rdfs:label "International System of Units"^^xsd:string .



###  http://qudt.org/vocab/unit#SystemOfUnits_USCustomary

unit:SystemOfUnits_USCustomary rdf:type owl:NamedIndividual ,
                                        qudt:SystemOfUnits ;
                               
                               qudt:systemDefinedUnit unit:Acre ,
                                                      unit:AcreFoot ,
                                                      unit:ArcMinute ,
                                                      unit:ArcSecond ,
                                                      unit:Barrel ,
                                                      unit:BoardFoot ,
                                                      unit:BritishThermalUnitInternationalTable ,
                                                      unit:BtuFoot ,
                                                      unit:BtuFootPerSquareFootHourDegreeFahrenheit ,
                                                      unit:BtuInch ,
                                                      unit:BtuInchPerSquareFootHourDegreeFahrenheit ,
                                                      unit:BtuInchPerSquareFootSecondDegreeFahrenheit ,
                                                      unit:BtuPerDegreeFahrenheit ,
                                                      unit:BtuPerHour ,
                                                      unit:BtuPerHourSquareFoot ,
                                                      unit:BtuPerPound ,
                                                      unit:BtuPerPoundDegreeFahrenheit ,
                                                      unit:BtuPerSecond ,
                                                      unit:BtuPerSecondSquareFoot ,
                                                      unit:BtuPerSquareFoot ,
                                                      unit:BtuPerSquareFootHourDegreeFahrenheit ,
                                                      unit:BtuPerSquareFootSecondDegreeFahrenheit ,
                                                      unit:Bushel ,
                                                      unit:CalorieThermochemical ,
                                                      unit:Chain ,
                                                      unit:Cord ,
                                                      unit:CubicFoot ,
                                                      unit:CubicFootPerMinute ,
                                                      unit:CubicFootPerSecond ,
                                                      unit:CubicInch ,
                                                      unit:CubicInchPerMinute ,
                                                      unit:CubicYard ,
                                                      unit:CubicYardPerMinute ,
                                                      unit:Day ,
                                                      unit:DegreeAngle ,
                                                      unit:DegreeFahrenheit ,
                                                      unit:DegreeFahrenheitHour ,
                                                      unit:DegreeFahrenheitHourPerBtu ,
                                                      unit:DegreePerHour ,
                                                      unit:DegreePerMinute ,
                                                      unit:DegreePerSecond ,
                                                      unit:DegreePerSecondSquared ,
                                                      unit:DryGallonUS ,
                                                      unit:DryPintUS ,
                                                      unit:DryQuartUS ,
                                                      unit:Fathom ,
                                                      unit:Foot ,
                                                      unit:FootLambert ,
                                                      unit:FootPerHour ,
                                                      unit:FootPerMinute ,
                                                      unit:FootPerSecond ,
                                                      unit:FootPerSecondSquared ,
                                                      unit:FootPoundForce ,
                                                      unit:FootPoundForcePerHour ,
                                                      unit:FootPoundForcePerMinute ,
                                                      unit:FootPoundForcePerSecond ,
                                                      unit:FootPoundForcePerSquareFoot ,
                                                      unit:FootPoundForcePerSquareFootSecond ,
                                                      unit:FootPoundal ,
                                                      unit:FootUSSurvey ,
                                                      unit:Furlong ,
                                                      unit:GallonUS ,
                                                      unit:GallonUSPerDay ,
                                                      unit:GallonUSPerMinute ,
                                                      unit:Grain ,
                                                      unit:GrainPerGallon ,
                                                      unit:Horsepower ,
                                                      unit:Hour ,
                                                      unit:HourSquareFoot ,
                                                      unit:HundredWeightShort ,
                                                      unit:Inch ,
                                                      unit:InchPerSecond ,
                                                      unit:InchPerSecondSquared ,
                                                      unit:KilocaloriePerMinute ,
                                                      unit:KilocaloriePerSecond ,
                                                      unit:Knot ,
                                                      unit:KnotPerSecond ,
                                                      unit:LiquidCupUS ,
                                                      unit:LiquidOunceUS ,
                                                      unit:LiquidPintUS ,
                                                      unit:LiquidQuartUS ,
                                                      unit:MicroSecond ,
                                                      unit:MileInternational ,
                                                      unit:MilePerHour ,
                                                      unit:MilePerMinute ,
                                                      unit:MileUSStatute ,
                                                      unit:MilliSecond ,
                                                      unit:MinuteTime ,
                                                      unit:NauticalMile ,
                                                      unit:OunceForce ,
                                                      unit:OunceForceInch ,
                                                      unit:OunceMass ,
                                                      unit:OuncePerCubicInch ,
                                                      unit:OuncePerGallon ,
                                                      unit:OuncePerSquareFoot ,
                                                      unit:OuncePerSquareYard ,
                                                      unit:OunceTroy ,
                                                      unit:Peck ,
                                                      unit:PennyWeight ,
                                                      unit:PoundDegreeFahrenheit ,
                                                      unit:PoundForce ,
                                                      unit:PoundForceFoot ,
                                                      unit:PoundForceInch ,
                                                      unit:PoundForcePerFoot ,
                                                      unit:PoundForcePerInch ,
                                                      unit:PoundForcePerPound ,
                                                      unit:PoundForcePerSquareFoot ,
                                                      unit:PoundForcePerSquareInch ,
                                                      unit:PoundForceSecondPerSquareFoot ,
                                                      unit:PoundForceSecondPerSquareInch ,
                                                      unit:PoundMass ,
                                                      unit:PoundPerCubicFoot ,
                                                      unit:PoundPerCubicInch ,
                                                      unit:PoundPerCubicYard ,
                                                      unit:PoundPerFoot ,
                                                      unit:PoundPerFootHour ,
                                                      unit:PoundPerFootSecond ,
                                                      unit:PoundPerGallon ,
                                                      unit:PoundPerHour ,
                                                      unit:PoundPerInch ,
                                                      unit:PoundPerMinute ,
                                                      unit:PoundPerSquareFoot ,
                                                      unit:PoundTroy ,
                                                      unit:Poundal ,
                                                      unit:PoundalPerSquareFoot ,
                                                      unit:RegisterTon ,
                                                      unit:Rod ,
                                                      unit:SecondSquareFoot ,
                                                      unit:SecondTime ,
                                                      unit:SecondTimeSquared ,
                                                      unit:SlugPerFootSecond ,
                                                      unit:SquareFoot ,
                                                      unit:SquareFootDegreeFahrenheit ,
                                                      unit:SquareFootHourDegreeFahrenheit ,
                                                      unit:SquareFootHourDegreeFahrenheitPerBtu ,
                                                      unit:SquareFootPerBtuInch ,
                                                      unit:SquareFootPerHour ,
                                                      unit:SquareFootPerSecond ,
                                                      unit:SquareFootSecondDegreeFahrenheit ,
                                                      unit:SquareInch ,
                                                      unit:SquareMile ,
                                                      unit:SquareYard ,
                                                      unit:Tablespoon ,
                                                      unit:Teaspoon ,
                                                      unit:TonOfOilEquivalent ,
                                                      unit:TonOfRefrigeration ,
                                                      unit:TonShort ,
                                                      unit:TonShortPerCubicYard ,
                                                      unit:TonShortPerHour ,
                                                      unit:Yard ;
                               
                               skos:exactMatch <http://dbpedia.org/resource/United_States_customary_units> ;
                               
                               qudt:abbreviation "US Customary"^^xsd:string ;
                               
                               rdfs:label "US Customary Unit System"^^xsd:string .



###  http://qudt.org/vocab/unit#Tablespoon

unit:Tablespoon rdf:type owl:NamedIndividual ,
                         qudt:VolumeUnit ;
                
                skos:exactMatch <http://dbpedia.org/resource/Tablespoon> ;
                
                qudt:abbreviation "tbsp"^^xsd:string ;
                
                qudt:code "1795"^^xsd:string ;
                
                qudt:conversionMultiplier "1.47867656E-4"^^xsd:double ;
                
                qudt:conversionOffset "0.0"^^xsd:double ;
                
                qudt:symbol "tbsp"^^xsd:string ;
                
                rdfs:label "Tablespoon"^^xsd:string .



###  http://qudt.org/vocab/unit#TanzanianShilling

unit:TanzanianShilling rdf:type owl:NamedIndividual ,
                                qudt:CurrencyUnit ;
                       
                       skos:exactMatch <http://dbpedia.org/resource/Tanzanian_shilling> ;
                       
                       qudt:abbreviation "TZS"^^xsd:string ;
                       
                       qudt:code "834"^^xsd:string ;
                       
                       qudt:currencyExponent 2 ;
                       
                       qudt:description "Tanzania" ;
                       
                       rdfs:label "Tanzanian Shilling"^^xsd:string .



###  http://qudt.org/vocab/unit#Teaspoon

unit:Teaspoon rdf:type owl:NamedIndividual ,
                       qudt:VolumeUnit ;
              
              skos:exactMatch <http://dbpedia.org/resource/Teaspoon> ;
              
              qudt:abbreviation "tsp"^^xsd:string ;
              
              qudt:code "1800"^^xsd:string ;
              
              qudt:conversionMultiplier "4.92892187E-5"^^xsd:double ;
              
              qudt:conversionOffset "0.0"^^xsd:double ;
              
              qudt:symbol "tsp"^^xsd:string ;
              
              rdfs:label "Teaspoon"^^xsd:string .



###  http://qudt.org/vocab/unit#Tebi

unit:Tebi rdf:type owl:NamedIndividual ,
                   qudt:BinaryPrefixUnit ;
          
          skos:closeMatch <http://dbpedia.org/resource/Binary_prefix> ;
          
          qudt:conversionMultiplier "1.099511627776E12"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "Ti"^^xsd:string ;
          
          rdfs:label "Tebi"^^xsd:string .



###  http://qudt.org/vocab/unit#Tenge

unit:Tenge rdf:type owl:NamedIndividual ,
                    qudt:CurrencyUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Kazakhstani_tenge> ;
           
           qudt:abbreviation "KZT"^^xsd:string ;
           
           qudt:code "398"^^xsd:string ;
           
           qudt:currencyExponent 2 ;
           
           qudt:description "Kazakhstan" ;
           
           rdfs:label "Tenge"^^xsd:string .



###  http://qudt.org/vocab/unit#Tera

unit:Tera rdf:type owl:NamedIndividual ,
                   qudt:DecimalPrefixUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Tera> ;
          
          qudt:conversionMultiplier "1.0E12"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "T"^^xsd:string ;
          
          rdfs:label "Tera"^^xsd:string .



###  http://qudt.org/vocab/unit#Tesla

unit:Tesla rdf:type owl:NamedIndividual ,
                    qudt:MagneticFluxDensityUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Tesla> ;
           
           qudt:abbreviation "T"^^xsd:string ;
           
           qudt:code "1805"^^xsd:string ;
           
           qudt:conversionMultiplier "1.0"^^xsd:double ;
           
           qudt:conversionOffset "0.0"^^xsd:double ;
           
           qudt:symbol "T"^^xsd:string ;
           
           rdfs:label "Tesla"^^xsd:string .



###  http://qudt.org/vocab/unit#TeslaMeter

unit:TeslaMeter rdf:type owl:NamedIndividual ,
                         qudt:ElectricityAndMagnetismUnit ;
                
                qudt:abbreviation "m T"^^xsd:string ;
                
                qudt:conversionMultiplier "1.0"^^xsd:double ;
                
                qudt:conversionOffset "0.0"^^xsd:double ;
                
                qudt:symbol "m T"^^xsd:string ;
                
                rdfs:label "Tesla Meter"^^xsd:string .



###  http://qudt.org/vocab/unit#TeslaSecond

unit:TeslaSecond rdf:type owl:NamedIndividual ,
                          qudt:ElectricityAndMagnetismUnit ;
                 
                 qudt:abbreviation "s T"^^xsd:string ;
                 
                 qudt:conversionMultiplier "1.0"^^xsd:double ;
                 
                 qudt:conversionOffset "0.0"^^xsd:double ;
                 
                 qudt:symbol "s T"^^xsd:string ;
                 
                 rdfs:label "Tesla Second"^^xsd:string .



###  http://qudt.org/vocab/unit#Tex

unit:Tex rdf:type owl:NamedIndividual ,
                  qudt:MassPerLengthUnit ;
         
         skos:exactMatch <http://dbpedia.org/resource/Tex> ;
         
         qudt:abbreviation "tex"^^xsd:string ;
         
         qudt:code "1810"^^xsd:string ;
         
         qudt:conversionMultiplier "1.0E-6"^^xsd:double ;
         
         qudt:conversionOffset "0.0"^^xsd:double ;
         
         qudt:symbol "tex"^^xsd:string ;
         
         rdfs:label "Tex"^^xsd:string .



###  http://qudt.org/vocab/unit#ThermEEC

unit:ThermEEC rdf:type owl:NamedIndividual ,
                       qudt:EnergyAndWorkUnit ,
                       qudt:ThermalEnergyUnit ;
              
              qudt:abbreviation "therm (EC)"^^xsd:string ;
              
              qudt:code "1820"^^xsd:string ;
              
              qudt:conversionMultiplier "1.05506E8"^^xsd:double ;
              
              qudt:conversionOffset "0.0"^^xsd:double ;
              
              qudt:symbol "therm (EC)"^^xsd:string ;
              
              rdfs:label "Therm EC"^^xsd:string .



###  http://qudt.org/vocab/unit#ThermUS

unit:ThermUS rdf:type owl:NamedIndividual ,
                      qudt:EnergyAndWorkUnit ,
                      qudt:ThermalEnergyUnit ;
             
             qudt:abbreviation "therm (US)"^^xsd:string ;
             
             qudt:code "1830"^^xsd:string ;
             
             qudt:conversionMultiplier "1.054804E8"^^xsd:double ;
             
             qudt:conversionOffset "0.0"^^xsd:double ;
             
             qudt:symbol "therm (US)"^^xsd:string ;
             
             rdfs:label "Therm US"^^xsd:string .



###  http://qudt.org/vocab/unit#TonAssay

unit:TonAssay rdf:type owl:NamedIndividual ,
                       qudt:MassUnit ;
              
              qudt:abbreviation "AT"^^xsd:string ;
              
              qudt:code "1840"^^xsd:string ;
              
              qudt:conversionMultiplier "0.032666667"^^xsd:double ;
              
              qudt:conversionOffset "0.0"^^xsd:double ;
              
              qudt:symbol "AT"^^xsd:string ;
              
              rdfs:label "Ton Assay"^^xsd:string .



###  http://qudt.org/vocab/unit#TonEnergy

unit:TonEnergy rdf:type owl:NamedIndividual ,
                        qudt:EnergyAndWorkUnit ;
               
               qudt:abbreviation "t/lbf"^^xsd:string ;
               
               qudt:code "1845"^^xsd:string ;
               
               qudt:conversionMultiplier "4.184E9"^^xsd:double ;
               
               qudt:conversionOffset "0.0"^^xsd:double ;
               
               qudt:description "Energy equivalent of one ton of TNT"^^xsd:string ;
               
               qudt:symbol "t/lbf"^^xsd:string ;
               
               rdfs:label "Ton Energy"^^xsd:string .



###  http://qudt.org/vocab/unit#TonLong

unit:TonLong rdf:type owl:NamedIndividual ,
                      qudt:MassUnit ;
             
             qudt:abbreviation "ton"^^xsd:string ;
             
             qudt:code "1850"^^xsd:string ;
             
             qudt:conversionMultiplier "1016.0469088"^^xsd:double ;
             
             qudt:conversionOffset "0.0"^^xsd:double ;
             
             qudt:symbol "ton"^^xsd:string ;
             
             rdfs:label "Ton - Long"^^xsd:string .



###  http://qudt.org/vocab/unit#TonLongPerCubicYard

unit:TonLongPerCubicYard rdf:type owl:NamedIndividual ,
                                  qudt:MassPerVolumeUnit ;
                         
                         qudt:abbreviation "ton/yd^3"^^xsd:string ;
                         
                         qudt:code "1855"^^xsd:string ;
                         
                         qudt:conversionMultiplier "1328.9391836174336"^^xsd:double ;
                         
                         qudt:conversionOffset "0.0"^^xsd:double ;
                         
                         qudt:symbol "ton/yd^3"^^xsd:string ;
                         
                         rdfs:label "Ton Long per Cubic Yard"^^xsd:string .



###  http://qudt.org/vocab/unit#TonMetric

unit:TonMetric rdf:type owl:NamedIndividual ;
               
               qudt:exactMatch unit:MetricTon ;
               
               rdfs:label "Ton metric"^^xsd:string .



###  http://qudt.org/vocab/unit#TonOfOilEquivalent

unit:TonOfOilEquivalent rdf:type owl:NamedIndividual ,
                                 qudt:EnergyAndWorkUnit ;
                        
                        qudt:abbreviation "toe"^^xsd:string ;
                        
                        qudt:code "1865"^^xsd:string ;
                        
                        qudt:conversionMultiplier "4.1868E10"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:symbol "toe"^^xsd:string ;
                        
                        rdfs:label "Ton of Oil Equivalent"^^xsd:string .



###  http://qudt.org/vocab/unit#TonOfRefrigeration

unit:TonOfRefrigeration rdf:type owl:NamedIndividual ,
                                 qudt:HeatFlowRateUnit ;
                        
                        skos:exactMatch <http://dbpedia.org/resource/Ton_of_refrigeration> ;
                        
                        qudt:abbreviation "t/fg"^^xsd:string ;
                        
                        qudt:code "1870"^^xsd:string ;
                        
                        qudt:conversionMultiplier "3517.0"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:description "12000 btu per hour"^^xsd:string ;
                        
                        qudt:symbol "t/fg"^^xsd:string ;
                        
                        rdfs:label "Ton of Refrigeration"^^xsd:string .



###  http://qudt.org/vocab/unit#TonShort

unit:TonShort rdf:type owl:NamedIndividual ,
                       qudt:MassUnit ;
              
              qudt:abbreviation "ton"^^xsd:string ;
              
              qudt:code "1880"^^xsd:string ;
              
              qudt:conversionMultiplier "907.18474"^^xsd:double ;
              
              qudt:conversionOffset "0.0"^^xsd:double ;
              
              qudt:symbol "ton"^^xsd:string ;
              
              rdfs:label "Ton - Short"^^xsd:string .



###  http://qudt.org/vocab/unit#TonShortPerCubicYard

unit:TonShortPerCubicYard rdf:type owl:NamedIndividual ,
                                   qudt:MassPerVolumeUnit ;
                          
                          qudt:abbreviation "ton/yd"^^xsd:string ;
                          
                          qudt:code "1885"^^xsd:string ;
                          
                          qudt:conversionMultiplier "1186.552842515566"^^xsd:double ;
                          
                          qudt:conversionOffset "0.0"^^xsd:double ;
                          
                          qudt:symbol "ton/yd"^^xsd:string ;
                          
                          rdfs:label "Ton Short per Cubic Yard"^^xsd:string .



###  http://qudt.org/vocab/unit#TonShortPerHour

unit:TonShortPerHour rdf:type owl:NamedIndividual ,
                              qudt:MassPerTimeUnit ;
                     
                     qudt:abbreviation "ton/hr"^^xsd:string ;
                     
                     qudt:code "1875"^^xsd:string ;
                     
                     qudt:conversionMultiplier "0.251995761"^^xsd:double ;
                     
                     qudt:conversionOffset "0.0"^^xsd:double ;
                     
                     qudt:symbol "ton/hr"^^xsd:string ;
                     
                     rdfs:label "Short Ton per Hour"^^xsd:string .



###  http://qudt.org/vocab/unit#Torr

unit:Torr rdf:type owl:NamedIndividual ,
                   qudt:PressureOrStressUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Torr> ;
          
          qudt:abbreviation "torr"^^xsd:string ;
          
          qudt:code "1890"^^xsd:string ;
          
          qudt:conversionMultiplier "133.322"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "torr"^^xsd:string ;
          
          rdfs:label "Torr"^^xsd:string .



###  http://qudt.org/vocab/unit#TrinidadAndTobagoDollar

unit:TrinidadAndTobagoDollar rdf:type owl:NamedIndividual ,
                                      qudt:CurrencyUnit ;
                             
                             skos:exactMatch <http://dbpedia.org/resource/Trinidad_and_Tobago_dollar> ;
                             
                             qudt:abbreviation "TTD"^^xsd:string ;
                             
                             qudt:code "780"^^xsd:string ;
                             
                             qudt:currencyExponent 2 ;
                             
                             qudt:description "Trinidad and Tobago" ;
                             
                             rdfs:label "Trinidad and Tobago Dollar"^^xsd:string .



###  http://qudt.org/vocab/unit#Tugrik

unit:Tugrik rdf:type owl:NamedIndividual ,
                     qudt:CurrencyUnit ;
            
            skos:exactMatch <http://dbpedia.org/resource/Mongolian_t%C3%B6gr%C3%B6g> ;
            
            qudt:abbreviation "MNT"^^xsd:string ;
            
            qudt:code "496"^^xsd:string ;
            
            qudt:currencyExponent 2 ;
            
            qudt:description "Mongolia" ;
            
            rdfs:label "Tugrik"^^xsd:string .



###  http://qudt.org/vocab/unit#TunisianDinar

unit:TunisianDinar rdf:type owl:NamedIndividual ,
                            qudt:CurrencyUnit ;
                   
                   skos:exactMatch <http://dbpedia.org/resource/Tunisian_dinar> ;
                   
                   qudt:abbreviation "TND"^^xsd:string ;
                   
                   qudt:code "788"^^xsd:string ;
                   
                   qudt:currencyExponent 3 ;
                   
                   qudt:description "Tunisia" ;
                   
                   rdfs:label "Tunisian Dinar"^^xsd:string .



###  http://qudt.org/vocab/unit#UAEDirham

unit:UAEDirham rdf:type owl:NamedIndividual ,
                        qudt:CurrencyUnit ;
               
               skos:exactMatch <http://dbpedia.org/resource/United_Arab_Emirates_dirham> ;
               
               qudt:abbreviation "AED"^^xsd:string ;
               
               qudt:code "784"^^xsd:string ;
               
               qudt:currencyExponent 2 ;
               
               qudt:description "United Arab Emirates" ;
               
               rdfs:label "United Arab Emirates dirham"^^xsd:string .



###  http://qudt.org/vocab/unit#UICFranc

unit:UICFranc rdf:type owl:NamedIndividual ,
                       qudt:CurrencyUnit ;
              
              qudt:abbreviation "XFU"^^xsd:string ;
              
              qudt:description "International Union of Railways" ;
              
              rdfs:label "UIC franc (special settlement currency)"^^xsd:string .



###  http://qudt.org/vocab/unit#USDollar

unit:USDollar rdf:type owl:NamedIndividual ,
                       qudt:CurrencyUnit ;
              
              qudt:abbreviation "USD"^^xsd:string ;
              
              qudt:code "0555"^^xsd:string ,
                        "840"^^xsd:string ;
              
              qudt:currencyExponent 2 ;
              
              qudt:description "American Samoa, British Indian Ocean Territory, Ecuador, El Salvador, Guam, Haiti, Marshall Islands, Micronesia, Northern Mariana Islands, Palau, Panama, Puerto Rico, East Timor, Turks and Caicos Islands, United States, Virgin Islands" ;
              
              rdfs:label "US Dollar"^^xsd:string .



###  http://qudt.org/vocab/unit#USDollar-NextDay

unit:USDollar-NextDay rdf:type owl:NamedIndividual ,
                               qudt:CurrencyUnit ;
                      
                      qudt:abbreviation "USN"^^xsd:string ;
                      
                      qudt:code "997"^^xsd:string ;
                      
                      qudt:currencyExponent 2 ;
                      
                      qudt:description "United States" ;
                      
                      rdfs:label "United States Dollar (next day) (funds code)"^^xsd:string .



###  http://qudt.org/vocab/unit#USDollar-SameDay

unit:USDollar-SameDay rdf:type owl:NamedIndividual ,
                               qudt:CurrencyUnit ;
                      
                      qudt:code "998"^^xsd:string ;
                      
                      qudt:currencyExponent 2 ;
                      
                      qudt:description "United States" ;
                      
                      rdfs:label "United States Dollar (same day) (funds code)"^^xsd:string .



###  http://qudt.org/vocab/unit#UgandaShilling

unit:UgandaShilling rdf:type owl:NamedIndividual ,
                             qudt:CurrencyUnit ;
                    
                    skos:exactMatch <http://dbpedia.org/resource/Ugandan_shilling> ;
                    
                    qudt:abbreviation "UGX"^^xsd:string ;
                    
                    qudt:code "800"^^xsd:string ;
                    
                    qudt:currencyExponent 0 ;
                    
                    qudt:description "Uganda" ;
                    
                    rdfs:label "Uganda Shilling"^^xsd:string .



###  http://qudt.org/vocab/unit#UnidadDeValorReal

unit:UnidadDeValorReal rdf:type owl:NamedIndividual ,
                                qudt:CurrencyUnit ;
                       
                       qudt:abbreviation "COU"^^xsd:string ;
                       
                       qudt:code "970"^^xsd:string ;
                       
                       qudt:currencyExponent 2 ;
                       
                       qudt:description "Colombia" ;
                       
                       rdfs:label "Unidad de Valor Real"^^xsd:string .



###  http://qudt.org/vocab/unit#UnidadesDeFormento

unit:UnidadesDeFormento rdf:type owl:NamedIndividual ,
                                 qudt:CurrencyUnit ;
                        
                        qudt:abbreviation "CLF"^^xsd:string ;
                        
                        qudt:code "990"^^xsd:string ;
                        
                        qudt:currencyExponent 0 ;
                        
                        qudt:description "Chile" ;
                        
                        rdfs:label "Unidades de formento (Funds code)"^^xsd:string .



###  http://qudt.org/vocab/unit#UnifiedAtomicMassUnit

unit:UnifiedAtomicMassUnit rdf:type owl:NamedIndividual ,
                                    qudt:MassUnit ,
                                    qudt:UsedWithSIUnit ;
                           
                           skos:exactMatch <http://dbpedia.org/resource/Atomic_mass_unit> ;
                           
                           qudt:abbreviation "u"^^xsd:string ;
                           
                           qudt:code "1895"^^xsd:string ;
                           
                           qudt:conversionMultiplier "9.10938215E-31"^^xsd:double ;
                           
                           qudt:conversionOffset "0.0"^^xsd:double ;
                           
                           qudt:symbol "u"^^xsd:string ;
                           
                           rdfs:label "Unified Atomic Mass Unit"^^xsd:string .



###  http://qudt.org/vocab/unit#UnitPole

unit:UnitPole rdf:type owl:NamedIndividual ,
                       qudt:MagneticFluxUnit ;
              
              qudt:abbreviation "U/nWb"^^xsd:string ;
              
              qudt:code "1900"^^xsd:string ;
              
              qudt:conversionMultiplier "1.256637E-7"^^xsd:double ;
              
              qudt:conversionOffset "0.0"^^xsd:double ;
              
              qudt:description "A magnetic pole is a unit pole if it exerts a force of one dyne on another pole of equal strength at a distance of 1 cm. The strength of any given pole in cgs units is therefore numerically equal to the force in dynes which it exerts on a unit pole 1 cm away."^^xsd:string ;
              
              qudt:symbol "U/nWb"^^xsd:string ;
              
              rdfs:label "Unit Pole"^^xsd:string .



###  http://qudt.org/vocab/unit#Unitless

unit:Unitless rdf:type owl:NamedIndividual ,
                       qudt:DimensionlessUnit ;
              
              skos:closeMatch <http://dbpedia.org/resource/1_%28number%29> ;
              
              qudt:abbreviation "unitless"^^xsd:string ;
              
              qudt:conversionMultiplier "1.0"^^xsd:double ;
              
              qudt:conversionOffset "0.0"^^xsd:double ;
              
              qudt:description "An explicit unit to say something has no units."^^xsd:string ;
              
              qudt:symbol "U"^^xsd:string ;
              
              rdfs:label "Unitless"^^xsd:string .



###  http://qudt.org/vocab/unit#UruguayPeso

unit:UruguayPeso rdf:type owl:NamedIndividual ,
                          qudt:CurrencyUnit ;
                 
                 skos:exactMatch <http://dbpedia.org/resource/Uruguayan_peso> ;
                 
                 qudt:abbreviation "UYU"^^xsd:string ;
                 
                 qudt:code "858"^^xsd:string ;
                 
                 qudt:currencyExponent 2 ;
                 
                 qudt:description "Uruguay" ;
                 
                 rdfs:label "Peso Uruguayo"^^xsd:string .



###  http://qudt.org/vocab/unit#UzbekistanSom

unit:UzbekistanSom rdf:type owl:NamedIndividual ,
                            qudt:CurrencyUnit ;
                   
                   skos:exactMatch <http://dbpedia.org/resource/Uzbekistani_som> ;
                   
                   qudt:abbreviation "UZS"^^xsd:string ;
                   
                   qudt:code "860"^^xsd:string ;
                   
                   qudt:currencyExponent 2 ;
                   
                   qudt:description "Uzbekistan" ;
                   
                   rdfs:label "Uzbekistan Som"^^xsd:string .



###  http://qudt.org/vocab/unit#Vatu

unit:Vatu rdf:type owl:NamedIndividual ,
                   qudt:CurrencyUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Vanuatu_vatu> ;
          
          qudt:abbreviation "VUV"^^xsd:string ;
          
          qudt:code "548"^^xsd:string ;
          
          qudt:currencyExponent 0 ;
          
          qudt:description "Vanuatu" ;
          
          rdfs:label "Vatu"^^xsd:string .



###  http://qudt.org/vocab/unit#VenezuelanBolvar

unit:VenezuelanBolvar rdf:type owl:NamedIndividual ,
                               qudt:CurrencyUnit ;
                      
                      qudt:abbreviation "VEB"^^xsd:string ;
                      
                      qudt:code "937"^^xsd:string ;
                      
                      qudt:currencyExponent 2 ;
                      
                      qudt:description "Venezuela" ;
                      
                      rdfs:label "Venezuelan bol�var"^^xsd:string .



###  http://qudt.org/vocab/unit#VideoFrame

unit:VideoFrame rdf:type owl:NamedIndividual ,
                         qudt:EventUnit ;
                
                qudt:code "2022"^^xsd:string ;
                
                rdfs:label "Video Frame"^^xsd:string .



###  http://qudt.org/vocab/unit#VietnameseDong

unit:VietnameseDong rdf:type owl:NamedIndividual ,
                             qudt:CurrencyUnit ;
                    
                    qudt:abbreviation "VND"^^xsd:string ;
                    
                    qudt:code "704"^^xsd:string ;
                    
                    qudt:currencyExponent 0 ;
                    
                    qudt:description "Vietnam" ;
                    
                    rdfs:label "Vietnamese ??ng"^^xsd:string .



###  http://qudt.org/vocab/unit#Volt

unit:Volt rdf:type owl:NamedIndividual ,
                   qudt:EnergyPerElectricChargeUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Volt> ;
          
          qudt:abbreviation "V"^^xsd:string ;
          
          qudt:code "1905"^^xsd:string ;
          
          qudt:conversionMultiplier "1.0"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "V"^^xsd:string ;
          
          rdfs:label "Volt"^^xsd:string .



###  http://qudt.org/vocab/unit#VoltMeter

unit:VoltMeter rdf:type owl:NamedIndividual ,
                        qudt:ElectricFluxUnit ;
               
               qudt:abbreviation "m V"^^xsd:string ;
               
               qudt:conversionMultiplier "1.0"^^xsd:double ;
               
               qudt:conversionOffset "0.0"^^xsd:double ;
               
               qudt:symbol "m V"^^xsd:string ;
               
               rdfs:label "Volt Meter"^^xsd:string .



###  http://qudt.org/vocab/unit#VoltPerMeter

unit:VoltPerMeter rdf:type owl:NamedIndividual ,
                           qudt:ElectricFieldStrengthUnit ;
                  
                  qudt:abbreviation "V/m"^^xsd:string ;
                  
                  qudt:code "1910"^^xsd:string ;
                  
                  qudt:conversionMultiplier "1.0"^^xsd:double ;
                  
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  
                  qudt:symbol "V m^-1"^^xsd:string ;
                  
                  rdfs:label "Volt per Meter"^^xsd:string .



###  http://qudt.org/vocab/unit#VoltPerSecond

unit:VoltPerSecond rdf:type owl:NamedIndividual ,
                            qudt:PowerPerElectricChargeUnit ;
                   
                   qudt:abbreviation "V / sec"^^xsd:string ;
                   
                   qudt:conversionMultiplier "1.0"^^xsd:double ;
                   
                   qudt:conversionOffset "0.0"^^xsd:double ;
                   
                   qudt:symbol "V / sec"^^xsd:string ;
                   
                   rdfs:label "Volt per second"^^xsd:string .



###  http://qudt.org/vocab/unit#VoltPerSquareMeter

unit:VoltPerSquareMeter rdf:type owl:NamedIndividual ,
                                 qudt:ElectricityAndMagnetismUnit ;
                        
                        qudt:abbreviation "V m^-2"^^xsd:string ;
                        
                        qudt:conversionMultiplier "1.0"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:symbol "V m^-2"^^xsd:string ;
                        
                        rdfs:label "Volt per Square Meter"^^xsd:string .



###  http://qudt.org/vocab/unit#WIREuro

unit:WIREuro rdf:type owl:NamedIndividual ,
                      qudt:CurrencyUnit ;
             
             qudt:abbreviation "CHE"^^xsd:string ;
             
             qudt:code "947"^^xsd:string ;
             
             qudt:currencyExponent 2 ;
             
             qudt:description "Switzerland" ;
             
             rdfs:label "WIR Euro (complementary currency)"^^xsd:string .



###  http://qudt.org/vocab/unit#WIRFranc

unit:WIRFranc rdf:type owl:NamedIndividual ,
                       qudt:CurrencyUnit ;
              
              qudt:abbreviation "CHW"^^xsd:string ;
              
              qudt:code "948"^^xsd:string ;
              
              qudt:currencyExponent 2 ;
              
              qudt:description "Switzerland" ;
              
              rdfs:label "WIR Franc (complementary currency)"^^xsd:string .



###  http://qudt.org/vocab/unit#Watt

unit:Watt rdf:type owl:NamedIndividual ,
                   qudt:HeatFlowRateUnit ,
                   qudt:PowerUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Watt> ;
          
          qudt:abbreviation "W"^^xsd:string ;
          
          qudt:code "1920"^^xsd:string ;
          
          qudt:conversionMultiplier "1.0"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "W"^^xsd:string ;
          
          rdfs:label "Watt"^^xsd:string .



###  http://qudt.org/vocab/unit#WattPerMeterKelvin

unit:WattPerMeterKelvin rdf:type owl:NamedIndividual ,
                                 qudt:ThermalConductivityUnit ;
                        
                        qudt:abbreviation "W/(m*K)"^^xsd:string ;
                        
                        qudt:code "1930"^^xsd:string ;
                        
                        qudt:conversionMultiplier "1.0"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:symbol "W/(m*K)"^^xsd:string ;
                        
                        rdfs:label "Watt per Meter Kelvin"^^xsd:string .



###  http://qudt.org/vocab/unit#WattPerSquareCentimeter

unit:WattPerSquareCentimeter rdf:type owl:NamedIndividual ,
                                      qudt:PowerPerAreaUnit ;
                             
                             qudt:abbreviation "W/cm^2"^^xsd:string ;
                             
                             qudt:code "1935"^^xsd:string ;
                             
                             qudt:conversionMultiplier "10000.0"^^xsd:double ;
                             
                             qudt:conversionOffset "0.0"^^xsd:double ;
                             
                             qudt:symbol "W/cm^2"^^xsd:string ;
                             
                             rdfs:label "Watt per Square Centimeter"^^xsd:string .



###  http://qudt.org/vocab/unit#WattPerSquareFoot

unit:WattPerSquareFoot rdf:type owl:NamedIndividual ,
                                qudt:PowerPerAreaUnit ;
                       
                       qudt:abbreviation "W/ft^2"^^xsd:string ;
                       
                       qudt:conversionMultiplier "10.7639104"^^xsd:double ;
                       
                       qudt:conversionOffset "0.0"^^xsd:double ;
                       
                       qudt:symbol "W/ft^2"^^xsd:string ;
                       
                       rdfs:label "Watt per Square Foot"^^xsd:string .



###  http://qudt.org/vocab/unit#WattPerSquareInch

unit:WattPerSquareInch rdf:type owl:NamedIndividual ,
                                qudt:PowerPerAreaUnit ;
                       
                       qudt:abbreviation "W/in^2"^^xsd:string ;
                       
                       qudt:code "1940"^^xsd:string ;
                       
                       qudt:conversionMultiplier "1550.0031"^^xsd:double ;
                       
                       qudt:conversionOffset "0.0"^^xsd:double ;
                       
                       qudt:symbol "W/in^2"^^xsd:string ;
                       
                       rdfs:label "Watt per Square Inch"^^xsd:string .



###  http://qudt.org/vocab/unit#WattPerSquareMeter

unit:WattPerSquareMeter rdf:type owl:NamedIndividual ,
                                 qudt:PowerPerAreaUnit ;
                        
                        qudt:abbreviation "W/m^2"^^xsd:string ;
                        
                        qudt:code "1950"^^xsd:string ;
                        
                        qudt:conversionMultiplier "1.0"^^xsd:double ;
                        
                        qudt:conversionOffset "0.0"^^xsd:double ;
                        
                        qudt:description "Heat flux density, irradiance, power density"^^xsd:string ;
                        
                        qudt:symbol "W/m^2"^^xsd:string ;
                        
                        rdfs:label "Watt per Square Meter"^^xsd:string .



###  http://qudt.org/vocab/unit#WattPerSquareMeterKelvin

unit:WattPerSquareMeterKelvin rdf:type owl:NamedIndividual ,
                                       qudt:CoefficientOfHeatTransferUnit ;
                              
                              qudt:abbreviation "W/(m^2-K)"^^xsd:string ;
                              
                              qudt:code "1955"^^xsd:string ;
                              
                              qudt:conversionMultiplier "1.0"^^xsd:double ;
                              
                              qudt:conversionOffset "0.0"^^xsd:double ;
                              
                              qudt:symbol "W/(m^2-K)"^^xsd:string ;
                              
                              rdfs:label "Watt per Square Meter Kelvin"^^xsd:string .



###  http://qudt.org/vocab/unit#WattPerSquareMeterQuarticKelvin

unit:WattPerSquareMeterQuarticKelvin rdf:type owl:NamedIndividual ,
                                              qudt:ThermodynamicsUnit ;
                                     
                                     qudt:abbreviation "W m^-2 K^-4"^^xsd:string ;
                                     
                                     qudt:conversionMultiplier "1.0"^^xsd:double ;
                                     
                                     qudt:conversionOffset "0.0"^^xsd:double ;
                                     
                                     qudt:symbol "W m^-2 K^-4"^^xsd:string ;
                                     
                                     rdfs:label "Watt per Square Meter Quartic Kelvin"^^xsd:string .



###  http://qudt.org/vocab/unit#WattPerSquareMeterSteradian

unit:WattPerSquareMeterSteradian rdf:type owl:NamedIndividual ,
                                          qudt:RadianceUnit ;
                                 
                                 qudt:abbreviation "W/(m^2-sr)"^^xsd:string ;
                                 
                                 qudt:code "1960"^^xsd:string ;
                                 
                                 qudt:conversionMultiplier "1.0"^^xsd:double ;
                                 
                                 qudt:conversionOffset "0.0"^^xsd:double ;
                                 
                                 qudt:description "Radiance"^^xsd:string ;
                                 
                                 qudt:symbol "W/(m^2-sr)"^^xsd:string ;
                                 
                                 rdfs:label "Watt per Square Meter Steradian"^^xsd:string .



###  http://qudt.org/vocab/unit#WattPerSteradian

unit:WattPerSteradian rdf:type owl:NamedIndividual ,
                               qudt:RadiantIntensityUnit ;
                      
                      qudt:abbreviation "W sr^-1"^^xsd:string ;
                      
                      qudt:code "1965"^^xsd:string ;
                      
                      qudt:conversionMultiplier "1.0"^^xsd:double ;
                      
                      qudt:conversionOffset "0.0"^^xsd:double ;
                      
                      rdfs:label "Watt per Steradian"^^xsd:string .



###  http://qudt.org/vocab/unit#WattSquareMeter

unit:WattSquareMeter rdf:type owl:NamedIndividual ,
                              qudt:ThermodynamicsUnit ;
                     
                     qudt:abbreviation "W m^2"^^xsd:string ;
                     
                     qudt:conversionMultiplier "1.0"^^xsd:double ;
                     
                     qudt:conversionOffset "0.0"^^xsd:double ;
                     
                     qudt:symbol "W m^2"^^xsd:string ;
                     
                     rdfs:label "Watt Square Meter"^^xsd:string .



###  http://qudt.org/vocab/unit#WattSquareMeterPerSteradian

unit:WattSquareMeterPerSteradian rdf:type owl:NamedIndividual ,
                                          qudt:ThermodynamicsUnit ;
                                 
                                 qudt:abbreviation "W m^2 sr^-1"^^xsd:string ;
                                 
                                 qudt:conversionMultiplier "1.0"^^xsd:double ;
                                 
                                 qudt:conversionOffset "0.0"^^xsd:double ;
                                 
                                 qudt:symbol "W m^2 sr^-1"^^xsd:string ;
                                 
                                 rdfs:label "Watt Square Meter per Steradian"^^xsd:string .



###  http://qudt.org/vocab/unit#Watthour

unit:Watthour rdf:type owl:NamedIndividual ,
                       qudt:EnergyAndWorkUnit ;
              
              skos:exactMatch <http://dbpedia.org/resource/Kilowatt_hour> ;
              
              qudt:abbreviation "W-hr"^^xsd:string ;
              
              qudt:code "1925"^^xsd:string ;
              
              qudt:conversionMultiplier "3600.0"^^xsd:double ;
              
              qudt:conversionOffset "0.0"^^xsd:double ;
              
              qudt:symbol "W-hr"^^xsd:string ;
              
              rdfs:label "Watthour"^^xsd:string .



###  http://qudt.org/vocab/unit#Weber

unit:Weber rdf:type owl:NamedIndividual ,
                    qudt:MagneticFluxUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Weber> ;
           
           qudt:abbreviation "Wb"^^xsd:string ;
           
           qudt:code "1970"^^xsd:string ;
           
           qudt:conversionMultiplier "1.0"^^xsd:double ;
           
           qudt:conversionOffset "0.0"^^xsd:double ;
           
           qudt:symbol "Wb"^^xsd:string ;
           
           rdfs:label "Weber"^^xsd:string .



###  http://qudt.org/vocab/unit#Yard

unit:Yard rdf:type owl:NamedIndividual ,
                   qudt:LengthUnit ;
          
          skos:exactMatch <http://dbpedia.org/resource/Yard> ;
          
          qudt:abbreviation "yd"^^xsd:string ;
          
          qudt:code "1975"^^xsd:string ;
          
          qudt:conversionMultiplier "0.9144"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "yd"^^xsd:string ;
          
          rdfs:label "Yard"^^xsd:string .



###  http://qudt.org/vocab/unit#Year365Day

unit:Year365Day rdf:type owl:NamedIndividual ,
                         qudt:TimeUnit ;
                
                qudt:abbreviation "yr"^^xsd:string ;
                
                qudt:code "1980"^^xsd:string ;
                
                qudt:conversionMultiplier "3.1536E7"^^xsd:double ;
                
                qudt:conversionOffset "0.0"^^xsd:double ;
                
                qudt:symbol "yr"^^xsd:string ;
                
                rdfs:label "Year (365 Day)"^^xsd:string .



###  http://qudt.org/vocab/unit#YearSidereal

unit:YearSidereal rdf:type owl:NamedIndividual ,
                           qudt:TimeUnit ;
                  
                  qudt:abbreviation "yr"^^xsd:string ;
                  
                  qudt:code "1985"^^xsd:string ;
                  
                  qudt:conversionMultiplier "3.15581497632E7"^^xsd:double ;
                  
                  qudt:conversionOffset "0.0"^^xsd:double ;
                  
                  qudt:description "A sidereal year is the time taken for Sun to return to the same position with respect to the stars of the celestial sphere."^^xsd:string ;
                  
                  qudt:symbol "yr"^^xsd:string ;
                  
                  rdfs:label "Year Sidereal"^^xsd:string .



###  http://qudt.org/vocab/unit#YearTropical

unit:YearTropical rdf:type owl:NamedIndividual ,
                           qudt:TimeUnit ;
                  
                  qudt:abbreviation "yr"^^xsd:string ;
                  
                  qudt:code "1990"^^xsd:string ;
                  
                  qudt:symbol "yr"^^xsd:string ;
                  
                  rdfs:label "Year Tropical"^^xsd:string .



###  http://qudt.org/vocab/unit#YemeniRial

unit:YemeniRial rdf:type owl:NamedIndividual ,
                         qudt:CurrencyUnit ;
                
                skos:exactMatch <http://dbpedia.org/resource/Yemeni_rial> ;
                
                qudt:abbreviation "YER"^^xsd:string ;
                
                qudt:code "886"^^xsd:string ;
                
                qudt:currencyExponent 0 ;
                
                qudt:description "Yemen" ;
                
                rdfs:label "Yemeni Rial"^^xsd:string .



###  http://qudt.org/vocab/unit#Yobi

unit:Yobi rdf:type owl:NamedIndividual ,
                   qudt:BinaryPrefixUnit ;
          
          skos:closeMatch <http://dbpedia.org/resource/Binary_prefix> ;
          
          qudt:conversionMultiplier "1.2089258196146292E24"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "Yi"^^xsd:string ;
          
          rdfs:label "Yobi"^^xsd:string .



###  http://qudt.org/vocab/unit#Yocto

unit:Yocto rdf:type owl:NamedIndividual ,
                    qudt:DecimalPrefixUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Yocto-> ;
           
           qudt:conversionMultiplier "1.0E-24"^^xsd:double ;
           
           qudt:conversionOffset "0.0"^^xsd:double ;
           
           qudt:symbol "y"^^xsd:string ;
           
           rdfs:label "Yocto"^^xsd:string .



###  http://qudt.org/vocab/unit#Yotta

unit:Yotta rdf:type owl:NamedIndividual ,
                    qudt:DecimalPrefixUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Yotta-> ;
           
           qudt:conversionMultiplier "1.0E24"^^xsd:double ;
           
           qudt:conversionOffset "0.0"^^xsd:double ;
           
           qudt:symbol "Y"^^xsd:string ;
           
           rdfs:label "Yotta"^^xsd:string .



###  http://qudt.org/vocab/unit#YuanRenminbi

unit:YuanRenminbi rdf:type owl:NamedIndividual ,
                           qudt:CurrencyUnit ;
                  
                  skos:exactMatch <http://dbpedia.org/resource/Renminbi> ;
                  
                  qudt:abbreviation "CNY"^^xsd:string ;
                  
                  qudt:code "156"^^xsd:string ;
                  
                  qudt:currencyExponent 1 ;
                  
                  qudt:description "Mainland China" ;
                  
                  rdfs:label "Yuan Renminbi"^^xsd:string .



###  http://qudt.org/vocab/unit#ZambianKwacha

unit:ZambianKwacha rdf:type owl:NamedIndividual ,
                            qudt:CurrencyUnit ;
                   
                   skos:exactMatch <http://dbpedia.org/resource/Zambian_kwacha> ;
                   
                   qudt:abbreviation "ZMK"^^xsd:string ;
                   
                   qudt:code "894"^^xsd:string ;
                   
                   qudt:currencyExponent 0 ;
                   
                   qudt:description "Zambia" ;
                   
                   rdfs:label "Zambian Kwacha"^^xsd:string .



###  http://qudt.org/vocab/unit#Zebi

unit:Zebi rdf:type owl:NamedIndividual ,
                   qudt:BinaryPrefixUnit ;
          
          skos:closeMatch <http://dbpedia.org/resource/Binary_prefix> ;
          
          qudt:conversionMultiplier "1.1805916207174113E21"^^xsd:double ;
          
          qudt:conversionOffset "0.0"^^xsd:double ;
          
          qudt:symbol "Zi"^^xsd:string ;
          
          rdfs:label "Zebi"^^xsd:string .



###  http://qudt.org/vocab/unit#Zepto

unit:Zepto rdf:type owl:NamedIndividual ,
                    qudt:DecimalPrefixUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Zepto-> ;
           
           qudt:conversionMultiplier "1.0E-21"^^xsd:double ;
           
           qudt:conversionOffset "0.0"^^xsd:double ;
           
           qudt:symbol "z"^^xsd:string ;
           
           rdfs:label "Zepto"^^xsd:string .



###  http://qudt.org/vocab/unit#Zetta

unit:Zetta rdf:type owl:NamedIndividual ,
                    qudt:DecimalPrefixUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Zetta-> ;
           
           qudt:conversionMultiplier "1.0E21"^^xsd:double ;
           
           qudt:conversionOffset "0.0"^^xsd:double ;
           
           qudt:symbol "Z"^^xsd:string ;
           
           rdfs:label "Zetta"^^xsd:string .



###  http://qudt.org/vocab/unit#ZimbabweDollar

unit:ZimbabweDollar rdf:type owl:NamedIndividual ,
                             qudt:CurrencyUnit ;
                    
                    skos:exactMatch <http://dbpedia.org/resource/Zimbabwean_dollar> ;
                    
                    qudt:abbreviation "ZWD"^^xsd:string ;
                    
                    qudt:code "932"^^xsd:string ;
                    
                    qudt:currencyExponent 2 ;
                    
                    qudt:description "Zimbabwe" ;
                    
                    rdfs:label "Zimbabwe Dollar"^^xsd:string .



###  http://qudt.org/vocab/unit#Zloty

unit:Zloty rdf:type owl:NamedIndividual ,
                    qudt:CurrencyUnit ;
           
           skos:exactMatch <http://dbpedia.org/resource/Polish_z%C5%82oty> ;
           
           qudt:abbreviation "PLN"^^xsd:string ;
           
           qudt:code "985"^^xsd:string ;
           
           qudt:currencyExponent 2 ;
           
           qudt:description "Poland" ;
           
           rdfs:label "Zloty"^^xsd:string .




###  Generated by the OWL API (version 4.1.3) https://github.com/owlcs/owlapi

