<?xml version="1.0"?>
<rdf:RDF xmlns="http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology#"
     xml:base="http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:owl="http://www.w3.org/2002/07/owl#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:xml="http://www.w3.org/XML/1998/namespace"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:skos="http://www.w3.org/2004/02/skos/core#"
     xmlns:terms="http://purl.org/dc/terms/"
     xmlns:CommonCoreOntologies="http://www.ontologyrepository.com/CommonCoreOntologies/">
    <owl:Ontology rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology">
        <owl:versionIRI rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-11-03/UnitsOfMeasureOntology"/>
        <owl:imports rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"/>
        <terms:license xml:lang="en">BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE</terms:license>
        <terms:rights xml:lang="en">CUBRC Inc., see full license.</terms:rights>
        <rdfs:comment xml:lang="en">This ontology is designed to represent standard measurement units that are used when measuring various attributes of entities.</rdfs:comment>
        <rdfs:label xml:lang="en">Units of Measure Ontology</rdfs:label>
        <owl:versionInfo xml:lang="en">Version 1.7</owl:versionInfo>
    </owl:Ontology>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Annotation properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://purl.org/dc/terms/contributor -->

    <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/contributor"/>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/SI_unit_label -->

    <owl:AnnotationProperty rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/SI_unit_label">
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">SI unit label</rdfs:label>
        <skos:definition xml:lang="en">An Alternative Label that is officially accepted for use in the International System of Units (SI) as denoting a Measurement Unit.</skos:definition>
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2004/02/skos/core#altLabel"/>
    </owl:AnnotationProperty>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/SI_unit_symbol -->

    <owl:AnnotationProperty rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/SI_unit_symbol">
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">SI unit symbol</rdfs:label>
        <skos:definition xml:lang="en">An Acronym that is officially accepted for use in the International System of Units (SI) as denoting a Measurement Unit.</skos:definition>
        <rdfs:subPropertyOf rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/acronym"/>
    </owl:AnnotationProperty>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Classes
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAcceleration -->

    <owl:Class rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAcceleration">
        <rdfs:subClassOf rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnit"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Measurement Unit of Acceleration</rdfs:label>
        <skos:definition xml:lang="en">A Measurement Unit that is used as a standard for measurement of the rate at which objects change their velocities per unit of time.</skos:definition>
        <skos:example>feet per second per second, kilometers per second per second</skos:example>
    </owl:Class>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAmountOfSubstance -->

    <owl:Class rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAmountOfSubstance">
        <rdfs:subClassOf rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnit"/>
        <CommonCoreOntologies:is_curated_in_ontology>http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:comment xml:lang="en">The type of particle quantified is typically either atoms or molecules, but may also be protons, neutrons, electrons, quarks, or other particles. The type of particle being measured should always be specified along with the measurement and its unit.</rdfs:comment>
        <rdfs:label xml:lang="en">Measurement Unit of Amount of Substance</rdfs:label>
        <skos:altLabel xml:lang="en">Measurement Unit of Chemical Amount</skos:altLabel>
        <skos:altLabel xml:lang="en">Measurement Unit of Enplethy</skos:altLabel>
        <skos:definition xml:lang="en">A Measurement Unit that is used as a standard for measurement of the number of a specified type of particle in a portion of matter.</skos:definition>
        <skos:example>mole, pound-mole</skos:example>
    </owl:Class>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAngle -->

    <owl:Class rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAngle">
        <rdfs:subClassOf rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnit"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Measurement Unit of Angle</rdfs:label>
        <skos:definition xml:lang="en">A Measurement Unit that is used as a standard for measurement of the angle between two lines or planes in relation to a vertex.</skos:definition>
        <skos:example>degrees, radians</skos:example>
    </owl:Class>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfArea -->

    <owl:Class rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfArea">
        <rdfs:subClassOf rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnit"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Measurement Unit of Area</rdfs:label>
        <skos:definition xml:lang="en">A Measurement Unit that is used as a standard for measurement of two-dimensional regions or Geospatial Regions.</skos:definition>
        <skos:example>square feet, square meters, acre, hectare</skos:example>
    </owl:Class>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAreaMomentOfInertia -->

    <owl:Class rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAreaMomentOfInertia">
        <rdfs:subClassOf rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnit"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Measurement Unit of Area Moment of Inertia</rdfs:label>
        <skos:altLabel xml:lang="en">Measurement Unit of Second Area Moment</skos:altLabel>
        <skos:definition xml:lang="en">A Measurement Unit that is used as a standard for measurement of the distribution of Mass of an object with respect to an axis.</skos:definition>
        <skos:scopeNote xml:lang="en">A measure of an object�s resistance to bending or deflection.</skos:scopeNote>
    </owl:Class>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfDensity -->

    <owl:Class rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfDensity">
        <rdfs:subClassOf rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnit"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Measurement Unit of Density</rdfs:label>
        <skos:definition xml:lang="en">A Measurement Unit that is used as a standard for measurement of the mass of an object per unit of its total volume.</skos:definition>
    </owl:Class>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfElectromagneticForce -->

    <owl:Class rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfElectromagneticForce">
        <rdfs:subClassOf rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnit"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Measurement Unit of Electromagnetic Force</rdfs:label>
        <skos:definition xml:lang="en">A Measurement Unit that is used as a standard for measurement of the electromagnetic force between electrically charged entities.</skos:definition>
        <skos:example>volt, ampere, coulomb</skos:example>
    </owl:Class>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfEnergy -->

    <owl:Class rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfEnergy">
        <rdfs:subClassOf rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnit"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Measurement Unit of Energy</rdfs:label>
        <skos:definition xml:lang="en">A Measurement Unit that is used as a standard for measurement of the Amount of work that is available in an object.</skos:definition>
        <skos:example>ft-lbs, calorie, horsepower, kilowatt</skos:example>
    </owl:Class>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfFlow -->

    <owl:Class rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfFlow">
        <rdfs:subClassOf rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnit"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Measurement Unit of Flow</rdfs:label>
        <skos:definition xml:lang="en">A Measurement Unit that is used as a standard for measurement of the rate at which portions of a substance pass per unit of time.</skos:definition>
    </owl:Class>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfForce -->

    <owl:Class rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfForce">
        <rdfs:subClassOf rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnit"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Measurement Unit of Force</rdfs:label>
        <skos:definition xml:lang="en">A Measurement Unit that is used as a standard for measurement of interactions in which the Motion or Velocity of an object is changed, unless the interaction is opposed.</skos:definition>
        <skos:example>newton, dyne, pound force </skos:example>
    </owl:Class>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfFrequency -->

    <owl:Class rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfFrequency">
        <rdfs:subClassOf rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnit"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Measurement Unit of Frequency</rdfs:label>
        <skos:definition xml:lang="en">A Measurement Unit that is used as a standard for measurement of the number of times an event repeats per unit of time.</skos:definition>
        <skos:example>hertz, revolutions per minute</skos:example>
    </owl:Class>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfImpulse -->

    <owl:Class rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfImpulse">
        <rdfs:subClassOf rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnit"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Measurement Unit of Impulse</rdfs:label>
        <skos:definition xml:lang="en">A Measurement Unit that is used as a standard for measurement of the integral of a Force applied to a portion of matter over a temporal interval.</skos:definition>
        <skos:example>N s, dyne second</skos:example>
    </owl:Class>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfLength -->

    <owl:Class rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfLength">
        <rdfs:subClassOf rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnit"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Measurement Unit of Length</rdfs:label>
        <skos:definition xml:lang="en">A Measurement Unit that is used as a standard for measurement of one-dimensional regions or Geospatial Regions.</skos:definition>
        <skos:example>foot, meter, kilometer, mile</skos:example>
    </owl:Class>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMass -->

    <owl:Class rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMass">
        <rdfs:subClassOf rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnit"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Measurement Unit of Mass</rdfs:label>
        <skos:definition xml:lang="en">A Measurement Unit that is used as a standard for measurement of an object&apos;s resistance to Acceleration when a Force is applied to the object.</skos:definition>
        <skos:example>ounce, gram, pound</skos:example>
    </owl:Class>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMassFlowRate -->

    <owl:Class rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMassFlowRate">
        <rdfs:subClassOf rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfFlow"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Measurement Unit of Mass Flow Rate</rdfs:label>
        <skos:definition xml:lang="en">A Measurement Unit of Flow that is used as a standard for measurement of the rate at which the Mass of a substance passes per unit time.</skos:definition>
        <skos:example>kilogram per second, slug per second, pound per second</skos:example>
    </owl:Class>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMomentum -->

    <owl:Class rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMomentum">
        <rdfs:subClassOf rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnit"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Measurement Unit of Momentum</rdfs:label>
        <skos:definition xml:lang="en">A Measurement Unit that is used as a standard for measurement of the Momentum of a portion of matter that is in Motion.</skos:definition>
        <skos:example>kg m/s, slug ft/s, g m/s</skos:example>
    </owl:Class>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfPower -->

    <owl:Class rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfPower">
        <rdfs:subClassOf rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnit"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Measurement Unit of Power</rdfs:label>
        <skos:definition xml:lang="en">A Measurement Unit that is used as a standard for measurement of rates of work.</skos:definition>
        <skos:example>watt, horsepower</skos:example>
    </owl:Class>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfPressure -->

    <owl:Class rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfPressure">
        <rdfs:subClassOf rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnit"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Measurement Unit of Pressure</rdfs:label>
        <skos:definition xml:lang="en">A Measurement Unit that is used as a standard for measurement of Force applied perpendicular to a surface per unit area.</skos:definition>
        <skos:example>pascal, atmosphere, pound-force per square inch</skos:example>
    </owl:Class>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfRotationalInertia -->

    <owl:Class rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfRotationalInertia">
        <rdfs:subClassOf rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnit"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Measurement Unit of Rotational Inertia</rdfs:label>
        <skos:altLabel xml:lang="en">Measurement Unit of Moment of Inertia</skos:altLabel>
        <skos:altLabel xml:lang="en">Measurement Unit of Rotational Mass</skos:altLabel>
        <skos:definition xml:lang="en">A Measurement Unit that is used as a standard for measurement of the distribution of Mass of an object with respect to its axis of rotation.</skos:definition>
        <skos:scopeNote xml:lang="en">A measure of an object�s resistance to change in its state of rotation.</skos:scopeNote>
    </owl:Class>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfSoundLevel -->

    <owl:Class rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfSoundLevel">
        <rdfs:subClassOf rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnit"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Measurement Unit of Sound Level</rdfs:label>
        <skos:definition xml:lang="en">A Measurement Unit that is used as a standard for measurement of the level (the loudness) of sounds.</skos:definition>
        <skos:example>decibels, sones</skos:example>
    </owl:Class>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfSpeed -->

    <owl:Class rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfSpeed">
        <rdfs:subClassOf rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnit"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Measurement Unit of Speed</rdfs:label>
        <skos:definition xml:lang="en">A Measurement Unit that is used as a standard for measurement of the rates at which objects traverse distance.</skos:definition>
        <skos:example>miles per hour, kilometers per hour, knot, mach</skos:example>
    </owl:Class>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTemperature -->

    <owl:Class rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTemperature">
        <rdfs:subClassOf rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnit"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Measurement Unit of Temperature</rdfs:label>
        <skos:definition xml:lang="en">A Measurement Unit that is used as a standard for measurement of the thermal energy in an object.</skos:definition>
        <skos:example>celsius, fahrenheit, kelvin</skos:example>
    </owl:Class>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTime -->

    <owl:Class rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTime">
        <rdfs:subClassOf rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnit"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Measurement Unit of Time</rdfs:label>
        <skos:definition xml:lang="en">A Measurement Unit that is used as a standard for measurement of temporal regions.</skos:definition>
        <skos:example>second, minute, hour, day</skos:example>
    </owl:Class>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTorque -->

    <owl:Class rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTorque">
        <rdfs:subClassOf rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnit"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Measurement Unit of Torque</rdfs:label>
        <skos:altLabel xml:lang="en">Measurement Unit of Moment of Force</skos:altLabel>
        <skos:altLabel xml:lang="en">Measurement Unit of Rotational Force</skos:altLabel>
        <skos:definition xml:lang="en">A Measurement Unit that is used as a standard for measurement of the rate of change of angular momentum of an object.</skos:definition>
    </owl:Class>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolume -->

    <owl:Class rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolume">
        <rdfs:subClassOf rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnit"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Measurement Unit of Volume</rdfs:label>
        <skos:definition xml:lang="en">A Measurement Unit that is used as a standard for measurement of sites or three-dimensional regions or Geospatial Regions.</skos:definition>
        <skos:example>cubic feet, cubic meter, quart, liter</skos:example>
    </owl:Class>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolumetricFlowRate -->

    <owl:Class rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolumetricFlowRate">
        <rdfs:subClassOf rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfFlow"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Measurement Unit of Volumetric Flow Rate</rdfs:label>
        <skos:definition xml:lang="en">A Measurement Unit of Flow that is used as a standard for measurement of the rate at which volumes of fluid pass per unit time.</skos:definition>
        <skos:example>cubic metres per second, standard cubic centimeters per minute, cubic feet per second, gallons per minute</skos:example>
    </owl:Class>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfWork -->

    <owl:Class rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfWork">
        <rdfs:subClassOf rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnit"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Measurement Unit of Work</rdfs:label>
        <skos:definition xml:lang="en">A Measurement Unit that is used as a standard for measurement of displacements of points to which Forces have been applied.</skos:definition>
        <skos:example>joule, erg, kilowatt hour</skos:example>
    </owl:Class>
    


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

    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/AcreMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/AcreMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfArea"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Acre Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">acre</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/AngstromMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/AngstromMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfLength"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Angstrom Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">Angstrom</skos:altLabel>
        <skos:altLabel xml:lang="en">�</skos:altLabel>
        <skos:altLabel xml:lang="en">�ngstr�m</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/AtmosphereMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/AtmosphereMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfPressure"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Atmosphere Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">atm</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/BarMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/BarMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfPressure"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Bar Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">bar</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/BayreMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/BayreMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfPressure"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Bayre Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">ba</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/BinaryDegreeMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/BinaryDegreeMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAngle"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Binary Degree Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">Binary Radian</skos:altLabel>
        <skos:altLabel xml:lang="en">Brad</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/BritishThermalUnitMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/BritishThermalUnitMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfEnergy"/>
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfPower"/>
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfWork"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">British Thermal Unit Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">BTU</skos:altLabel>
        <skos:altLabel xml:lang="en">Btu</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/CalorieMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/CalorieMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfEnergy"/>
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfPower"/>
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfWork"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Calorie Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">cal</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/CentigramMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/CentigramMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMass"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Centigram Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">cg</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/CentiliterMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/CentiliterMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolume"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Centiliter Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">cL</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/CentimeterMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/CentimeterMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfLength"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Centimeter Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">cm</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/CubicCentimeterMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/CubicCentimeterMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolume"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Cubic Centimeter Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">cm^3</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/CubicDecimeterMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/CubicDecimeterMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolume"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Cubic Decimeter Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">dm^3</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/CubicFeetPerSecondMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/CubicFeetPerSecondMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolumetricFlowRate"/>
        <CommonCoreOntologies:acronym>cusec</CommonCoreOntologies:acronym>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Cubic Feet Per Second Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">ft^3/s</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/CubicFootMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/CubicFootMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolume"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Cubic Foot Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">ft^3</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/CubicInchMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/CubicInchMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolume"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Cubic Inch Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">in^3</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/CubicMeterMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/CubicMeterMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolume"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Cubic Meter Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">m^3</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/CubicMeterPerSecondMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/CubicMeterPerSecondMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolumetricFlowRate"/>
        <CommonCoreOntologies:SI_unit_symbol>m^3/s</CommonCoreOntologies:SI_unit_symbol>
        <CommonCoreOntologies:acronym>cumec</CommonCoreOntologies:acronym>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Cubic Meter Per Second Measurement Unit</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/CubicMillimeterMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/CubicMillimeterMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolume"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Cubic Millimeter Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">mm^3</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/CubicYardMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/CubicYardMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolume"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Cubic Yard Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">yrd^3</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/DayMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/DayMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTime"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Day Measurement Unit</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/DecibelIsotropicMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/DecibelIsotropicMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfPower"/>
        <terms:contributor>Donna Jones</terms:contributor>
        <terms:contributor>Olivia Hobai</terms:contributor>
        <CommonCoreOntologies:SI_unit_symbol>dBi</CommonCoreOntologies:SI_unit_symbol>
        <CommonCoreOntologies:definition_source rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://shopdelta.eu/dbi-power-gain-of-isotropic-antenna_l2_aid836.html</CommonCoreOntologies:definition_source>
        <CommonCoreOntologies:definition_source rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://www.techtarget.com/whatis/definition/decibels-relative-to-isotropic-radiator-dBi</CommonCoreOntologies:definition_source>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Decibel Isotropic Measurement Unit</rdfs:label>
        <skos:altLabel>Decibels Over Isotropic</skos:altLabel>
        <skos:altLabel>Decibels Over Isotropic Antenna</skos:altLabel>
        <skos:altLabel>Decibels Relative to Isotrope</skos:altLabel>
        <skos:altLabel>Decibels Relative to Isotropic Radiator</skos:altLabel>
        <skos:altLabel>Decibels Relative to an Isotropic Reference Antenna</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/DecibelMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/DecibelMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfSoundLevel"/>
        <CommonCoreOntologies:SI_unit_symbol>dB</CommonCoreOntologies:SI_unit_symbol>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Decibel Measurement Unit</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/DecigramMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/DecigramMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMass"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Decigram Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">dg</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/DeciliterMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/DeciliterMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolume"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Deciliter Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">dL</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/DecimeterMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/DecimeterMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfLength"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Decimeter Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">dm</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/DegreeCelsiusMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/DegreeCelsiusMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTemperature"/>
        <CommonCoreOntologies:SI_unit_label>degree Celsius</CommonCoreOntologies:SI_unit_label>
        <CommonCoreOntologies:SI_unit_symbol>�C</CommonCoreOntologies:SI_unit_symbol>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Degree Celsius Measurement Unit</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/DegreeFahrenheitMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/DegreeFahrenheitMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTemperature"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Degree Fahrenheit Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">�F</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/DegreeMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/DegreeMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAngle"/>
        <CommonCoreOntologies:SI_unit_symbol>�</CommonCoreOntologies:SI_unit_symbol>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Degree Measurement Unit</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/DyneMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/DyneMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfForce"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Dyne Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">dyn</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/DyneSecondMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/DyneSecondMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfImpulse"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Dyne Second Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">dyne s</skos:altLabel>
        <skos:altLabel xml:lang="en">dyne second</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/ErgMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/ErgMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfEnergy"/>
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfPower"/>
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfWork"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Erg Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">erg</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/FeetPerSecondMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/FeetPerSecondMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfSpeed"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Feet Per Second Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">ft/s</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/FeetPerSecondPerSecondMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/FeetPerSecondPerSecondMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAcceleration"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Feet Per Second Per Second Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">ft/s/s</skos:altLabel>
        <skos:altLabel xml:lang="en">ft/s^2</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/FootMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/FootMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfLength"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Foot Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">ft</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/GallonMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/GallonMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolume"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Gallon Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">gal</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/GallonPerMinuteMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/GallonPerMinuteMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolumetricFlowRate"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Gallon Per Minute Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">gal/min</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/GigahertzMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/GigahertzMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfFrequency"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Gigahertz Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">GHz</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/GradianMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/GradianMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAngle"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Gradian Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">Gon</skos:altLabel>
        <skos:altLabel xml:lang="en">Grad</skos:altLabel>
        <skos:altLabel xml:lang="en">Grade</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/GramMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/GramMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMass"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Gram Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">g</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/GramMoleMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/GramMoleMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAmountOfSubstance"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Gram-Mole Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">g-mol</skos:altLabel>
        <skos:altLabel xml:lang="en">gram-mole</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/GramPerCubicCentimeterMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/GramPerCubicCentimeterMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfDensity"/>
        <CommonCoreOntologies:SI_unit_symbol>g/cm^3</CommonCoreOntologies:SI_unit_symbol>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Gram Per Cubic Centimeter Measurement Unit</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/GramPerSecondMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/GramPerSecondMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMassFlowRate"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Gram Per Second Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">g/s</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/HertzMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/HertzMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfFrequency"/>
        <CommonCoreOntologies:SI_unit_label>hertz</CommonCoreOntologies:SI_unit_label>
        <CommonCoreOntologies:SI_unit_symbol>Hz</CommonCoreOntologies:SI_unit_symbol>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Hertz Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">cycles per second</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/HorsepowerMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/HorsepowerMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfEnergy"/>
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfPower"/>
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfWork"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Horsepower Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">hp</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/HourMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/HourMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTime"/>
        <CommonCoreOntologies:SI_unit_symbol>h</CommonCoreOntologies:SI_unit_symbol>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Hour Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">hr</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/InchMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/InchMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfLength"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Inch Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">in</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/JouleMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/JouleMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfEnergy"/>
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfPower"/>
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfWork"/>
        <CommonCoreOntologies:SI_unit_label>joule</CommonCoreOntologies:SI_unit_label>
        <CommonCoreOntologies:SI_unit_symbol>J</CommonCoreOntologies:SI_unit_symbol>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Joule Measurement Unit</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/KelvinMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/KelvinMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTemperature"/>
        <CommonCoreOntologies:SI_unit_label>kelvin</CommonCoreOntologies:SI_unit_label>
        <CommonCoreOntologies:SI_unit_symbol>K</CommonCoreOntologies:SI_unit_symbol>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Kelvin Measurement Unit</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/KilogramForcePerCentimeterSquareMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/KilogramForcePerCentimeterSquareMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfPressure"/>
        <CommonCoreOntologies:acronym>kg/cm^2</CommonCoreOntologies:acronym>
        <CommonCoreOntologies:acronym>kgf/cm^2</CommonCoreOntologies:acronym>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Kilogram Force Per Centimeter Square Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">Kilogram Per Square Centimeter Measurement Unit</skos:altLabel>
        <skos:altLabel xml:lang="en">Kilopond Per Centimeter Square Measurement Unit</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/KilogramMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/KilogramMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMass"/>
        <CommonCoreOntologies:SI_unit_label>kilogram</CommonCoreOntologies:SI_unit_label>
        <CommonCoreOntologies:SI_unit_symbol>kg</CommonCoreOntologies:SI_unit_symbol>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Kilogram Measurement Unit</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/KilogramMeterPerSecondMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/KilogramMeterPerSecondMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMomentum"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Kilogram Meter Per Second Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">kg m/s</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/KilogramMeterSquareMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/KilogramMeterSquareMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfRotationalInertia"/>
        <CommonCoreOntologies:SI_unit_symbol>kg-m^2</CommonCoreOntologies:SI_unit_symbol>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Kilogram Meter Square Measurement Unit</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/KilogramMoleMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/KilogramMoleMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAmountOfSubstance"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Kilogram-Mole Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">kg-mol</skos:altLabel>
        <skos:altLabel xml:lang="en">kilogram-mole</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/KilogramPerCubicMeterMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/KilogramPerCubicMeterMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfDensity"/>
        <CommonCoreOntologies:SI_unit_label>kg/m^3</CommonCoreOntologies:SI_unit_label>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Kilogram Per Cubic Meter Measurement Unit</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/KilogramPerLiterMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/KilogramPerLiterMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfDensity"/>
        <CommonCoreOntologies:SI_unit_symbol>kg/L</CommonCoreOntologies:SI_unit_symbol>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Kilogram Per Liter Measurement Unit</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/KilogramPerSecondMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/KilogramPerSecondMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMassFlowRate"/>
        <CommonCoreOntologies:SI_unit_symbol>kg/s</CommonCoreOntologies:SI_unit_symbol>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Kilogram Per Second Measurement Unit</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/KilohertzMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/KilohertzMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfFrequency"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Kilohertz Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">kHz</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/KiloliterMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/KiloliterMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolume"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Kiloliter Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">kL</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/KilometerMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/KilometerMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfLength"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Kilometer Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">km</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/KilometersPerHourMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/KilometersPerHourMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfSpeed"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Kilometers Per Hour Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">km/h</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/KilometersPerSecondMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/KilometersPerSecondMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfSpeed"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Kilometers Per Second Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">km/s</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/KilometersPerSecondPerSecondMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/KilometersPerSecondPerSecondMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAcceleration"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Kilometers Per Second Per Second Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">km/s/s</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/KilomoleMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/KilomoleMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAmountOfSubstance"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Kilomole Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">kilomole</skos:altLabel>
        <skos:altLabel xml:lang="en">kmol</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/KilonewtonMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/KilonewtonMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfForce"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Kilonewton Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">kN</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/KilopondMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/KilopondMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfForce"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Kilopond Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">Kilogram Force Measurement Unit</skos:altLabel>
        <skos:altLabel xml:lang="en">Kilogram-Force</skos:altLabel>
        <skos:altLabel xml:lang="en">kgf</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/KilovoltAmpereMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/KilovoltAmpereMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfElectromagneticForce"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Kilovolt Ampere Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">kVA</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/KnotMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/KnotMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfSpeed"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Knot Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">kn</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/LiterMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/LiterMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolume"/>
        <CommonCoreOntologies:SI_unit_symbol>L</CommonCoreOntologies:SI_unit_symbol>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Liter Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">Litre</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/LiterPerSecondMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/LiterPerSecondMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolumetricFlowRate"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Liter Per Second Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">l/s</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/LongTonMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/LongTonMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMass"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Long Ton Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">Displacement Ton</skos:altLabel>
        <skos:altLabel xml:lang="en">Gross Ton</skos:altLabel>
        <skos:altLabel xml:lang="en">Imperial Ton</skos:altLabel>
        <skos:altLabel xml:lang="en">Weight Ton</skos:altLabel>
        <skos:altLabel xml:lang="en">ton (UK)</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MachMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MachMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfSpeed"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Mach Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">M</skos:altLabel>
        <skos:altLabel xml:lang="en">Ma</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MegahertzMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MegahertzMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfFrequency"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Megahertz Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">MHz</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MeterMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MeterMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfLength"/>
        <CommonCoreOntologies:SI_unit_label>meter</CommonCoreOntologies:SI_unit_label>
        <CommonCoreOntologies:SI_unit_symbol>m</CommonCoreOntologies:SI_unit_symbol>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Meter Measurement Unit</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MetersPerSecondMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MetersPerSecondMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfSpeed"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Meters Per Second Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">m/s</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MetersPerSecondPerSecondMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MetersPerSecondPerSecondMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAcceleration"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Meters Per Second Per Second Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">m/s/s</skos:altLabel>
        <skos:altLabel xml:lang="en">m/s^2</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MetricTonMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MetricTonMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMass"/>
        <CommonCoreOntologies:SI_unit_symbol>t</CommonCoreOntologies:SI_unit_symbol>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Metric Ton Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">tonne</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MileMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MileMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfLength"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Mile Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">mi</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MilesPerHourMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MilesPerHourMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfSpeed"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Miles Per Hour Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">mi/h</skos:altLabel>
        <skos:altLabel xml:lang="en">mph</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MilesPerSecondMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MilesPerSecondMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfSpeed"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Miles Per Second Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">mi/s</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MilesPerSecondPerSecondMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MilesPerSecondPerSecondMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAcceleration"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Miles Per Second Per Second Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">mi/s/s</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MilliampereMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MilliampereMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfElectromagneticForce"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Milliampere Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">mA</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MillibarMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MillibarMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfPressure"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Millibar Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">mb</skos:altLabel>
        <skos:altLabel xml:lang="en">mbar</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MilligramMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MilligramMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMass"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Milligram Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">mg</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MilliliterMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MilliliterMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolume"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Milliliter Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">mL</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MillimeterMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MillimeterMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfLength"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Millimeter Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">mm</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MinuteMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MinuteMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTime"/>
        <CommonCoreOntologies:SI_unit_symbol>min</CommonCoreOntologies:SI_unit_symbol>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Minute Measurement Unit</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MinuteOfArcMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MinuteOfArcMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAngle"/>
        <CommonCoreOntologies:SI_unit_symbol>&apos;</CommonCoreOntologies:SI_unit_symbol>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Minute of Arc Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">Arcminute</skos:altLabel>
        <skos:altLabel xml:lang="en">MOA</skos:altLabel>
        <skos:altLabel xml:lang="en">am</skos:altLabel>
        <skos:altLabel xml:lang="en">amin</skos:altLabel>
        <skos:altLabel xml:lang="en">arcmin</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MoleMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MoleMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAmountOfSubstance"/>
        <CommonCoreOntologies:SI_unit_label>mole</CommonCoreOntologies:SI_unit_label>
        <CommonCoreOntologies:SI_unit_symbol>mol</CommonCoreOntologies:SI_unit_symbol>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:comment xml:lang="en">One mole contains exactly 6.02214076�10^23 elementary entities.</rdfs:comment>
        <rdfs:label xml:lang="en">Mole Measurement Unit</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/MonthMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/MonthMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTime"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Month Measurement Unit</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/NanometerMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/NanometerMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfLength"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Nanometer Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">Nanometre</skos:altLabel>
        <skos:altLabel xml:lang="en">nm</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/NauticalMileMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/NauticalMileMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfLength"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Nautical Mile Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">M</skos:altLabel>
        <skos:altLabel xml:lang="en">NM</skos:altLabel>
        <skos:altLabel xml:lang="en">nmi</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/NewtonMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/NewtonMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfForce"/>
        <CommonCoreOntologies:SI_unit_label>newton</CommonCoreOntologies:SI_unit_label>
        <CommonCoreOntologies:SI_unit_symbol>N</CommonCoreOntologies:SI_unit_symbol>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Newton Measurement Unit</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/NewtonMeterMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/NewtonMeterMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTorque"/>
        <CommonCoreOntologies:SI_unit_symbol>N-m</CommonCoreOntologies:SI_unit_symbol>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Newton Meter Measurement Unit</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/NewtonSecondMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/NewtonSecondMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfImpulse"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Newton Second Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">N s</skos:altLabel>
        <skos:altLabel xml:lang="en">Newton second</skos:altLabel>
        <skos:altLabel xml:lang="en">Ns</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/NewtonSecondPerKilogramMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/NewtonSecondPerKilogramMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMomentum"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Newton Second Per Kilogram Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">Ns/kg</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/OunceMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/OunceMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMass"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Ounce Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">oz</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/PascalMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/PascalMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfPressure"/>
        <CommonCoreOntologies:SI_unit_label>pascal</CommonCoreOntologies:SI_unit_label>
        <CommonCoreOntologies:SI_unit_symbol>Pa</CommonCoreOntologies:SI_unit_symbol>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Pascal Measurement Unit</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/PhonMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/PhonMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfSoundLevel"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Phon Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">phon</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/PintMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/PintMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolume"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Pint Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">pt</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/PoundFootMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/PoundFootMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTorque"/>
        <CommonCoreOntologies:acronym>lb ft</CommonCoreOntologies:acronym>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Pound Foot Measurement Unit</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/PoundFootSecondSquareMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/PoundFootSecondSquareMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfRotationalInertia"/>
        <CommonCoreOntologies:acronym>lb ft s^2</CommonCoreOntologies:acronym>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Pound Foot Second Square Measurement Unit</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/PoundForceMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/PoundForceMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfForce"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Pound Force Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">lbf</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/PoundMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/PoundMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMass"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Pound Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">lb</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/PoundMoleMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/PoundMoleMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAmountOfSubstance"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Pound-Mole Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">lb-mol</skos:altLabel>
        <skos:altLabel xml:lang="en">lbmol</skos:altLabel>
        <skos:altLabel xml:lang="en">pound-mole</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/PoundPerSecondMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/PoundPerSecondMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMassFlowRate"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Pound Per Second Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">lb/s</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/PoundsPerSquareInchMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/PoundsPerSquareInchMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfPressure"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Pounds Per Square Inch Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">psi</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/QuartMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/QuartMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolume"/>
        <CommonCoreOntologies:acronym>qt</CommonCoreOntologies:acronym>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Quart Measurement Unit</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/QuarticMeterMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/QuarticMeterMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAreaMomentOfInertia"/>
        <CommonCoreOntologies:SI_unit_symbol>m^4</CommonCoreOntologies:SI_unit_symbol>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Quartic Meter Measurement Unit</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/RadianMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/RadianMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAngle"/>
        <CommonCoreOntologies:SI_unit_label>radian</CommonCoreOntologies:SI_unit_label>
        <CommonCoreOntologies:SI_unit_symbol>rad</CommonCoreOntologies:SI_unit_symbol>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Radian Measurement Unit</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/RevolutionsPerDayMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/RevolutionsPerDayMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfFrequency"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Revolutions Per Day Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">r/day</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/RevolutionsPerMinuteMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/RevolutionsPerMinuteMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfFrequency"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Revolutions Per Minute Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">r/min</skos:altLabel>
        <skos:altLabel xml:lang="en">rpm</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/SecondMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/SecondMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTime"/>
        <CommonCoreOntologies:SI_unit_label>second</CommonCoreOntologies:SI_unit_label>
        <CommonCoreOntologies:SI_unit_symbol>s</CommonCoreOntologies:SI_unit_symbol>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Second Measurement Unit</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/SecondOfArcMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/SecondOfArcMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAngle"/>
        <CommonCoreOntologies:SI_unit_symbol>&quot;</CommonCoreOntologies:SI_unit_symbol>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Second of Arc Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">Arcsecond</skos:altLabel>
        <skos:altLabel xml:lang="en">arcsec</skos:altLabel>
        <skos:altLabel xml:lang="en">as</skos:altLabel>
        <skos:altLabel xml:lang="en">asec</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/ShaftHorsepowerMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/ShaftHorsepowerMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfPower"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Shaft Horsepower Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">shp</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/ShortTonMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/ShortTonMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMass"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Short Ton Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">Net Ton</skos:altLabel>
        <skos:altLabel xml:lang="en">ton (US)</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/SlugFootPerSecondMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/SlugFootPerSecondMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMomentum"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Slug Foot Per Second Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">slug ft/s</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/SlugMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/SlugMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMass"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Slug Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">slug</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/SlugPerSecondMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/SlugPerSecondMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMassFlowRate"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Slug Per Second Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">slug/s</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/SoneMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/SoneMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfSoundLevel"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Sone Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">sone</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/SquareCentimeterMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/SquareCentimeterMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfArea"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Square Centimeter Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">cm^2</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/SquareDecimeterMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/SquareDecimeterMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfArea"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Square Decimeter Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">dm^2</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/SquareFootMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/SquareFootMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfArea"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Square Foot Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">ft^2</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/SquareInchMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/SquareInchMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfArea"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Square Inch Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">in^2</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/SquareKilometerMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/SquareKilometerMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfArea"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Square Kilometer Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">km^2</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/SquareMeterMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/SquareMeterMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfArea"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Square Meter Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">m^2</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/SquareMileMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/SquareMileMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfArea"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Square Mile Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">mi^2</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/SquareMillimeterMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/SquareMillimeterMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfArea"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Square Millimeter Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">mm^2</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/SquareYardMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/SquareYardMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfArea"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Square Yard Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">yd^2</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/StandardCubicCentimeterPerMinuteMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/StandardCubicCentimeterPerMinuteMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolumetricFlowRate"/>
        <CommonCoreOntologies:acronym>sccm</CommonCoreOntologies:acronym>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Standard Cubic Centimeter Per Minute Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">cm^3/min</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/TablespoonMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/TablespoonMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolume"/>
        <CommonCoreOntologies:acronym>T</CommonCoreOntologies:acronym>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Tablespoon Measurement Unit</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/TeaspoonMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/TeaspoonMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolume"/>
        <CommonCoreOntologies:acronym>t</CommonCoreOntologies:acronym>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Teaspoon Measurement Unit</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/TerahertzMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/TerahertzMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfFrequency"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Terahertz Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">THz</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/TurnMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/TurnMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAngle"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Turn Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">Cycle</skos:altLabel>
        <skos:altLabel xml:lang="en">Full Circle</skos:altLabel>
        <skos:altLabel xml:lang="en">Revolution</skos:altLabel>
        <skos:altLabel xml:lang="en">Rotation</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/TwentyFootEquivalentUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/TwentyFootEquivalentUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolume"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Twenty Foot Equivalent Unit</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/VoltAmpereMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/VoltAmpereMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfElectromagneticForce"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Volt Ampere Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">VA</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/VoltMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/VoltMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfElectromagneticForce"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Volt Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">V</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/WattMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/WattMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfPower"/>
        <CommonCoreOntologies:SI_unit_label>watt</CommonCoreOntologies:SI_unit_label>
        <CommonCoreOntologies:SI_unit_symbol>W</CommonCoreOntologies:SI_unit_symbol>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Watt Measurement Unit</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/WeekMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/WeekMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTime"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Week Measurement Unit</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/YardMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/YardMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfLength"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Yard Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">yrd</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologyrepository.com/CommonCoreOntologies/YearMeasurementUnit -->

    <owl:NamedIndividual rdf:about="http://www.ontologyrepository.com/CommonCoreOntologies/YearMeasurementUnit">
        <rdf:type rdf:resource="http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTime"/>
        <CommonCoreOntologies:is_curated_in_ontology rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology</CommonCoreOntologies:is_curated_in_ontology>
        <rdfs:label xml:lang="en">Year Measurement Unit</rdfs:label>
        <skos:altLabel xml:lang="en">yr</skos:altLabel>
    </owl:NamedIndividual>
</rdf:RDF>



<!-- Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi -->

