https://github.com/MEMOntology/memon
Raw File
Tip revision: ef80454a07222f97ae9983f6c9d15096eb16a875 authored by MEMOntology on 14 December 2018, 15:51:10 UTC
Update environmentalProcessOntology.owl
Tip revision: ef80454
InformationEntityOntology.owl
<?xml version="1.0"?>
<rdf:RDF xmlns="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#"
     xml:base="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology"
     xmlns:ero="http://www.ontologylibrary.mil/CommonCore/Upper/ExtendedRelationOntology#"
     xmlns:owl="http://www.w3.org/2002/07/owl#"
     xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     xmlns:bfo="http://purl.obolibrary.org/obo#"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:xml="http://www.w3.org/XML/1998/namespace"
     xmlns:time="http://www.ontologylibrary.mil/CommonCore/Mid/TimeOntology#"
     xmlns:ro="http://www.obofoundry.org/ro/ro.owl#"
     xmlns:obo="http://purl.obolibrary.org/obo/"
     xmlns:foaf="http://xmlns.com/foaf/0.1/"
     xmlns:dc="http://purl.org/dc/elements/1.1/">
    <owl:Ontology rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology">
        <owl:imports rdf:resource="http://www.cubrc.org/ontologies/KDD/Mid/GeospatialOntology"/>
        <owl:imports rdf:resource="http://www.ontologylibrary.mil/CommonCore/Upper/ExtendedRelationOntology"/>
        <owl:imports rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/UnitsOfMeasureOntology"/>
        <owl:imports rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/TimeOntology"/>
        <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Version 0.90</owl:versionInfo>
        <rdfs:label xml:lang="en">Information Entity Ontology</rdfs:label>
        <ero:acronym xml:lang="en">INFO</ero:acronym>
        <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string">COPYRIGHT © 2015 CUBRC, Inc.</owl:versionInfo>
        <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#date">March 28, 2017</owl:versionInfo>
    </owl:Ontology>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Datatypes
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://www.w3.org/2001/XMLSchema#date -->

    <rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#date"/>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Object Properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#described_by -->

    <owl:ObjectProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#described_by">
        <rdfs:subPropertyOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_subject_of"/>
        <owl:inverseOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#describes"/>
        <rdfs:range rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#DescriptiveInformationContentEntity"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The inverse of describes, which relates an Entity to some Descriptive Information Content Entity.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">described by</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#describes -->

    <owl:ObjectProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#describes">
        <rdfs:subPropertyOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_about"/>
        <rdfs:domain rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#DescriptiveInformationContentEntity"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">For all Types T1 and T2, if T1 describes T2 then there is some instance of T1, t1 that presents the characteristics by which some instance of T2, t2 can be recognized or visualized.</ero:definition>
        <ero:example_of_usage rdf:datatype="http://www.w3.org/2001/XMLSchema#string">a newspaper article describes some current event</ero:example_of_usage>
        <ero:example_of_usage rdf:datatype="http://www.w3.org/2001/XMLSchema#string">a visitor&apos;s log describes some facility visit</ero:example_of_usage>
        <ero:example_of_usage rdf:datatype="http://www.w3.org/2001/XMLSchema#string">an accident report describes some accident</ero:example_of_usage>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">It is possible that this relation should be a functional property, that is for all x, y, z if x describes y and x describes z then y = z. For example, if a financial report x describes the quarterly results of a company y and that same financial report describes the quarterly results of a company z, then it should be inferred that companies y and z are the same. We refrained from classifying the relation as a functional property on the concern that descriptions are multifaceted and so consequently it may be that the same report would contain descriptions of multiple entities.</rdfs:comment>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">describes</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designated_by -->

    <owl:ObjectProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designated_by">
        <rdfs:subPropertyOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_subject_of"/>
        <owl:inverseOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
        <rdfs:range rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#DesignativeInformationContentEntity"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The inverse of designates, which relates an Entity to some Designative Information Content Entity.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">is designated by</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates -->

    <owl:ObjectProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates">
        <rdfs:subPropertyOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_about"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#DesignativeInformationContentEntity"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">For all types T1 and T2, if T1 designates T2, then there is some instance of T1, t1, by which some instance of T2, t2,  is called, or classified, distinguished from others.</ero:definition>
        <ero:example_of_usage rdf:datatype="http://www.w3.org/2001/XMLSchema#string">a URL identifies the location of a Web Page on the internet</ero:example_of_usage>
        <ero:example_of_usage rdf:datatype="http://www.w3.org/2001/XMLSchema#string">a person&apos;s name designates that person</ero:example_of_usage>
        <ero:example_of_usage rdf:datatype="http://www.w3.org/2001/XMLSchema#string">a vehicle identification number designates some vehicle</ero:example_of_usage>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">designates</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_a_interval_measurement_of -->

    <owl:ObjectProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_a_interval_measurement_of">
        <rdfs:subPropertyOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_a_measurement_of"/>
        <owl:inverseOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_measured_by_interval"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#IntervalMeasurementInformationContentEntity"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">For all Types T1 and T2, if T1 is a interval measurement of T2 then there is some instance of T1, t1, that places some instance of T2, t2, onto a scale which has uniform intervals but has a zero value that does not correspond to an absence of the quality being measured.</ero:definition>
        <ero:example_of_usage rdf:datatype="http://www.w3.org/2001/XMLSchema#string">a measurement of air temperature on the Celsius scale.</ero:example_of_usage>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">is a interval measurement of</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_a_measurement_of -->

    <owl:ObjectProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_a_measurement_of">
        <rdfs:subPropertyOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#describes"/>
        <owl:inverseOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_measured_by"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#MeasurementInformationContentEntity"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">For all Types T1 and T2, if T1 is a measurement of T2 then there is some instance of T1, t1, that estimates some characteristic of some instance of T2, t2, relative to some scale or classification scheme.</ero:definition>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">This object property, as well as all of its children are typified as functional properties. This means that for instances x, y, and z if x is a measurement of y and x is a measurement of z, then y = z.</rdfs:comment>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">is a measurement of</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_a_nominal_measurement_of -->

    <owl:ObjectProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_a_nominal_measurement_of">
        <rdfs:subPropertyOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_a_measurement_of"/>
        <owl:inverseOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_measured_by_nominal"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#NominalMeasurementInformationContentEntity"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">For all Types T1 and T2, if T1 is a nominal measurement of T2 then there is some instance of T1, t1, that classifies some instance of T2, t2, relative to some set of shared, possibly arbitrary, characteristics.</ero:definition>
        <ero:example_of_usage rdf:datatype="http://www.w3.org/2001/XMLSchema#string">classifying automobiles as sedans, coupes, hatchbacks, or convertibles</ero:example_of_usage>
        <ero:example_of_usage rdf:datatype="http://www.w3.org/2001/XMLSchema#string">classifying military intelligence as strategic, operational, or tactical</ero:example_of_usage>
        <ero:example_of_usage rdf:datatype="http://www.w3.org/2001/XMLSchema#string">classifying rocks as igneous, sedimentary, or metamorphic</ero:example_of_usage>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">is a nominal measurement of</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_a_ordinal_measurement_of -->

    <owl:ObjectProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_a_ordinal_measurement_of">
        <rdfs:subPropertyOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_a_measurement_of"/>
        <owl:inverseOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_measured_by_ordinal"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#OrdinalMeasurementInformationContentEntity"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">For all Types T1 and T2, if T1 is a ordinal measurement of T2 then there is some instance of T1, t1, that places some instance of T2, t2, onto a rank order.</ero:definition>
        <ero:example_of_usage rdf:datatype="http://www.w3.org/2001/XMLSchema#string">placing Geospatial Regions into a rank order of small, medium, large</ero:example_of_usage>
        <ero:example_of_usage rdf:datatype="http://www.w3.org/2001/XMLSchema#string">placing military units onto a readiness rank order of red, yellow, green</ero:example_of_usage>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">is a ordinal measurement of</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_a_ratio_measurement_of -->

    <owl:ObjectProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_a_ratio_measurement_of">
        <rdfs:subPropertyOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_a_measurement_of"/>
        <owl:inverseOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_measured_by_ratio"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#RatioMeasurementInformationContentEntity"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">For all Types T1 and T2, if T1 is a ratio measurement of T2 then there is some instance of T1, t1, that places some instance of T2, t2, onto a scale having equal unit values and a zero value that corresponds to the absence of the quality being measured.</ero:definition>
        <ero:example_of_usage rdf:datatype="http://www.w3.org/2001/XMLSchema#string">the barometric pressure at 1,000 feet above sea level</ero:example_of_usage>
        <ero:example_of_usage rdf:datatype="http://www.w3.org/2001/XMLSchema#string">the measure of air temperature on the Kelvin scale</ero:example_of_usage>
        <ero:example_of_usage rdf:datatype="http://www.w3.org/2001/XMLSchema#string">the number of members in an Organization</ero:example_of_usage>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">is a ratio measurement of</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_about -->

    <owl:ObjectProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_about">
        <owl:inverseOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_subject_of"/>
        <rdfs:domain rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#InformationContentEntity"/>
        <rdfs:range rdf:resource="http://purl.obolibrary.org/obo/BFO_0000001"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A primitive (i.e. undefined) relationship between an Information Content Entity and some Entity.</ero:definition>
        <ero:definition_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Derived from IAO_0003136</ero:definition_source>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">is about</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_excerpted_from -->

    <owl:ObjectProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_excerpted_from">
        <rdfs:domain rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#InformationBearingEntity"/>
        <rdfs:range rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#InformationBearingEntity"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An Information Bearing Entity b1 is excerpted from another Information Bearing Entity B2 iff b1 is part of some Information Bearing Entity B1 that is the bearer of some Information Content Entity C1, B2 is the bearer of some Information Content Entity C2, C1 is not identical with C2, b1 is the bearer of some Information Content Entity c1, b2 is an Information Bearing Entity that is part of B2 and b2 is the bearer of c1 (i.e. the same Information Content Entity as borne by b1).</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">is excerpted from</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_geospatial_coordinate_reference_system_of -->

    <owl:ObjectProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_geospatial_coordinate_reference_system_of">
        <rdfs:subPropertyOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Upper/ExtendedRelationOntology#inheres_in"/>
        <owl:inverseOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#uses_geospatial_coordinate_reference_system"/>
        <rdfs:domain rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeospatialCoordinateReferenceSystem"/>
        <rdfs:range rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#InformationBearingEntity"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">is geospatial coordinate reference system of</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_measured_by -->

    <owl:ObjectProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_measured_by">
        <rdfs:subPropertyOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#described_by"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
        <rdfs:range rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#MeasurementInformationContentEntity"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The inverse of is a measurement of, which relates an Entity to some Measurement Information Content Entity.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">is measured by</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_measured_by_interval -->

    <owl:ObjectProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_measured_by_interval">
        <rdfs:subPropertyOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_measured_by"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
        <rdfs:range rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#IntervalMeasurementInformationContentEntity"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The inverse of is a interval measurement of, which relates an Entity to some Interval Measurement Information Content Entity.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">is measured by interval</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_measured_by_nominal -->

    <owl:ObjectProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_measured_by_nominal">
        <rdfs:subPropertyOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_measured_by"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
        <rdfs:range rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#NominalMeasurementInformationContentEntity"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The inverse of is a nominal measurement of, which relates an Entity to some Nominal Measurement Information Content Entity.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">is measured by nominal</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_measured_by_ordinal -->

    <owl:ObjectProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_measured_by_ordinal">
        <rdfs:subPropertyOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_measured_by"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
        <rdfs:range rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#OrdinalMeasurementInformationContentEntity"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The inverse of is a ordinal measurement of, which relates an Entity to some Ordinal Measurement Information Content Entity.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">is measured by ordinal</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_measured_by_ratio -->

    <owl:ObjectProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_measured_by_ratio">
        <rdfs:subPropertyOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_measured_by"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
        <rdfs:range rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#RatioMeasurementInformationContentEntity"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The inverse of is a ratio measurement of, which relates an Entity to some Ratio Measurement Information Content Entity.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">is measured by ratio</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_mention_of -->

    <owl:ObjectProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_mention_of">
        <owl:inverseOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_mentioned_by"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An instance b1 of a Information Bearing Entity is mention of some instance c1 of some Entity or Event iff b1 is used as a reference to c1.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">is mention of</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_mentioned_by -->

    <owl:ObjectProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_mentioned_by">
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An instance c1 of a Entity or Event is mentioned by an instance b1 of some Information Bearing Entity iff b1 is used as a reference to c1.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">is mentioned by</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_subject_of -->

    <owl:ObjectProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_subject_of">
        <rdfs:range rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#InformationContentEntity"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The inverse of is about, which relates an Entity to some Information Content Entity.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">is subject of</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#language_used_in -->

    <owl:ObjectProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#language_used_in">
        <rdfs:subPropertyOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#prescribes"/>
        <owl:inverseOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#uses_language"/>
        <rdfs:range rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#InformationBearingEntity"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">languaged used in</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#prescribed_by -->

    <owl:ObjectProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#prescribed_by">
        <rdfs:subPropertyOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_subject_of"/>
        <owl:inverseOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#prescribes"/>
        <rdfs:range rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#DirectiveInformationContentEntity"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The inverse of presecribes, which relates an Entity to some Directive Information Content Entity.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">prescribed by</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#prescribes -->

    <owl:ObjectProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#prescribes">
        <rdfs:subPropertyOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_about"/>
        <rdfs:domain rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#DirectiveInformationContentEntity"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">For all types T1 and T2, if T1 prescribes T2, then there is some instance of T1, t1, that serves as a rule or guide to some instance of T2, t2 (if T2 is a type of bfo:Occurrent) or that serves as a model for some instance of T2, t2 (if T2 is a type of bfo:Continuant).</ero:definition>
        <ero:example_of_usage rdf:datatype="http://www.w3.org/2001/XMLSchema#string">a blueprint serves as a model of some Artifact or Facility</ero:example_of_usage>
        <ero:example_of_usage rdf:datatype="http://www.w3.org/2001/XMLSchema#string">a professional code of conduct serves as a set of rules to be followed while acting in a role within that profession</ero:example_of_usage>
        <ero:example_of_usage rdf:datatype="http://www.w3.org/2001/XMLSchema#string">an Operations Plan serves as a guide for the tasks that need to be performed to achieve the Objectives of the Operation</ero:example_of_usage>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">prescribes</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#represented_by -->

    <owl:ObjectProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#represented_by">
        <rdfs:subPropertyOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#described_by"/>
        <owl:inverseOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#represents"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
        <rdfs:range rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#RepresentationalInformationContentEntity"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The inverse of designates, which relates an Entity to some Representational Information Content Entity.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">represented by</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#represents -->

    <owl:ObjectProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#represents">
        <rdfs:subPropertyOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#describes"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#RepresentationalInformationContentEntity"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">For all Types T1 and T2, if T1 represents T2 then there is some instance of T1, t1, that presents the characteristics by which some instance of T2, t2, can be recognized or visualized and moreover, there is a one-to-one correspondence between the components of t1 and t2.</ero:definition>
        <ero:elucidation rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The relationship that is being defined here is that between a photographic image and its object, or between a written transcript and the verbal event that it transcribes.</ero:elucidation>
        <ero:example_of_usage rdf:datatype="http://www.w3.org/2001/XMLSchema#string">a court transcript represents a courtroom proceeding</ero:example_of_usage>
        <ero:example_of_usage rdf:datatype="http://www.w3.org/2001/XMLSchema#string">a photograph of the Statue of Liberty represents the Statue of Liberty</ero:example_of_usage>
        <ero:example_of_usage rdf:datatype="http://www.w3.org/2001/XMLSchema#string">a video of a sporting event represents that sporting event</ero:example_of_usage>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">represents</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#uses_geospatial_coordinate_reference_system -->

    <owl:ObjectProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#uses_geospatial_coordinate_reference_system">
        <rdfs:subPropertyOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Upper/ExtendedRelationOntology#bearer_of"/>
        <rdfs:domain rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#InformationBearingEntity"/>
        <rdfs:range rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeospatialCoordinateReferenceSystem"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">uses geospatial coordinate reference system</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#uses_language -->

    <owl:ObjectProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#uses_language">
        <rdfs:subPropertyOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#prescribed_by"/>
        <rdfs:domain rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#InformationBearingEntity"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">uses language</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#uses_measurement_unit -->

    <owl:ObjectProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#uses_measurement_unit">
        <rdfs:subPropertyOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Upper/ExtendedRelationOntology#bearer_of"/>
        <owl:inverseOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Upper/ExtendedRelationOntology#is_measurement_unit_of"/>
        <rdfs:domain rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#InformationBearingEntity"/>
        <rdfs:range rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#MeasurementUnit"/>
        <ero:elucidation rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An Information Bearing Entity carries the content of some corresponding Information Content Entity. In some cases of measurements, this content is composed of both some amount and the scale according to which the measurement was made.</ero:elucidation>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">uses measurement unit</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Upper/ExtendedRelationOntology#is_measurement_unit_of -->

    <owl:ObjectProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Upper/ExtendedRelationOntology#is_measurement_unit_of">
        <rdfs:subPropertyOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Upper/ExtendedRelationOntology#inheres_in"/>
        <rdfs:domain rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#MeasurementUnit"/>
        <rdfs:range rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#InformationBearingEntity"/>
        <ero:elucidation rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An Information Bearing Entity carries the content of some corresponding Information Content Entity. In some cases of measurements, this content is composed of both some amount and the scale according to which the measurement was made.</ero:elucidation>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">is measurement unit of</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Data properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#contains_token_information -->

    <owl:DatatypeProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#contains_token_information">
        <rdfs:domain rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#InformationBearingEntity"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">contains token</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#has_URI_value -->

    <owl:DatatypeProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#has_URI_value">
        <rdfs:domain rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#InformationBearingEntity"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">has URI value</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#has_boolean_value -->

    <owl:DatatypeProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#has_boolean_value">
        <rdfs:domain rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#InformationBearingEntity"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">has boolean value</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#has_date_value -->

    <owl:DatatypeProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#has_date_value">
        <rdfs:domain rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#InformationBearingEntity"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">has date value</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#has_datetime_value -->

    <owl:DatatypeProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#has_datetime_value">
        <rdfs:domain rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#InformationBearingEntity"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">has datetime value</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#has_decimal_value -->

    <owl:DatatypeProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#has_decimal_value">
        <rdfs:domain rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#InformationBearingEntity"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">has decimal value</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#has_integer_value -->

    <owl:DatatypeProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#has_integer_value">
        <rdfs:domain rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#InformationBearingEntity"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">has integer value</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#has_text_value -->

    <owl:DatatypeProperty rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#has_text_value">
        <rdfs:domain rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#InformationBearingEntity"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A relationship between an Information Bearing Entity and a string representation.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">has text value</rdfs:label>
    </owl:DatatypeProperty>
    


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

    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#ArbitraryIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#ArbitraryIdentifier">
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#NonNameIdentifier"/>
        <owl:disjointWith rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#CodeIdentifier"/>
        <ero:alternative_label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Arbitrary ID</ero:alternative_label>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Non-Name Identifier that consists of a string of characters that does not follow an encoding system.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Arbitrary Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#BoundingBoxPointIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#BoundingBoxPointIdentifier">
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#SpatialRegionIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Spatial Region Identifier that designates some Bounding Box Point.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Bounding Box Point Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#CityIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#CityIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://www.cubrc.org/ontologies/KDD/Mid/GeospatialOntology#City"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#SubNationalEntityIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Sub-National Entity Identifier that designates some City.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">City Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#CityPartIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#CityPartIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://www.cubrc.org/ontologies/KDD/Mid/GeospatialOntology#CityPart"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeopoliticalEntityPartIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Geopolitical Entity Part Identifier that designates some City Part.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">City Part Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#CodeIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#CodeIdentifier">
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#NonNameIdentifier"/>
        <ero:alternative_label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Code ID</ero:alternative_label>
        <ero:alternative_label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ID Code</ero:alternative_label>
        <ero:alternative_label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Identifier Code</ero:alternative_label>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Non-Name Identifier that consists of a string of characters that was created and assigned according to an encoding system such that metadata can be derived from the identifier.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Code Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#ConnectedTemporalRegionIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#ConnectedTemporalRegionIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/BFO_0000008"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#TemporalRegionIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Temporal Region Identifier that designates some Connected Temporal Region.</ero:definition>
        <ero:elucidation rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Connected Temporal Region is a Temporal Region that is contiguous such that there are no gaps in the spanned period of time.</ero:elucidation>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Connected Temporal Region Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#ContinentIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#ContinentIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://www.cubrc.org/ontologies/KDD/Mid/GeospatialOntology#Continent"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeospatialRegionIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Geospatial Region Identifier that designates some Continent.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Continent Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#CountMeasurement -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#CountMeasurement">
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#RatioMeasurementInformationContentEntity"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Ratio Measurement Information Content Entity that measures the number of members of some aggregate.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Count Measurement</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#CountryIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#CountryIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://www.cubrc.org/ontologies/KDD/Mid/GeospatialOntology#Country"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeopoliticalEntityIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Geopolitical Entity Identifier that designates some Country.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Country Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#CountryPartIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#CountryPartIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://www.cubrc.org/ontologies/KDD/Mid/GeospatialOntology#CountryPart"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeopoliticalEntityPartIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Geopolitical Entity Part Identifier that designates some Country Part.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Country Part Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#DateIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#DateIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/TimeOntology#Day"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#TemporalIntervalIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Temporal Interval Identifier that designates some Day.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Date Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#DecadeIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#DecadeIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/TimeOntology#Decade"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#TemporalIntervalIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Temporal Interval Identifier that designates some Decade.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Decade Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#DescriptiveInformationContentEntity -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#DescriptiveInformationContentEntity">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#describes"/>
                <owl:someValuesFrom rdf:resource="http://www.cubrc.org/ontologies/KDD/Mid/GeospatialOntology#GeospatialRegion"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#InformationContentEntity"/>
        <owl:disjointWith rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#DesignativeInformationContentEntity"/>
        <owl:disjointWith rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#DirectiveInformationContentEntity"/>
        <ero:alternative_label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Descriptive ICE</ero:alternative_label>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An Information Content Entity that consists of a set of propositions that describe some Entity.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Descriptive Information Content Entity</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#DesignativeInformationContentEntity -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#DesignativeInformationContentEntity">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/BFO_0000001"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#InformationContentEntity"/>
        <owl:disjointWith rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#DirectiveInformationContentEntity"/>
        <ero:alternative_label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Designative ICE</ero:alternative_label>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An Information Content Entity that consists of a set of symbols that denote some Entity.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Designative Information Content Entity</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#DesignativeName -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#DesignativeName">
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#DesignativeInformationContentEntity"/>
        <owl:disjointWith rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#NonNameIdentifier"/>
        <ero:alternative_label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Name</ero:alternative_label>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Designative Information Content Entity that consists of a string of characters that designates an entity within a specified cultural or social namespace and which is typically a word or phrase in a natural language that has an accepted cultural or social significance.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Designative Name</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#DirectiveInformationContentEntity -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#DirectiveInformationContentEntity">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#prescribes"/>
                <owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/BFO_0000001"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#InformationContentEntity"/>
        <ero:alternative_label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Directive ICE</ero:alternative_label>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An Information Content Entity that consists of a set of propositions or images (as in the case of a blueprint) that prescribe some Entity.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Directive Information Content Entity</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#DistanceMeasurement -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#DistanceMeasurement">
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#RatioMeasurementInformationContentEntity"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Ratio Measurement Information Content Entity that describes a One-Dimensional Extent inhering in some Site that is externally connected to two Independent Continuants.</ero:definition>
        <ero:elucidation rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Displacement (vector) is the shortest possible distance (scalar) between two points. Further thought is needed to adequately handle measurements of distance traveled along a path, e.g., a circuitous path or an arc (such as the surface of a planet), versus the simple case of a direct, straight line between two points.</ero:elucidation>
        <ero:elucidation rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Distance is a measure between two reference points, which are located on or in, or in some manner part of, the two obejcts for which the length of the extent between is sought. For exmple, the center point of the indentation of a ball in the sand and the edge of the foul line, the forwardmost point on a car&apos;s bumper and the closest point on the 2-dimensional plane that serves as the fiat boundary of a crosswalk, the center of an antenna array and closest point on ground.</ero:elucidation>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Distance Measurement</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeopoliticalEntityBorderIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeopoliticalEntityBorderIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://www.cubrc.org/ontologies/KDD/Mid/GeospatialOntology#GeopoliticalEntityBorder"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeospatialBoundaryIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Geospatial Boundary Identifier that designates some Geopolitical Entity Border.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Geopolitical Entity Border Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeopoliticalEntityIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeopoliticalEntityIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://www.cubrc.org/ontologies/KDD/Mid/GeospatialOntology#GeopoliticalEntity"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeospatialRegionIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Geospatial Region Identifier that desginates some Geopolitical Entity.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Geopolitical Entity Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeopoliticalEntityPartIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeopoliticalEntityPartIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://www.cubrc.org/ontologies/KDD/Mid/GeospatialOntology#GeopoliticalEntityPart"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeospatialRegionIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Geospatial Region Identifier that designates some Geopolitical Entity Part.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Geopolitical Entity Part Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeospatialBoundaryIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeospatialBoundaryIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://www.cubrc.org/ontologies/KDD/Mid/GeospatialOntology#GeospatialBoundary"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#SiteIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Spatial Region Identifier that designates some Geospatial Boundary.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Geospatial Boundary Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeospatialCoordinateReferenceSystem -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeospatialCoordinateReferenceSystem">
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#DescriptiveInformationContentEntity"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Descriptive Information Content Entity that describes a set of standards for determining the location of a point at or near the surface of the Earth.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Geospatial Coordinate Reference System</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeospatialLocationIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeospatialLocationIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://www.cubrc.org/ontologies/KDD/Mid/GeospatialOntology#GeospatialLocation"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeospatialRegionIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Geospatial Region Identifier that designates some Geospatial Location.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Geospatial Location Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeospatialRegionBoundingBoxIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeospatialRegionBoundingBoxIdentifier">
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#SpatialRegionIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Spatial Region Identifier that designates some Geospatial Region Bounding Box.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Geospatial Region Bounding Box Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeospatialRegionBoundingBoxIdentifierList -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeospatialRegionBoundingBoxIdentifierList">
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#MeasurementUnitOfGeocoordinate"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Measurement Unit of Geocoordinate that is comprised of 4 pairs of coordinates, one for each of the 4 defining points (North, West, South, East) of a Geospatial Region Bounding Box.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Geospatial Region Bounding Box Identifier List</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeospatialRegionIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeospatialRegionIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://www.cubrc.org/ontologies/KDD/Mid/GeospatialOntology#GeospatialRegion"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#SiteIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Spatial Region Identifier that designates some Geospatial Region.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Geospatial Region Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#HourIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#HourIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/TimeOntology#Hour"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#TemporalIntervalIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Temporal Interval Identifier that designates some Hour.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Hour Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#InformationBearingEntity -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#InformationBearingEntity">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Upper/ExtendedRelationOntology#bearer_of"/>
                <owl:someValuesFrom rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#InformationContentEntity"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000030"/>
        <ero:alternative_label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">IBE</ero:alternative_label>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An Object upon which an Information Content Entity generically depends.</ero:definition>
        <ero:definition_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Derived from: http://purl/obolibrary.org/obo/IAO_0000178</ero:definition_source>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Information Bearing Entity</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#InformationContentEntity -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#InformationContentEntity">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_about"/>
                <owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/BFO_0000001"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000031"/>
        <ero:alternative_label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ICE</ero:alternative_label>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Generically Dependent Continuant that generically depends on some Information Bearing Entity and stands in relation of aboutness to some Entity.</ero:definition>
        <ero:definition_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Derived from: http://purl.obolibrary.org/obo/IAO_0000030</ero:definition_source>
        <ero:elucidation rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Information Content Entity is here intended to be a class of Entities whose instances are the informational content of Information Bearing Entities. For example, three instances of information bearers -- such as a bar chart, color-coded map, and a written report -- each of which lists the GDP of Countries for the year 2010 are each different bearers of the same information content. It is this content that is generically dependent upon its bearer. This treatment of Informational Content Entity (cf. the Information Artifact Ontology) leads to a principle of subtyping based upon the relationship that ICE&apos;s have with the Entity they are about rather than characteristics such as format, language, measurement scale, or media. The latter are treated here as being Qualities of bearers.</ero:elucidation>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Information Content Entity</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#InformationQualityEntity -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#InformationQualityEntity">
        <rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000019"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Upper/ExtendedRelationOntology#inheres_in"/>
                <owl:someValuesFrom rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#InformationBearingEntity"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <ero:alternative_label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">IQE</ero:alternative_label>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Quality that concretizes some Information Content Entity.</ero:definition>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Typically, an IQE will be a complex pattern made up of multiple qualities joined together spatially.</rdfs:comment>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Information Quality Entity</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#IntervalMeasurementInformationContentEntity -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#IntervalMeasurementInformationContentEntity">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_a_interval_measurement_of"/>
                <owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/BFO_0000001"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#MeasurementInformationContentEntity"/>
        <owl:disjointWith rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#NominalMeasurementInformationContentEntity"/>
        <owl:disjointWith rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#OrdinalMeasurementInformationContentEntity"/>
        <owl:disjointWith rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#RatioMeasurementInformationContentEntity"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Measurement Information Content Entity that consists of a symbol that places a Quality of an Entity onto some interval scale having no true zero value.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Interval Measurement Information Content Entity</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#MeasurementInformationContentEntity -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#MeasurementInformationContentEntity">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_a_measurement_of"/>
                <owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/BFO_0000001"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#DescriptiveInformationContentEntity"/>
        <owl:disjointWith rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#RepresentationalInformationContentEntity"/>
        <ero:alternative_label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Measurement ICE</ero:alternative_label>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Descriptive Information Content Entity that consists of a symbol that is a measure of the extent, dimensions, quanity, or quality of an Entity relative to some standard.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Measurement Information Content Entity</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#MeasurementUnit -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#MeasurementUnit">
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#DescriptiveInformationContentEntity"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Descriptive Information Content Entity that describes a definite magnitude of a physical quantity, defined and adopted by convention and/or by law, that is used as a standard for measurement of the same physical quantity.</ero:definition>
        <ero:definition_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Derived from http://en.wikipedia.org/wiki/Measurement_unit</ero:definition_source>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Measurement Unit</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#MeasurementUnitOfGeocoordinate -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#MeasurementUnitOfGeocoordinate">
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#MeasurementUnit"/>
        <ero:definition rdf:datatype="http://www.w3.org/2000/01/rdf-schema#Literal">A Measurement Unit specifying the geospatial coordinates of a location.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Measurement Unit of Geocoordinate</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#MinuteIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#MinuteIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/TimeOntology#Minute"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#TemporalIntervalIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Temporal Interval Identifier that designates some Minute.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Minute Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#MonthIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#MonthIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/TimeOntology#Month"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#TemporalIntervalIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Temporal Interval Identifier that designates some Month.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Month Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#MultiDayTemporalIntervalIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#MultiDayTemporalIntervalIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/TimeOntology#MultiDayTemporalInterval"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#TemporalIntervalIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Temporal Interval Identifier that designates some Multi-Day Temporal Interval.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Multi-Day Temporal Interval Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#MultiHourTemporalIntervalIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#MultiHourTemporalIntervalIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/TimeOntology#MultiHourTemporalInterval"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#TemporalIntervalIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Temporal Interval Identifier that designates some Multi-Hour Temporal Interval.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Multi-Hour Temporal Interval Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#MultiMinuteTemporalIntervalIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#MultiMinuteTemporalIntervalIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/TimeOntology#MultiMinuteTemporalInterval"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#TemporalIntervalIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Temporal Interval Identifier that designates some Multi-Minute Temporal Interval.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Multi-Minute Temporal Interval Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#MultiMonthTemporalIntervalIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#MultiMonthTemporalIntervalIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/TimeOntology#MultiMonthTemporalInterval"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#TemporalIntervalIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Temporal Interval Identifier that designates some Multi-Month Temporal Interval.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Multi-Month Temporal Interval Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#MultiSecondTemporalIntervalIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#MultiSecondTemporalIntervalIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/TimeOntology#MultiSecondTemporalInterval"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#TemporalIntervalIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Temporal Interval Identifier that designates some Multi-Second Temporal Interval.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Multi-Second Temporal Interval Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#MultiWeekTemporalIntervalIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#MultiWeekTemporalIntervalIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/TimeOntology#MultiWeekTemporalInterval"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#TemporalIntervalIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Temporal Interval Identifier that designates some Multi-Week Temporal Interval.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Multi-Week Temporal Interval Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#MultiYearTemporalIntervalIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#MultiYearTemporalIntervalIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/TimeOntology#MultiYearTemporalInterval"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#TemporalIntervalIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Temporal Interval Identifier that designates some Multi-Year Temporal Interval.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Multi-Year Temporal Interval Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#NominalMeasurementInformationContentEntity -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#NominalMeasurementInformationContentEntity">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_a_nominal_measurement_of"/>
                <owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/BFO_0000001"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#MeasurementInformationContentEntity"/>
        <owl:disjointWith rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#OrdinalMeasurementInformationContentEntity"/>
        <owl:disjointWith rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#RatioMeasurementInformationContentEntity"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Measurement Information Content Entity that consists of a symbol that classifies Entities according to some shared, possibly arbitrary, characteristic.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Nominal Measurement Information Content Entity</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#NonNameIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#NonNameIdentifier">
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#DesignativeInformationContentEntity"/>
        <ero:alternative_label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ID</ero:alternative_label>
        <ero:alternative_label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Identifier</ero:alternative_label>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Designative Information Content Entity that consists of a string of characters that designates an entity within a specified namespace or context, is not a Designative Name, may be automatically or randomly generated, and typically has no preexisting cultural or social significance.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Non-Name Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#OrdinalMeasurementInformationContentEntity -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#OrdinalMeasurementInformationContentEntity">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_a_ordinal_measurement_of"/>
                <owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/BFO_0000001"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#MeasurementInformationContentEntity"/>
        <owl:disjointWith rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#RatioMeasurementInformationContentEntity"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Measurement Information Content Entity that consists of a symbol that places an Entity into some rank order.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Ordinal Measurement Information Content Entity</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#ProvinceIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#ProvinceIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://www.cubrc.org/ontologies/KDD/Mid/GeospatialOntology#Province"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#SubNationalEntityIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Sub-National Entity Identifier that designates some Province.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Province Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#ProvincePartIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#ProvincePartIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://www.cubrc.org/ontologies/KDD/Mid/GeospatialOntology#ProvincePart"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeopoliticalEntityPartIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Geopolitical Entity Part Identifier that designates some Province Part.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Province Part Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#RatioMeasurementInformationContentEntity -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#RatioMeasurementInformationContentEntity">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#is_a_ratio_measurement_of"/>
                <owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/BFO_0000001"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#MeasurementInformationContentEntity"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Measurement Information Content Entity that consists of a symbol that places a Quality of an Entity onto an interval scale having a true zero value.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Ratio Measurement Information Content Entity</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#RepresentationalInformationContentEntity -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#RepresentationalInformationContentEntity">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#represents"/>
                <owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/BFO_0000001"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#DescriptiveInformationContentEntity"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Descriptive Information Content Entity that consists of a set of propositions or an image that represents some Entity.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Representational Information Content Entity</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#SecondIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#SecondIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/TimeOntology#Second"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#TemporalIntervalIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Temporal Interval Identifier that designates some Second.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Second Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#SiteIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#SiteIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/BFO_0000029"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#DesignativeInformationContentEntity"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Designative Information Content Entity that designates some Site.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Site Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#SpatialRegionIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#SpatialRegionIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/BFO_0000006"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#DesignativeInformationContentEntity"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Designative Information Content Entity that designates some Spatial Region.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Spatial Region Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#StateIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#StateIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://www.cubrc.org/ontologies/KDD/Mid/GeospatialOntology#State"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#SubNationalEntityIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Sub-National Entity Identifier that designates some State.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">State Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#StatePartIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#StatePartIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://www.cubrc.org/ontologies/KDD/Mid/GeospatialOntology#StatePart"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeopoliticalEntityPartIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Geopolitical Entity Part Identifier that designates some State Part.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">State Part Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#SubNationalEntityIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#SubNationalEntityIdentifier">
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeopoliticalEntityIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Geopolitical Entity Identifier that designates some Sub-National Entity.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Sub-National Entity Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#SubcontinentIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#SubcontinentIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://www.cubrc.org/ontologies/KDD/Mid/GeospatialOntology#Subcontinent"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeospatialRegionIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Geospatial Region Identifier that designates some Subcontinent.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Subcontinent Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#TemporalInstantIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#TemporalInstantIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/BFO_0000148"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#ConnectedTemporalRegionIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Connected Temporal Region Identifier that designates some Temporal Instant.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Temporal Instant Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#TemporalIntervalIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#TemporalIntervalIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/BFO_0000038"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#ConnectedTemporalRegionIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Connected Temporal Region Identifier that designates some Temporal Interval.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Temporal Interval Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#TemporalRegionIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#TemporalRegionIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/BFO_0000008"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#DesignativeInformationContentEntity"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Designative Information Content Entity that designates some Temporal Region.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Temporal Region Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#TimeOfDayIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#TimeOfDayIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/TimeOntology#TimeOfDay"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#TemporalInstantIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Temporal Instant Identifier that designates some Time of Day.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Time of Day Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#WeekIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#WeekIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/TimeOntology#Week"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#TemporalIntervalIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Temporal Interval Identifier that designates some Week.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Week Identifier</rdfs:label>
    </owl:Class>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#YearIdentifier -->

    <owl:Class rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#YearIdentifier">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#designates"/>
                <owl:someValuesFrom rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/TimeOntology#Year"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#TemporalIntervalIdentifier"/>
        <ero:definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Temporal Interval Identifier that designates some Year.</ero:definition>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Year Identifier</rdfs:label>
    </owl:Class>
    


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

    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GlobalAreaReferenceSystem -->

    <owl:NamedIndividual rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GlobalAreaReferenceSystem">
        <rdf:type rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeospatialCoordinateReferenceSystem"/>
        <ero:acronym rdf:datatype="http://www.w3.org/2001/XMLSchema#string">GARS</ero:acronym>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Global Area Reference System</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#UniversalTransverseMercatorReferenceSystem -->

    <owl:NamedIndividual rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#UniversalTransverseMercatorReferenceSystem">
        <rdf:type rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeospatialCoordinateReferenceSystem"/>
        <ero:acronym rdf:datatype="http://www.w3.org/2001/XMLSchema#string">UTM</ero:acronym>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Universal Transverse Mercator Reference System</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#WorldGeodeticReferenceSystem84 -->

    <owl:NamedIndividual rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#WorldGeodeticReferenceSystem84">
        <rdf:type rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeospatialCoordinateReferenceSystem"/>
        <ero:acronym rdf:datatype="http://www.w3.org/2001/XMLSchema#string">WGS-84</ero:acronym>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">World Geodetic Reference System 84</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#WorldGeographicReferenceSystem -->

    <owl:NamedIndividual rdf:about="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#WorldGeographicReferenceSystem">
        <rdf:type rdf:resource="http://www.ontologylibrary.mil/CommonCore/Mid/InformationEntityOntology#GeospatialCoordinateReferenceSystem"/>
        <ero:acronym rdf:datatype="http://www.w3.org/2001/XMLSchema#string">WGRS</ero:acronym>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">World Geographic Reference System</rdfs:label>
    </owl:NamedIndividual>
</rdf:RDF>



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

back to top