<?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 F6Mission "http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.owl#" >
]>


<rdf:RDF xmlns="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#"
     xml:base="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:F6Mission="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Mission.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/F6Instrument.owl">
        <dc:description xml:lang="en">
		This ontology covers instruments that are commonly used in space based missions. 
		Ontology for DARPA program on F6 space mission clusters.  
		It is part of an ontology that is aggregated by F6_root.owl. 
		Ed Shaya is a member of the team: 
		&quot; F6: A Design Tool for Stably Adaptable Systems.&quot; 
		PI - Pamela E. Clark (Catholic University of America)
		funded by the DARPA F6 program </dc:description>
        <dc:creator xml:lang="en">Ed Shaya</dc:creator>
        <dc:title xml:lang="en">F6Instrument.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/F6Instrument.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
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


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

    


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

    


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

    <owl:ObjectProperty rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#measure">
        <rdfs:domain rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Instrumentation"/>
    </owl:ObjectProperty>
    


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

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


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

    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#AbsorptionSpectroscopy">
        <rdfs:label xml:lang="en">Absorption spectroscopy</rdfs:label>
        <rdfs:subClassOf rdf:resource="&F6Science;Spectroscopy"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Accelerometer">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#InsituInstrument"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ActiveOptics">
        <rdfs:label xml:lang="en">Active optics</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Optics"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#AdaptiveOptics">
        <rdfs:label xml:lang="en">Adaptive optics</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Optics"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#AllSkyCamera">
        <rdfs:label xml:lang="en">All-sky camera</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Camera"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#WideFieldTelescope"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#AllSkyPhotography">
        <rdfs:label xml:lang="en">All-sky photography</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Photography"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#AltazimuthMounting">
        <rdfs:label xml:lang="en">Altazimuth mounting</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#TelescopeMounting"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Altimeter">
        <rdfs:label xml:lang="en">Altimeter</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#InsituInstrument"/>
        <rdfs:comment xml:lang="en">An instrument designed to measure altitude.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Ammeter">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ElectricalInstrument"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#AneroidBarometer">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Altimeter"/>
        <rdfs:comment xml:lang="en">An instrument designed to register changes in atmospheric pressure accompanying changes in altitude (Source - merriam-webster.com)</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#AngularResolution">
        <rdfs:label xml:lang="en">Angular resolution</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Resolution"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#AntennaDesign">
        <rdfs:label xml:lang="en">Antenna design</rdfs:label>
        <rdfs:subClassOf rdf:resource="&F6Design;Design"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#AntireflectionCoating">
        <rdfs:label xml:lang="en">Antireflection coating</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalCoating"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalFilm"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ThinFilm"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ApertureSynthesis">
        <rdfs:label xml:lang="en">Aperture synthesis</rdfs:label>
        <rdfs:subClassOf rdf:resource="&F6Science;MethodOfAnalysis"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#AstrographicCamera">
        <rdfs:label xml:lang="en">Astrographic camera</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Camera"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#AstronomicalOptics">
        <rdfs:label xml:lang="en">Astronomical optics</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Optics"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#AtmosphericWindow">
        <rdfs:label xml:lang="en">Atmospheric window</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SpectralBand"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#AutomatedTelescope">
        <rdfs:label xml:lang="en">Automated telescope</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Telescope"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#AutomaticPatrolTelescope">
        <rdfs:label xml:lang="en">Automatic patrol telescope</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#AutomatedTelescope"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalTelescope"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#AvalanchePhotodiode">
        <rdfs:label xml:lang="en">Avalanche photodiode</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Photodiode"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#BalloonBorneInstrument">
        <rdfs:label xml:lang="en">Balloon-borne instrument</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Instrumentation"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#BesselPhotometry">
        <rdfs:label xml:lang="en">Bessel photometry</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#BroadBandPhotometry"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#PhotometricSystem"/>
        <rdfs:comment xml:lang="en">Bessel UBVRI photometry</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#BiasCalibration">
        <rdfs:label xml:lang="en">Bias calibration</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Calibration"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#BouwersTelescope">
        <rdfs:label xml:lang="en">Bouwers telescope</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#CatadioptricSystem"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ReflectingTelescope"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#BroadBandPhotometry">
        <rdfs:label xml:lang="en">Broad band photometry</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Photometry"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#CCD">
        <rdfs:label xml:lang="en">Charge-coupled device</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Photodetector"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SemiconductorDevice"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#CID">
        <rdfs:label xml:lang="en">Charge-injection device</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Photodetector"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SemiconductorDevice"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Calibration">
        <rdfs:label xml:lang="en">Calibration</rdfs:label>
        <rdfs:subClassOf rdf:resource="&F6Design;Maintenance"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Calorimeter">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#InsituInstrument"/>
        <rdfs:comment xml:lang="en">A calorimeter (from Latin calor, meaning heat) is a device used for calorimetry, the science of measuring the heat of chemical reactions or physical changes as well as heat capacity. Differential scanning calorimeters, isothermal microcalorimeters, titration calorimeters and accelerated rate calorimeters are among the most common types. A simple calorimeter just consists of a thermometer attached to a metal container full of water suspended above a combustion chamber. (Source - Wikipedia.org)</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Camera">
        <rdfs:label xml:lang="en">Camera</rdfs:label>
        <rdfs:label xml:lang="en">Television camera</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalInstrument"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#RemoteSensingInstrument"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#CameraLens">
        <rdfs:label xml:lang="en">Camera lens</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Lens"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#CassegrainAntenna">
        <rdfs:label xml:lang="en">Cassegrain antenna</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Antenna"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#RadioTelescope"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#CassegrainFocus">
        <rdfs:label xml:lang="en">Cassegrain focus</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#CassegrainTelescope"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Focus"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#CassegrainTelescope">
        <rdfs:label xml:lang="en">Cassegrain telescope</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Telescope"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#CatadioptricSystem">
        <rdfs:label xml:lang="en">Catadioptric system</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalSystem"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#CatoptricSystem">
        <rdfs:label xml:lang="en">Catoptric system</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalSystem"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#CcdObservation">
        <rdfs:label xml:lang="en">CCD observation</rdfs:label>
        <rdfs:subClassOf rdf:resource="&uc;ActOfObservation"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#CcdPhotometry">
        <rdfs:label xml:lang="en">CCD photometry</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Photometry"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ChemicalInstrument">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Instrumentation"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ChromaticAberration">
        <rdfs:label xml:lang="en">Chromatic aberration</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalAberration"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#CloudMonitor">
        <rdfs:label xml:lang="en">Cloud monitor</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#AllSkyCamera"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Collimator">
        <rdfs:label xml:lang="en">Collimation</rdfs:label>
        <rdfs:label xml:lang="en">Collimator</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalComponent"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ColorPhotography">
        <rdfs:label xml:lang="en">Color photography</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Photography"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Colorimeter">
        <rdfs:label xml:lang="en">Colorimetry</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ChemicalInstrument"/>
        <rdfs:comment xml:lang="en">A colorimeter is a device used in colorimetry. In scientific fields the word generally refers to the device that measures the absorbance of particular wavelengths of light by a specific solution. This device is most commonly used to determine the concentration of a known solute in a given solution by the application of the Beer-Lambert law, which states that the concentration of a solute is proportional to the absorbance. (Source - Wikipedia.org)
</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Coma">
        <rdfs:label xml:lang="en">Coma</rdfs:label>
        <owl:equivalentClass rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ComaticAberration"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalAberration"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ComaticAberration">
        <rdfs:label xml:lang="en">Comatic aberration</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalAberration"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Compass">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#MagneticFieldDetector"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#CorrectorPlate">
        <rdfs:label xml:lang="en">Corrector plate</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Lens"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalComponent"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#CoudeFocus">
        <rdfs:label xml:lang="en">Coude focus</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Focus"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Cryostat">
        <rdfs:label xml:lang="en">Cryostat</rdfs:label>
        <rdfs:subClassOf rdf:resource="&uc;Equipment"/>
        <rdfs:comment xml:lang="en">An apparatus for maintaining a constant low temperature especially below 0°C - Source merriam-webster.com.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#DarkCount">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#InstrumentalNoise"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#DarkCurrentCalibration">
        <rdfs:label xml:lang="en">Dark-current calibration</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Calibration"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#DataAcquisition">
        <rdfs:label xml:lang="en">Data acquisition</rdfs:label>
        <rdfs:subClassOf rdf:resource="&uc;ActOfObservation"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#DataRate">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#DataAcquisitionParameter"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#DeadTimeCalibration">
        <rdfs:label xml:lang="en">Dead-time calibration</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Calibration"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#DefocusAberration">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalAberration"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#DetectorArray">
        <rdfs:label xml:lang="en">Detector array</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SensorArray"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#DichroicMirror">
        <rdfs:label xml:lang="en">Dichroic mirror</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Mirror"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#DifferentialImageMotionMonitor">
        <rdfs:label xml:lang="en">Differential image motion monitor</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SeeingMonitor"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#DiffractionGrating">
        <rdfs:label xml:lang="en">Diffraction grating</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalComponent"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#DigitalImage">
        <rdfs:label xml:lang="en">Digital image</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Image"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#DigitalRecorder">
        <rdfs:label xml:lang="en">Digital recorder</rdfs:label>
        <rdfs:subClassOf rdf:resource="&uc;Equipment"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#DioptricSystem">
        <rdfs:label xml:lang="en">Dioptric system</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalSystem"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#DipoleAntenna">
        <rdfs:label xml:lang="en">Dipole antenna</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Antenna"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#DirectionalAntenna"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#DirectionalAntenna">
        <rdfs:label xml:lang="en">Directional antenna</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Antenna"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#DishAntenna">
        <rdfs:label xml:lang="en">Dish antenna</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#RadioTelescope"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#DriftScan">
        <rdfs:label xml:lang="en">Drift scan</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#DataAcquisition"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#EFNMR_Spectrometer">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#NMR_Spectrometer"/>
        <rdfs:comment xml:lang="en">Earth&#39;s field NMR (EFNMR) is Nuclear magnetic resonance (NMR) using the geomagnetic field to replace the usual strong laboratory magnetic fields.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#EchelleGrating">
        <rdfs:label xml:lang="en">Echelle grating</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#DiffractionGrating"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ElectricalInstrument">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Instrumentation"/>
        <rdfs:comment xml:lang="en">An instrument used to measure voltage, electric current, resistance, power, etc. of an electric circuit.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ElectronicCamera">
        <rdfs:label xml:lang="en">Electronic camera</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Camera"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ElectronicInstrument">
        <rdfs:label xml:lang="en">Electronic instrument</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Instrumentation"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ElectronographicCamera">
        <rdfs:label xml:lang="en">Electronographic camera</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ElectronicCamera"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#EnglishMounting">
        <rdfs:label xml:lang="en">English mounting</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#EquatorialMounting"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#EquatorialMounting">
        <rdfs:label xml:lang="en">Equatorial mounting</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#TelescopeMounting"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#FalseColorPhotography">
        <rdfs:label xml:lang="en">False color photography</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Photography"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#FiberOptics">
        <rdfs:label xml:lang="en">Fiber optics</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Optics"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#FieldCorrector">
        <rdfs:label xml:lang="en">Field corrector</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Lens"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalComponent"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#FieldCurvature">
        <rdfs:label xml:lang="en">Field curvature</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalAberration"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#FieldOfView">
        <rdfs:label xml:lang="en">Field of view</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#InstrumentSpecification"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Filter">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalSystemComponent"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#FilterWheel">
        <rdfs:label xml:lang="en">Filter wheel</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalSystemComponent"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#FlatField">
        <rdfs:label xml:lang="en">flat field</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Calibration"/>
    </owl:Class>
    


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

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


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Footprint">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#DataAcquisitionParameter"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#FourierTransformSpectroscopy">
        <rdfs:label xml:lang="en">Fourier transform spectroscopy</rdfs:label>
        <rdfs:subClassOf rdf:resource="&F6Science;Spectroscopy"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#FrameSize">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#DataAcquisitionParameter"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#GammaRaySpectroscopy">
        <rdfs:label xml:lang="en">Gamma-ray spectroscopy</rdfs:label>
        <rdfs:subClassOf rdf:resource="&F6Science;Spectroscopy"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#GammaRayTelescope">
        <rdfs:label xml:lang="en">Gamma-ray telescope</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SpaceTelescope"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Telescope"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#GermanMounting">
        <rdfs:label xml:lang="en">German mounting</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#EquatorialMounting"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#GlobalPositioningSystem">
        <rdfs:label xml:lang="en">Global Positioning System</rdfs:label>
        <rdfs:subClassOf rdf:resource="&F6Design;Resource"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#GratingResponse">
        <rdfs:label xml:lang="en">Grating response</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#InstrumentSpecification"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Gravimeter">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Accelerometer"/>
        <rdfs:comment xml:lang="en">A gravimeter or gravitometer is an instrument used in gravimetry for measuring the local gravitational field of the Earth. A gravimeter is a type of accelerometer, specialized for measuring the constant downward acceleration of gravity, which varies by about 0.5% over the surface of the Earth. Though the essential principle of design is the same as in other accelerometers, gravimeters are typically designed to be much more sensitive in order to measure very tiny fractional changes within the Earth&#39;s gravity of 1 g, caused by nearby geologic structures or the shape of the Earth and by temporal tidal variations. (Source - Wikipedia.org)</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#GrazingIncidenceTelescope">
        <rdfs:label xml:lang="en">Grazing incidence telescope</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Telescope"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#GregorianTelescope">
        <rdfs:label xml:lang="en">Gregorian telescope</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Telescope"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Heliograph">
        <rdfs:label xml:lang="en">Photoheliograph</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalInstrument"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#HighEnergyInstrument">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#RemoteSensingInstrument"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#HighResolutionSpectrosopy">
        <rdfs:label xml:lang="en">High-resolution spectrosopy</rdfs:label>
        <rdfs:subClassOf rdf:resource="&F6Science;Spectroscopy"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#HornAntenna">
        <rdfs:label xml:lang="en">Horn antenna</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Antenna"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#RadioWaveguide"/>
    </owl:Class>
    


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

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


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#InfraredTelescope">
        <rdfs:label xml:lang="en">Infrared telescope</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Telescope"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#InsituInstrument">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Instrumentation"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#InstrumentalNoise">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Noise"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#InstrumentalProfile">
        <rdfs:label xml:lang="en">Instrumental profile</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#LineProfile"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Instrumentation">
        <rdfs:subClassOf rdf:resource="&uc;Equipment"/>
        <rdfs:comment xml:lang="en">A piece of Equipment designed to make measurements or to aid in precise work.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#IntegrationTime">
        <rdfs:label xml:lang="en">Integration time</rdfs:label>
        <rdfs:subClassOf rdf:resource="&F6Science;Metadata"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#InterferenceFilter">
        <rdfs:label xml:lang="en">Interference filter</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalComponent"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalFilter"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#InterferenceNoise">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Noise"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#InterferenceSpectrosocopy">
        <rdfs:label xml:lang="en">Interference spectrosocopy</rdfs:label>
        <rdfs:subClassOf rdf:resource="&F6Science;Spectroscopy"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Interferometer">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#RemoteSensingInstrument"/>
        <rdfs:comment xml:lang="en">An instrument used to interfere electromagnetic waves.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#InterferometricCorrelation">
        <rdfs:label xml:lang="en">Interferometric correlation</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Correlation"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#LensAntenna">
        <rdfs:label xml:lang="en">Lens antenna</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Antenna"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#LineProfile">
        <rdfs:label xml:lang="en">Line profile</rdfs:label>
        <rdfs:subClassOf rdf:resource="&uc;InformationBearingEntity"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#LinearityCalibration">
        <rdfs:label xml:lang="en">Linearity calibration</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Calibration"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#LongSlit">
        <rdfs:label xml:lang="en">Long slit</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SpectrographSlit"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#MagneticFieldDetector">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Instrumentation"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Magnetometer">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#MagneticFieldDetector"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#MaksutovTelescope">
        <rdfs:label xml:lang="en">Maksutov telescope</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#CatadioptricSystem"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ReflectingTelescope"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#MassSpectrometer">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#InsituInstrument"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#MeasuringInstrument">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Instrumentation"/>
        <rdfs:comment>a device used to measure or compare physical properties</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#MedicalInstrument">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Instrumentation"/>
        <rdfs:comment xml:lang="en">A device used to diagnose or treat diseases or bodily damage.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#MediumBandFilter">
        <rdfs:label xml:lang="en">Medium band photometry</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Filter"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#MicrowaveAntenna">
        <rdfs:label xml:lang="en">Microwave antenna</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Antenna"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#MicrowaveSpectroscopy">
        <rdfs:label xml:lang="en">Microwave spectroscopy</rdfs:label>
        <rdfs:subClassOf rdf:resource="&F6Science;Spectroscopy"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#MillsCrossAntenna">
        <rdfs:label xml:lang="en">Mills cross antenna</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Antenna"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#DirectionalAntenna"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#RadioTelescope"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ModulationTransferFunction">
        <rdfs:label xml:lang="en">Modulation transfer function</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#TransferFunction"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#MultipleMirrorTelescope">
        <rdfs:label xml:lang="en">Multiple mirror telescope</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalTelescope"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ReflectingTelescope"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#NMR_Spectrometer">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#InsituInstrument"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#NarrowBandFilter">
        <rdfs:label xml:lang="en">Narrow band photometry</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Filter"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#NasmythFocus">
        <rdfs:label xml:lang="en">Nasmyth focus</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Focus"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#NeutralDensityFilter">
        <rdfs:label xml:lang="en">Neutral density filter</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalFilter"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#NewtonianFocus">
        <rdfs:label xml:lang="en">Newtonian focus</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Focus"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ObjectiveGrating">
        <rdfs:label xml:lang="en">Objective grating</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#DiffractionGrating"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#TransmissionGrating"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ObjectivePrism">
        <rdfs:label xml:lang="en">Objective prism</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Prism"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Ohmmeter">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ElectricalInstrument"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalAberration">
        <rdfs:label xml:lang="en">Optical aberration</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#InstrumentSpecification"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalCoating">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalSystemComponent"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalComponent">
        <rdfs:label xml:lang="en">Optical component</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalSystemComponent"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalDesign">
        <rdfs:label xml:lang="en">Optical design</rdfs:label>
        <rdfs:subClassOf rdf:resource="&F6Design;Design"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalFiber">
        <rdfs:label xml:lang="en">Optical fiber</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalComponent"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalWaveguide"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalFilter">
        <rdfs:label xml:lang="en">Optical filter</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Filter"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalComponent"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalInstrument">
        <rdfs:label xml:lang="en">Optical instrument</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#UV-VIS-IR-Instrument"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalObservation">
        <rdfs:label xml:lang="en">Optical observation</rdfs:label>
        <rdfs:subClassOf rdf:resource="&uc;ActOfObservation"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalRadar">
        <rdfs:label xml:lang="en">Optical radar</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Radar"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalScanners">
        <rdfs:label xml:lang="en">Optical scanners</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalInstrument"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalSpectroscopy">
        <rdfs:label xml:lang="en">Optical spectroscopy</rdfs:label>
        <rdfs:subClassOf rdf:resource="&F6Science;Spectroscopy"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalSurface">
        <rdfs:label xml:lang="en">Optical surface</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalSystemComponent"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalSystem">
        <rdfs:label xml:lang="en">Optical system</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Instrumentation"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalTelescope">
        <rdfs:label xml:lang="en">Optical telescope</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Telescope"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalTest">
        <rdfs:label xml:lang="en">Optical testing</rdfs:label>
        <rdfs:subClassOf rdf:resource="&F6Design;Test"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalTransferFunction">
        <rdfs:label xml:lang="en">Optical transfer function</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#TransferFunction"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalTransmissionWindow">
        <rdfs:label xml:lang="en">Optical transmission window</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#AtmosphericWindow"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalWaveguide">
        <rdfs:label xml:lang="en">Optical waveguide</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalComponent"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Waveguide"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalWindow">
        <rdfs:label xml:lang="en">Optical window</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalComponent"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Oscilloscope">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ElectricalInstrument"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#PSF">
        <rdfs:label xml:lang="en">Point spread function</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#TransferFunction"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ParabolicAntenna">
        <rdfs:label xml:lang="en">Parabolic antenna</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Antenna"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#DirectionalAntenna"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ParabolicMirror">
        <rdfs:label xml:lang="en">Parabolic mirror</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Mirror"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ParabolicReflector">
        <rdfs:label xml:lang="en">Parabolic reflector</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalComponent"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ParticleDetector">
        <rdfs:label xml:lang="en">Pulse counter</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#InsituInstrument"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#PhaseSensitiveDetector">
        <rdfs:label xml:lang="en">Phase sensitive detector</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#RemoteSensingInstrument"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#PhaseSwitch">
        <rdfs:label xml:lang="en">Phase switching</rdfs:label>
        <rdfs:subClassOf rdf:resource="&F6Design;Device"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#PhasedArray">
        <rdfs:label xml:lang="en">Phased array</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SensorArray"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Photoconductor">
        <rdfs:label xml:lang="en">Photoconductive cell</rdfs:label>
        <owl:equivalentClass rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Photoresistor"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Photodetector"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Photodetector">
        <rdfs:label xml:lang="en">Photoelectronic device</rdfs:label>
        <rdfs:subClassOf rdf:resource="&uc;Sensor"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#PhotoelectricInstrument">
        <rdfs:label xml:lang="en">Photoelectric instrument</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#UV-VIS-IR-Instrument"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#PhotoelectricPhotometry">
        <rdfs:label xml:lang="en">Photoelectric photometry</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Photometry"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Photogrammetry">
        <rdfs:label xml:lang="en">Photogrammetry</rdfs:label>
        <rdfs:subClassOf rdf:resource="&F6Science;Survey"/>
        <rdfs:comment xml:lang="en">Photogrammetry is the practice of determining the geometric properties of objects from photographic images. (Source - Wikipedia.org)</rdfs:comment>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#PhotographicFilm">
        <rdfs:label xml:lang="en">Photographic film</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#PhotographicMaterial"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#PhotographicFilter">
        <rdfs:label xml:lang="en">Photographic filter</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalFilter"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#PhotographicInstrument">
        <rdfs:label xml:lang="en">Photographic instrument</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#RemoteSensingInstrument"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#PhotographicMaterial">
        <rdfs:label xml:lang="en">Photographic material</rdfs:label>
        <rdfs:subClassOf rdf:resource="&F6Design;ManMadeThing"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#PhotographicPhotometry">
        <rdfs:label xml:lang="en">Photographic photometry</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Photometry"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#PhotographicPlate">
        <rdfs:label xml:lang="en">Photographic plate</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#PhotographicMaterial"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#PhotometricSystem">
        <rdfs:label xml:lang="en">Photometric system</rdfs:label>
        <rdfs:subClassOf rdf:resource="&uc;InformationContentEntity"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#PhotonCountingSystem">
        <rdfs:label xml:lang="en">Photon counting system</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Photodetector"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#PhotovoltaicCell">
        <rdfs:label xml:lang="en">Photovoltaic cell</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SemiconductorDevice"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#PrimeFocus">
        <rdfs:label xml:lang="en">Prime focus</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Focus"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#QuadrantDetector">
        <rdfs:label xml:lang="en">Quadrant detector</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Photodetector"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#QuantumEfficiency">
        <rdfs:label xml:lang="en">Quantum efficiency</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#InstrumentSpecification"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#QuarterWavePlate">
        <rdfs:label xml:lang="en">Quarter wave plate</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalSystemComponent"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#RadarEquipment">
        <rdfs:label xml:lang="en">Radar equipment</rdfs:label>
        <rdfs:subClassOf rdf:resource="&uc;Equipment"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#RadarMap">
        <rdfs:label xml:lang="en">Radar mapping</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Image"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#RadarTelescope">
        <rdfs:label xml:lang="en">Radar telescope</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#RadioTelescope"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#RadioAntenna">
        <rdfs:label xml:lang="en">Radio antenna</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Antenna"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#RadioInterference">
        <rdfs:label xml:lang="en">Radio interference</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#InterferenceNoise"/>
        <rdfs:comment xml:lang="en">radio frequency noise </rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#RadioInterferometer">
        <rdfs:label xml:lang="en">Radio Interferometer</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Interferometer"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#RadioObservatory">
        <rdfs:label xml:lang="en">Radio observatory</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Observatory"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#RadioTelescope">
        <rdfs:label xml:lang="en">Radio telescope</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Telescope"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#RadioTransmissionWindow">
        <rdfs:label xml:lang="en">Radio transmission window</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#AtmosphericWindow"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#RadioWaveguide">
        <rdfs:label xml:lang="en">Radio waveguide</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Waveguide"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Radioheliograph">
        <rdfs:label xml:lang="en">Radioheliograph</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#RadioTelescope"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SolarTelescope"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Radiotelescope">
        <rdfs:label xml:lang="en">Radio spectroscopy</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Telescope"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ReadOutNoise">
        <rdfs:label xml:lang="en">Read out noise</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#InstrumentalNoise"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ReflectingTelescope">
        <rdfs:label xml:lang="en">Reflecting telescope</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalTelescope"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ReflectionGrating">
        <rdfs:label xml:lang="en">Reflection grating</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#DiffractionGrating"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ReflectorAntenna">
        <rdfs:label xml:lang="en">Reflector antenna</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Antenna"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#RefractingTelescope">
        <rdfs:label xml:lang="en">Refracting telescope</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalTelescope"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#RemoteControlSystem">
        <rdfs:label xml:lang="en">Remote control system</rdfs:label>
        <rdfs:subClassOf rdf:resource="&F6Design;ControlSystem"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#RemoteSensing">
        <rdfs:label xml:lang="en">Remote sensing</rdfs:label>
        <rdfs:subClassOf rdf:resource="&F6Science;MethodOfAnalysis"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#RemoteSensingInstrument">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Instrumentation"/>
    </owl:Class>
    


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

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


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#RitcheyChretienTelescope">
        <rdfs:label xml:lang="en">Ritchey-Chretien telescope</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ReflectingTelescope"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#RocketBorneInstrument">
        <rdfs:label xml:lang="en">Rocket-borne instrument</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Instrumentation"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SatelliteBorneInstrument">
        <rdfs:label xml:lang="en">Satellite-borne instrument</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Instrumentation"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SchmidtTelescope">
        <rdfs:label xml:lang="en">Schmidt telescope</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#CatadioptricSystem"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ReflectingTelescope"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ScientificInstrument">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Instrumentation"/>
        <rdfs:comment>a device used to collect scientific data, often electronic in nature</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SecondaryMirror">
        <rdfs:label xml:lang="en">Secondary mirror</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#TelescopeMirror"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SeeingMonitor">
        <rdfs:label xml:lang="en">Seeing monitor</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalInstrument"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Seismometer">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Instrumentation"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SelfCalibrationMethod">
        <rdfs:label xml:lang="en">Self-calibration method</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Calibration"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SemiconductorDevice">
        <rdfs:label xml:lang="en">Semiconductor device</rdfs:label>
        <rdfs:subClassOf rdf:resource="&F6Design;Device"/>
    </owl:Class>
    


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

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


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SensorFootprint">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Footprint"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ShapedReflector">
        <rdfs:label xml:lang="en">Shaped reflector</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalComponent"/>
    </owl:Class>
    


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

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


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Sidelobe">
        <rdfs:label xml:lang="en">Sidelobe</rdfs:label>
        <rdfs:subClassOf rdf:resource="&F6Science;Metadata"/>
        <rdfs:comment xml:lang="en">spurious lobe in a telescope&#39;s sensitivity beam</rdfs:comment>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SilverCoating">
        <rdfs:label xml:lang="en">Silver coating</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalCoating"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ThinFilm"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SiteTest">
        <rdfs:label xml:lang="en">Site testing</rdfs:label>
        <rdfs:subClassOf rdf:resource="&F6Design;Test"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SlitMask">
        <rdfs:label xml:lang="en">Slit mask</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SpectrographSlit"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SolarOpticalTelescope">
        <rdfs:label xml:lang="en">Solar optical telescope</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SolarTelescope"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SolarRadioTelescope">
        <rdfs:label xml:lang="en">Solar radio telescope</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SolarTelescope"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SolarTelescope">
        <rdfs:label xml:lang="en">Solar telescope</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Telescope"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SpaceObservatory">
        <rdfs:label xml:lang="en">Space observatory</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Observatory"/>
        <rdfs:subClassOf rdf:resource="&F6Mission;SpaceSystem"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SpaceProbeInstrument">
        <rdfs:label xml:lang="en">Space probe instrument</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Instrumentation"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SpaceTelescope">
        <rdfs:label xml:lang="en">Space telescope</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SpaceProbeInstrument"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Telescope"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SpectralBand">
        <rdfs:label xml:lang="en">Spectral band</rdfs:label>
        <rdfs:subClassOf rdf:resource="&F6Science;PropertyOfLight"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SpectralResolution">
        <rdfs:label xml:lang="en">Spectral resolution</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Resolution"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SpectrographSlit">
        <rdfs:label xml:lang="en">Spectrograph slit</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalSystemComponent"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Spectroheliograph">
        <rdfs:label xml:lang="en">Spectroheliograph</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#UV-VIS-IR-Instrument"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Spectrometer">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#UV-VIS-IR-Instrument"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SphericalAberration">
        <rdfs:label xml:lang="en">Spherical aberration</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalAberration"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Steriophotogrammetry">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Photogrammetry"/>
        <rdfs:comment xml:lang="en">Stereophotogrammetry involves estimating the three-dimensional coordinates of points on an object. These are determined by measurements made in two or more photographic images taken from different positions.  (Source Wikipedia.org)</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#StreakPhotography">
        <rdfs:label xml:lang="en">Streak photography</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Photography"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#TV">
        <rdfs:label xml:lang="en">Television</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Electronics"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#TelescopeArray">
        <rdfs:label xml:lang="en">Telescope array</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SensorArray"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#TelescopeDesign">
        <rdfs:label xml:lang="en">Telescope design</rdfs:label>
        <rdfs:subClassOf rdf:resource="&F6Design;Design"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#TelescopeMirror">
        <rdfs:label xml:lang="en">Telescope mirror</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Mirror"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#TelescopeMounting">
        <rdfs:label xml:lang="en">Telescope mounting</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalSystemComponent"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#TertiaryMirror">
        <rdfs:label xml:lang="en">Tertiary mirror</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#TelescopeMirror"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Thermocouple">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#InsituInstrument"/>
        <rdfs:comment xml:lang="en">A thermocouple is a device consisting of two different conductors (usually metal alloys) that produce a voltage proportional to a temperature difference between either end of the pair of conductors. Thermocouples are a widely used type of temperature sensor for measurement and control (Source - Wikipedia.org)</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ThinFilm">
        <rdfs:label xml:lang="en">Thin film</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalFilm"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ThreeDimensionalSpectroscopy">
        <rdfs:label xml:lang="en">Three-dimensional spectroscopy</rdfs:label>
        <rdfs:subClassOf rdf:resource="&F6Science;Spectroscopy"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#TimeResolvedSpectroscopy">
        <rdfs:label xml:lang="en">Time-resolved spectroscopy</rdfs:label>
        <rdfs:subClassOf rdf:resource="&F6Science;Spectroscopy"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#TipTiltMirror">
        <rdfs:label xml:lang="en">Tip-tilt mirror</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalComponent"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#TransmissionGrating">
        <rdfs:label xml:lang="en">Transmission grating</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#DiffractionGrating"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#TwoDimensionalSpectroscopy">
        <rdfs:label xml:lang="en">Two-dimensional spectroscopy</rdfs:label>
        <rdfs:subClassOf rdf:resource="&F6Science;Spectroscopy"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#UPHgrating">
        <rdfs:label xml:lang="en">VPH grating</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#DiffractionGrating"/>
    </owl:Class>
    


    <!-- http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#UV-VIS-IR-Instrument -->

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#UV-VIS-IR-Instrument">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#RemoteSensingInstrument"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#UltravioletCamera">
        <rdfs:label xml:lang="en">Ultraviolet camera</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Camera"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#UltravioletFilter">
        <rdfs:label xml:lang="en">Ultraviolet filter</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Filter"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#UltravioletPhotography">
        <rdfs:label xml:lang="en">Ultraviolet photography</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Photography"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#UltravioletTelescope">
        <rdfs:label xml:lang="en">Ultraviolet telescope</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SpaceTelescope"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Voltmeter">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ElectricalInstrument"/>
    </owl:Class>
    


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

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


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#WeatherInstrument">
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#InsituInstrument"/>
        <rdfs:comment xml:lang="en">A device used to record aspects of the weather.</rdfs:comment>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#WideAngleLens">
        <rdfs:label xml:lang="en">Wide-angle lens</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#OpticalComponent"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#WideFieldTelescope">
        <rdfs:label xml:lang="en">Wide-field telescope</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#ReflectingTelescope"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#XRayTelescope">
        <rdfs:label xml:lang="en">X-ray telescope</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#GrazingIncidenceTelescope"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#SpaceTelescope"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#YagiAntenna">
        <rdfs:label xml:lang="en">Yagi antenna</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#Antenna"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#DirectionalAntenna"/>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#RadioTelescope"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#YokeMounting">
        <rdfs:label xml:lang="en">Yoke mounting</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://archive.astro.umd.edu/Ontology/F6/OWL/F6Instrument.owl#EquatorialMounting"/>
    </owl:Class>
    


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

    <owl:Class rdf:about="&uc;Equipment">
        <rdfs:subClassOf rdf:resource="&F6Design;ManMadeThing"/>
    </owl:Class>
</rdf:RDF>



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

