<?xml version="1.0"?>


<!DOCTYPE rdf:RDF [
    <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
    <!ENTITY dc "http://purl.org/dc/elements/1.1/" >
    <!ENTITY dl "http://ontology.dumontierlab.com/" >
    <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
    <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
]>


<rdf:RDF xmlns="http://ontology.dumontierlab.com/unit-individuals"
     xml:base="http://ontology.dumontierlab.com/unit-individuals"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:dl="http://ontology.dumontierlab.com/"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:owl="http://www.w3.org/2002/07/owl#">
    <owl:Ontology rdf:about="">
        <dc:publisher rdf:datatype="&xsd;string">Dumontier Lab</dc:publisher>
        <dc:date rdf:datatype="&xsd;date">2007-10-01</dc:date>
        <dc:creator rdf:datatype="&xsd;string">Michel Dumontier</dc:creator>
        <dc:description rdf:datatype="&xsd;string">This ontology is populated with SI unit instances.</dc:description>
        <dc:language rdf:datatype="&xsd;string">en</dc:language>
        <dc:title rdf:datatype="&xsd;string">Unit Ontology (individuals)</dc:title>
        <dc:format rdf:datatype="&xsd;string">application/rdf+xml</dc:format>
	<owl:versionInfo rdf:datatype="&xsd;string">2.0</owl:versionInfo>
        <owl:imports>
            <owl:Ontology rdf:about="http://ontology.dumontierlab.com/unit-complex"/>
        </owl:imports>
    </owl:Ontology>
    



    <!-- 
    ///////////////////////////////////////////////////////////////////////////
    //
    //   OWL Individuals
    //
    ///////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#bit -->

    <dl:InformationUnit rdf:about="&dl;bit">
        <rdfs:label rdf:datatype="&xsd;string">bit</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The bit is a binary digit holding the values of 0 or 1.</rdfs:comment>
    </dl:InformationUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#byte -->

    <dl:InformationUnit rdf:about="&dl;byte">
        <rdfs:label rdf:datatype="&xsd;string">byte</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The byte is an information unit comprising of 8 bits.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;bit"/>
        <dl:isScaledBy rdf:datatype="&xsd;double">8</dl:isScaledBy>
    </dl:InformationUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#degree -->

    <dl:PlaneAngleUnit rdf:about="&dl;degree">
        <rdfs:label rdf:datatype="&xsd;string">&apos;degree</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The degree is a plane angle unit.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_meter"/>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_-1"/>
    </dl:PlaneAngleUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_ampere -->

    <dl:ElectricCurrentUnit rdf:about="&dl;unit_ampere">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The ampere (symbol: A) is an SI base unit of electric current, or amount of electric charge per second.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string">ampere</rdfs:label>
        <rdf:type rdf:resource="&owl;Thing"/>
    </dl:ElectricCurrentUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_ampere_-1 -->

    <dl:Unit rdf:about="&dl;unit_ampere_-1">
        <rdfs:label rdf:datatype="&xsd;string">per ampere</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_ampere"/>
        <dl:isRaisedToPowerOf rdf:datatype="&xsd;double">-1</dl:isRaisedToPowerOf>
    </dl:Unit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_ampere_-2 -->

    <dl:Unit rdf:about="&dl;unit_ampere_-2">
        <rdfs:label rdf:datatype="&xsd;string"
            >per ampere squared</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_ampere"/>
        <dl:isRaisedToPowerOf rdf:datatype="&xsd;double">-2</dl:isRaisedToPowerOf>
    </dl:Unit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_ampere_1_meter_-1 -->

    <dl:MagneticFieldStrengthUnit rdf:about="&dl;unit_ampere_1_meter_-1">
        <rdfs:comment rdf:datatype="&xsd;string"
            >Ampere per meter is the SI derived unit for magnetic field strength.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string"
            >ampere per meter</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_ampere"/>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_-1"/>
    </dl:MagneticFieldStrengthUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_ampere_1_meter_-2 -->

    <dl:Unit rdf:about="&dl;unit_ampere_1_meter_-2">
        <rdfs:label rdf:datatype="&xsd;string"
            >ampere per square meter</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The ampere per square meter is the SI derived unit for current density.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_-2"/>
        <dl:derivesFrom rdf:resource="&dl;unit_ampere"/>
    </dl:Unit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_ampere_2 -->

    <dl:Unit rdf:about="&dl;unit_ampere_2">
        <rdfs:label rdf:datatype="&xsd;string">ampere squared</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_ampere"/>
        <dl:isRaisedToPowerOf rdf:datatype="&xsd;double">2</dl:isRaisedToPowerOf>
    </dl:Unit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_becquerel -->

    <owl:Thing rdf:about="&dl;unit_becquerel">
        <rdfs:label rdf:datatype="&xsd;string">becquerel</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The becquerel (symbol: Bq) is the SI derived unit of radioactivity.</rdfs:comment>
        <rdf:type rdf:resource="&dl;RadioactivityUnit"/>
        <dl:derivesFrom rdf:resource="&dl;unit_second_-1"/>
    </owl:Thing>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_candela -->

    <dl:LuminousIntensityUnit rdf:about="&dl;unit_candela">
        <rdfs:label rdf:datatype="&xsd;string">candela</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The candela (symbol: Cd) is the SI unit of luminous intensity. It is defined as the luminous intensity, in a given direction, of a source that emits monochromatic radiation of frequency 540&#215;1012 hertz and that has a radiant intensity in that direction of 1/683 watt per steradian.</rdfs:comment>
    </dl:LuminousIntensityUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_candela_1_meter_-2 -->

    <dl:LuminanceUnit rdf:about="&dl;unit_candela_1_meter_-2">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The candela per square meter is the SI derived unit for luminance.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string"
            >candela per square meter</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_-2"/>
        <dl:derivesFrom rdf:resource="&dl;unit_candela"/>
    </dl:LuminanceUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_celcius -->

    <dl:TemperatureUnit rdf:about="&dl;unit_celcius">
        <rdfs:label rdf:datatype="&xsd;string">celcius</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The celcius (symbol: C) is a unit of temperature.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_kelvin"/>
        <dl:isShiftedBy rdf:datatype="&xsd;double">273</dl:isShiftedBy>
    </dl:TemperatureUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_coulomb -->

    <dl:ElectricChargeUnit rdf:about="&dl;unit_coulomb">
        <rdfs:label rdf:datatype="&xsd;string">coulomb</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The coulomb is a unit of electric charge.</rdfs:comment>
    </dl:ElectricChargeUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_coulomb_1_kilogram_-1 -->

    <dl:ExposureUnit rdf:about="&dl;unit_coulomb_1_kilogram_-1">
        <rdfs:label rdf:datatype="&xsd;string"
            >coulomb per kilogram</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The coulomb per kilogram is the SI derived unit for exposure to x and gamma rays.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_coulomb"/>
        <dl:derivesFrom rdf:resource="&dl;unit_kilogram_-1"/>
    </dl:ExposureUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_coulomb_1_meter_-2 -->

    <dl:ElectricFluxDensityUnit rdf:about="&dl;unit_coulomb_1_meter_-2">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The coulomb per square meter is the SI derived unit for electric charge density.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string"
            >coulomb per square meter</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_coulomb"/>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_-2"/>
    </dl:ElectricFluxDensityUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_coulomb_1_meter_-3 -->

    <dl:ElectricChargeDensityUnit rdf:about="&dl;unit_coulomb_1_meter_-3">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The coulomb per cubic meter is the SI derived unit for electric charge density.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string"
            >coulomb per cubic meter</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_-3"/>
        <dl:derivesFrom rdf:resource="&dl;unit_coulomb"/>
    </dl:ElectricChargeDensityUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_dalton -->

    <dl:MassUnit rdf:about="&dl;unit_dalton">
        <rdfs:comment rdf:datatype="&xsd;string"
            >A unit of molecular mass approximately equal to the mass of a hydrogen atom.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string">dalton</rdfs:label>
    </dl:MassUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_fahrenheit -->

    <dl:TemperatureUnit rdf:about="&dl;unit_fahrenheit">
        <rdfs:label rdf:datatype="&xsd;string">fahrenheit</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The fahrenheit (symbol: F) is a unit of temperature.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_kelvin"/>
    </dl:TemperatureUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_farad -->

    <dl:CapacitanceUnit rdf:about="&dl;unit_farad">
        <rdfs:label rdf:datatype="&xsd;string">farad</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The farad (symbol: F) is a unit of capacitance.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_coulomb"/>
        <dl:derivesFrom rdf:resource="&dl;unit_volt_-1"/>
    </dl:CapacitanceUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_farad_1_meter_-1 -->

    <dl:PermittivityUnit rdf:about="&dl;unit_farad_1_meter_-1">
        <rdfs:label rdf:datatype="&xsd;string">farad per meter</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The farad per meter is the SI derived unit for permittivity.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_farad"/>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_-1"/>
    </dl:PermittivityUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_gram -->

    <dl:MassUnit rdf:about="&dl;unit_gram" />
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_gray -->

    <dl:AbsorbedDoseUnit rdf:about="&dl;unit_gray">
        <rdfs:label rdf:datatype="&xsd;string">gray</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The gray (symbol:Gy) is a unit of absorbed dose.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_kilogram_-1"/>
        <dl:derivesFrom rdf:resource="&dl;unit_joule"/>
    </dl:AbsorbedDoseUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_gray_1_second_-1 -->

    <dl:AbsorbedDoseRateUnit rdf:about="&dl;unit_gray_1_second_-1">
        <rdfs:label rdf:datatype="&xsd;string">gray per second</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The gray per second is the SI derived unit for absorbed dose rate.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_second_-1"/>
        <dl:derivesFrom rdf:resource="&dl;unit_gray"/>
    </dl:AbsorbedDoseRateUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_henry -->

    <dl:InductanceUnit rdf:about="&dl;unit_henry">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The henry (symbol: H) is a unit of inductance.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string">henry</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_ampere_-1"/>
        <dl:derivesFrom rdf:resource="&dl;unit_weber"/>
    </dl:InductanceUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_henry_1_meter_-1 -->

    <dl:PermeabilityUnit rdf:about="&dl;unit_henry_1_meter_-1">
        <rdfs:label rdf:datatype="&xsd;string">henry per meter</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The henry per meter is the SI derived unit for permeability.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_henry"/>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_-1"/>
    </dl:PermeabilityUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_hertz -->

    <dl:FrequencyUnit rdf:about="&dl;unit_hertz">
        <rdfs:label rdf:datatype="&xsd;string">hertz</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The Hertz (symbol: Hz) is an SI derived unit for frequency.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_second"/>
        <dl:isRaisedToPowerOf rdf:datatype="&xsd;double">-1</dl:isRaisedToPowerOf>
    </dl:FrequencyUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_joule -->

    <dl:EnergyUnit rdf:about="&dl;unit_joule">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The joule is a unit of energy.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string">joule</rdfs:label>
    </dl:EnergyUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_joule_1_kelvin_-1 -->

    <dl:EntropyUnit rdf:about="&dl;unit_joule_1_kelvin_-1">
        <rdfs:label rdf:datatype="&xsd;string"
            >joule per kelvin</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The joule per kelvin is the SI derived unit for entropy or heat capacity.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_kelvin_-1"/>
        <dl:derivesFrom rdf:resource="&dl;unit_joule"/>
    </dl:EntropyUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_joule_1_kilogram_-1 -->

    <dl:SpecificEnergyUnit rdf:about="&dl;unit_joule_1_kilogram_-1">
        <rdfs:label rdf:datatype="&xsd;string"
            >joule per kilogram</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The joule per kilogram is the SI derived unit for specific energy.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_kilogram_-1"/>
        <dl:derivesFrom rdf:resource="&dl;unit_joule"/>
    </dl:SpecificEnergyUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_joule_1_kilogram_-1_kelvin_-1 -->

    <dl:SpecificEntropyUnit rdf:about="&dl;unit_joule_1_kilogram_-1_kelvin_-1">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The joule per kilogram per kelvin is the SI derived unit for specific entropy or specific heat capacity.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string"
            >joule per kilogram per kelvin</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_kelvin_-1"/>
        <dl:derivesFrom rdf:resource="&dl;unit_kilogram_-1"/>
        <dl:derivesFrom rdf:resource="&dl;unit_joule"/>
    </dl:SpecificEntropyUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_joule_1_meter_-3 -->

    <dl:EnergyDensityUnit rdf:about="&dl;unit_joule_1_meter_-3">
        <rdfs:label rdf:datatype="&xsd;string"
            >joule per cubic meter</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The joule per cubic meter is the SI derived unit for energy density.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_-3"/>
        <dl:derivesFrom rdf:resource="&dl;unit_joule"/>
    </dl:EnergyDensityUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_joule_1_mole_-1 -->

    <dl:MolarEnergyUnit rdf:about="&dl;unit_joule_1_mole_-1">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The joule per mole is the SI derived unit for molar energy.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string">joule per mole</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_mole_-1"/>
        <dl:derivesFrom rdf:resource="&dl;unit_joule"/>
    </dl:MolarEnergyUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_joule_1_mole_-1_kelvin_-1 -->

    <dl:MolarEntropyUnit rdf:about="&dl;unit_joule_1_mole_-1_kelvin_-1">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The joule per mole per kelvin is the SI derived unit for molar entropy.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string"
            >joule per mole per kelvin</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_kelvin_-1"/>
        <dl:derivesFrom rdf:resource="&dl;unit_mole_-1"/>
        <dl:derivesFrom rdf:resource="&dl;unit_joule"/>
    </dl:MolarEntropyUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_katal -->

    <dl:CatalyticActivityUnit rdf:about="&dl;unit_katal">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The katal (symbol: kat) is a unit of catalytic activity.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string">katal</rdfs:label>
    </dl:CatalyticActivityUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_katal_1_meter_-3 -->

    <dl:CatalyticConcentrationUnit rdf:about="&dl;unit_katal_1_meter_-3">
        <rdfs:label rdf:datatype="&xsd;string"
            >katal per cubic meter</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The katal per cubic meter is the SI derived unit for catalytic concentration.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_katal"/>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_-3"/>
    </dl:CatalyticConcentrationUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_kelvin -->

    <dl:TemperatureUnit rdf:about="&dl;unit_kelvin">
        <rdfs:label rdf:datatype="&xsd;string">kelvin</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The kelvin (symbol: K) is an SI base unit increment of temperature. The Kelvin scale is a thermodynamic (absolute) temperature scale where absolute zero&#8212;the coldest possible temperature&#8212;is defined as being equivalent to zero kelvin (0 K).</rdfs:comment>
    </dl:TemperatureUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_kelvin_-1 -->

    <dl:Unit rdf:about="&dl;unit_kelvin_-1">
        <dl:derivesFrom rdf:resource="&dl;unit_kelvin"/>
        <dl:isRaisedToPowerOf rdf:datatype="&xsd;double">-1</dl:isRaisedToPowerOf>
    </dl:Unit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_kilogram -->

    <owl:Thing rdf:about="&dl;unit_kilogram">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The kilogram (symbol: kg) is the SI base unit of mass. It is defined as being equal to the mass of the international prototype of the kilogram.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string">kilogram</rdfs:label>
        <rdf:type rdf:resource="&dl;MassUnit"/>
        <dl:derivesFrom rdf:resource="&dl;unit_gram"/>
        <dl:isScaledBy rdf:datatype="&xsd;double">10E3</dl:isScaledBy>
    </owl:Thing>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_kilogram_-1 -->

    <dl:Unit rdf:about="&dl;unit_kilogram_-1">
        <rdfs:label rdf:datatype="&xsd;string">per kilogram</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_kilogram"/>
        <dl:isRaisedToPowerOf rdf:datatype="&xsd;double">-1</dl:isRaisedToPowerOf>
    </dl:Unit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_kilogram_-1_meter_-2_second_3_ampere_2 -->

    <dl:ElectricConductionUnit rdf:about="&dl;unit_kilogram_-1_meter_-2_second_3_ampere_2">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The m-2&#183;kg-1&#183;s3&#183;A2 is the SI derived unit for electric conductance.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string">m-2&#183;kg-1&#183;s3&#183;A2</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_ampere_2"/>
        <dl:derivesFrom rdf:resource="&dl;unit_second_3"/>
        <dl:derivesFrom rdf:resource="&dl;unit_kilogram_-1"/>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_-2"/>
    </dl:ElectricConductionUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_kilogram_-1_meter_-2_second_4_ampere_2 -->

    <dl:CapacitanceUnit rdf:about="&dl;unit_kilogram_-1_meter_-2_second_4_ampere_2">
        <rdfs:label rdf:datatype="&xsd;string">m-2&#183;kg-1&#183;s4&#183;A2</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The m-2&#183;kg-1&#183;s4&#183;A2 is the SI derived unit for capacitance.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_ampere_2"/>
        <dl:derivesFrom rdf:resource="&dl;unit_second_4"/>
        <dl:derivesFrom rdf:resource="&dl;unit_kilogram_-1"/>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_-2"/>
    </dl:CapacitanceUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_kilogram_-2 -->

    <dl:Unit rdf:about="&dl;unit_kilogram_-2">
        <rdfs:label rdf:datatype="&xsd;string"
            >per kilogram squared</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_kilogram"/>
        <dl:isRaisedToPowerOf rdf:datatype="&xsd;double">-2</dl:isRaisedToPowerOf>
    </dl:Unit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_kilogram_-3 -->

    <dl:Unit rdf:about="&dl;unit_kilogram_-3">
        <rdfs:label rdf:datatype="&xsd;string"
            >per kilogram cubed</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_kilogram"/>
        <dl:isRaisedToPowerOf rdf:datatype="&xsd;double">-3</dl:isRaisedToPowerOf>
    </dl:Unit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_kilogram_1_kilogram_-1 -->

    <dl:Unit rdf:about="&dl;unit_kilogram_1_kilogram_-1">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The kilogram per kilogram is the SI derived unit for mass fraction.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string"
            >kilogram per kilogram</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_kilogram"/>
        <dl:derivesFrom rdf:resource="&dl;unit_kilogram_-1"/>
    </dl:Unit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_kilogram_1_meter_-1_second_-2 -->

    <dl:PressureUnit rdf:about="&dl;unit_kilogram_1_meter_-1_second_-2">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The kilogram per meter per second squared is the SI derived unit for pressure.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string"
            >kilogram per meter per second squared</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_kilogram"/>
        <dl:derivesFrom rdf:resource="&dl;unit_second_-2"/>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_-1"/>
    </dl:PressureUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_kilogram_1_meter_-3 -->

    <dl:VolumeDensityUnit rdf:about="&dl;unit_kilogram_1_meter_-3">
        <rdfs:label rdf:datatype="&xsd;string"
            >kilogram per cubic meter</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The kilogram per cubic meter is the SI derived unit for density.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_kilogram"/>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_-3"/>
    </dl:VolumeDensityUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_kilogram_1_meter_2_second_-2 -->

    <dl:EnergyUnit rdf:about="&dl;unit_kilogram_1_meter_2_second_-2">
        <rdfs:label rdf:datatype="&xsd;string"
            >kilogram squared meter per second squared</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The  m2&#183;kg&#183;s-2 is the SI derived unit for energy.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_kilogram"/>
        <dl:derivesFrom rdf:resource="&dl;unit_second_-2"/>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_2"/>
    </dl:EnergyUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_kilogram_1_meter_2_second_-2_ampere_-1 -->

    <dl:MagneticFluxUnit rdf:about="&dl;unit_kilogram_1_meter_2_second_-2_ampere_-1">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The m2&#183;kg&#183;s-2&#183;A-1 is the SI derived unit for magnetic flux.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string">m2&#183;kg&#183;s-2&#183;A-1</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_ampere_-1"/>
        <dl:derivesFrom rdf:resource="&dl;unit_kilogram"/>
        <dl:derivesFrom rdf:resource="&dl;unit_second_-2"/>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_2"/>
    </dl:MagneticFluxUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_kilogram_1_meter_2_second_-2_ampere_-2 -->

    <dl:InductanceUnit rdf:about="&dl;unit_kilogram_1_meter_2_second_-2_ampere_-2">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The m2&#183;kg&#183;s-2&#183;A-2 is the SI derived unit for inductance.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string">m2&#183;kg&#183;s-2&#183;A-2</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_kilogram"/>
        <dl:derivesFrom rdf:resource="&dl;unit_ampere_-2"/>
        <dl:derivesFrom rdf:resource="&dl;unit_second_-2"/>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_2"/>
    </dl:InductanceUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_kilogram_1_meter_2_second_-3 -->

    <dl:PowerUnit rdf:about="&dl;unit_kilogram_1_meter_2_second_-3">
        <rdfs:label rdf:datatype="&xsd;string"
            >kilogram meter squared per second cubed</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The m2&#183;kg&#183;s-3 is the SI derived unit for power.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_kilogram"/>
        <dl:derivesFrom rdf:resource="&dl;unit_second_-3"/>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_2"/>
    </dl:PowerUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_kilogram_1_meter_2_second_-3_ampere_-1 -->

    <dl:PotentialDifferenceUnit rdf:about="&dl;unit_kilogram_1_meter_2_second_-3_ampere_-1">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The m2&#183;kg&#183;s-3&#183;A-1 is the SI derived unit for potential difference.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string">m2&#183;kg&#183;s-3&#183;A-1</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_ampere_-1"/>
        <dl:derivesFrom rdf:resource="&dl;unit_kilogram"/>
        <dl:derivesFrom rdf:resource="&dl;unit_second_-3"/>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_2"/>
    </dl:PotentialDifferenceUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_kilogram_1_meter_2_second_-3_ampere_-2 -->

    <dl:ElectricResistanceUnit rdf:about="&dl;unit_kilogram_1_meter_2_second_-3_ampere_-2">
        <rdfs:label rdf:datatype="&xsd;string">m2&#183;kg&#183;s-3&#183;A-2</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The m2&#183;kg&#183;s-3&#183;A-2 is the SI derived unit for electric resistance.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_kilogram"/>
        <dl:derivesFrom rdf:resource="&dl;unit_second_-3"/>
        <dl:derivesFrom rdf:resource="&dl;unit_ampere_-2"/>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_2"/>
    </dl:ElectricResistanceUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_kilogram_1_second_-2_ampere_-1 -->

    <dl:MagneticFluxDensityUnit rdf:about="&dl;unit_kilogram_1_second_-2_ampere_-1">
        <rdfs:label rdf:datatype="&xsd;string">kg&#183;s-2&#183;A-1</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The kg&#183;s-2&#183;A-1 is the SI derived unit for magnetic flux density.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_ampere_-1"/>
        <dl:derivesFrom rdf:resource="&dl;unit_kilogram"/>
        <dl:derivesFrom rdf:resource="&dl;unit_second_-2"/>
    </dl:MagneticFluxDensityUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_lumen -->

    <dl:LuminousFluxUnit rdf:about="&dl;unit_lumen">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The lumen (symbol:lm) is a unit of luminous flux.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string">lumen</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_steradian"/>
        <dl:derivesFrom rdf:resource="&dl;unit_candela"/>
    </dl:LuminousFluxUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_lux -->

    <dl:IlluminanceUnit rdf:about="&dl;unit_lux">
        <rdfs:label rdf:datatype="&xsd;string">lux</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The lux (symbol: lx) is a unit of illuminance.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_-2"/>
        <dl:derivesFrom rdf:resource="&dl;unit_lumen"/>
    </dl:IlluminanceUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_meter -->

    <dl:LengthUnit rdf:about="&dl;unit_meter">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The meter (symbol m) is an SI unit of length. It is defined as the distance travelled by light in absolute vacuum in 1/299,792,458 of a second.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string">meter</rdfs:label>
    </dl:LengthUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_meter_-1 -->

    <dl:Unit rdf:about="&dl;unit_meter_-1">
        <rdfs:label rdf:datatype="&xsd;string">per meter</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_meter"/>
        <dl:isRaisedToPowerOf rdf:datatype="&xsd;double">-1</dl:isRaisedToPowerOf>
    </dl:Unit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_meter_-2 -->

    <dl:Unit rdf:about="&dl;unit_meter_-2">
        <rdfs:label rdf:datatype="&xsd;string"
            >per squared meter</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_meter"/>
        <dl:isRaisedToPowerOf rdf:datatype="&xsd;double">-2</dl:isRaisedToPowerOf>
    </dl:Unit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_meter_-3 -->

    <dl:Unit rdf:about="&dl;unit_meter_-3">
        <rdfs:label rdf:datatype="&xsd;string">per cubic meter</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_meter"/>
        <dl:isRaisedToPowerOf rdf:datatype="&xsd;double">-3</dl:isRaisedToPowerOf>
    </dl:Unit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_meter_-4 -->

    <dl:Unit rdf:about="&dl;unit_meter_-4">
        <rdfs:label rdf:datatype="&xsd;string"
            >per meter power 4</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_meter"/>
        <dl:isRaisedToPowerOf rdf:datatype="&xsd;double">-4</dl:isRaisedToPowerOf>
    </dl:Unit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_meter_1_kilogram_1_second_-2 -->

    <dl:ForceUnit rdf:about="&dl;unit_meter_1_kilogram_1_second_-2">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The meter kilogram per second squared is the SI derived unit for force.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string"
            >meter kilogram per second squared</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_kilogram"/>
        <dl:derivesFrom rdf:resource="&dl;unit_meter"/>
        <dl:derivesFrom rdf:resource="&dl;unit_second_-2"/>
    </dl:ForceUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_meter_1_second_-1 -->

    <dl:VelocityUnit rdf:about="&dl;unit_meter_1_second_-1">
        <rdfs:label rdf:datatype="&xsd;string"
            >meter per second</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The meter per second is the SI derived unit for speed or velocity.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_second_-1"/>
        <dl:derivesFrom rdf:resource="&dl;unit_meter"/>
    </dl:VelocityUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_meter_1_second_-2 -->

    <dl:AccelerationUnit rdf:about="&dl;unit_meter_1_second_-2">
        <rdfs:label rdf:datatype="&xsd;string"
            >meter per second squared</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The meter per second squared is the SI derived unit for acceleration.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_meter"/>
        <dl:derivesFrom rdf:resource="&dl;unit_second_-2"/>
    </dl:AccelerationUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_meter_2 -->

    <dl:AreaUnit rdf:about="&dl;unit_meter_2">
        <rdfs:label rdf:datatype="&xsd;string">meter squared</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The squared meter is an SI derived unit for area.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_meter"/>
        <dl:isRaisedToPowerOf rdf:datatype="&xsd;double">2</dl:isRaisedToPowerOf>
    </dl:AreaUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_meter_2_meter_-2 -->

    <dl:SolidAngleUnit rdf:about="&dl;unit_meter_2_meter_-2">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The m2&#183;m-2 is the SI derived unit for solid angle.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string">m2&#183;m-2</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_-2"/>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_2"/>
    </dl:SolidAngleUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_meter_2_meter_-2_candela_1 -->

    <dl:LuminousFluxUnit rdf:about="&dl;unit_meter_2_meter_-2_candela_1">
        <rdfs:label rdf:datatype="&xsd;string">m2&#183;m-2&#183;cd</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The m2&#183;m-2&#183;cd is the SI derived unit for luminous flux.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_2_meter_-2"/>
        <dl:derivesFrom rdf:resource="&dl;unit_candela"/>
    </dl:LuminousFluxUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_meter_2_meter_-4_candela_1 -->

    <dl:IlluminanceUnit rdf:about="&dl;unit_meter_2_meter_-4_candela_1">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The m2&#183;m-4&#183;cd is the SI derived unit of illuminance.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string">m2&#183;m-4&#183;cd</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_-4"/>
        <dl:derivesFrom rdf:resource="&dl;unit_candela"/>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_2"/>
    </dl:IlluminanceUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_meter_2_second_-2 -->

    <dl:AbsorbedDoseUnit rdf:about="&dl;unit_meter_2_second_-2">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The m2&#183;s-2 is the SI derived unit for absorbed dose.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string">m2&#183;s-2</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_second_-2"/>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_2"/>
    </dl:AbsorbedDoseUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_meter_3 -->

    <dl:VolumeUnit rdf:about="&dl;unit_meter_3">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The cubic meter is the SI derived unit for volume.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string">cubic meter</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_meter"/>
        <dl:isRaisedToPowerOf rdf:datatype="&xsd;double">3</dl:isRaisedToPowerOf>
    </dl:VolumeUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_meter_3_kilogram_-1 -->

    <dl:SpecificVolumeUnit rdf:about="&dl;unit_meter_3_kilogram_-1">
        <rdfs:label rdf:datatype="&xsd;string"
            >cubic meter per kilogram</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The cubic meter per kilogram is the SI derived unit for specific volume.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_3"/>
        <dl:derivesFrom rdf:resource="&dl;unit_kilogram_-1"/>
    </dl:SpecificVolumeUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_mole -->

    <dl:AmountOfSubstanceUnit rdf:about="&dl;unit_mole">
        <rdfs:label rdf:datatype="&xsd;string">mole</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The mole (symbol: mol) is the SI base unit for an amount of substance. One mole contains Avogadro&apos;s number (approximately 6.022&#215;1023) entities.</rdfs:comment>
    </dl:AmountOfSubstanceUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_mole_-1 -->

    <dl:Unit rdf:about="&dl;unit_mole_-1">
        <rdfs:label rdf:datatype="&xsd;string">per mole</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_mole"/>
        <dl:isRaisedToPowerOf rdf:datatype="&xsd;double">-1</dl:isRaisedToPowerOf>
    </dl:Unit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_mole_1_meter_-3 -->

    <dl:AmountOfSubstanceConcentrationUnit rdf:about="&dl;unit_mole_1_meter_-3">
        <rdfs:label rdf:datatype="&xsd;string"
            >mole per cubic meter</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The mole per cubic meter is the SI derived unit for amount of substance concentration.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_-3"/>
        <dl:derivesFrom rdf:resource="&dl;unit_mole"/>
    </dl:AmountOfSubstanceConcentrationUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_mole_1_second_-1 -->

    <dl:CatalyticActivityUnit rdf:about="&dl;unit_mole_1_second_-1">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The second per mole is the SI derived unit for catalytic activity.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string">second per mole</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_second_-1"/>
        <dl:derivesFrom rdf:resource="&dl;unit_mole"/>
    </dl:CatalyticActivityUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_newton -->

    <dl:ForceUnit rdf:about="&dl;unit_newton">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The newton (symbol: N)  is a unit for force.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string">newton</rdfs:label>
    </dl:ForceUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_newton_1_meter_-1 -->

    <dl:SurfaceTensionUnit rdf:about="&dl;unit_newton_1_meter_-1">
        <rdfs:label rdf:datatype="&xsd;string"
            >newton per meter</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The newton per meter is the SI derived unit for surface tension.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_newton"/>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_-1"/>
    </dl:SurfaceTensionUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_newton_1_meter_1 -->

    <dl:MomentOfForceUnit rdf:about="&dl;unit_newton_1_meter_1">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The newton meter is the SI derived unit for moment of force.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string">newton meter</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_newton"/>
        <dl:derivesFrom rdf:resource="&dl;unit_meter"/>
    </dl:MomentOfForceUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_ohm -->

    <dl:ElectricResistanceUnit rdf:about="&dl;unit_ohm">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The ohm is a unit of electric resistance.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string">ohm</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_ampere_-1"/>
        <dl:derivesFrom rdf:resource="&dl;unit_volt"/>
    </dl:ElectricResistanceUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_pascal -->

    <dl:PressureUnit rdf:about="&dl;unit_pascal">
        <rdfs:label rdf:datatype="&xsd;string">pascal</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The pascal is a unit of pressure.</rdfs:comment>
    </dl:PressureUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_pascal_1_second_-1 -->

    <dl:DynamicViscosityUnit rdf:about="&dl;unit_pascal_1_second_-1">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The pascal per second is the SI derived unit for dynamic viscosity.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string"
            >pascal per second</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_pascal"/>
        <dl:derivesFrom rdf:resource="&dl;unit_second_-1"/>
    </dl:DynamicViscosityUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_radian -->

    <dl:PlaneAngleUnit rdf:about="&dl;unit_radian">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The radian (symbol: rad) is a unit for plane angle.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string">radian</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_meter"/>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_-1"/>
    </dl:PlaneAngleUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_radian_1_second_-1 -->

    <dl:AngularVelocityUnit rdf:about="&dl;unit_radian_1_second_-1">
        <rdfs:label rdf:datatype="&xsd;string"
            >radian per second</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The radian per second is the SI derived unit for angular velocity.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_radian"/>
        <dl:derivesFrom rdf:resource="&dl;unit_second_-1"/>
    </dl:AngularVelocityUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_radian_1_second_-2 -->

    <dl:AngularAccelerationUnit rdf:about="&dl;unit_radian_1_second_-2">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The radian per second squared is the SI derived unit for angular acceleration.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string"
            >radian per second squared</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_radian"/>
        <dl:derivesFrom rdf:resource="&dl;unit_second_-2"/>
    </dl:AngularAccelerationUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_second -->

    <dl:TimeUnit rdf:about="&dl;unit_second">
        <rdfs:label rdf:datatype="&xsd;string">second</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The second (symbol: s), is a SI base unit of time. It is defined as the duration of 9,192,631,770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the caesium-133 atom.</rdfs:comment>
    </dl:TimeUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_second_-1 -->

    <dl:Unit rdf:about="&dl;unit_second_-1">
        <rdfs:label rdf:datatype="&xsd;string"
            >reciprocal second</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_second"/>
        <dl:isRaisedToPowerOf rdf:datatype="&xsd;double">-1</dl:isRaisedToPowerOf>
    </dl:Unit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_second_-2 -->

    <dl:Unit rdf:about="&dl;unit_second_-2">
        <rdfs:label rdf:datatype="&xsd;string"
            >per second squared</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_second"/>
        <dl:isRaisedToPowerOf rdf:datatype="&xsd;double">-2</dl:isRaisedToPowerOf>
    </dl:Unit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_second_-3 -->

    <dl:Unit rdf:about="&dl;unit_second_-3">
        <dl:derivesFrom rdf:resource="&dl;unit_second"/>
        <dl:isRaisedToPowerOf rdf:datatype="&xsd;double">-3</dl:isRaisedToPowerOf>
    </dl:Unit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_second_1_ampere_1 -->

    <dl:ElectricChargeUnit rdf:about="&dl;unit_second_1_ampere_1">
        <rdfs:label rdf:datatype="&xsd;string">second ampere</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The second ampere is the SI derived unit for electric charge.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_second"/>
        <dl:derivesFrom rdf:resource="&dl;unit_ampere"/>
    </dl:ElectricChargeUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_second_2 -->

    <dl:Unit rdf:about="&dl;unit_second_2">
        <rdfs:label rdf:datatype="&xsd;string"
            >per second squared</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_second"/>
        <dl:isRaisedToPowerOf rdf:datatype="&xsd;double">2</dl:isRaisedToPowerOf>
    </dl:Unit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_second_3 -->

    <dl:Unit rdf:about="&dl;unit_second_3">
        <rdfs:label rdf:datatype="&xsd;string">second cubed</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_second"/>
        <dl:isRaisedToPowerOf rdf:datatype="&xsd;double">3</dl:isRaisedToPowerOf>
    </dl:Unit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_second_4 -->

    <dl:Unit rdf:about="&dl;unit_second_4">
        <rdfs:label rdf:datatype="&xsd;string">second power 4</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_second"/>
        <dl:isRaisedToPowerOf rdf:datatype="&xsd;double">4</dl:isRaisedToPowerOf>
    </dl:Unit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_siemens -->

    <dl:ElectricConductionUnit rdf:about="&dl;unit_siemens">
        <rdfs:label rdf:datatype="&xsd;string">siemens</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The siemens is a unit of electric conductance.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_volt_-1"/>
        <dl:derivesFrom rdf:resource="&dl;unit_ampere"/>
    </dl:ElectricConductionUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_sievert -->

    <dl:DoseEquivalentUnit rdf:about="&dl;unit_sievert">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The sievert (symbol: Sv) is a unit of dose equivalence.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string">sievert</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_kilogram_-1"/>
        <dl:derivesFrom rdf:resource="&dl;unit_joule"/>
    </dl:DoseEquivalentUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_steradian -->

    <dl:SolidAngleUnit rdf:about="&dl;unit_steradian">
        <rdfs:label rdf:datatype="&xsd;string">steradian</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The steradian is the SI derived unit for solid angle.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_-2"/>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_2"/>
    </dl:SolidAngleUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_steradian_-1 -->

    <dl:Unit rdf:about="&dl;unit_steradian_-1">
        <rdfs:label rdf:datatype="&xsd;string">per steradian</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_steradian"/>
        <dl:isRaisedToPowerOf rdf:datatype="&xsd;double">-1</dl:isRaisedToPowerOf>
    </dl:Unit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_tesla -->

    <dl:MagneticFluxDensityUnit rdf:about="&dl;unit_tesla">
        <rdfs:label rdf:datatype="&xsd;string">tesla</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The tesla (symbol: T) is a unit of magnetic flux density.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_-2"/>
        <dl:derivesFrom rdf:resource="&dl;unit_weber"/>
    </dl:MagneticFluxDensityUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_volt -->

    <dl:PotentialDifferenceUnit rdf:about="&dl;unit_volt">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The volt is a unit of potential difference.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string">volt</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_watt"/>
        <dl:derivesFrom rdf:resource="&dl;unit_ampere_-1"/>
    </dl:PotentialDifferenceUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_volt_-1 -->

    <dl:Unit rdf:about="&dl;unit_volt_-1">
        <rdfs:label rdf:datatype="&xsd;string">per volt</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_volt"/>
        <dl:isRaisedToPowerOf rdf:datatype="&xsd;double">-1</dl:isRaisedToPowerOf>
    </dl:Unit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_volt_1_meter_-1 -->

    <dl:ElectricFieldStrengthUnit rdf:about="&dl;unit_volt_1_meter_-1">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The volt per meter is the SI derived unit for electric field strength.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string">volt per meter</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_volt"/>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_-1"/>
    </dl:ElectricFieldStrengthUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_watt -->

    <dl:PowerUnit rdf:about="&dl;unit_watt">
        <rdfs:label rdf:datatype="&xsd;string">watt</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The watt (symbol: W) is a unit of power.</rdfs:comment>
    </dl:PowerUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_watt_1_meter_-1_kelvin_-1 -->

    <dl:ThermalConductionUnit rdf:about="&dl;unit_watt_1_meter_-1_kelvin_-1">
        <rdfs:label rdf:datatype="&xsd;string"
            >watt per meter per kelvin</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The watt per meter per kelvin is the SI derived unit for thermal conductivity.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_watt"/>
        <dl:derivesFrom rdf:resource="&dl;unit_kelvin_-1"/>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_-1"/>
    </dl:ThermalConductionUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_watt_1_meter_-2 -->

    <dl:IrradianceUnit rdf:about="&dl;unit_watt_1_meter_-2">
        <rdfs:label rdf:datatype="&xsd;string"
            >watt per square meter</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The watt per square meter is the SI derived unit for irradiance.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_watt"/>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_-2"/>
    </dl:IrradianceUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_watt_1_meter_-2_steradian_-1 -->

    <dl:RadianceUnit rdf:about="&dl;unit_watt_1_meter_-2_steradian_-1">
        <rdfs:label rdf:datatype="&xsd;string"
            >watt per square meter per steradian</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The watt per square meter per steradian is the SI derived unit for radiance.</rdfs:comment>
        <dl:derivesFrom rdf:resource="&dl;unit_watt"/>
        <dl:derivesFrom rdf:resource="&dl;unit_steradian_-1"/>
        <dl:derivesFrom rdf:resource="&dl;unit_meter_-2"/>
    </dl:RadianceUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_watt_1_steradian_-1 -->

    <dl:RadiantIntensityUnit rdf:about="&dl;unit_watt_1_steradian_-1">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The watt per steradian is the SI derived unit for radiant intensity.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string"
            >watt per steradian</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_watt"/>
        <dl:derivesFrom rdf:resource="&dl;unit_steradian_-1"/>
    </dl:RadiantIntensityUnit>
    


    <!-- Individual: http://ontology.dumontierlab.com/unit-individuals#unit_weber -->

    <dl:MagneticFluxUnit rdf:about="&dl;unit_weber">
        <rdfs:comment rdf:datatype="&xsd;string"
            >The weber (symbol:Wb) is a unit of magnetic flux.</rdfs:comment>
        <rdfs:label rdf:datatype="&xsd;string">weber</rdfs:label>
        <dl:derivesFrom rdf:resource="&dl;unit_volt"/>
        <dl:derivesFrom rdf:resource="&dl;unit_second"/>
    </dl:MagneticFluxUnit>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////
    //
    //   OWL Axioms
    //
    ///////////////////////////////////////////////////////////////////////////
     -->

    <rdf:Description rdf:about="&dl;unit_kilogram_1_meter_2_second_-2">
        <owl:sameAs rdf:resource="&dl;unit_joule"/>
    </rdf:Description>
    <rdf:Description rdf:about="&dl;unit_kilogram_1_meter_2_second_-2_ampere_-1">
        <owl:sameAs rdf:resource="&dl;unit_weber"/>
    </rdf:Description>
    <rdf:Description rdf:about="&dl;unit_watt">
        <owl:sameAs rdf:resource="&dl;unit_kilogram_1_meter_2_second_-3"/>
    </rdf:Description>
    <rdf:Description rdf:about="&dl;unit_second_1_ampere_1">
        <owl:sameAs rdf:resource="&dl;unit_coulomb"/>
    </rdf:Description>
    <rdf:Description rdf:about="&dl;unit_mole_1_second_-1">
        <owl:sameAs rdf:resource="&dl;unit_katal"/>
    </rdf:Description>
    <rdf:Description rdf:about="&dl;unit_meter_2_meter_-2">
        <owl:sameAs rdf:resource="&dl;unit_steradian"/>
    </rdf:Description>
    <rdf:Description rdf:about="&dl;unit_siemens">
        <owl:sameAs rdf:resource="&dl;unit_kilogram_-1_meter_-2_second_3_ampere_2"/>
    </rdf:Description>
    <rdf:Description rdf:about="&dl;unit_meter_1_kilogram_1_second_-2">
        <owl:sameAs rdf:resource="&dl;unit_newton"/>
    </rdf:Description>
    <rdf:Description rdf:about="&dl;unit_kilogram_1_meter_2_second_-2_ampere_-2">
        <owl:sameAs rdf:resource="&dl;unit_henry"/>
    </rdf:Description>
    <rdf:Description rdf:about="&dl;unit_kilogram_-1_meter_-2_second_4_ampere_2">
        <owl:sameAs rdf:resource="&dl;unit_farad"/>
    </rdf:Description>
    <rdf:Description rdf:about="&dl;unit_meter_2_second_-2">
        <owl:sameAs rdf:resource="&dl;unit_gray"/>
    </rdf:Description>
    <rdf:Description rdf:about="&dl;unit_lux">
        <owl:sameAs rdf:resource="&dl;unit_meter_2_meter_-4_candela_1"/>
    </rdf:Description>
    <rdf:Description rdf:about="&dl;unit_hertz">
        <owl:sameAs rdf:resource="&dl;unit_second_-1"/>
    </rdf:Description>
    <rdf:Description rdf:about="&dl;unit_kilogram_1_meter_2_second_-3_ampere_-2">
        <owl:sameAs rdf:resource="&dl;unit_ohm"/>
    </rdf:Description>
    <rdf:Description rdf:about="&dl;unit_volt">
        <owl:sameAs rdf:resource="&dl;unit_kilogram_1_meter_2_second_-3_ampere_-1"/>
    </rdf:Description>
    <rdf:Description rdf:about="&dl;unit_kilogram_1_second_-2_ampere_-1">
        <owl:sameAs rdf:resource="&dl;unit_tesla"/>
    </rdf:Description>
    <rdf:Description rdf:about="&dl;unit_pascal">
        <owl:sameAs rdf:resource="&dl;unit_kilogram_1_meter_-1_second_-2"/>
    </rdf:Description>
</rdf:RDF>
