<?xml version="1.0"?>


<!DOCTYPE rdf:RDF [
    <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
    <!ENTITY dc "http://purl.org/dc/elements/1.1/" >
    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
    <!ENTITY xml "http://www.w3.org/XML/1998/namespace" >
    <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
    <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
    <!ENTITY protege "http://protege.stanford.edu/plugins/owl/protege#" >
    <!ENTITY uc "http://archive.astro.umd.edu/Ontology/F6/OWL/UCore.owl#" >
    <!ENTITY F6Design "http://archive.astro.umd.edu/Ontology/F6/OWL/F6Design.owl#" >
    <!ENTITY F6Mission "http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#" >
    <!ENTITY F6Economics "http://archive.astro.umd.edu/Ontology/F6/OWL/F6Economics.owl#" >
    <!ENTITY F6Instrument "http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#" >
]>


<rdf:RDF xmlns="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#"
     xml:base="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:F6Mission="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#"
     xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
     xmlns:F6Instrument="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#"
     xmlns:xml="http://www.w3.org/XML/1998/namespace"
     xmlns:F6Design="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Design.owl#"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     xmlns:owl="http://www.w3.org/2002/07/owl#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:uc="http://archive.astro.umd.edu/Ontology/F6/OWL/UCore.owl#"
     xmlns:F6Economics="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Economics.owl#">
    <owl:Ontology rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl">
        <dc:description xml:lang="en">
		Ontology of general science terms needed in clustered space missions.
		Ontology Created for the F6 DARPA program by the Team 
		    &quot;F6: A Design Tool for Stably Adaptable Systems.&quot;  
		    This program involves designing missions using clusters of  spacecraft modules
	</dc:description>
        <dc:rights xml:lang="en">
Copyright (c) 2011, Catholic University of America.
Developed with the sponsorship of the Defense Advanced Research Projects Agency (DARPA).
 
Permission is hereby granted, free of charge, to any person obtaining a copy of this data, including any software or models in source or binary form, specifications, algorithms, and documentation (collectively &quot;the Data&quot;), to deal in the Data without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Data, and to permit persons to whom the Data is furnished to do so, subject to the following conditions:
 
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Data.
 
THE DATA IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS, SPONSORS, DEVELOPERS, CONTRIBUTORS, OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE DATA OR THE USE OR OTHER DEALINGS IN THE DATA.
	</dc:rights>
        <dc:creator xml:lang="en">Ed Shaya (U. of Maryland)</dc:creator>
        <dc:title xml:lang="en">F6Science.owl</dc:title>
        <dc:date xml:lang="en">November 10, 2011</dc:date>
        <owl:versionIRI rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl"/>
        <owl:imports rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6_root.owl"/>
    </owl:Ontology>
    


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

    


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

    


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

    <rdfs:Datatype rdf:about="&xsd;date"/>
    


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

    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#accelerates -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#accelerates">
        <rdfs:domain rdf:resource="&F6Design;Vehicle"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#analyze -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#analyze"/>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#assume -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#assume">
        <rdfs:domain rdf:resource="&F6Design;Agent"/>
        <rdfs:range rdf:resource="&F6Mission;Assumption"/>
        <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#authored -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#authored">
        <rdfs:domain rdf:resource="&F6Mission;Author"/>
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Publication"/>
        <owl:inverseOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#authoredBy"/>
        <rdfs:subPropertyOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#create"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#authoredBy -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#authoredBy">
        <rdfs:range rdf:resource="&F6Mission;Author"/>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Publication"/>
        <rdfs:subPropertyOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#createdBy"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#create -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#create">
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Creator"/>
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Origin"/>
        <owl:inverseOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#createdBy"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#createdAt -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#createdAt">
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Location"/>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Origin"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#createdBy -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#createdBy">
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Creator"/>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Origin"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#discover -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#discover">
        <rdfs:domain rdf:resource="&F6Mission;Discoverer"/>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Discoverer"/>
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Discovery"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#discoveredBy -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#discoveredBy">
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Discoverer"/>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Discovery"/>
        <owl:inverseOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#discover"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#edited -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#edited">
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Editor"/>
        <rdfs:subPropertyOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#create"/>
        <rdfs:range>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Book"/>
                    <rdf:Description rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Journal"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:range>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#editedBy -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#editedBy">
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Editor"/>
        <rdfs:subPropertyOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#createdBy"/>
        <owl:inverseOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#edited"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Book"/>
                    <rdf:Description rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Journal"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#fromItem -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#fromItem">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DirectedGraph"/>
        <rdfs:range rdf:resource="&uc;Event"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasAddress -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasAddress">
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Address"/>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Person"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasArticle -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasArticle">
        <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Article"/>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Journal"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasCause -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasCause">
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Cause"/>
        <rdfs:domain rdf:resource="&uc;Event"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasChapter -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasChapter">
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Book"/>
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Chapter"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasDescription -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasDescription">
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Origin"/>
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Publication"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasDirectedGraph -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasDirectedGraph">
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DirectedGraph"/>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DirectedGraph"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasDiscovery -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasDiscovery">
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Discovery"/>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Publication"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasEasternBoundary -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasEasternBoundary">
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Longitude"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasLatitude -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasLatitude">
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#GlobeLocation"/>
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Latitude"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasLocation -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasLocation">
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Location"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasLongitude -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasLongitude">
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#GlobeLocation"/>
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Longitude"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasMember -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasMember">
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Set"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasNorthernBoundary -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasNorthernBoundary">
        <rdfs:label xml:lang="en">F6Science:hasNorthernBoundary</rdfs:label>
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Latitude"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasPart -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasPart">
        <rdf:type rdf:resource="&owl;TransitiveProperty"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasParticipant -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasParticipant">
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#HumanCausedEvent"/>
        <rdfs:range>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Organization"/>
                    <rdf:Description rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Person"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:range>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasPosition -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasPosition">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Position"/>
        <rdfs:domain rdf:resource="&uc;Event"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasProvenance -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasProvenance">
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Discovery"/>
                    <rdf:Description rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Origin"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasPurpose -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasPurpose">
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Purpose"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&F6Design;ManMadeThing"/>
                    <rdf:Description rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Origin"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasQuantity -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasQuantity">
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Quantity"/>
        <rdfs:domain rdf:resource="&uc;Property"/>
        <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasSection -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasSection">
        <rdf:type rdf:resource="&owl;TransitiveProperty"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasSouthernBoundary -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasSouthernBoundary">
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Latitude"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasSpeed -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasSpeed">
        <rdfs:domain rdf:resource="&F6Design;Vehicle"/>
        <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasThresholdQuantity -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasThresholdQuantity">
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Quantity"/>
        <rdfs:domain rdf:resource="&uc;Property"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasTime -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasTime">
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Time"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasUnits -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasUnits">
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Quantity"/>
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Units"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasWeight -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasWeight">
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Weight"/>
        <rdfs:domain rdf:resource="&uc;PhysicalObject"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasWesternBoundary -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasWesternBoundary">
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Longitude"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#inBook -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#inBook">
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Book"/>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Chapter"/>
        <owl:inverseOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasChapter"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#inJournal -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#inJournal">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Article"/>
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Journal"/>
        <owl:inverseOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasArticle"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#invent -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#invent">
        <rdfs:domain rdf:resource="&F6Mission;Inventor"/>
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Invention"/>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Inventor"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#inventedBy -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#inventedBy">
        <rdfs:comment xml:lang="en">Inventions inventedBy someone</rdfs:comment>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Invention"/>
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Inventor"/>
        <owl:inverseOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#invent"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#memberOf -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#memberOf">
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Set"/>
        <owl:inverseOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasMember"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#modifiedBy -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#modifiedBy">
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Modification"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#observe -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#observe">
        <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#simulate -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#simulate">
        <rdfs:domain rdf:resource="&F6Design;Simulation"/>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#study -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#study">
        <rdfs:range rdf:resource="&F6Mission;Target"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&F6Instrument;Instrumentation"/>
                    <rdf:Description rdf:about="&F6Mission;Goal"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#toItem -->

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#toItem">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DirectedGraph"/>
    </owl:ObjectProperty>
    


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

    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#atPOBox -->

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#atPOBox">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Address"/>
        <rdfs:range rdf:resource="&xsd;string"/>
    </owl:DatatypeProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#creationDate -->

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#creationDate">
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Origin"/>
        <rdfs:range rdf:resource="&xsd;date"/>
    </owl:DatatypeProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#endsOnPage -->

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#endsOnPage">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Article"/>
        <rdfs:range rdf:resource="&xsd;int"/>
    </owl:DatatypeProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasAbstract -->

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasAbstract">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Article"/>
        <rdfs:range rdf:resource="&xsd;string"/>
    </owl:DatatypeProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasBibcode -->

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasBibcode">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <rdfs:range rdf:resource="&xsd;string"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Book"/>
                    <rdf:Description rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Journal"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:DatatypeProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasName -->

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasName">
        <rdfs:range rdf:resource="&xsd;string"/>
    </owl:DatatypeProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasStreetAddress -->

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasStreetAddress">
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Address"/>
        <rdfs:range rdf:resource="&xsd;string"/>
    </owl:DatatypeProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasText -->

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasText">
        <rdfs:range rdf:resource="&xsd;string"/>
    </owl:DatatypeProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasTitle -->

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasTitle">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Publication"/>
        <rdfs:range rdf:resource="&xsd;string"/>
    </owl:DatatypeProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasValue -->

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasValue">
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Quantity"/>
    </owl:DatatypeProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasVolume -->

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasVolume">
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Journal"/>
        <rdfs:range rdf:resource="&xsd;int"/>
    </owl:DatatypeProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasZipCode -->

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#hasZipCode">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Address"/>
        <rdfs:range rdf:resource="&xsd;int"/>
    </owl:DatatypeProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#inCity -->

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#inCity">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Address"/>
        <rdfs:range rdf:resource="&xsd;string"/>
    </owl:DatatypeProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#inCountry -->

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#inCountry">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Address"/>
        <rdfs:range rdf:resource="&xsd;string"/>
    </owl:DatatypeProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#inState -->

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#inState">
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Address"/>
        <rdfs:range rdf:resource="&xsd;string"/>
    </owl:DatatypeProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#institutionName -->

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#institutionName">
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Address"/>
        <rdfs:range rdf:resource="&xsd;string"/>
    </owl:DatatypeProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#onDate -->

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#onDate">
        <rdfs:range rdf:resource="&xsd;date"/>
    </owl:DatatypeProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#onDateTime -->

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#onDateTime">
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Modification"/>
        <rdfs:range rdf:resource="&xsd;dateTime"/>
    </owl:DatatypeProperty>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#startsOnPage -->

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#startsOnPage">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Article"/>
        <rdfs:range rdf:resource="&xsd;int"/>
    </owl:DatatypeProperty>
    


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

    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Design.owl#Model -->

    <owl:Class rdf:about="&F6Design;Model"/>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Economics.owl#BrokerData -->

    <owl:Class rdf:about="&F6Economics;BrokerData">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Quantity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Economics.owl#MarketBid -->

    <owl:Class rdf:about="&F6Economics;MarketBid">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Quantity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Absorption -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Absorption"/>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Accuracy -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Accuracy">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AccuracyEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AccuracyEntity -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AccuracyEntity">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Metadata"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Adaptation -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Adaptation">
        <rdfs:label xml:lang="en">Adaptation</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Modification"/>
        <rdfs:comment xml:lang="en">An adjustment to environmental conditions. (Source www.merriam-webster.com#2)</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Address -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Address">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Location"/>
        <rdfs:comment xml:lang="en">Usually a mailing address </rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Adjustment -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Adjustment">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Modification"/>
        <rdfs:comment xml:lang="en">To bring to a more satisfactory state, to make more conformable (Source - Merriam-Webster.com).</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Aeronomy -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Aeronomy">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ScientificStudy"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Age -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Age">
        <rdfs:subClassOf rdf:resource="&uc;PhysicalProperty"/>
        <rdfs:comment xml:lang="en">The amount of time since birth of a person or creature or the creation of an object.</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Air -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Air">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Gas"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AirPollution -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AirPollution">
        <rdfs:label xml:lang="en">Air pollution</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Pollution"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Airglow -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Airglow">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AtmosphericRadiation"/>
        <rdfs:comment xml:lang="en">Dayglow or Nightglow</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Airport -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Airport">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#EngineeredGeographicFeature"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Algebra -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Algebra">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Mathematics"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Amplitude -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Amplitude">
        <rdfs:subClassOf rdf:resource="&uc;Property"/>
        <rdfs:comment xml:lang="en">The absolute value of a value of a variable.</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Angle -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Angle">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#GeometricEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AngularDiameter -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AngularDiameter">
        <rdfs:label xml:lang="en">Angular diameter</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AngularSize"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Diameter"/>
        <rdfs:comment xml:lang="en">Diameter</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AngularSeparation -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AngularSeparation">
        <rdfs:label xml:lang="en">Angular separation</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Distance"/>
        <rdfs:comment xml:lang="en">Distance</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AngularSize -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AngularSize">
        <rdfs:label xml:lang="en">Angular size</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Angle"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Anomaly -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Anomaly">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Phenomenon"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Arc -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Arc">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#GeometricEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Archivist -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Archivist">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Person"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Area -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Area">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Size"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ArrayProcessor -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ArrayProcessor">
        <rdfs:label xml:lang="en">Array processor</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Computer"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Article -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Article">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Publication"/>
        <rdfs:comment xml:lang="en"> An article in a Journal.</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AstroBiology -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AstroBiology">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ScientificStudy"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Astrophysics -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Astrophysics">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Physics"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Atmosphere -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Atmosphere">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PlanetPart"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AtmosphericBoundary -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AtmosphericBoundary">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#GlobeLocation"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AtmosphericDensity -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AtmosphericDensity">
        <rdfs:label xml:lang="en">Atmospheric density</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Density"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AtmosphericLayer -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AtmosphericLayer">
        <rdfs:label xml:lang="en">Atmospheric layer</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#GlobeLocation"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PlanetPart"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AtmosphericLayerBoundary -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AtmosphericLayerBoundary">
        <rdfs:label xml:lang="en">Atmospheric layer boundary</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PlanetPart"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AtmosphericRadiation -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AtmosphericRadiation">
        <rdfs:label xml:lang="en">Atmospheric radiation</rdfs:label>
        <rdfs:subClassOf rdf:resource="&uc;PhysicalObject"/>
        <rdfs:comment xml:lang="en">Sky radiation</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AtmosphericTide -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AtmosphericTide">
        <rdfs:label xml:lang="en">Atmospheric tide</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Tide"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Aurora -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Aurora">
        <rdfs:label xml:lang="en">Aurora</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AtmosphericRadiation"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AuroralArc -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AuroralArc">
        <rdfs:label xml:lang="en">Auroral arc</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Arc"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Aurora"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AuroralJet -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AuroralJet">
        <rdfs:label xml:lang="en">Auroral jet</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Aurora"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AutoCorrelation -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AutoCorrelation">
        <rdfs:label xml:lang="en">Auto-correlation</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Correlation"/>
        <rdfs:comment xml:lang="en">Autocorrelation</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AxialRatio -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AxialRatio">
        <rdfs:label xml:lang="en">Axial ratio</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Ratio"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Axis -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Axis">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Location"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Azimuth -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Azimuth">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Location"/>
        <rdfs:comment xml:lang="en">Azimuth is an angular measure in a spherical coordinate system.  The vector from an observer (origin) to a point of interest in the sky is projected perpendicularly onto the equatorial plane; the angle between the projected vector and the reference vector on the reference plane (usually the direction to the sun as it crosses the equatorial plane at vernal equinox) is called the azimuth of the point of interest.</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Background -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Background">
        <rdfs:subClassOf rdf:resource="&uc;Entity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#BackgroundNoise -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#BackgroundNoise">
        <rdfs:label xml:lang="en">Background noise</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Noise"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#BesselianYear -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#BesselianYear">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Year"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Biologist -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Biologist">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Scientist"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Biology -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Biology">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ScientificStudy"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#BodyOfWater -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#BodyOfWater">
        <rdfs:subClassOf rdf:resource="&uc;GeographicFeature"/>
        <rdfs:subClassOf rdf:resource="&uc;PhysicalObject"/>
        <rdfs:comment xml:lang="en">A body of water is any significant accumulation of water, usually covering the Earth. The term body of water most often refers to large accumulations of water, such as oceans, seas, wetlands,and lakes (Source - Wikipedia) </rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Book -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Book">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Publication"/>
        <rdfs:comment xml:lang="en">Not a physical instance of a Book, but the set of Books of a given title and author.</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Bridge -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Bridge">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#EngineeredGeographicFeature"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Building -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Building">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#EngineeredGeographicFeature"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Calculation -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Calculation">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MathEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Calculus -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Calculus">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Mathematics"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Calendar -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Calendar">
        <rdfs:subClassOf rdf:resource="&uc;InformationContentEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#CalendarYear -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#CalendarYear">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Year"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Calorimetry -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Calorimetry">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MethodOfAnalysis"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Canal -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Canal">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#BodyOfWater"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#EngineeredGeographicFeature"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Capture -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Capture"/>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#CartesianCoordinateSystem -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#CartesianCoordinateSystem">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#CoordinateSystem"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Catalog -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Catalog">
        <rdfs:subClassOf rdf:resource="&uc;InformationBearingEntity"/>
        <rdfs:comment xml:lang="en">Catalogues in UK</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Cause -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Cause">
        <rdfs:subClassOf rdf:resource="&uc;Property"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Center -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Center">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Location"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Chapter -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Chapter">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Publication"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Chemist -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Chemist">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Scientist"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Chemistry -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Chemistry">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ScientificStudy"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Chromatography -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Chromatography">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MethodOfAnalysis"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Chromosphere -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Chromosphere">
        <rdfs:subClassOf rdf:resource="&uc;SpaceRegion"/>
        <rdfs:comment xml:lang="en">The chromosphere (literally, &quot;color sphere&quot;) is a thin layer of the Sun&#39;s atmosphere just above the photosphere, roughly 2,000 kilometers deep. (Source - Wikipedia)</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#CivilTime -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#CivilTime">
        <rdfs:label xml:lang="en">Civil time</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Time"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Classification -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Classification">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DataAnalysis"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ClimateZone -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ClimateZone">
        <rdfs:label xml:lang="en">ClimateZones</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PlanetSurfacePart"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Cloud -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Cloud">
        <rdfs:subClassOf rdf:resource="&uc;PhysicalObject"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Cluster -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Cluster">
        <rdfs:subClassOf rdf:resource="&uc;PhysicalObject"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#CoInvestigator -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#CoInvestigator">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Person"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Coefficient -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Coefficient">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Parameter"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Collapse -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Collapse">
        <rdfs:subClassOf rdf:resource="&uc;Event"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Collision -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Collision"/>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Color -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Color">
        <rdfs:subClassOf rdf:resource="&uc;PhysicalProperty"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Comparison -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Comparison">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MathematicalAnalysis"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Component -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Component">
        <rdfs:subClassOf rdf:resource="&uc;Equipment"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Computer -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Computer">
        <rdfs:subClassOf rdf:resource="&F6Instrument;Electronics"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ComputerProgram -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ComputerProgram">
        <rdfs:label xml:lang="en">Computer program</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Invention"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Concept -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Concept">
        <rdfs:subClassOf rdf:resource="&uc;InformationContentEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Consistent -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Consistent">
        <rdfs:subClassOf rdf:resource="&uc;Property"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Constant -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Constant">
        <rdfs:subClassOf rdf:resource="&uc;Property"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ContourMap -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ContourMap">
        <rdfs:label xml:lang="en">Contour map</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Map"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#CoordinateSystem -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#CoordinateSystem">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#GeometricEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#CoordinateSystemOrigin -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#CoordinateSystemOrigin">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Location"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#CoordinatedUniversalTime -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#CoordinatedUniversalTime">
        <rdfs:label xml:lang="en">Coordinated Universal Time</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#UniversalTime"/>
        <rdfs:comment xml:lang="en">UTC</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Correction -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Correction">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Modification"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Correlation -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Correlation">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DataAnalysis"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#CosmicYear -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#CosmicYear">
        <rdfs:label xml:lang="en">Cosmic year</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Year"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Count -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Count">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MathEntity"/>
        <rdfs:comment xml:lang="en">Count</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Creator -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Creator">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Person"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#CrossCorrelation -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#CrossCorrelation">
        <rdfs:label xml:lang="en">Cross-correlation</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Correlation"/>
        <rdfs:comment xml:lang="en">Cross correlation</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Crosssection -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Crosssection">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Area"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Crust -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Crust">
        <rdfs:label xml:lang="en">Crust</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PlanetInteriorLayer"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Crystallography -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Crystallography">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MethodOfAnalysis"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Cycle -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Cycle">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Variation"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#CylindricalCoordinateSystem -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#CylindricalCoordinateSystem">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#CoordinateSystem"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Dam -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Dam">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#EngineeredGeographicFeature"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Data -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Data">
        <rdfs:subClassOf rdf:resource="&uc;InformationContentEntity"/>
        <rdfs:comment xml:lang="en">A collection of facts from which conclusions may be drawn (Source - WordNet #1)
The term data refers to qualitative or quantitative attributes of a variable or set of variables. Data (plural of &quot;datum&quot;) are typically the results of measurements and can be the basis of graphs, images, or observations of a set of variables. Data are often viewed as the lowest level of abstraction from which information and then knowledge are derived. (Source - Wikipedia)</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DataAnalysis -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DataAnalysis">
        <rdfs:label xml:lang="en">Data analysis</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MathematicalAnalysis"/>
        <rdfs:comment xml:lang="en">Analysis of data is a process of inspecting, cleaning, transforming, and modeling data with the goal of highlighting useful information, suggesting conclusions, and supporting decision making (Source - Wikipedia).</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DataCollection -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DataCollection">
        <rdfs:subClassOf rdf:resource="&uc;InformationBearingEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DataMining -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DataMining">
        <rdfs:label xml:lang="en">Data mining</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DataAnalysis"/>
        <rdfs:comment xml:lang="en">Data mining is a particular data analysis technique that focuses on modeling and knowledge discovery for predictive rather than purely descriptive purposes. Specifically, it is the process of discovering new patterns from large data sets involving methods from statistics and artificial intelligence but also database management. In contrast to for example machine learning, the emphasis lies on the discovery of previously unknown patterns as opposed to generalizing known patterns to new data  (Source - Wikipedia).</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DataStandard -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DataStandard">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Invention"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Database -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Database">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DataCollection"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Datacenter -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Datacenter">
        <rdfs:subClassOf rdf:resource="&uc;InformationBearingEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DateInterval -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DateInterval">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Duration"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Deconvolution -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Deconvolution">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DataAnalysis"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Deduction -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Deduction">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ReasoningProcess"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DefaultParameter -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DefaultParameter">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Parameter"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Defect -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Defect">
        <rdfs:subClassOf rdf:resource="&uc;PhysicalProperty"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Deformation -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Deformation">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Defect"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DelayTime -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DelayTime">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Time"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Density -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Density">
        <rdfs:subClassOf rdf:resource="&uc;PhysicalProperty"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Depth -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Depth">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Size"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Derivation -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Derivation">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Invention"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DescriptiveStatistics -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DescriptiveStatistics">
        <rdfs:label xml:lang="en">Descriptive statistics</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Statistics"/>
        <rdfs:comment xml:lang="en">Descriptive statistics summarize the population data by describing what was observed in the sample numerically or graphically. Numerical descriptors include mean and standard deviation for continuous data types (like heights or weights), while frequency and percentage are more useful in terms of describing categorical data (Source - Wikipedia.org)</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Destruction -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Destruction">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Disruption"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Detection -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Detection">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DataAnalysis"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Determination -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Determination">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MathematicalAnalysis"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DiagonalLength -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DiagonalLength">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Length"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Diagram -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Diagram">
        <rdfs:subClassOf rdf:resource="&uc;InformationBearingEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Diameter -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Diameter">
        <rdfs:subClassOf rdf:resource="&uc;Property"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DifferentialEquation -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DifferentialEquation">
        <rdfs:label xml:lang="en">Differential equation</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Equation"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DirectedGraph -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DirectedGraph">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Graph"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Direction -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Direction">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#GeometricEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Discoverer -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Discoverer">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Person"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Discovery -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Discovery">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#HumanCausedEvent"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Disintegration -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Disintegration">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Destruction"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Disk -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Disk">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#GeometricEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Disruption -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Disruption">
        <rdfs:subClassOf rdf:resource="&uc;Event"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Distance -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Distance">
        <rdfs:subClassOf rdf:resource="&uc;Property"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Distortion -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Distortion">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Defect"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DistributionFunction -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DistributionFunction">
        <rdfs:label xml:lang="en">Distribution function</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Function"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DistributionInSpace -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DistributionInSpace">
        <rdfs:label xml:lang="en">Distribution in space</rdfs:label>
        <rdfs:subClassOf rdf:resource="&uc;Property"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DiurnalPhenomena -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DiurnalPhenomena">
        <rdfs:label xml:lang="en">Diurnal phenomena</rdfs:label>
        <rdfs:subClassOf rdf:resource="&uc;NaturalEvent"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DiurnalVariation -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DiurnalVariation">
        <rdfs:label xml:lang="en">Diurnal variation</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Variation"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Duration -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Duration">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Time"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DustStorm -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DustStorm">
        <rdfs:label xml:lang="en">Dust storm</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Storm"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#EarthScience -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#EarthScience">
        <rdfs:label xml:lang="en">Earth science</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ScientificStudy"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#EastPoint -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#EastPoint">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Direction"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#EclipseYear -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#EclipseYear">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Year"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Editor -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Editor">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Creator"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Ejection -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Ejection">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Disruption"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ElectronSpectroscopy -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ElectronSpectroscopy">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MethodOfAnalysis"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Encounter -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Encounter">
        <rdfs:subClassOf rdf:resource="&uc;Event"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#EngineeredGeographicFeature -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#EngineeredGeographicFeature">
        <rdfs:label xml:lang="en">Engineered construct</rdfs:label>
        <rdfs:subClassOf rdf:resource="&F6Design;ManMadeThing"/>
        <rdfs:subClassOf rdf:resource="&uc;GeographicFeature"/>
        <rdfs:comment xml:lang="en">Engineered geographic features such as highways, bridges, airports, railroads, buildings, dams, and reservoirs, which are part of the anthroposphere because they are man-made, are artificial geographic features.</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Engineering -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Engineering">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#TypeOfStudy"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Equation -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Equation">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MathematicalAnalysis"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Equator -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Equator">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PlanetSurfacePart"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#EquatorialCoordinateSystem -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#EquatorialCoordinateSystem">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#CoordinateSystem"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#EquatorialZone -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#EquatorialZone">
        <rdfs:label xml:lang="en">Equatorial zone</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ClimateZone"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Erosion -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Erosion">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Process"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Erratum -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Erratum">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Modification"/>
        <rdfs:comment xml:lang="en">A documentation or note  that corrects an error in an earlier document.</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Error -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Error">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AccuracyEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ErrorAnalysis -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ErrorAnalysis">
        <rdfs:label xml:lang="en">Error analysis</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Statistics"/>
        <rdfs:comment xml:lang="en">Error analysis is the study of kind and quantity of error that occurs, particularly in the fields of applied mathematics.  In numerical simulation or modeling of real systems, error analysis is concerned with the changes in the output of the model as the parameters to the model vary about a mean. (Source wikipedia.org)</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Evolution -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Evolution">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Process"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Exosphere -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Exosphere">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AtmosphericLayer"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Expansion -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Expansion">
        <rdfs:subClassOf rdf:resource="&uc;Event"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Experiment -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Experiment">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#HumanCausedEvent"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Explosion -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Explosion">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Disruption"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Expression -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Expression">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Calculation"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#FastFourierTransform -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#FastFourierTransform">
        <rdfs:label xml:lang="en">fast Fourier transform</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#FourierTransform"/>
        <rdfs:comment xml:lang="en">FFT</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#FileLocation -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#FileLocation">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Location"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#FlourescenceAnalysis -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#FlourescenceAnalysis">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MethodOfAnalysis"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Flow -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Flow">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Process"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Fluctuation -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Fluctuation">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Variation"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Forecast -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Forecast">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Prediction"/>
        <rdfs:comment xml:lang="en">Forecasting is the process of making statements about events whose actual outcomes (typically) have not yet been observed. A commonplace example might be estimation for some variable of interest at some specified future date. Prediction is a similar, but more general term. Both might refer to formal statistical methods employing time series, cross-sectional or longitudinal data, or alternatively to less formal judgemental methods. (Source - Wikipedia.org)</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Formation -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Formation">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Origin"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#FourierTransform -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#FourierTransform">
        <rdfs:label xml:lang="en">Fourier transform</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MathEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Fragment -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Fragment">
        <rdfs:subClassOf rdf:resource="&uc;PhysicalObject"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Fragmentation -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Fragmentation">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Process"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Frequency -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Frequency">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Measurement"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#FrequencyAnalysis -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#FrequencyAnalysis">
        <rdfs:label xml:lang="en">Frequency analysis</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MathematicalAnalysis"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#FrequencyDistribution -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#FrequencyDistribution">
        <rdfs:label xml:lang="en">Frequency distribution</rdfs:label>
        <rdfs:subClassOf rdf:resource="&uc;Property"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Function -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Function">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MathEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Gas -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Gas">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#StateOfMatter"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#GaussianYear -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#GaussianYear">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Year"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Geodesy -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Geodesy">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#EarthScience"/>
        <rdfs:comment xml:lang="en">the scientific discipline that deals with the measurement and representation of the Earth, including its gravity field, in a three-dimensional time varying space.</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#GeodeticPosition -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#GeodeticPosition">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Point"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Geology -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Geology">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#EarthScience"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#GeomagneticField -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#GeomagneticField">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Magnet"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#GeometricEntity -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#GeometricEntity">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MathEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Geometry -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Geometry">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Mathematics"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Geophysicist -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Geophysicist">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Scientist"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Geophysics -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Geophysics">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#EarthScience"/>
        <rdfs:comment xml:lang="en">terrestrial physics</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Glaciology -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Glaciology">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#EarthScience"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#GlobeLocation -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#GlobeLocation">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Location"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Gradient -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Gradient">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MathEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Graph -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Graph">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MathEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Gravimetry -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Gravimetry">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MethodOfAnalysis"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#GregorianCalendar -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#GregorianCalendar">
        <rdfs:label xml:lang="en">Gregorian calendar</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Calendar"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Grid -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Grid">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#GeometricEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Height -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Height">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Size"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#HeliocentricJulianDate -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#HeliocentricJulianDate">
        <rdfs:label xml:lang="en">Heliocentric Julian Date</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#JulianDate"/>
        <rdfs:comment xml:lang="en">HJD</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Highway -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Highway">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#EngineeredGeographicFeature"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#History -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#History">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#TypeOfStudy"/>
        <rdfs:comment xml:lang="en">historical background</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Horizon -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Horizon">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Location"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#HorizontalCoordinateSystem -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#HorizontalCoordinateSystem">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#CoordinateSystem"/>
        <rdfs:comment xml:lang="en">The horizontal coordinate system is a celestial coordinate system that uses the observer&#39;s local horizon as the fundamental plane. This coordinate system divides the sky into the upper hemisphere where objects are visible, and the lower hemisphere where objects cannot be seen since the earth is in the way. The pole of the upper hemisphere is called the zenith. The pole of the lower hemisphere is called the nadir. 
The horizontal coordinates are:

    * Altitude (Alt), sometimes referred to as elevation, is the angle between the object and the observer&#39;s local horizon. It is expressed as an angle between 0 degrees to 90 degrees.
    * Azimuth (Az), that is the angle of the object around the horizon, usually measured from the north increasing towards the east.
    * Zenith distance, the distance from directly overhead (i.e. the zenith) is sometimes used instead of altitude in some calculations using these coordinates. The zenith distance is the complement of altitude (i.e. 90°-altitude).
</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#HumanCausedEvent -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#HumanCausedEvent">
        <rdfs:subClassOf rdf:resource="&uc;Event"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Hurricane -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Hurricane">
        <rdfs:subClassOf rdf:resource="&uc;AtmosphericEvent"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Hypothesis -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Hypothesis">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Invention"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Identification -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Identification">
        <rdfs:subClassOf rdf:resource="&uc;Analysis"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Illumination -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Illumination">
        <rdfs:subClassOf rdf:resource="&uc;Property"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ImageProcessing -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ImageProcessing">
        <rdfs:label xml:lang="en">Image processing</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Process"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ImageReconstruction -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ImageReconstruction">
        <rdfs:label xml:lang="en">Image reconstruction</rdfs:label>
        <rdfs:subClassOf rdf:resource="&uc;Analysis"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Induction -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Induction">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ReasoningProcess"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#InertialCoordinateSystem -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#InertialCoordinateSystem">
        <rdfs:label xml:lang="en">Inertial coordinate system</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#CoordinateSystem"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#InertialReferenceFrame -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#InertialReferenceFrame">
        <rdfs:label xml:lang="en">Inertial reference frame</rdfs:label>
        <rdfs:subClassOf rdf:resource="&uc;InformationContentEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#InferentialStatistics -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#InferentialStatistics">
        <rdfs:label xml:lang="en">Inferential statistics</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Statistics"/>
        <rdfs:comment xml:lang="en">Inferential statistics uses patterns in the sample data to draw inferences about the population represented, accounting for randomness. These inferences may take the form of: answering yes/no questions about the data (hypothesis testing), estimating numerical characteristics of the data (estimation), describing associations within the data (correlation) and modeling relationships within the data (for example, using regression analysis). Inference can extend to forecasting, prediction and estimation of unobserved values either in or associated with the population being studied; it can include extrapolation and interpolation of time series or spatial data, and can also include data mining (Source Wikipedia).</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#InnerCore -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#InnerCore">
        <rdfs:label xml:lang="en">Inner core</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PlanetInteriorLayer"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Instability -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Instability">
        <rdfs:subClassOf rdf:resource="&uc;Property"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Institution -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Institution">
        <rdfs:subClassOf rdf:resource="&uc;Facility"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Interaction -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Interaction">
        <rdfs:subClassOf rdf:resource="&uc;Event"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Interior -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Interior">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Location"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Invention -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Invention">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Origin"/>
        <rdfs:comment xml:lang="en">A concept with an inventor or a group of inventors, possibly the human race, as in fire.
        A product of the imagination</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Inventor -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Inventor">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Person"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Ionosphere -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Ionosphere">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AtmosphericLayer"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Journal -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Journal">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Publication"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#JulianCalendar -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#JulianCalendar">
        <rdfs:label xml:lang="en">Julian calendar</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Calendar"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#JulianDate -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#JulianDate">
        <rdfs:label xml:lang="en">Julian Date</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Time"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#JulianYear -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#JulianYear">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Year"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Lake -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Lake">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#BodyOfWater"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Landform -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Landform">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PlanetPart"/>
        <rdfs:subClassOf rdf:resource="&uc;GeographicFeature"/>
        <rdfs:comment xml:lang="en">A landform comprises a geomorphological unit, and is largely defined by its surface form and location in the landscape, as part of the terrain, and as such, is typically an element of topography. Landforms are categorised by features such as elevation, slope, orientation, stratification, rock exposure, and soil type. They include berms, mounds, hills, cliffs, valleys, rivers and numerous other elements. Oceans and continents are the highest-order landforms. (Source - Wikipedia.org)</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Latitude -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Latitude">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Location"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Law -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Law">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#TypeOfStudy"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Length -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Length">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Size"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Lifetime -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Lifetime">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Time"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#LightPollution -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#LightPollution">
        <rdfs:label xml:lang="en">Light pollution</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Pollution"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#LineIdentification -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#LineIdentification">
        <rdfs:label xml:lang="en">Line identification</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Identification"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#LineOfSight -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#LineOfSight">
        <rdfs:label xml:lang="en">Line of sight</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Location"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#LinearRelation -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#LinearRelation">
        <rdfs:label xml:lang="en">Statistical relation</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Function"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Liquid -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Liquid">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#StateOfMatter"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Lithosphere -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Lithosphere">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PlanetInteriorLayer"/>
        <rdfs:comment xml:lang="en">The rigid outermost shell of a rocky planet. On Earth, it comprises the crust and the portion of the upper mantle that behaves elastically on time scales of thousands of years or greater.</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Location -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Location">
        <rdfs:subClassOf rdf:resource="&uc;Entity"/>
        <rdfs:comment xml:lang="en">Location is meant here to be more general than position.  It includes indirect references to position, like an address or PO Box, or location in memory.  Position is a direct spation location like (x,y,z) or l,b.</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#LocationBehind -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#LocationBehind">
        <rdfs:label xml:lang="en">Location behind</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Location"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#LocationBetween -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#LocationBetween">
        <rdfs:label xml:lang="en">Location between</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Location"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#LocationInFront -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#LocationInFront">
        <rdfs:label xml:lang="en">Location in front</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Location"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Longitude -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Longitude">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Location"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Magnet -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Magnet">
        <rdfs:subClassOf rdf:resource="&uc;PhysicalObject"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MagneticAnomaly -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MagneticAnomaly">
        <rdfs:label xml:lang="en">Magnetic anomaly</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Anomaly"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MagneticDisturbance -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MagneticDisturbance">
        <rdfs:label xml:lang="en">Magnetic disturbance</rdfs:label>
        <rdfs:subClassOf rdf:resource="&uc;PhysicalObject"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MagneticStorm -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MagneticStorm">
        <rdfs:label xml:lang="en">Magnetic storm</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MagneticDisturbance"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Magnetopause -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Magnetopause">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PlanetPart"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Magnetosphere -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Magnetosphere">
        <rdfs:label xml:lang="en">Magnetosphere</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PlanetPart"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MagnetosphericSubstorm -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MagnetosphericSubstorm">
        <rdfs:label xml:lang="en">Magnetospheric substorm</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MagneticStorm"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MajorAxis -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MajorAxis">
        <rdfs:label xml:lang="en">Major axis</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SemimajorAxis"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Mantle -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Mantle">
        <rdfs:label xml:lang="en">Mantle</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PlanetInteriorLayer"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Map -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Map">
        <rdfs:subClassOf rdf:resource="&uc;InformationContentEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MassSpectroscopy -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MassSpectroscopy">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MethodOfAnalysis"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MathEntity -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MathEntity">
        <rdfs:subClassOf rdf:resource="&uc;Entity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MathematicalAnalysis -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MathematicalAnalysis">
        <rdfs:label xml:lang="en">Mathematical analysis</rdfs:label>
        <rdfs:subClassOf rdf:resource="&uc;Analysis"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MathematicalConstant -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MathematicalConstant">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Constant"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MathematicalModel -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MathematicalModel">
        <rdfs:label xml:lang="en">Mathematical model</rdfs:label>
        <rdfs:subClassOf rdf:resource="&F6Design;Model"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MathematicalAnalysis"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Mathematician -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Mathematician">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Scientist"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Mathematics -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Mathematics">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ScientificStudy"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Maximum -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Maximum">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MathEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MeanSolarTime -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MeanSolarTime">
        <rdfs:label xml:lang="en">Mean solar time</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Time"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Measurement -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Measurement">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Quantity"/>
        <rdfs:subClassOf rdf:resource="&uc;Property"/>
        <rdfs:comment xml:lang="en">A Property that has Units, Value, and Error, ie a Quantity</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MechanicalProperty -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MechanicalProperty">
        <rdfs:label xml:lang="en">Mechanical property</rdfs:label>
        <rdfs:subClassOf rdf:resource="&uc;PhysicalProperty"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MemoryLocation -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MemoryLocation">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Location"/>
        <rdfs:comment xml:lang="en">Location in Memory.  Usually a hex number.</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Meridian -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Meridian">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Location"/>
        <rdfs:comment xml:lang="en">A great circle of the celestial sphere passing through its poles and the zenith of a given place (Source - http://www.merriam-webster.com)</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Mesopause -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Mesopause">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AtmosphericLayerBoundary"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Mesosphere -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Mesosphere">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AtmosphericLayer"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Metadata -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Metadata">
        <rdfs:subClassOf rdf:resource="&uc;InformationContentEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Meteorology -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Meteorology">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ScientificStudy"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Method -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Method">
        <rdfs:subClassOf rdf:resource="&uc;Plan"/>
        <rdfs:comment xml:lang="en">A method is a series of steps or acts, for performing a function or accomplishing a result</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MethodOfAnalysis -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MethodOfAnalysis">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Method"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Microprocessor -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Microprocessor">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Computer"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Microscopy -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Microscopy">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MethodOfAnalysis"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MineralDeposit -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MineralDeposit">
        <rdfs:label xml:lang="en">Mineral deposit</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PlanetPart"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Mineralogy -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Mineralogy">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ScientificStudy"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Minimum -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Minimum">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MathEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MinorAxis -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MinorAxis">
        <rdfs:label xml:lang="en">Minor axis</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SemiminorAxis"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Modification -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Modification">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Variation"/>
        <rdfs:comment xml:lang="en">The making of a limited change in something (Source - www.merriam-webster.com#3a).</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Nadir -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Nadir">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Direction"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#NightVision -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#NightVision">
        <rdfs:label xml:lang="en">Night vision</rdfs:label>
        <rdfs:subClassOf rdf:resource="&uc;Capability"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#NoctilucentCloud -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#NoctilucentCloud">
        <rdfs:label xml:lang="en">Noctilucent cloud</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Cloud"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Noise -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Noise">
        <rdfs:subClassOf rdf:resource="&uc;PhysicalEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Nomenclature -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Nomenclature">
        <rdfs:subClassOf rdf:resource="&uc;Entity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#NorthPole -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#NorthPole">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Pole"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#NorthernHemisphere -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#NorthernHemisphere">
        <rdfs:label xml:lang="en">Northern hemisphere</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#GlobeLocation"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#NumericalIntegration -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#NumericalIntegration">
        <rdfs:label xml:lang="en">Numerical integration</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MathematicalAnalysis"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#NumericalMethod -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#NumericalMethod">
        <rdfs:label xml:lang="en">Numerical method</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MathematicalAnalysis"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#NumericalSimulation -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#NumericalSimulation">
        <rdfs:label xml:lang="en">Numerical simulation</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MathematicalAnalysis"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Observation -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Observation">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Experiment"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#OceanTide -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#OceanTide">
        <rdfs:label xml:lang="en">Ocean tide</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Tide"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Oceanography -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Oceanography">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ScientificStudy"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Organization -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Organization">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Set"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Orientation -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Orientation">
        <rdfs:subClassOf rdf:resource="&uc;Property"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Origin -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Origin">
        <rdfs:subClassOf rdf:resource="&uc;Event"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#OuterCore -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#OuterCore">
        <rdfs:label xml:lang="en">Outer core</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PlanetInteriorLayer"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Outgassing -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Outgassing">
        <rdfs:subClassOf rdf:resource="&uc;Event"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#OzoneLayer -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#OzoneLayer">
        <rdfs:label xml:lang="en">Ozone layer</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AtmosphericLayer"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Parameter -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Parameter">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Quantity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ParticleScattering -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ParticleScattering">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MethodOfAnalysis"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Path -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Path">
        <rdfs:subClassOf rdf:resource="&uc;PhysicalEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Period -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Period">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Time"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PeriodOfRepetion -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PeriodOfRepetion">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Time"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Peripheral -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Peripheral">
        <rdfs:subClassOf rdf:resource="&uc;Equipment"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Person -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Person">
        <rdfs:subClassOf rdf:resource="&uc;LivingThing"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Perturbation -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Perturbation">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Variation"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Petrology -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Petrology">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Geology"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PhaseAngle -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PhaseAngle">
        <rdfs:label xml:lang="en">Phase angle</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Quantity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PhaseDifference -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PhaseDifference">
        <rdfs:label xml:lang="en">Phase difference</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Quantity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PhaseShift -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PhaseShift">
        <rdfs:label xml:lang="en">Phase shift</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Quantity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Phenomenon -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Phenomenon">
        <owl:equivalentClass rdf:resource="&uc;NaturalEvent"/>
        <rdfs:subClassOf rdf:resource="&uc;Event"/>
        <rdfs:comment xml:lang="en">A naturally occuring event that is observable by human senses or instrumentation.  Some of these may be indirectly caused by humans, such as algae blooms.</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Physics -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Physics">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ScientificStudy"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PitchAngle -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PitchAngle">
        <rdfs:label xml:lang="en">Pitch angle</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Quantity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Planet -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Planet">
        <rdfs:subClassOf rdf:resource="&uc;PhysicalObject"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PlanetInteriorLayer -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PlanetInteriorLayer">
        <rdfs:label xml:lang="en">PlanetInterior layer</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PlanetPart"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PlanetPart -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PlanetPart">
        <rdfs:label xml:lang="en">PlanetPart</rdfs:label>
        <rdfs:subClassOf rdf:resource="&uc;PhysicalObject"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PlanetSurface -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PlanetSurface">
        <rdfs:label xml:lang="en">Planet surface</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PlanetPart"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PlanetSurfacePart -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PlanetSurfacePart">
        <rdfs:label xml:lang="en">PlanetSurfacePart</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PlanetPart"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Plasma -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Plasma">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#StateOfMatter"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Point -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Point">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Position"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PointingAccuracy -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PointingAccuracy">
        <rdfs:label xml:lang="en">Pointing accuracy</rdfs:label>
        <rdfs:subClassOf rdf:resource="&uc;Capability"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PointingError -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PointingError">
        <rdfs:label xml:lang="en">Pointing error</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Metadata"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PolarAxis -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PolarAxis">
        <rdfs:label xml:lang="en">Polar axis</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#GlobeLocation"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PolarCap -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PolarCap">
        <rdfs:label xml:lang="en">Polar cap</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#GlobeLocation"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PolarCoordinateSystem -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PolarCoordinateSystem">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#CoordinateSystem"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PolarDiagram -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PolarDiagram">
        <rdfs:label xml:lang="en">Polar diagram</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MathEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PolarRegion -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PolarRegion">
        <rdfs:label xml:lang="en">Polar region</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#GlobeLocation"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PolarTide -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PolarTide">
        <rdfs:label xml:lang="en">Polar tide</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Tide"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PolarZone -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PolarZone">
        <rdfs:label xml:lang="en">PolarZone</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ClimateZone"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Pole -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Pole">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#GlobeLocation"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Pollution -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Pollution">
        <rdfs:subClassOf rdf:resource="&uc;PhysicalEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Position -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Position">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Location"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Precision -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Precision">
        <rdfs:subClassOf rdf:resource="&uc;Property"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Prediction -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Prediction">
        <rdfs:subClassOf rdf:resource="&uc;Analysis"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PrincipalInvestigator -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PrincipalInvestigator">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Person"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Process -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Process">
        <rdfs:label xml:lang="en">Process</rdfs:label>
        <rdfs:subClassOf rdf:resource="&uc;Entity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Profile -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Profile">
        <rdfs:subClassOf rdf:resource="&uc;Property"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Program -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Program">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Invention"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Project -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Project">
        <rdfs:subClassOf rdf:resource="&uc;Entity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PropertyOfLight -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PropertyOfLight">
        <rdfs:subClassOf rdf:resource="&uc;PhysicalProperty"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Publication -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Publication">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Origin"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Purpose -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Purpose">
        <rdfs:subClassOf rdf:resource="&uc;Role"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Quantity -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Quantity">
        <rdfs:subClassOf rdf:resource="&uc;Entity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Radiometry -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Radiometry">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MethodOfAnalysis"/>
        <rdfs:comment xml:lang="en">In optics, radiometry is the field that studies the measurement of electromagnetic radiation, including visible light. Note that light is also measured using the techniques of photometry, which deal with brightness as perceived by the human eye, rather than absolute power.</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Railroad -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Railroad">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#EngineeredGeographicFeature"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Ratio -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Ratio">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MathEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ReasoningProcess -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ReasoningProcess">
        <rdfs:label xml:lang="en">Reasoning process</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Process"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Reference -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Reference">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Publication"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Region -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Region">
        <rdfs:subClassOf rdf:resource="&uc;PhysicalEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Research -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Research">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#TypeOfStudy"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Reservoir -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Reservoir">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#EngineeredGeographicFeature"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#RiseTime -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#RiseTime">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Time"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#River -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#River">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#BodyOfWater"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Sampling -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Sampling">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Set"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ScienceInstitution -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ScienceInstitution">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Institution"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ScientificStudy -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ScientificStudy">
        <rdfs:label xml:lang="en">Scientific field</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#TypeOfStudy"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Scientist -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Scientist">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Person"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Sea -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Sea">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#BodyOfWater"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Season -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Season">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Time"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SeasonalPhenomenon -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SeasonalPhenomenon">
        <rdfs:label xml:lang="en">Seasonal phenomenon</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Phenomenon"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Seismology -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Seismology">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#EarthScience"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SelectionEffect -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SelectionEffect">
        <rdfs:label xml:lang="en">Selection effect</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AccuracyEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SelectiveAbsorption -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SelectiveAbsorption">
        <rdfs:label xml:lang="en">Selective absorption</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Absorption"/>
        <rdfs:comment xml:lang="en">A greater absorption of electromagnetic radiation at some wavelengths (or frequencies) than at others.  (Source - McGraw-Hill Dictionary of Scientific &amp; Technical Terms, 6E, Copyright © 2003 by The McGraw-Hill Companies, Inc.)

</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Selenology -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Selenology">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Astrophysics"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SemimajorAxis -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SemimajorAxis">
        <rdfs:label xml:lang="en">Semimajor axis</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Distance"/>
        <rdfs:comment xml:lang="en">semi-major axis</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SemiminorAxis -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SemiminorAxis">
        <rdfs:label xml:lang="en">Semiminor axis</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Distance"/>
        <rdfs:comment xml:lang="en">semi-minor axis</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Separation -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Separation">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Distance"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Set -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Set">
        <rdfs:subClassOf rdf:resource="&uc;Entity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Settlement -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Settlement">
        <rdfs:subClassOf rdf:resource="&uc;PhysicalObject"/>
        <rdfs:comment xml:lang="en">A settlement is a permanent or temporary community in which people live. A settlement can range in size from a small number of dwellings grouped together to the largest of cities with surrounding urbanized areas.</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SiderealTime -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SiderealTime">
        <rdfs:label xml:lang="en">Sidereal time</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Time"/>
        <rdfs:comment xml:lang="en">ST</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SiderealYear -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SiderealYear">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Year"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Signal -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Signal">
        <rdfs:subClassOf rdf:resource="&uc;PhysicalEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SignalDetection -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SignalDetection">
        <rdfs:label xml:lang="en">Signal detection</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Detection"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SignalProcessing -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SignalProcessing">
        <rdfs:label xml:lang="en">Signal processing</rdfs:label>
        <rdfs:subClassOf rdf:resource="&uc;Analysis"/>
        <rdfs:comment xml:lang="en">Signal processing is an area of electrical engineering and applied mathematics that deals with operations on or analysis of signals, in either discrete or continuous time, to perform useful operations on those signals. Signals of interest can include sound, images, time-varying measurement values and sensor data.(Source - wikipedia.org).</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SignalToNoiseRatio -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SignalToNoiseRatio">
        <rdfs:label xml:lang="en">Signal-to-noise ratio</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AccuracyEntity"/>
        <rdfs:comment xml:lang="en">(SNR) signal to noise ratio</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Size -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Size">
        <rdfs:subClassOf rdf:resource="&uc;PhysicalProperty"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Sky -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Sky">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PlanetPart"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Slope -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Slope">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Gradient"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SolarTransitionRegion -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SolarTransitionRegion">
        <rdfs:label xml:lang="en">Solar transition region</rdfs:label>
        <rdfs:subClassOf rdf:resource="&uc;SpaceRegion"/>
        <rdfs:comment xml:lang="en">The solar transition region is a region of the Sun&#39;s atmosphere, between the chromosphere and corona. It is visible from space using telescopes that can sense ultraviolet.</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Solid -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Solid">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#StateOfMatter"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SouthPole -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SouthPole">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Pole"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SouthernHemisphere -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SouthernHemisphere">
        <rdfs:label xml:lang="en">Southern hemisphere</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#GlobeLocation"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SpaceExploration -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SpaceExploration">
        <rdfs:label xml:lang="en">Space exploration</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SpaceResearch"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SpaceGeodesy -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SpaceGeodesy">
        <rdfs:label xml:lang="en">Space geodesy</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Geodesy"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SpaceLaw -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SpaceLaw">
        <rdfs:label xml:lang="en">Space law</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Law"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SpacePollution -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SpacePollution">
        <rdfs:label xml:lang="en">Space pollution</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Pollution"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SpaceProbe -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SpaceProbe">
        <rdfs:label xml:lang="en">Space probe</rdfs:label>
        <rdfs:subClassOf rdf:resource="&F6Mission;SpaceSystem"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SpaceResearch -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SpaceResearch">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ScientificStudy"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SpaceScienceInstitution -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SpaceScienceInstitution">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ScienceInstitution"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Spectroscopy -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Spectroscopy">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#MethodOfAnalysis"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SphericalCoordinateSystem -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SphericalCoordinateSystem">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#CoordinateSystem"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Stability -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Stability">
        <rdfs:subClassOf rdf:resource="&uc;Property"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#StateOfMatter -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#StateOfMatter">
        <rdfs:subClassOf rdf:resource="&uc;Property"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Statistics -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Statistics">
        <rdfs:label xml:lang="en">Statistics</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#DataAnalysis"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Mathematics"/>
        <rdfs:comment xml:lang="en">Statistics is the study of the collection, organization, and interpretation of data. It deals with all aspects of this, including the planning of data collection in terms of the design of surveys and experiments (Source - Wikipedia).</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Storm -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Storm">
        <rdfs:subClassOf rdf:resource="&uc;WeatherEvent"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Stratopause -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Stratopause">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AtmosphericLayerBoundary"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Stratosphere -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Stratosphere">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AtmosphericLayer"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SubpolarZone -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SubpolarZone">
        <rdfs:label xml:lang="en">SubpolarZone</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ClimateZone"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SubtropicalZone -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SubtropicalZone">
        <rdfs:label xml:lang="en">SubtropicalZone</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ClimateZone"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Sunlight -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Sunlight">
        <rdfs:subClassOf rdf:resource="&uc;PhysicalEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SurfaceArea -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SurfaceArea">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Area"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Survey -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Survey">
        <rdfs:subClassOf rdf:resource="&uc;Analysis"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#TemperateZone -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#TemperateZone">
        <rdfs:label xml:lang="en">TemperateZone</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ClimateZone"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#TerrestrialRadiation -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#TerrestrialRadiation">
        <rdfs:label xml:lang="en">Terrestrial radiation</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AtmosphericRadiation"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Theory -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Theory">
        <rdfs:subClassOf rdf:resource="&uc;Analysis"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ThermalHistory -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ThermalHistory">
        <rdfs:label xml:lang="en">Thermal history</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#TimeSeries"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Thermosphere -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Thermosphere">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AtmosphericLayer"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Thickness -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Thickness">
        <rdfs:subClassOf rdf:resource="&uc;PhysicalProperty"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Tide -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Tide">
        <rdfs:subClassOf rdf:resource="&uc;NaturalEvent"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Time -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Time">
        <rdfs:subClassOf rdf:resource="&uc;PhysicalEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#TimeSeries -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#TimeSeries">
        <rdfs:subClassOf rdf:resource="&uc;Property"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#TimeStandard -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#TimeStandard">
        <rdfs:label xml:lang="en">Time standard</rdfs:label>
        <rdfs:subClassOf rdf:resource="&uc;InformationContentEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#TopographicFeature -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#TopographicFeature">
        <rdfs:subClassOf rdf:resource="&uc;PhysicalObject"/>
        <rdfs:comment xml:lang="en">Topography (from Greek τόπος topos, &quot;place&quot;, and γράφω graphō, &quot;write&quot;) is the study of Earth&#39;s surface shape and features or those of planets, moons, and asteroids. It is also the description of such surface shapes and features In a broader sense, topography is concerned with local detail in general, including not only relief but also vegetative and human-made features, and even local history and culture. This meaning is less common in America, where topographic maps with elevation contours have made &quot;topography&quot; synonymous with relief. The older sense of topography as the study of place still has currency in Europe and that is what is meant here (Source - Wikipedia.org)</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Trajectory -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Trajectory">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Path"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Trigonometry -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Trigonometry">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Mathematics"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#TropicalYear -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#TropicalYear">
        <rdfs:label xml:lang="en">Tropical year</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Year"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#TropicalZone -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#TropicalZone">
        <rdfs:label xml:lang="en">TropicalZone</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ClimateZone"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Tropopause -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Tropopause">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AtmosphericLayerBoundary"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Troposphere -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Troposphere">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AtmosphericLayer"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Turbidity -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Turbidity">
        <rdfs:subClassOf rdf:resource="&uc;PhysicalProperty"/>
        <rdfs:comment xml:lang="en">Turbidity is the cloudiness or haziness of a fluid caused by individual particles (suspended solids) that are generally invisible to the naked eye, similar to smoke in air.  The most widely used measurement unit for turbidity is the FTU (Formazin Turbidity Unit). ISO refers to its units as FNU (Formazin Nephelometric Units). - Source Wikipedia.org</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Turbulence -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Turbulence">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Process"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Twilight -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Twilight">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Time"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#TypeOfStudy -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#TypeOfStudy">
        <rdfs:subClassOf rdf:resource="&uc;InformationContentEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#URL -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#URL">
        <rdfs:label xml:lang="en">URL</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Location"/>
        <rdfs:comment xml:lang="en">The address of resource on the Internet, from Uniform Resource Locator </rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Units -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Units">
        <rdfs:subClassOf rdf:resource="&uc;InformationContentEntity"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#UniversalTime -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#UniversalTime">
        <rdfs:label xml:lang="en">Universal Time</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Time"/>
        <rdfs:comment xml:lang="en">UT</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#UpperAtmosphere -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#UpperAtmosphere">
        <rdfs:label xml:lang="en">Upper atmosphere</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#AtmosphericLayer"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#UpperMantle -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#UpperMantle">
        <rdfs:label xml:lang="en">Upper mantle</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#PlanetInteriorLayer"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Ut1 -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Ut1">
        <rdfs:label xml:lang="en">UT1</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#UniversalTime"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Vapor -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Vapor">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#StateOfMatter"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Variation -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Variation">
        <rdfs:subClassOf rdf:resource="&uc;Property"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#VectorAmplitude -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#VectorAmplitude">
        <rdfs:label xml:lang="en">VectorAmplitude</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Amplitude"/>
        <rdfs:comment xml:lang="en">Absolute value or length of a vector</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Volcano -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Volcano">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Landform"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Volume -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Volume">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Size"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#WaveAmplitude -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#WaveAmplitude">
        <rdfs:label xml:lang="en">WaveAmplitude</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Amplitude"/>
        <rdfs:comment xml:lang="en">The maximum departure from the mean of a sinusoidal function.</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#WebPage -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#WebPage">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Publication"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Weight -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Weight">
        <rdfs:subClassOf rdf:resource="&uc;PhysicalProperty"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Weighting -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Weighting">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Metadata"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Width -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Width">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Size"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Year -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Year">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Time"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Zenith -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Zenith">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Direction"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ZenithDistance -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ZenithDistance">
        <rdfs:label xml:lang="en">Zenith distance</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Location"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/UCore.owl#NaturalEvent -->

    <rdf:Description rdf:about="&uc;NaturalEvent"/>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/UCore.owl#PoliticalEvent -->

    <owl:Class rdf:about="&uc;PoliticalEvent">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#HumanCausedEvent"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/UCore.owl#SocialEvent -->

    <owl:Class rdf:about="&uc;SocialEvent">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#HumanCausedEvent"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/UCore.owl#SpaceRegion -->

    <owl:Class rdf:about="&uc;SpaceRegion">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Region"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/UCore.owl#StructuralCollapse -->

    <owl:Class rdf:about="&uc;StructuralCollapse">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Collapse"/>
    </owl:Class>
    


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

    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Amp -->

    <owl:NamedIndividual rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Amp">
        <rdf:type rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Units"/>
    </owl:NamedIndividual>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Atmos -->

    <owl:NamedIndividual rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Atmos">
        <rdf:type rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Units"/>
    </owl:NamedIndividual>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#BureauInternationalDesPoidsEtMesures -->

    <owl:NamedIndividual rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#BureauInternationalDesPoidsEtMesures">
        <rdf:type rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ScienceInstitution"/>
    </owl:NamedIndividual>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#CubicM -->

    <owl:NamedIndividual rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#CubicM">
        <rdf:type rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Units"/>
    </owl:NamedIndividual>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#EarthAtmosphere -->

    <owl:NamedIndividual rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#EarthAtmosphere">
        <rdf:type rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Atmosphere"/>
        <rdfs:label xml:lang="en">Earth atmosphere</rdfs:label>
        <rdfs:comment xml:lang="en">terrestrial atmosphere</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#FTU -->

    <owl:NamedIndividual rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#FTU">
        <rdf:type rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Units"/>
        <rdfs:comment xml:lang="en">The most widely used measurement unit for turbidity is the FTU (Formazin Turbidity Unit). ISO refers to its units as FNU (Formazin Nephelometric Units). - Wikipedia.com</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Kg -->

    <owl:NamedIndividual rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Kg">
        <rdf:type rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Units"/>
    </owl:NamedIndividual>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Km -->

    <owl:NamedIndividual rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Km">
        <rdf:type rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Units"/>
    </owl:NamedIndividual>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#KmPerSecPerSec -->

    <owl:NamedIndividual rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#KmPerSecPerSec">
        <rdf:type rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Units"/>
    </owl:NamedIndividual>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#M -->

    <owl:NamedIndividual rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#M">
        <rdf:type rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Units"/>
    </owl:NamedIndividual>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#NationalBureauOfStandards -->

    <owl:NamedIndividual rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#NationalBureauOfStandards">
        <rdf:type rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ScienceInstitution"/>
    </owl:NamedIndividual>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#NationalScienceFoundation -->

    <owl:NamedIndividual rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#NationalScienceFoundation">
        <rdf:type rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#ScienceInstitution"/>
    </owl:NamedIndividual>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Sec -->

    <owl:NamedIndividual rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Sec">
        <rdf:type rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Units"/>
    </owl:NamedIndividual>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SquareKm -->

    <owl:NamedIndividual rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#SquareKm">
        <rdf:type rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Units"/>
    </owl:NamedIndividual>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Volt -->

    <owl:NamedIndividual rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Volt">
        <rdf:type rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Units"/>
    </owl:NamedIndividual>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#kmPerSec -->

    <owl:NamedIndividual rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#kmPerSec">
        <rdf:type rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#Units"/>
    </owl:NamedIndividual>
</rdf:RDF>



<!-- Generated by the OWL API (version 3.2.3.1824) http://owlapi.sourceforge.net -->

