<?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 rdfs "http://www.w3.org/2000/01/rdf-schema#" >
    <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
    <!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 F6Science "http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#" >
    <!ENTITY F6Instrument "http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#" >
]>


<rdf:RDF xmlns="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#"
     xml:base="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:F6Instrument="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#"
     xmlns:owl="http://www.w3.org/2002/07/owl#"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     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:F6Science="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Science.owl#"
     xmlns:F6Design="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Design.owl#">
    <owl:Ontology rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl">
        <dc:description xml:lang="en">
	    Ontology of general terms needed to design and specify a space based missions.
	    Ontology Created for the F6 DARPA program by the Team 
	    &quot;F6: A Design Tool for Stably Adaptable Systems.&quot;  
		PI - Pamela E. Clark (Catholic University of America)
	    This program involves designing missions using clusters of spacecraft modules
        </dc:description>
        <dc:creator xml:lang="en">Ed Shaya (U. of Maryland)</dc:creator>
        <dc:title xml:lang="en">F6Mission.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/F6Mission.owl"/>
      	<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 "the Data"), 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 "AS IS", 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>
       <owl:imports rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6_root.owl"/>
    </owl:Ontology>
    


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

    <owl:AnnotationProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#hasRadius"/>
    <owl:AnnotationProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#CADmodelURI">
        <rdfs:domain rdf:resource="&F6Design;CADmodel"/>
    </owl:AnnotationProperty>
    


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

    


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

    


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

    <owl:ObjectProperty rdf:about="&F6Design;develop"/>
    


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

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#affiliatedWith">
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Cluster"/>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Spacecraft"/>
    </owl:ObjectProperty>
    


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

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#build">
        <rdfs:subPropertyOf rdf:resource="&F6Design;develop"/>
    </owl:ObjectProperty>
    


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

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#builtBy">
        <rdfs:domain rdf:resource="&F6Design;Device"/>
        <rdfs:domain rdf:resource="&F6Design;Vehicle"/>
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Manufacturer"/>
    </owl:ObjectProperty>
    


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

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


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

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#changeStateTo">
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MissionState"/>
    </owl:ObjectProperty>
    


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

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


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

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#construct">
        <rdfs:subPropertyOf rdf:resource="&F6Design;develop"/>
    </owl:ObjectProperty>
    


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

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


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

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#deploy">
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#SpaceMission"/>
    </owl:ObjectProperty>
    


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

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#design">
        <rdfs:subPropertyOf rdf:resource="&F6Design;develop"/>
    </owl:ObjectProperty>
    


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

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


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

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#hasDataRate">
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#DataRate"/>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#ModeOfOperation"/>
    </owl:ObjectProperty>
    


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

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


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

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#hasOrbitalData">
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#ClusterGenerationInfo"/>
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Orbit"/>
    </owl:ObjectProperty>
    


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

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


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

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#hasRate">
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Communication"/>
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#DataRate"/>
        <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
    </owl:ObjectProperty>
    


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

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#hasRationale">
        <rdfs:comment xml:lang="en">An explanation of why a requirement exists and is the value given.</rdfs:comment>
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Rationale"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Requirement"/>
                    <rdf:Description rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Risk"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


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

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#hasReliability">
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Reliability"/>
        <rdfs:domain rdf:resource="&uc;Equipment"/>
    </owl:ObjectProperty>
    


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

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#hasSatellite">
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Cluster"/>
                    <rdf:Description rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#SatelliteConfiguration"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


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

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#hasSatelliteParameter">
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Satellite"/>
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#SatelliteParameter"/>
    </owl:ObjectProperty>
    


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

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#hasSpacecraft">
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Cluster"/>
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Spacecraft"/>
    </owl:ObjectProperty>
    


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

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


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

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#integrateComponents">
        <rdfs:subPropertyOf rdf:resource="&F6Design;develop"/>
    </owl:ObjectProperty>
    


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

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


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

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#isDeployedBy">
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#SpaceMission"/>
    </owl:ObjectProperty>
    


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

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


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

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#isRefinedBy">
        <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Requirement"/>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Requirement"/>
    </owl:ObjectProperty>
    


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

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#isSpecifiedBy">
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Specification"/>
    </owl:ObjectProperty>
    


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

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#launch">
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Rocket"/>
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Spacecraft"/>
    </owl:ObjectProperty>
    


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

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


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

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


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

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#plan">
        <rdfs:range rdf:resource="&F6Design;Activity"/>
    </owl:ObjectProperty>
    


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

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


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

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


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

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#receive">
        <rdfs:range rdf:resource="&F6Science;Data"/>
        <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&F6Design;Agent"/>
                    <rdf:Description rdf:about="&F6Design;Subsystem"/>
                    <rdf:Description rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#GroundStation"/>
                    <rdf:Description rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Spacecraft"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


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

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


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

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#requireTiming">
        <rdfs:domain rdf:resource="&F6Instrument;Instrumentation"/>
        <rdfs:range rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Timing"/>
    </owl:ObjectProperty>
    


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

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#send">
        <rdfs:range rdf:resource="&F6Science;Data"/>
        <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="&F6Design;Agent"/>
                    <rdf:Description rdf:about="&F6Design;Subsystem"/>
                    <rdf:Description rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#GroundStation"/>
                    <rdf:Description rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Spacecraft"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
    </owl:ObjectProperty>
    


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

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


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

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


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

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#upgrade">
        <rdfs:subPropertyOf rdf:resource="&F6Design;develop"/>
    </owl:ObjectProperty>
    


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

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


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

    


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

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


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

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


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Safe-holdModes -->

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Safe-holdModes">
        <rdfs:domain rdf:resource="&F6Instrument;Instrumentation"/>
        <rdfs:range rdf:resource="&xsd;string"/>
    </owl:DatatypeProperty>
    


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

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#calculated">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Reliability"/>
        <rdfs:range rdf:resource="&xsd;boolean"/>
    </owl:DatatypeProperty>
    


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

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#dailyAverageDataRate">
        <rdfs:comment xml:lang="en">Mbps</rdfs:comment>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#DataRate"/>
        <rdfs:range rdf:resource="&xsd;float"/>
    </owl:DatatypeProperty>
    


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

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


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

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#desiredYears">
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MissionLifetime"/>
        <rdfs:range rdf:resource="&xsd;nonNegativeInteger"/>
    </owl:DatatypeProperty>
    


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

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


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

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#hasCompressionRatio">
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#DataCompression"/>
        <rdfs:range rdf:resource="&xsd;float"/>
    </owl:DatatypeProperty>
    


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

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#hasDescription"/>
    


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

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#hasDiagram">
        <rdfs:comment xml:lang="en">The property is meant to hold the URI to the diagram for any class.</rdfs:comment>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#InstrumentConfiguration"/>
        <rdfs:range rdf:resource="&xsd;anyURI"/>
    </owl:DatatypeProperty>
    


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

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#hasLoss">
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#DataCompression"/>
        <rdfs:range rdf:resource="&xsd;float"/>
    </owl:DatatypeProperty>
    


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

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


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

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#hasOperatingDutyCycle">
        <rdfs:comment xml:lang="en">Operating Duty Cycle in %

</rdfs:comment>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#PowerConsumption"/>
        <rdfs:range rdf:resource="&xsd;float"/>
    </owl:DatatypeProperty>
    


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

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#hasPeakPower">
        <rdfs:comment xml:lang="en">Peak Power in Watts</rdfs:comment>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#PowerConsumption"/>
        <rdfs:range rdf:resource="&xsd;float"/>
    </owl:DatatypeProperty>
    


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

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#hasSafeholdPower">
        <rdfs:comment xml:lang="en">Safehold Power in Watts</rdfs:comment>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#PowerConsumption"/>
        <rdfs:range rdf:resource="&xsd;float"/>
    </owl:DatatypeProperty>
    


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

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#hasShortName">
        <rdfs:subPropertyOf rdf:resource="&owl;topDataProperty"/>
    </owl:DatatypeProperty>
    


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

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#hasStandbyPower">
        <rdfs:comment xml:lang="en">Power Consumption Specification or Requirment on Standby Power in Watts</rdfs:comment>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#PowerConsumption"/>
        <rdfs:range rdf:resource="&xsd;float"/>
    </owl:DatatypeProperty>
    


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

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


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

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#isTDRSSCompatible">
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Communications"/>
        <rdfs:range rdf:resource="&xsd;boolean"/>
    </owl:DatatypeProperty>
    


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

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


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

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


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

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#maximumDataRate">
        <rdfs:comment xml:lang="en">Mbps</rdfs:comment>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#DataRate"/>
        <rdfs:range rdf:resource="&xsd;float"/>
    </owl:DatatypeProperty>
    


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

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


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

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


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

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#orbitalAverageDataRate">
        <rdfs:comment xml:lang="en">Mpbs</rdfs:comment>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#DataRate"/>
        <rdfs:range rdf:resource="&xsd;float"/>
    </owl:DatatypeProperty>
    


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

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#reliabilityRating">
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Reliability"/>
        <rdfs:range rdf:resource="&xsd;float"/>
    </owl:DatatypeProperty>
    


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

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#requiredYears">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MissionLifetime"/>
        <rdfs:range rdf:resource="&xsd;nonNegativeInteger"/>
        <rdfs:subPropertyOf rdf:resource="&owl;topDataProperty"/>
    </owl:DatatypeProperty>
    


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

    <owl:DatatypeProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#theoretical">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Reliability"/>
        <rdfs:range rdf:resource="&xsd;boolean"/>
    </owl:DatatypeProperty>
    


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

    


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#A-Mode -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#A-Mode">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#CommunicationModes"/>
        <rdfs:comment xml:lang="en">This mode requires a 2 meter SSB/CW transmitter and a 10 meter SSB/CW receiver and supports CW and voice. </rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#AbsoluteTiming">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Timing"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Actuator">
        <rdfs:subClassOf rdf:resource="&F6Design;Device"/>
        <rdfs:comment xml:lang="en">WordNet - a mechanism that puts something into automatic action</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Aircraft">
        <rdfs:subClassOf rdf:resource="&F6Design;Vehicle"/>
        <rdfs:comment>Vehicles that fly through air </rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#AlarmMessage">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Status"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Altitude">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Orbit"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Archivist">
        <rdfs:subClassOf rdf:resource="&F6Design;Agent"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#ArtificialSatellite">
        <rdfs:label xml:lang="en">Artificial satellite</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Satellite"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Assumption">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MissionConcept"/>
        <rdfs:comment xml:lang="en">WordNet#1 - a statement that is assumed to be true and from which a conclusion can be drawn</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#AttitudeControlSystem">
        <rdfs:subClassOf rdf:resource="&F6Design;ControlSystem"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Author">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Creator"/>
        <rdfs:comment rdf:datatype="&xsd;string">One who writes a publication, ie something published.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Automobile">
        <rdfs:subClassOf rdf:resource="&F6Design;Vehicle"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#B-Mode -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#B-Mode">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#CommunicationModes"/>
        <rdfs:comment xml:lang="en">This mode requires a 70 cm SSB/CW transmitter and a 2 meter SSB/CW receiver and supports CW and voice. Some satellites also support RTTY and SSTV in this mode. </rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Bandwidth">
        <rdfs:subClassOf rdf:resource="&uc;Property"/>
        <rdfs:comment xml:lang="en">The range of frequencies of a communication band or sensor plus filter combination.  Note, this is not WordNet#1 which is closer to DataRate.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#BasisOfEstimate">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Assumption"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Beacon">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Retransmissions"/>
        <rdfs:comment xml:lang="en">Most satellites have a fixed Morse beacon at the lower end of the satellites band-pass transponder. This is useful to detect when the satellite has crossed the horizon and is in range for operation. It can also be used to determine doppler shifts. </rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#CDHSystem">
        <rdfs:subClassOf rdf:resource="&F6Design;Subsystem"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MissionResource"/>
        <rdfs:comment xml:lang="en">Commanding and Data Handling Subsystem on board a spacecraft.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#CDHoperations">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MissionOperations"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Calibration">
        <rdfs:subClassOf rdf:resource="&uc;Analysis"/>
        <rdfs:comment xml:lang="en">WordNet - the act of checking or adjusting (by comparison with a standard) the accuracy of a measuring instrument</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Campaign">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#SpaceMission"/>
        <rdfs:comment xml:lang="en">A SpaceMission that makes use of fractionated architecture in which two or more spacecraft are in use at a time.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Capability">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Specification"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#CaseStudy">
        <rdfs:subClassOf rdf:resource="&uc;Analysis"/>
        <rdfs:comment xml:lang="en">WordNet#1 - The study of an example to determine what factors led to its success or failure.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#ChemicalAnalysis">
        <rdfs:subClassOf rdf:resource="&uc;Analysis"/>
        <rdfs:comment xml:lang="en">(noun from WordNet verb) - An analysis of a substance to find out what it is composed of by decomposing it into its constituent elements</rdfs:comment>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Cluster">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MissionResource"/>
        <rdfs:comment xml:lang="en">Two or more spacecraft modules affiliated to achieve a mission&#39;s core objectives.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#ClusterConfiguration">
        <rdfs:subClassOf rdf:resource="&F6Design;Configuration"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#CoInvestigator">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Investigator"/>
        <rdfs:comment xml:lang="en">A scientist but not the lead for a particular scientific problem, project, or mission</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Command">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Message"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Commissioning">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Phase"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Communication">
        <rdfs:subClassOf rdf:resource="&F6Design;Activity"/>
        <rdfs:comment xml:lang="en">WordNet#1 - the activity of communicating; the activity of conveying information</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#CommunicationChannel">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Communications"/>
        <rdfs:comment xml:lang="en">WordNet#1 - channel, communication channel, line --  a means of communication or access</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#CommunicationModes">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Communications"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Communications">
        <rdfs:subClassOf rdf:resource="&F6Design;Service"/>
        <rdfs:comment xml:lang="en">the ways of sending information through technology (Source Merriam-Webster 3a adjusted to allow for machine communication).</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#ComputerNetwork">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Network"/>
        <rdfs:comment xml:lang="en">a collection of computers and devices interconnected by communications channels that facilitate communications and allows sharing of resources and information among interconnected devices (Source - Wikipedia)</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#ComputerSimulation">
        <rdfs:subClassOf rdf:resource="&F6Design;Simulation"/>
    </owl:Class>
    


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

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


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Cost-BenefitAnalysis -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Cost-BenefitAnalysis">
        <rdfs:subClassOf rdf:resource="&uc;Analysis"/>
        <rdfs:comment xml:lang="en">WordNet - an analysis of the cost effectiveness of different alternatives in order to see whether the benefits outweigh the costs</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#CostAnalysis">
        <rdfs:subClassOf rdf:resource="&uc;Analysis"/>
        <rdfs:comment xml:lang="en">WordNet - breaking down the costs of some operation and reporting on each factor separately</rdfs:comment>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#CoverageGap">
        <rdfs:subClassOf rdf:resource="&uc;Property"/>
        <rdfs:comment xml:lang="en">Gaps in time when a spacecraft cannot communicate either directly or indirectly with the ground.</rdfs:comment>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#CriticalAction">
        <rdfs:subClassOf rdf:resource="&F6Design;Activity"/>
        <rdfs:comment xml:lang="en">Any operator action that, if performed in error during operations with zero or one system failures, would result in a catastrophic event or an abort.  (Source - NPR 8705.2)</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#CriticalDesignReview">
        <rdfs:subClassOf rdf:resource="&F6Design;Activity"/>
        <rdfs:comment xml:lang="en">The CDR demonstrates that the maturity of the design is appropriate to support proceeding with full-scale fabrication, assembly, integration, and test. CDR determines that the technical effort is on track to complete the flight and ground system development and mission operations, meeting mission performance requirements within the identified cost and schedule constraints. For large complex configuration items, the CDR may be a progressive or incremental review, culminating in a system level CDR which essentially reviews the completeness of preceeding CDRs and ensures adequate interfaces between the configuration items.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#CriticalFunction">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Function"/>
        <rdfs:comment>Mission capabilities or system functions that, if lost, would result in a catastrophic event or an abort. </rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#CriticalSoftware">
        <rdfs:subClassOf rdf:resource="&F6Design;Software"/>
        <rdfs:comment xml:lang="en">Any software component whose behavior or performance could lead to a catastrophic event or abort. This includes the flight software as well as ground-control software. </rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Cryocooler">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#CryogenicSystem"/>
        <rdfs:comment xml:lang="en">Cryogenic mechanical refrigerators. Practical refrigeration cycles for spaceborne use include the Stirling, reverse-Brayton, closed Joule-Thompson (JT), the pulse tube, and the chemisorption compression/JT expansion systems under development by JPL and others.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#CryogenicRadiator">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#CryogenicSystem"/>
        <rdfs:comment xml:lang="en">emperatures as low as about 60 K can be achieved by a suitably designed radiant cooler radiating into space. The low effective sink temperature of deep space provides an ideal environment for the passive radiant cooling of IR detectors and related devices to the temperatures indicated.  (Source - Spacecraft Thermal Control Handbook by Martin Donabedian, http://www.aero.org/publications/donabedian/donabedian-1.html)</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#CryogenicSystem">
        <rdfs:subClassOf rdf:resource="&F6Design;Subsystem"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#DataCapture">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Observation"/>
        <rdfs:comment xml:lang="en">The process of automatic collection of scientific data.</rdfs:comment>
    </owl:Class>
    


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

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


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#DataMessage">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Message"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#DataProduct">
        <rdfs:subClassOf rdf:resource="&F6Science;Data"/>
        <rdfs:comment xml:lang="en">Mission data that has been processed and published from the mission&#39;s data pipeline.</rdfs:comment>
    </owl:Class>
    


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

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


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

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


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Diameter">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Dimension"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Dimension">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Specification"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#DockingMechanism">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Mechanisms"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Downlink">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Communication"/>
        <rdfs:comment xml:lang="en">The radio communication link from a satellite to a ground station</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#DualMode">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#CommunicationModes"/>
        <rdfs:comment xml:lang="en">A particular way of communicating</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#EarlyOrbitCheckout">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Phase"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Engine">
        <rdfs:subClassOf rdf:resource="&F6Design;Device"/>
        <rdfs:subClassOf rdf:resource="&F6Design;PropulsionSystem"/>
        <rdfs:comment>a machine for converting any of various forms of energy into mechanical force and motion</rdfs:comment>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Ephemeris">
        <rdfs:subClassOf rdf:resource="&F6Science;Data"/>
        <rdfs:comment xml:lang="en">a table of values that gives the positions of objects in the sky at a given time or times. </rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#ErrorMessage">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Status"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Failure">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Health"/>
        <rdfs:comment xml:lang="en">Inability of a system, subsystem, component, or part to perform its required function within specified limits (Source - NPR 8715.3). </rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Fault">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Health"/>
        <rdfs:comment xml:lang="en">An undesired system state and/or the immediate cause of failure (e.g., maladjustment, misalignment, defect, or other). The definition of the term &quot;fault&quot; envelopes the word &quot;failure,&quot; since faults include other undesired events such as software anomalies and operational anomalies (Source - MIL-STD-721C). Faults at a lower level could lead to failures at the higher subsystem or system level. </rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#FaultTolerance">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Reliability"/>
        <rdfs:comment xml:lang="en">The ability to sustain a certain number of failures and still retain capability. </rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#FieldOfView">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#SensorSpecification"/>
        <rdfs:comment xml:lang="en">WordNet - visual field, field of vision, field of regard -- (all of the points of the physical environment that can be perceived by a stable eye at a given moment)
</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#FlightDynamicsOperations">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MissionOperations"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#FlightInstrument">
        <rdfs:subClassOf rdf:resource="&F6Instrument;Instrumentation"/>
        <rdfs:comment>the devices used to measure the speed, altitude, and pertinent flight angles of various kinds of aircraft</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#FlightSoftware">
        <rdfs:subClassOf rdf:resource="&F6Design;Software"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MissionResource"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#FormationFlying">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Specification"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Function">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Capability"/>
        <rdfs:comment xml:lang="en">A Function is an Operation or Activity performed by a Component or Space Mission</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#FunctionalRequirement">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Requirement"/>
        <rdfs:comment xml:lang="en">A requirement on a Function of a component or the SpaceSystem</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#FundingRisk">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Risk"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#GeostationarySatellite">
        <rdfs:label xml:lang="en">Geostationary satellite</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#ArtificialSatellite"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Goal">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Specification"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#GroundStation">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MissionResource"/>
        <rdfs:comment xml:lang="en">An earth station, ground station, or earth terminal is a terrestrial terminal station designed for telecommunication with spacecraft.  They are located either on the surface of the Earth, or within the Earth&#39;s atmosphere. (Source - Wikipedia)</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#GuidanceSystem">
        <rdfs:subClassOf rdf:resource="&F6Design;Subsystem"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MissionResource"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Handshake">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Message"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Hazard">
        <rdfs:subClassOf rdf:resource="&uc;Property"/>
        <rdfs:comment xml:lang="en">A state or a set of conditions, internal or external to a system, that has the potential to cause harm (Source - NPR 8715.3). </rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#HazardAnalysis">
        <rdfs:subClassOf rdf:resource="&uc;Analysis"/>
        <rdfs:comment xml:lang="en">The process of identifying hazards and their potential causal factors. </rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Health">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MissionState"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Housekeeping">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Telemetry"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#HumanError">
        <rdfs:subClassOf rdf:resource="&F6Science;HumanCausedEvent"/>
        <rdfs:comment xml:lang="en">Either an action that is not intended or desired by the human or a failure on the part of the human to perform a prescribed action within specified limits of accuracy, sequence, or time that fails to produce the expected result and has led or has the potential to lead to an unwanted consequence. </rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#HumanErrorAnalysis">
        <rdfs:subClassOf rdf:resource="&uc;Analysis"/>
        <rdfs:comment xml:lang="en">A systematic approach to evaluate human actions, identify potential human error, model human performance, and qualitatively characterize how human error affects a system. HEA provides an evaluation of human actions and error in an effort to generate system improvements that reduce the frequency of error and minimize the negative effects on the system. HEA is the first step in Human Risk Assessment and is often referred to as qualitative Human Risk Assessment (Source - NPR 8705.2). </rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#HumanRating">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#SafetyRating"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#InstrumentConfiguration">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Specification"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#InstrumentModule">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Payload"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#IntegrationAndTest">
        <rdfs:subClassOf rdf:resource="&F6Design;Subsystem"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Interface">
        <rdfs:subClassOf rdf:resource="&F6Design;ManMadeThing"/>
        <rdfs:comment xml:lang="en">An Interface represents a set of mechanical, electrical, signal, or other properties that describe some aspect of a Component ’s connection to or interaction with another Component.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#InterfaceRequirement">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Requirement"/>
        <rdfs:comment xml:lang="en">A requirement on a component&#39;s interface.</rdfs:comment>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Investigator">
        <rdfs:subClassOf rdf:resource="&F6Design;Agent"/>
        <rdfs:comment xml:lang="en">A scientist for a particular scientific problem/mission</rdfs:comment>
    </owl:Class>
    


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

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


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#JA-Mode -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#JA-Mode">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#CommunicationModes"/>
        <rdfs:comment xml:lang="en">This mode stands for J Analog and requires a 2 meter SSB/CW transmitter and a 70 cm SSB/CW receiver and supports CW, voice. </rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#JD-Mode -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#JD-Mode">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#CommunicationModes"/>
        <rdfs:comment xml:lang="en">    This mode stands for J Digital and requires a 2 meter FM transmitter and a 70 cm SSB/CW receiver and supports packet. </rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#JetEngine">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Engine"/>
        <rdfs:comment>a reaction engine that discharges a fast moving jet of heated air to generate thrust by jet propulsion and in accordance with Newton&#39;s laws of motion. This broad definition of jet engines includes turbojets, turbofans, rockets, ramjets, pulse jets.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Jetplane">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Aircraft"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Jitter">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Pointing"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#K-Mode -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#K-Mode">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#CommunicationModes"/>
        <rdfs:comment xml:lang="en">This mode requires a 15 meter SSB/CW transmitter and a 10 meter SSB/CW receiver and supports CW and voice. This mode is unique in that it can be done with a simple HF rig. </rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Ka-band -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Ka-band">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MicrowaveBand"/>
        <rdfs:comment xml:lang="en">The Ka band (Pronounced: &quot;Kay-A Band&quot;) covers the frequencies of 26.5–40 GHz.[1] The Ka band is part of the K band of the microwave band of the electromagnetic spectrum. This symbol refers to &quot;K-above&quot; — in other words, the band directly above the K-band. The 30/20 GHz band is used in communications satellites, uplink in either the 27.5 GHz and 31 GHz bands,[2] and high-resolution, close-range targeting radars aboard military airplanes. Some frequencies in this radio band are used for vehicle speed detection by law enforcement.[3] Kepler Mission uses this frequency range to downlink the scientific data collected by the space telescope.

The designation &quot;Ka-band&quot; is from Kurz-above, which stems from the German word &quot;kurz&quot; meaning short. (Source - Wikipedia)</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#KinematicMounting">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Mounting"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Ku-band -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Ku-band">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MicrowaveBand"/>
        <rdfs:comment xml:lang="en">The Ku band (English pronunciation: /ˌkeɪˈjuː/) is a portion of the electromagnetic spectrum in the microwave range of frequencies. This symbol refers to &quot;K-under&quot; (originally German: Kurz-unten)—in other words, the band directly below the K-band. In radar applications, it ranges from 10.95-14.5 GHz according to the formal definition of radar frequency band nomenclature in IEEE Standard 521-2002. (Source - Wikipedia)</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#L0Data">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#DataLevel"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#L1Data">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#DataLevel"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#L2Data">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#DataLevel"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#LaboratoryEquipment">
        <rdfs:subClassOf rdf:resource="&uc;Equipment"/>
        <rdfs:comment>the tools used in a scientific laboratory, often electronic in nature</rdfs:comment>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Launch">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Phase"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#LaunchFailureRisk">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Risk"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#LaunchSite">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MissionResource"/>
        <rdfs:comment xml:lang="en">Facility where rockets or spacecraft lift off.  Syn. - spaceport, launch pad.  Typically include a pad, tower and umbilical structure.  The umbilical structure has propellant loading, gas, power and communication lins to the launching vehicle. (Source - Wikipedia).</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#LaunchVehicle">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MissionResource"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#LifeCycle">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MissionSchedule"/>
        <rdfs:comment xml:lang="en">The totality of a program or project extending from formulation through implementation encompassing the elements of design, development, verification, production, operation, maintenance, support and disposal. (Source - NPR 8705.2)</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#LosslessCompression">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#DataCompression"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#LostData">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Telemetry"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Manager">
        <rdfs:subClassOf rdf:resource="&F6Design;Agent"/>
        <rdfs:comment xml:lang="en">One who manages one or more worker.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Maneuver">
        <rdfs:subClassOf rdf:resource="&F6Design;Activity"/>
        <rdfs:comment xml:lang="en">The act of changing direction or speed of a whole entity or its orientation.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Manufacturer">
        <rdfs:subClassOf rdf:resource="&F6Design;Agent"/>
        <rdfs:comment xml:lang="en">Company that manufactures goods.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Mass">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Specification"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Mechanisms">
        <rdfs:subClassOf rdf:resource="&F6Design;Device"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Message">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Telemetry"/>
        <rdfs:comment xml:lang="en">A stream of telemetry with identifying header and data for a set of parameters following a predisignated structure.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MicrowaveBand">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#CommunicationChannel"/>
        <rdfs:comment xml:lang="en">Frequency bands in the Microwave spectral region assigned to carry communication signals.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MissionConcept">
        <rdfs:subClassOf rdf:resource="&F6Science;Concept"/>
        <rdfs:comment xml:lang="en">WordNet n.#1 - Conception, an abstract or general idea inferred or derived from specific instances.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MissionLifetime">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Specification"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MissionOperations">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MissionResource"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MissionOperationsCenter">
        <rdfs:subClassOf rdf:resource="&F6Design;Office"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MissionResource">
        <rdfs:subClassOf rdf:resource="&F6Design;Resource"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MissionSchedule">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MissionConcept"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#ModeOfOperation">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Specification"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Module">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Spacecraft"/>
        <rdfs:comment xml:lang="en">A Spacecraft that is affiliated with a Cluster (fractionated architecture).
</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MomentsOfInertia">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Specification"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MonolithicSpacecraft">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Spacecraft"/>
        <rdfs:comment xml:lang="en">a spacecraft that can perform the mission&#39;s core functions without dependence on other spacecraft.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Mounting">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Mechanisms"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#NASAoffice">
        <rdfs:subClassOf rdf:resource="&F6Design;Office"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Network">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Communications"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Observation">
        <rdfs:subClassOf rdf:resource="&F6Design;Activity"/>
        <rdfs:comment xml:lang="en">WordNet#1 - the act of making and recording a measurement</rdfs:comment>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#OnboardStorage">
        <rdfs:subClassOf rdf:resource="&F6Design;DataStorage"/>
        <rdfs:comment xml:lang="en">Data storage on board of a vehicle.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Orbit">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MissionState"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#OrbitManeuver">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Maneuver"/>
        <rdfs:comment xml:lang="en">The act of changing the a satellites orbit (usually by using thrusters) to do more than just change orientation..</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#OrbitalDebrisRisk">
        <owl:equivalentClass rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#OrbitalDebrisSusceptibility"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Risk"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#OrbitalDebrisSusceptibility">
        <rdfs:subClassOf rdf:resource="&F6Design;SusceptibilityToFail"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#OrbitalRequirement">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Requirement"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Override">
        <rdfs:subClassOf rdf:resource="&F6Design;Activity"/>
        <rdfs:comment xml:lang="en">To take precedence over system control functions. (Source NPR 8705.2)</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Payload">
        <rdfs:subClassOf rdf:resource="&F6Design;Subsystem"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MissionResource"/>
        <rdfs:comment xml:lang="en">WordNet#2 - cargo, lading, freight, load, loading, payload, shipment, consignment -- (goods carried by a vehicle)</rdfs:comment>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Phase">
        <rdfs:subClassOf rdf:resource="&F6Design;Activity"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#PhaseA">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#PreLaunch"/>
        <rdfs:comment xml:lang="en">When the Project creates a preliminary design and project plan as a proof of concept specifying what to build, when to launch, the course the spacecraft is to take, what is to be done during cruise, when the spacecraft will reach the target, and what operations will be carried out. The preliminary plan also addresses build-versus-buy decisions, what spacecraft instruments are needed, where system tests will be performed, who performs mission operations, what ground data system capabilities are required, and who the experimenters are. Generally speaking, publication of the preliminary plan with costing data marks the completion of Phase A: Preliminary Analysis.  (Source - http://www2.jpl.nasa.gov/basics/bsf7-1.php)</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#PhaseB">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#PreLaunch"/>
        <rdfs:comment xml:lang="en">The definition phase converts the preliminary plan into a baseline technical solution. Requirements are defined, schedules are determined, and specifications are prepared to initiate system design and development. Major reviews commonly conducted as part of the definition phase are: System Requirements Review, System Design Review, and Non-Advocate Review. The proposed experiments are divided into two classes based on facilities and experimenters. The facilities form teams around a designated set of hardware. Facilities are selected based on existing resources and past performance (Source - http://www2.jpl.nasa.gov/basics/bsf7-1.php )</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#PhaseCD">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#PreLaunch"/>
        <rdfs:comment xml:lang="en">During the design and development phase, schedules are negotiated, and the space flight system is designed and developed. The phase begins with building and integrating subsystems and experiments into a single spacecraft. In a process called ATLO (Assembly, Test, and Launch Operations) the spacecraft is assembled integrated, tested, launched, deployed, and verified. Prior to launch, though, the complete spacecraft is Galileo in test tested together in a simulated space environment. (Source - http://www2.jpl.nasa.gov/basics/bsf7-2.php)</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#PhaseE">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#PostLaunch"/>
        <rdfs:comment xml:lang="en">Operations phase E is also called MO&amp;DA for Mission Operations and Data Analysis. It includes flying the spacecraft and obtaining science data for which the mission was designed. (Source - http://www2.jpl.nasa.gov/basics/bsf7-2.php)</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#PhaseF">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#PostLaunch"/>
        <rdfs:comment xml:lang="en">This is an optional phase to cover the time when the spacecraft is no longer operating, but the science teams are still analysing the mission data.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Planning">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MissionOperations"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#PlanningRequirement">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Requirement"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Pointing">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Specification"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#PointingKnowledge">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Pointing"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#PostLaunch">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Phase"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#PowerConsumption">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Specification"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#PowerGenerator">
        <rdfs:subClassOf rdf:resource="&F6Design;Device"/>
        <rdfs:comment xml:lang="en">WordNet#2 - engine that converts mechanical energy into electrical energy by electromagnetic induction</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Pre-PhaseA -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Pre-PhaseA">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#PreLaunch"/>
        <rdfs:comment xml:lang="en">Period when there are conceptual studies made of a mission.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#PreLaunch">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Phase"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#PrincipalInvestigator">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Investigator"/>
        <rdfs:comment xml:lang="en">The lead scientist for a particular scientific problem, project, or mission</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#ProjectManager">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Manager"/>
        <rdfs:comment xml:lang="en">The manager who has the responsibility of the planning, execution, and/or closing of a particular project or an aspect (software, architecture, construction, etc) of a project.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Propeller">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Engine"/>
        <rdfs:comment>engine that converts rotary motion from piston engines or turboprops to provide propulsive force.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#RadarSystem">
        <rdfs:subClassOf rdf:resource="&F6Design;Device"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Radio">
        <rdfs:subClassOf rdf:resource="&F6Design;Subsystem"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Communications"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Radiometry">
        <rdfs:subClassOf rdf:resource="&F6Design;Subsystem"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#RangeOfClusterSize">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#ClusterGenerationInfo"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Rationale">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MissionConcept"/>
        <rdfs:comment xml:lang="en">An explanation of why a given statement is true or a requirement is needed.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#RawData">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Telemetry"/>
        <rdfs:comment xml:lang="en">unprocessed data, refers to a collection of numbers, characters, images or other outputs from devices that collect information to convert physical quantities into symbols. (Source - Wikipedia)</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Redundancy">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Specification"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#RelativeTiming">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Timing"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Reliability">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Specification"/>
        <rdfs:comment xml:lang="en">The probability that a system of hardware, software, and human elements will function as intended over a specified period of time under specified environmental conditions. (Source NPR 8705.2)</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Repeater">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Retransmissions"/>
        <rdfs:comment xml:lang="en">This closely resembles a land-based repeater. It listens for signals on one frequency and retransmits it on another frequency. All satellite repeaters (and transponders) are full duplex, meaning you can (and should) listen to you signal on the downlink (with headphones) while you are transmitting.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Requirement">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Specification"/>
        <rdfs:comment xml:lang="en">A minimial or maximal value of a specification deemed necessary for the success of a mission.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Restructuring">
        <rdfs:subClassOf rdf:resource="&F6Design;ProductDevelopment"/>
        <rdfs:comment xml:lang="en">(Noun from verb restructure WordNet) - a reconstruction that provides with a new structure;</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Retransmissions">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Communications"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Risk">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Specification"/>
        <rdfs:comment xml:lang="en">The combination of (1) the probability (qualitative or quantitative) including associated uncertainty that the space system will experience an undesired event (or sequences of events) such as internal system or component failure or an external event and (2) the magnitude of the consequences (personnel, public, mission impacts) and associated uncertainties given that the undesired event(s) occur(s). (NPR 8705.2)</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#RiskAssessment">
        <rdfs:subClassOf rdf:resource="&uc;Analysis"/>
        <rdfs:comment xml:lang="en">: An evaluation of a risk item that determines (1) what can go wrong, (2) how likely is it to occur, and (3) what the consequences are. (Source - NPR 8705.2)</rdfs:comment>
    </owl:Class>
    


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

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


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#RoboticArm">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Mechanisms"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Rocket">
        <rdfs:subClassOf rdf:resource="&F6Design;Vehicle"/>
        <rdfs:comment>Vehicle that can operate in space.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#RocketEngine">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Engine"/>
        <rdfs:comment xml:lang="en">In a rocket engine , fuel and a source of oxygen, called an oxidizer, are mixed and exploded in a combustion chamber. The combustion produces hot exhaust which is passed through a nozzle to accelerate the flow and produce thrust. It differs from a jet engine in that it does not use air as the working fluid, instead it uses the hot combustion exhaust gases.  Therefore it can operate in space. </rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#S-Mode -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#S-Mode">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#CommunicationModes"/>
        <rdfs:comment xml:lang="en">This mode requires a 70 cm SSB/CW transmitter and a 2.4 GHz SSB/CW receiver and supports CW and voice. Many people use a 2.4 GHz to 2 meter converter with a 2 meter SSB/CW receiver instead of buying a 2.4 GHz SSB/CW receiver.</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#S-band -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#S-band">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MicrowaveBand"/>
        <rdfs:comment xml:lang="en">The S band is defined by an IEEE standard for radio waves with frequencies that range from 2 to 4 GHz, crossing the conventional boundary between UHF and SHF at 3.0 GHz. It is part of the microwave band of the electromagnetic spectrum. The S band is used by weather radar, surface ship radar, and some communications satellites, especially those used by NASA to communicate with the Space Shuttle and the International Space Station. The 10-cm radar short-band ranges roughly from 1.55 to 5.2 GHz. (Source - Wikipedia)</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Safety">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MissionState"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#SafetyRating">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Reliability"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#SatelliteConfiguration">
        <rdfs:subClassOf rdf:resource="&F6Design;Configuration"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#ClusterGenerationInfo"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Scheduling">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MissionOperations"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#SchedulingRequirement">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Requirement"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#ScienceDataInterface">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Specification"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#ScienceManager">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Manager"/>
        <rdfs:comment xml:lang="en">Manager responsible for the aspects of design, construction, and flight operations of mission and its resources that affect its ability to successfully cary out scientific goals, including  the set of in-flight science projects </rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#ScienceOperations">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MissionOperations"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#ScienceOperationsCenter">
        <rdfs:subClassOf rdf:resource="&F6Design;Office"/>
    </owl:Class>
    


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

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


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#SensorSpecification">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Specification"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Ship">
        <rdfs:subClassOf rdf:resource="&F6Design;Vehicle"/>
        <rdfs:comment>Vehicle that travels on the surface of water.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#SlewRate">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Pointing"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#SolarArrayType">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Specification"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#SpaceMission">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MissionResource"/>
        <rdfs:comment xml:lang="en">A flight operation of one or more spacecraft in the performance of a mission or set of goals.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#SpaceShuttle">
        <rdfs:subClassOf rdf:resource="&F6Design;Vehicle"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#SpaceSystem">
        <rdfs:subClassOf rdf:resource="&F6Design;ManMadeThing"/>
        <rdfs:comment xml:lang="en">The collection of all space-based and ground-based systems (encompassing hardware and software) used to conduct space missions or support activity in space. (Source - NPR 8705.2)</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Spacecraft">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MissionResource"/>
        <rdfs:comment xml:lang="en">A spacecraft or spaceship is a craft or machine designed for spaceflight, ie travel into and through outer space.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#SpacecraftBus">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MissionResource"/>
        <rdfs:comment xml:lang="en">A satellite bus or spacecraft bus is the general model on which multiple-production satellite spacecraft are often based. The bus is the infrastructure of a spacecraft, usually providing locations for the payload (typically space experiments or instruments).  Bus-derived satellites are usually customised to customer requirements, for example with specialised sensors or transponders, in order to achieve a specific mission (Source - Wikipedia)</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Specification">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MissionConcept"/>
        <rdfs:comment xml:lang="en">One of the set of descriptions (usually quantitative) of a space mission or craft, usually relevant to the success of the mission.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Stability">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Pointing"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#StationCoverage">
        <rdfs:subClassOf rdf:resource="&uc;Property"/>
        <rdfs:comment xml:lang="en">the geographic area where the station can communicate. For space systems it is the 3-dimensional region around the station that is reachable.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Status">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Message"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Stored-CryogenSystem -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Stored-CryogenSystem">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#CryogenicSystem"/>
        <rdfs:comment xml:lang="en">expendable-coolant systems use either cryogenic liquids in the subcritical or supercritical state, cryogenic solids, or high-pressure gas combined with a Joule-Thomson (JT) expansion valve system to provide cooling of spacecraft components. These technologies can provide cooling to temperatures ranging from near absolute zero to more than 300 K. (Source - Spacecraft Thermal Control Handbook by Martin Donabedian, http://www.aero.org/publications/donabedian/donabedian-1.html)</rdfs:comment>
        <rdfs:comment xml:lang="en">temperatures as low as about 60 K can be achieved by a suitably designed radiant cooler radiating into space. The low effective sink temperature of deep space provides an ideal environment for the passive radiant cooling of IR detectors and related devices to the temperatures indicated. </rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#SupplyChainRisk">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Risk"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#SystemAnalysis">
        <rdfs:subClassOf rdf:resource="&uc;Analysis"/>
        <rdfs:comment xml:lang="en">WordNet  - analysis of all aspects of a project along with ways to collect information about the operation of its parts</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#T-Mode -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#T-Mode">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#CommunicationModes"/>
        <rdfs:comment xml:lang="en">This mode requires a 15 meter SSB/CW transmitter and a 2 meter SSB/CW receiver and supports CW and voice.</rdfs:comment>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#TechnicalAuthority">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Manager"/>
        <rdfs:comment xml:lang="en">The individual who specifically maintains technical responsibility over establishment of, changes to, and waivers of requirements in a designated area, such as Engineering or Safety and Mission Assurance. </rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#TechnologyDevelopmentRisk">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Risk"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#TelecommunicationsNetwork">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Network"/>
        <rdfs:comment xml:lang="en">A telecommunications network is a collection of terminals, links and nodes which connect together to enable telecommunication between users of the terminals. </rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Telemetry">
        <rdfs:subClassOf rdf:resource="&F6Science;Data"/>
        <rdfs:comment xml:lang="en">Data transmitted by telemetry, ie, transmitted over remote wireless channels. </rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#TestFlight">
        <rdfs:subClassOf rdf:resource="&F6Design;Test"/>
        <rdfs:comment xml:lang="en">A flight or mission dedicated primarily to test objectives. Flight tests can include scaled test articles, uncrewed flights, and crewed flights. (Source - NPR 8705.2)</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#ThermalControlSystem">
        <rdfs:subClassOf rdf:resource="&F6Design;ControlSystem"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#ThermalGradientRequirement">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#ThermalRequirement"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#ThermalIsolationRequirement">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#ThermalRequirement"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#ThermalRadiator">
        <rdfs:subClassOf rdf:resource="&F6Design;Device"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#ThermalRequirement">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Requirement"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#TimeResolution">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Timing"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#TimeStamping">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#RelativeTiming"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Timing">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Specification"/>
    </owl:Class>
    


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

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


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#TradeStudy">
        <rdfs:subClassOf rdf:resource="&uc;Analysis"/>
        <rdfs:comment xml:lang="en">Wikipedia - A trade study or trade-off study is the activity of a multidisciplinary team to identify the most balanced technical solutions among a set of proposed viable solutions (FAA 2006). These viable solutions are judged by their satisfaction of a series of measures or cost functions. These measures describe the desirable characteristics of a solution. </rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Train">
        <rdfs:subClassOf rdf:resource="&F6Design;Vehicle"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Transponder">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Retransmissions"/>
        <rdfs:comment xml:lang="en">A transponder is a band-pass repeater. It accepts a range of frequencies on the input and retransmits the entire range on the output. All offsets within that range are preserved. NOTE: since the satellite is transmitting many signals at the same time, it is dividing its output power amongst all of these signals. </rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#TrendAnalysis">
        <rdfs:subClassOf rdf:resource="&uc;Analysis"/>
        <rdfs:comment xml:lang="en">Study of the changes of a Thing over time.</rdfs:comment>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Upgrade">
        <rdfs:subClassOf rdf:resource="&F6Design;ProductDevelopment"/>
        <rdfs:comment xml:lang="en">(Noun from WordNet#2 verb) - an improvement of what was old or outdated</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Uplink">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Communication"/>
        <rdfs:comment xml:lang="en">The radio communication link used for signals from a gound station to a satellite.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#UsabilityTest">
        <rdfs:subClassOf rdf:resource="&F6Design;Test"/>
        <rdfs:comment xml:lang="en">Evaluation by people using the system (hardware or software) in a realistic situation to determine how well it can be used for its intended purpose (e.g., how well people can manipulate parts or controls, receive feedback, and interpret feedback) to identify potential human errors and areas for design improvement. (Source NPR 8705.2)</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Validation">
        <rdfs:subClassOf rdf:resource="&uc;Analysis"/>
        <rdfs:comment xml:lang="en">Proof that the product accomplishes the intended purpose. May be determined by a combination of test, analysis, and demonstration. (NPR - 8705.2)</rdfs:comment>
        <rdfs:comment xml:lang="en">WordNet#1 - the act of validating; finding or testing the truth of something</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Verification">
        <rdfs:subClassOf rdf:resource="&uc;Analysis"/>
        <rdfs:comment xml:lang="en">Proof of compliance with specifications. May be determined by a combination of test, analysis, demonstration, and inspection. (NPR 8705.2)</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#VibrationIsolation">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Specification"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#Weapon">
        <rdfs:subClassOf rdf:resource="&F6Design;Device"/>
        <rdfs:comment>a device used to destroy, injure, or kill</rdfs:comment>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#X-band -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#X-band">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#MicrowaveBand"/>
        <rdfs:comment xml:lang="en">For military communications satellites, the International Telecommunications Union (ITU) has assigned the X band uplink frequency band (for sending modulated signals) as from 7.9 to 8.4 GHz. The ITU-assigned downlink frequency band (for receiving signals) is from 7.25 to 7.75 GHz. The US military uses all frequencies in this spectrum; however, they use select signals on the frequencies throughout this spectrum. The typical local oscillator frequency of an X band low-noise block converter (LNB) is 6300 MHz. Both of these frequency bands are 500 MHz wide.

In engineering, this pair of frequency bands may be referred to as the 8 / 7 GHz X band satellite communications system.  (Source - Wikipedia)</rdfs:comment>
    </owl:Class>
    


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

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


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

    


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

    <owl:NamedIndividual rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#RSDO">
        <rdf:type rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#NASAoffice"/>
        <rdfs:comment>The Rapid Spacecraft Development Office (RSDO) is responsible for the management and direction of a dynamic and versatile program directing the definition, competition, and acquisition of multiple fixed-price Indefinite Delivery/Indefinite Quantity (IDIQ) contracts. These contracts offer NASA and other Federal Government Agencies fast and flexible procurement of spacecraft and spacecraft components for future missions.</rdfs:comment>
    </owl:NamedIndividual>
</rdf:RDF>



<!-- Generated by the OWL API (version 3.2.3.1824) http://owlapi.sourceforge.net -->

