@base <http://dydra.com/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl>
    a <http://www.w3.org/2002/07/owl#Ontology> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Absorption>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Absorption" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AbstractService>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Abstract Service" ;
    <http://www.w3.org/2002/07/owl#disjointWith> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Attribute>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataProduct>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Dataset>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Detector>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Instrument>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Observatory>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AcceleratorMassSpectrometer>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Accelerator Mass Spectrometer" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MassSpectrometer> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AerosolLidar>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Aerosol Lidar" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Lidar> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AirglowImager>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Airglow Imager" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Imager> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AllSkyImager>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "All Sky Imager" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Imager> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Altitude>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Altitude" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Coordinate> ;
    <http://www.w3.org/2002/07/owl#disjointWith> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Latitude>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Longitude>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Temperature>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Time>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Velocity>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Wind> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AltitudeDependentParameter>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Altitude Dependent Parameter" ;
    <http://www.w3.org/2002/07/owl#equivalentClass> [
        a <http://www.w3.org/2002/07/owl#Class> ;
        <http://www.w3.org/2002/07/owl#intersectionOf> ([
                a <http://www.w3.org/2002/07/owl#Restriction> ;
                <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasCoordinate> ;
                <http://www.w3.org/2002/07/owl#someValuesFrom> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Altitude>
            ]
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter>
        )
    ] .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AnionParameter>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Anion Parameter" ;
    <http://www.w3.org/2002/07/owl#equivalentClass> [
        a <http://www.w3.org/2002/07/owl#Class> ;
        <http://www.w3.org/2002/07/owl#intersectionOf> (<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter>
            [
                a <http://www.w3.org/2002/07/owl#Restriction> ;
                <http://www.w3.org/2002/07/owl#hasValue> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NegativeElectricCharge> ;
                <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasElectricCharge>
            ]
        )
    ] .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Antarctic>
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasEastMostLongitude> "1.8E2"^^<http://www.w3.org/2001/XMLSchema#float> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasName> "Antarctic" ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasNorthMostLatitude> "-6.6E1"^^<http://www.w3.org/2001/XMLSchema#float> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSouthMostLatitude> "-9.0E1"^^<http://www.w3.org/2001/XMLSchema#float> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSuperPhysicalDomain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthSurface> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasWestMostLongitude> "-1.8E2"^^<http://www.w3.org/2001/XMLSchema#float> ;
    a <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SurfaceRegion> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AntarcticCircle>
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasLatitude> "-6.6E1"^^<http://www.w3.org/2001/XMLSchema#float> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasName> "Antarctic Circle" ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSuperPhysicalDomain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthSurface> ;
    a <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#LatitudeCircle> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AnyDataImage>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Any" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataImage> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Arctic>
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasEastMostLongitude> "1.8E2"^^<http://www.w3.org/2001/XMLSchema#float> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasName> "Arctic" ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasNorthMostLatitude> "9.0E1"^^<http://www.w3.org/2001/XMLSchema#float> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSouthMostLatitude> "6.6E1"^^<http://www.w3.org/2001/XMLSchema#float> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSuperPhysicalDomain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthSurface> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasWestMostLongitude> "-1.8E2"^^<http://www.w3.org/2001/XMLSchema#float> ;
    a <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SurfaceRegion> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ArcticCircle>
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasLatitude> "6.6E1"^^<http://www.w3.org/2001/XMLSchema#float> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasName> "Arctic Circle" ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSuperPhysicalDomain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthSurface> ;
    a <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#LatitudeCircle> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AsciiDataFile>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "ASCII Data File" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "ASC" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataFile> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Asteroid>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Asteroid" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AstronomicalObject> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AstronomicalObject>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Astronomical Object" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PhysicalDomain> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Atmosphere>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Atmosphere" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PhysicalDomain>, [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasState> ;
        <http://www.w3.org/2002/07/owl#someValuesFrom> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectronState>
    ], [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSuperPhysicalDomain> ;
        <http://www.w3.org/2002/07/owl#someValuesFrom> [
            a <http://www.w3.org/2002/07/owl#Class> ;
            <http://www.w3.org/2002/07/owl#unionOf> (<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Planet>
                <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Star>
            )
        ]
    ], [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasState> ;
        <http://www.w3.org/2002/07/owl#someValuesFrom> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NeutralState>
    ], [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasState> ;
        <http://www.w3.org/2002/07/owl#someValuesFrom> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#IonState>
    ] .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AtmosphereLayer>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Atmosphere Layer" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PhysicalDomain>, [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSuperPhysicalDomain> ;
        <http://www.w3.org/2002/07/owl#someValuesFrom> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Atmosphere>
    ] .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AtomicDensity>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Atomic Density" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NumberDensity> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AtomicNeutralDensity>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Atomic Neutral Density" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AtomicDensity>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NeutralNumberDensity> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AtomicWeight>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Atomic Weight" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Weight> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Attribute>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Utility class representing a generic (name,value) pair" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Attribute" ;
    <http://www.w3.org/2002/07/owl#disjointWith> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AbstractService>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataProduct>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Dataset>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Detector>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Instrument>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Observatory>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AuroralBoundaryIndex>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Auroral Boundary Index" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Index>, [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasCoordinate> ;
        <http://www.w3.org/2002/07/owl#someValuesFrom> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Time>
    ] .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AutoCorrelationFunction>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Auto Correlation Function" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#StatisticalMeasure> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AverageDataImage>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Average" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataImage> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AzimuthAngle>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Azimuth Angle" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Coordinate> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#BackgroundCount>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Background Count" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Count> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#BestDataImage>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Best" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataImage> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#BiStaticRadar>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Bi Static Radar" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Radar> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#BirefringentFilter>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Birefringent Filter Instrument" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#FilterInstrument> ;
    <http://www.w3.org/2002/07/owl#disjointWith> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#InterferenceFilter>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#LyotFilter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#CCD>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "CCD Imaging Detector" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ImagingDetector> ;
    <http://www.w3.org/2002/07/owl#disjointWith> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Film>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Thermometer> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#CalciumLidar>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Calcium Lidar" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Lidar> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#CationParameter>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Cation Parameter" ;
    <http://www.w3.org/2002/07/owl#equivalentClass> [
        a <http://www.w3.org/2002/07/owl#Class> ;
        <http://www.w3.org/2002/07/owl#intersectionOf> ([
                a <http://www.w3.org/2002/07/owl#Restriction> ;
                <http://www.w3.org/2002/07/owl#hasValue> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PositiveElectricCharge> ;
                <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasElectricCharge>
            ]
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter>
        )
    ] .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ChiSquare>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Chi Square" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#StatisticalMeasure> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#CloudCover>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Cloud Cover" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Coherence>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Coherence" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#StatisticalMeasure> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#CoherentIonosphericRadar>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Coherent Ionospheric Radar" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Radar> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#CollisionFrequency>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Collision Frequency" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Frequency> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Comet>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Comet" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AstronomicalObject> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#CompositeMetadataService>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "The combination of multiple metadata services" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Composite Metadata Service" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MetadataService> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Composition>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Composition" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Conductivity>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Conductivity" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Coordinate>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Coordinate Parameter" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Count>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Count Parameter" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Covariance>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Covariance" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#StatisticalMeasure> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#CrossCorrelation>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Cross Correlation" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#StatisticalMeasure> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Current>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Current" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#CurrentDensity>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Current Density" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectroMagneticField> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#CurrentDensityComponent>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Current Density Component" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectroMagneticFieldComponent> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Curtosis>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Curtosis" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#StatisticalMeasure> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DampingParameter>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Damping Parameter" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DasDataFile>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "OPeNDAP DAS (Data Attribute Structure) data file" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "DAS" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataFile> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataArchive>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A collection of data storage media and services that is accessible through a unified interface. A data archive may contain datasets from multiple instruments and multiple observatories." ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Data Archive" .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataFile>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A data product returned as a form of data, such as ascii data or OPeNDAP data or a data file of a particular format such as netcdf or hdf4" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Data File" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataProduct> ;
    <http://www.w3.org/2002/07/owl#disjointWith> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataImage>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataPlot> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataImage>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A data product returned as an image" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Data Image" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataProduct> ;
    <http://www.w3.org/2002/07/owl#disjointWith> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataFile>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataPlot> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataPlot>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A data product returned in the form of a plot" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Data Plot" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataProduct> ;
    <http://www.w3.org/2002/07/owl#disjointWith> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataFile>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataImage> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataProduct>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Generic class representing any data product that may be requested by an agent and delivered by a data service." ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Data Product" ;
    <http://www.w3.org/2002/07/owl#disjointWith> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AbstractService>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Attribute>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Dataset>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Detector>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Instrument>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Observatory>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataQualityCode>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Data Quality Code" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Dataset>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A collection of observations of the physical quantity of interest.  They usually have a location, observatory, instrument, and parameter (or set of parameters) associated with them.  They also have a format along with an epoch over which they were taken." ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Dataset" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2002/07/owl#Thing>, [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#isFromInstrument>
    ], [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#isFromInstrumentOperatingMode>
    ], [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#minCardinality> "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasContainedParameter>
    ] ;
    <http://www.w3.org/2002/07/owl#disjointWith> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AbstractService>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Attribute>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataProduct>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Detector>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Instrument>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Observatory>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DateTimeInterval>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "The interval between a starting datetime and an ending datetime" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Date Time Interval" .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DdsDataFile>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "OPeNDAP DDS (Data Descriptor Structure) data file" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "DDS" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataFile> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DdxDataFile>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "OPeNDAP DDX (Data descriptor in XML) data file" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "DDX" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataFile> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DeclinationAngle>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A coordinate that makes up a part of the equatorial coordinate system" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Declination Angle" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Coordinate> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Density>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Density" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter>, [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasCoordinate> ;
        <http://www.w3.org/2002/07/owl#someValuesFrom> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Time>
    ], [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasCoordinate> ;
        <http://www.w3.org/2002/07/owl#someValuesFrom> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Altitude>
    ] .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Deployment>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A platform is deployed during a certain duration of time and over a certain spacial domain. The platform has instruments on it within the scope of this deployment. For example, a boat will carry certain instruments during a deployment, and those instruments will be removed once the deployment is completed. A stationary deployment can last a much longer time, even decades, with the same instrument." ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Deployment" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2002/07/owl#Thing>, [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasDeploymentId>
    ] .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Deposition>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Deposition" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Detector>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A device which detects measurements, such as temperature or wind velocity" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Detector" ;
    <http://www.w3.org/2002/07/owl#disjointWith> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AbstractService>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Attribute>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataProduct>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Dataset>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Instrument>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Observatory>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DifferentialAbsorptionLidar>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Differential Absorption Lidar" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Lidar> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DopplerLidar>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Doppler Lidar" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Lidar> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DopplerRadar>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Doppler Radar" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Radar> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DopplerVelocity>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Doppler Velocity" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Velocity> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DopplerWidth>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Doppler Width" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Width> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Earth>
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasName> "Earth" ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSubPhysicalDomain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthAtmosphere>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthSurface> ;
    a <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Planet> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthAtmosphere>
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasName> "Earth Atmosphere" ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSubPhysicalDomain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthExosphere>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthIonosphere>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthMagnetosphere>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthMesosphere>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthOzoneLayer>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthStratosphere>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthThermosphere>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthTroposphere>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthUpperAtmosphere> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSuperPhysicalDomain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Earth> ;
    a <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Atmosphere> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthEquator>
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasLatitude> "0.0E0"^^<http://www.w3.org/2001/XMLSchema#float> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasName> "Equator" ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSuperPhysicalDomain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthSurface> ;
    a <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#LatitudeCircle> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthExosphere>
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasMaximumAltitudeInKm> "8.0E2"^^<http://www.w3.org/2001/XMLSchema#float> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasMinimumAltitudeInKm> "5.5E2"^^<http://www.w3.org/2001/XMLSchema#float> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasName> "Earth Exosphere" ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSuperPhysicalDomain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthAtmosphere> ;
    a <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AtmosphereLayer> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "The region of the Earth Atmosphere above the Ionosphere, where the atmosphere thins out into space. This is the last major atmosphere." .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthIonosphere>
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasMaximumAltitudeInKm> "5.5E2"^^<http://www.w3.org/2001/XMLSchema#float> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasMinimumAltitudeInKm> "5.0E1"^^<http://www.w3.org/2001/XMLSchema#float> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasName> "Earth Ionosphere" ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSuperPhysicalDomain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthAtmosphere> ;
    a <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AtmosphereLayer> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "The region of the Earth Atmosphere containing ions: approximately the mesosphere and thermosphere up to 550 km." .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthMagnetosphere>
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasMaximumAltitudeInKm> "1.0E5"^^<http://www.w3.org/2001/XMLSchema#float> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasMinimumAltitudeInKm> "0.0E0"^^<http://www.w3.org/2001/XMLSchema#float> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasName> "Earth Magnetosphere" ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSuperPhysicalDomain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthAtmosphere> ;
    a <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AtmosphereLayer> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "The region of the Earth Atmosphere where the Earth's magnetic field interacts with the solar wind from the Sun. It extends for tens of thousands of kilometers, with a long tail away from the Sun." .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthMesosphere>
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasMaximumAltitudeInKm> "8.5E1"^^<http://www.w3.org/2001/XMLSchema#float> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasMinimumAltitudeInKm> "5.0E1"^^<http://www.w3.org/2001/XMLSchema#float> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasName> "Earth Mesosphere" ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSuperPhysicalDomain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthAtmosphere> ;
    a <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AtmosphereLayer> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "From about 50 km (upper boundary of the Stratosphere) to the range of 80 km to 85 km, temperature decreasing with height." .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthNorthPole>
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasLatitude> "9.0E1"^^<http://www.w3.org/2001/XMLSchema#float> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasName> "North Pole" ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSuperPhysicalDomain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthSurface> ;
    a <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#LatitudeCircle> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthOzoneLayer>
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasMaximumAltitudeInKm> "5.0E1"^^<http://www.w3.org/2001/XMLSchema#float> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasMinimumAltitudeInKm> "1.0E1"^^<http://www.w3.org/2001/XMLSchema#float> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasName> "Earth Ozone Layer" ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSuperPhysicalDomain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthAtmosphere> ;
    a <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AtmosphereLayer> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Or ozonosphere, the region of the Earth's Atmosphere approximately in the range 10 - 50 km, where stratospheric ozone is found. Note that even within this region, ozone is a minor constituent by volume." .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthSouthPole>
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasLatitude> "-9.0E1"^^<http://www.w3.org/2001/XMLSchema#float> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasName> "South Pole" ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSuperPhysicalDomain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthSurface> ;
    a <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#LatitudeCircle> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthStratosphere>
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasMaximumAltitudeInKm> "5.0E1"^^<http://www.w3.org/2001/XMLSchema#float> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasMinimumAltitudeInKm> "1.7E1"^^<http://www.w3.org/2001/XMLSchema#float> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasName> "Earth Stratosphere" ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSuperPhysicalDomain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthAtmosphere> ;
    a <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AtmosphereLayer> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "From the 7–17 km range (upper boundary of the Troposphere) to about 50 km, temperature increasing with height." .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthSurface>
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasEastMostLongitude> "1.8E2"^^<http://www.w3.org/2001/XMLSchema#float> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasName> "Earth Surface" ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasNorthMostLatitude> "9.0E1"^^<http://www.w3.org/2001/XMLSchema#float> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSouthMostLatitude> "-9.0E1"^^<http://www.w3.org/2001/XMLSchema#float> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSubPhysicalDomain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Antarctic>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AntarcticCircle>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Arctic>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ArcticCircle>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthEquator>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthNorthPole>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthSouthPole>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#TropicOfCancer>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#TropicOfCapricorn> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSuperPhysicalDomain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Earth> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasWestMostLongitude> "-1.8E2"^^<http://www.w3.org/2001/XMLSchema#float> ;
    a <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SurfaceRegion> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthThermosphere>
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasMaximumAltitudeInKm> "6.4E2"^^<http://www.w3.org/2001/XMLSchema#float> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasMinimumAltitudeInKm> "8.5E1"^^<http://www.w3.org/2001/XMLSchema#float> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasName> "Earth Troposphere" ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSuperPhysicalDomain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthAtmosphere> ;
    a <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AtmosphereLayer> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "From 80–85 km (upper boundary of the Mesosphere) to 640+ km, temperature increasing with height." .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthTroposphere>
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasMaximumAltitudeInKm> "1.7E1"^^<http://www.w3.org/2001/XMLSchema#float> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasMinimumAltitudeInKm> "0.0E0"^^<http://www.w3.org/2001/XMLSchema#float> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasName> "Earth Troposphere" ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSuperPhysicalDomain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthAtmosphere> ;
    a <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AtmosphereLayer> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "From the Greek word \"tropos\" meaning to turn or mix. The troposphere is the lowest layer of the atmosphere starting at the surface going up to between 7 km at the poles and 17 km at the equator with some variation due to weather factors. The troposphere has a great deal of vertical mixing due to solar heating at the surface. This heating warms air masses, which then rise to release latent heat as sensible heat that further buoys the air mass. This process continues until all water vapor is removed. In the troposphere, on average, temperature decreases with height due to expansive cooling." .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthUpperAtmosphere>
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasMaximumAltitudeInKm> "8.0E2"^^<http://www.w3.org/2001/XMLSchema#float> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasMinimumAltitudeInKm> "8.5E1"^^<http://www.w3.org/2001/XMLSchema#float> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasName> "Earth Upper Atmosphere" ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSuperPhysicalDomain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthAtmosphere> ;
    a <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AtmosphereLayer> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "The region of the Earth's Atmosphere above the mesopause." .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectricCharge>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Class representing the electric charge of a system of particles" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Electric Charge" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> ;
    <http://www.w3.org/2002/07/owl#equivalentClass> [
        a <http://www.w3.org/2002/07/owl#Class> ;
        <http://www.w3.org/2002/07/owl#oneOf> (<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NegativeElectricCharge>
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NegativeOneElectricCharge>
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PositiveElectricCharge>
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PositiveOneElectricCharge>
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ZeroElectricCharge>
        )
    ] .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectricCurrentDensity>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Electric Current Density" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#CurrentDensity> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectricCurrentDensityComponent>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Electric Current Density Component" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#CurrentDensityComponent> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectricField>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Electric Field" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectroMagneticField> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectricFieldComponent>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Electric Field Component" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectroMagneticFieldComponent> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectricPotential>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Electric Potential" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Potential> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectricVector>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Electric Vector" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Vector> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectroMagneticField>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Electro Magnetic Field" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#VectorField> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectroMagneticFieldComponent>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Electromagnetic Field Component" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#FieldComponent> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectromagneticRadiation>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Electromagnetic Radiation" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectromagneticRadiationIntensity>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Electromagnetic Radiation Intensity" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter>, [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasCoordinate> ;
        <http://www.w3.org/2002/07/owl#someValuesFrom> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Time>
    ] .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectronDensity>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Electron Density" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#IonDensity> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectronParameter>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Electron Parameter" ;
    <http://www.w3.org/2002/07/owl#equivalentClass> [
        a <http://www.w3.org/2002/07/owl#Class> ;
        <http://www.w3.org/2002/07/owl#intersectionOf> ([
                a <http://www.w3.org/2002/07/owl#Restriction> ;
                <http://www.w3.org/2002/07/owl#hasValue> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NegativeOneElectricCharge> ;
                <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasElectricCharge>
            ]
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter>
        )
    ] .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectronPressure>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Electron Pressure" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#IonPressure> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectronState>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Set of parameters describing a physical domain that all have electric charge = -1" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Electron State" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PhysicalDomainState>, [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#allValuesFrom> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectronParameter> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasStateParameter>
    ] .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectronTemperature>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Electron Temperature" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#IonTemperature> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectronVelocityField>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Electron Velocity Field" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#IonVelocityField> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElevationAngle>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Elevation Angle" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Coordinate> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Emission>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Emission Parameter" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Emissivity>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Emissivity" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EnergyDeposition>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Energy Deposition" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Deposition> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EnergyFlux>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Energy Flux" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Enstrophy>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Enstrophy" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Entropy>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Entropy" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ErrorParameter>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Error Parameter" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#FabryPerot>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A multiple-beam interferometer, usually consisting of two flat plates, with high reflective ability. The plates are set parallel to one another by spacers so that light waves may bounce back and forth between them several times. The requirements for constructive interference of reflected light waves of a given wavelength can be fulfilled only at particular angles, relative to the normal to the plates. Therefore, Fabry-Perot interferometers can be used as spectrometers with high resolution. Used as a laser resonator, the Fabry-Perot reinforces only light of specific frequencies traveling perpendicular to the mirror surfaces, and its successive reflections and amplifications form the oscillating mode." ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Febry Perot Interferometer" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Interferometer> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#FieldComponent>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Field Component" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#VectorField> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Film>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Film" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ImagingDetector> ;
    <http://www.w3.org/2002/07/owl#disjointWith> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#CCD>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Thermometer> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#FilterInstrument>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Filter Instrument" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Instrument> ;
    <http://www.w3.org/2002/07/owl#disjointWith> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#OpticalInstrument>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Telescope> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#FitsDataImage>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "FITS Data Image" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "FTS" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataImage> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#FlatDataFile>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Flat space-delimited data file" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "FLAT" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataFile> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Flux>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Flux" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#FourierTransformIonCyclotronMassSpectrometer>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Fourier Transform Ion Cyclotron Mass Spectrometer" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#IonCyclotronMassSpectrometer> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Frequency>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Frequency" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#GalacticLatitude>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A coordinate that makes up a part of the galactic coordinate system" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Galactic Latitude" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Coordinate> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#GalacticLongitude>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A coordinate that makes up a part of the galactic coordinate system" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Galactic Longitude" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Coordinate> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#GeoPlot>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A contour plot of the selected variable versus latitude (Y axis) and longitude (X axis)" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Latitude-Longitude Contour Plot" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataPlot>, [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasPlottedParameter> ;
        <http://www.w3.org/2002/07/owl#someValuesFrom> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#LatitudeDependentParameter>
    ], [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasPlottedParameter> ;
        <http://www.w3.org/2002/07/owl#someValuesFrom> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#LongitudeDependentParameter>
    ] ;
    <http://www.w3.org/2002/07/owl#disjointWith> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#TimeSeriesPlot> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#GeoPotential>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Geo Potential" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Potential> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#GeographicBoundingBox>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Geographic Bounding Box" .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#GeomagneticIndex>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Geomagnetic Index" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#GeophysicalIndex> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#GeophysicalIndex>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Geophysical Index" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Index> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#GlowDischargeMassSpectrometer>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Glow Discharge Mass Spectrometer" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MassSpectrometer> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#GoodnessOfFit>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Goodness Of Fit" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#StatisticalMeasure> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#GravitationalPotential>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Gravitational Potential" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Potential> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#GroundBasedIndices>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ground Based Indices" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Instrument> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#GroundBasedInstrument>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ground Based Instrument" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Instrument>, [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasLatitude>
    ], [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasLongitude>
    ] .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#GroundBasedRadar>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ground Based Radar" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Radar> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#HFRadar>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "HF Radar" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#CoherentIonosphericRadar> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#HallConductivity>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Hall Conductivity" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Conductivity> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Halpha>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Halpha" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectromagneticRadiation> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#He1083nmIntensity>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "He 1083nm Intensity" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectromagneticRadiation> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#He1083nmVelocity>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "He 1083nm Velocity" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectromagneticRadiation> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#HeightVsTimePlot>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A contour plot of the selected variable versus Height (Y axis) and Time (X axis)" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Altitude vs Time Plot" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataPlot>, [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasPlottedParameter> ;
        <http://www.w3.org/2002/07/owl#someValuesFrom> [
            a <http://www.w3.org/2002/07/owl#Class> ;
            <http://www.w3.org/2002/07/owl#intersectionOf> (<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#TimeDependentParameter>
                <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AltitudeDependentParameter>
            )
        ]
    ] .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Heliograph>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Heliograph Optical Instrument" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#OpticalInstrument> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#HourAngle>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A coordinate that makes up a part of the equatorial coordinate system" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Hour Angle" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Coordinate> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#HtmlDataFile>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "HTML form for OPeNDAP based data access" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "HTML" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataFile> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#IdlScriptDataFile>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "IDL Script Data File" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "IDL" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataFile> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Imager>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Imager" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#OpticalInstrument> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ImagingDetector>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Imaging Detector" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Detector> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#IncoherentScatterRadar>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Incoherent Scatter Radar" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Radar> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Index>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Index Parameter" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#InductivelyCoupledMassSpectrometer>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Inductively Coupled Mass Spectrometer" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MassSpectrometer> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#InfoDataFile>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "OPeNDAP information data file" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "INFO" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataFile> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Instrument>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> """A device that measures a physical phenomenon or parameter.  At a minimum, it possesses a detector which produces a signal from which the desired quantity is calculated or inferred.  The detector signal possesses the information needed to either obtain the value of the phenomenon (e.g, temperature: a voltage is converted into a temperature unit) or infer its value using further processing and computation (magnetic fields: detector intensities at a different wavelengths and polarization states are processed to infer a magnetic field strength).
 
An instrument does not necessarily require a way to store its measured quantity (e.g, a hard disk).""" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Instrument" ;
    <http://www.w3.org/2002/07/owl#disjointWith> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AbstractService>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Attribute>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataProduct>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Dataset>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Detector>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Observatory>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#InstrumentOperatingMode>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A configuration which allows the instrument to produce the required signal. " ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Instrument Operating Mode" .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#InterferenceFilter>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Interface Filter Instrument" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#FilterInstrument> ;
    <http://www.w3.org/2002/07/owl#disjointWith> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#BirefringentFilter>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#LyotFilter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Interferometer>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "An instrument that uses the principle of interference of electromagnetic waves for purposes of measurement. Note: Interferometers may be used to measure a variety of physical variables, such as displacement (distance), temperature, pressure, and strain." ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Interferometer" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#OpticalInstrument> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#IonComposition>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ion Composition" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Composition> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#IonCyclotronMassSpectrometer>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ion Cyclotron Mass Spectrometer" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MassSpectrometer> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#IonDensity>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ion Density" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Density> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#IonGyroFrequency>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ion Gyro Frequency" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Frequency> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#IonNeutralCollisionFrequency>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ion Neutral Collision Frequency" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Frequency> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#IonPressure>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ion Pressure" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Pressure> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#IonSonde>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ion Sonde" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Sounder> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#IonState>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Set of parameters describing a physical domain that all have electric charge > 0" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ion State" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PhysicalDomainState>, [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#allValuesFrom> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#CationParameter> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasStateParameter>
    ] .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#IonTemperature>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ion Temperature" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Temperature> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#IonVelocity>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ion Velocity" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Velocity> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#IonVelocityField>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ion Velocity Field" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#VelocityField> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#IonosphericDopplerRadar>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ionospheric Doppler Radar" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DopplerRadar> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#IronLidar>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Iron Lidar" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Lidar> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Irradiance>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Irradiance" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Joule>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Joule" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EnergyDeposition> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#JpgDataImage>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "JPEG Data Image" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "JPG" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataImage> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#KnudsenEffusionMassSpectrometer>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Knudsen Effusion Mass Spectrometer" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MassSpectrometer> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#LFRadar>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "LF Radar" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MiddleAtmosphereRadar> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Latitude>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Latitude" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Coordinate> ;
    <http://www.w3.org/2002/07/owl#disjointWith> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Altitude>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Longitude>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Temperature>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Time>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Velocity>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Wind> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#LatitudeCircle>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Latitude Circle" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SurfaceLine>, [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasLatitude>
    ] .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#LatitudeDependentParameter>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Latitude Dependent Parameter" ;
    <http://www.w3.org/2002/07/owl#equivalentClass> [
        a <http://www.w3.org/2002/07/owl#Class> ;
        <http://www.w3.org/2002/07/owl#intersectionOf> ([
                a <http://www.w3.org/2002/07/owl#Restriction> ;
                <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasCoordinate> ;
                <http://www.w3.org/2002/07/owl#someValuesFrom> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Latitude>
            ]
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter>
        )
    ] .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Lidar>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Lidar" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#OpticalInstrument> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#LineEmission>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Line Emission" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Emission> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Longitude>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Longitude" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Coordinate> ;
    <http://www.w3.org/2002/07/owl#disjointWith> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Altitude>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Latitude>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Temperature>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Time>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Velocity>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Wind> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#LongitudeCircle>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Longitude Circle" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SurfaceLine>, [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasLongitude>
    ] .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#LongitudeDependentParameter>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Longitude Dependent Parameter" ;
    <http://www.w3.org/2002/07/owl#equivalentClass> [
        a <http://www.w3.org/2002/07/owl#Class> ;
        <http://www.w3.org/2002/07/owl#intersectionOf> ([
                a <http://www.w3.org/2002/07/owl#Restriction> ;
                <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasCoordinate> ;
                <http://www.w3.org/2002/07/owl#someValuesFrom> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Longitude>
            ]
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter>
        )
    ] .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#LyotFilter>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Lyot Filter Instrument" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#FilterInstrument> ;
    <http://www.w3.org/2002/07/owl#disjointWith> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#BirefringentFilter>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#InterferenceFilter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MFRadar>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "MF Radar" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MiddleAtmosphereRadar> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MSTRadar>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "MST Radar" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MiddleAtmosphereRadar> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MagneticActivityIndex>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Magnetic Activity Index" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Index> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MagneticField>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Magnetic Field" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectroMagneticField> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MagneticFieldComponent>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Magnetic Field Component" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectroMagneticFieldComponent> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MagneticVector>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Magnetic Vector" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Vector> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Magnetometer>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Magnetometer" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Instrument> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MassDensity>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Mass Density" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Density> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MassSpectrometer>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Mass Spectrometer" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Spectrometer> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MattauchHerzogSmallVolumeMassSpectrometer>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Mattauch Herzog Small Volume Mass Spectrometer" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MassSpectrometer> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MeanMolecularWeight>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Mean Molecular Weight" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Weight> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Meridian>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Meridian" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SurfaceLine> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MetadataService>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Generic class that defines the functionality for querying metadata information from a data archive. The results of the query may be constrained by an associated DataConstraint object. Instances of MetadataService and DataConstraint are created on demand to support a transient query session." ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Metadata Service" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AbstractService> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MeteorWindRadar>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Meteor Wind Radar" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MiddleAtmosphereRadar> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MichelsonInterferometer>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Michelson Interferometer" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Interferometer> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MiddleAtmosphereRadar>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Middle Stmosphere Radar" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Radar> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Model>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Model" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Instrument> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MolecularDensity>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Molecular Density" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NumberDensity> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MolecularNeutralDensity>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Molecular Neutral Density" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MolecularDensity>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NeutralNumberDensity> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MolecularWeight>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Molecular Weight" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Weight> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MultiChannelPhotometer>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Multi Channel Photometer" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Photometer> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MultiCollectorMassSpectrometer>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Multi Collector Mass Spectrometer" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MassSpectrometer> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NegativeElectricCharge>
    a <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectricCharge> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "electric charge < 0" .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NegativeOneElectricCharge>
    a <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectricCharge> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "electric charge = -1" .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NetCDFDataFile>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "OPeNDAP Data Object returned as NetCDF (Network Common Data Form) data file" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "NetCDF" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataFile> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NeutralDensity>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Neutral Density" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#IonDensity> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NeutralMassDensity>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Neutral Mass Density" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MassDensity>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NeutralDensity> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NeutralNumberDensity>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Neutral Number Density" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NeutralDensity>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NumberDensity> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NeutralParameter>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A physical quantity with electric charge = 0" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Neutral Parameter" ;
    <http://www.w3.org/2002/07/owl#equivalentClass> [
        a <http://www.w3.org/2002/07/owl#Class> ;
        <http://www.w3.org/2002/07/owl#intersectionOf> ([
                a <http://www.w3.org/2002/07/owl#Restriction> ;
                <http://www.w3.org/2002/07/owl#hasValue> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ZeroElectricCharge> ;
                <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasElectricCharge>
            ]
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter>
        )
    ] .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NeutralPressure>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Neutral Pressure" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#IonPressure> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NeutralState>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Set of parameters describing a physical domain that all have electric charge = 0" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Neutral State" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PhysicalDomainState>, [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#allValuesFrom> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NeutralParameter> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasStateParameter>
    ] .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NeutralTemperature>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Neutral Temperature" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#IonTemperature>, [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#hasValue> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ZeroElectricCharge> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasElectricCharge>
    ] .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NeutralVelocity>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Neutral Velocity" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Velocity> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NeutralVelocityField>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Neutral Velocity Field" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#IonVelocityField> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NeutralWind>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Neutral Wind" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Wind>, [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasCoordinate> ;
        <http://www.w3.org/2002/07/owl#someValuesFrom> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Time>
    ] .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Noise>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Noise" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NonDimensionalQuantity>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Non Dimensional Quantity" .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NumberDensity>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Number Density" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Density> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NumberOfSamples>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Number of Samples" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#StatisticalMeasure> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NumericalInterval>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "An interval on the Real numerical axis" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Numerical Interval" .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Observatory>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A facility which houses and operates one or more instruments either synoptically or periodically.  It has a physical location and operating hours.  It can be either manned or remote." ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Observatory" ;
    <http://www.w3.org/2002/07/owl#disjointWith> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AbstractService>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Attribute>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataProduct>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Dataset>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Detector>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Instrument>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#OpendapDataFile>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "OPeNDAP data file" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "OPeNDAP" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataFile> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#OpticalInstrument>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Optical Instrument" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Instrument> ;
    <http://www.w3.org/2002/07/owl#disjointWith> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#FilterInstrument>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Telescope> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#OzoneLidar>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ozone Lidar" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Lidar> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#OzoneSonde>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Ozone Sounde" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Sounder> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parallel>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Parallel" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SurfaceLine> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A measured physical property in signal units.  It has units and possibly a timestamp.  The signal units are not the physical ones, like Gauss or Kelvin, but are something inherent in the detector, like volts or ADU's.  The physical units are either calculated or inferred from the signal units." ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Parameter" ;
    <http://www.w3.org/2002/07/owl#disjointWith> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AbstractService>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Attribute>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataProduct>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Dataset>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Detector>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Instrument>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Observatory> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Particle>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Particle Energy Deposition" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EnergyDeposition> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PedersenConductivity>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Pedersen Conductivity" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Conductivity> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Period>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Period" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PhasedArrayRadar>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Phased Array Radar" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Radar> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Photometer>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Photometer" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#OpticalInstrument> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PhysicalDomain>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Physical Domain" .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PhysicalDomainState>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A set of one or more related parameters that describe the state of a domain. A physical domain may be associated with more than one state." ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Physical Domain State" ;
    <http://www.w3.org/2002/07/owl#equivalentClass> [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#minCardinality> "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasStateParameter>
    ] .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PhysicalQuantity>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Physical Quantity" .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Planet>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Planet" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AstronomicalObject> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Platform>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A surface onto which instruments are deployed to collect data" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Platform" .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Polarimeter>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Polarimeter" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#OpticalInstrument> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Polarization>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Polarization" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PositiveElectricCharge>
    a <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectricCharge> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "electric charge > 0" .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PositiveOneElectricCharge>
    a <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectricCharge> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Electric Charge = +1" .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PotassiumLidar>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Potassium Lidar" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Lidar> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Potential>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Potential" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PotentialEntropy>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Potential Entropy" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Entropy> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PotentialTemperature>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Potential Temperature" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Temperature> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Power>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Power" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Pressure>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Pressure" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ProtonDensity>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Proton Density" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#IonDensity> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ProtonParameter>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Proton Parameter" ;
    <http://www.w3.org/2002/07/owl#equivalentClass> [
        a <http://www.w3.org/2002/07/owl#Class> ;
        <http://www.w3.org/2002/07/owl#intersectionOf> (<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter>
            [
                a <http://www.w3.org/2002/07/owl#Restriction> ;
                <http://www.w3.org/2002/07/owl#hasValue> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PositiveOneElectricCharge> ;
                <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasElectricCharge>
            ]
        )
    ] .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ProtonPressure>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Proton Pressure" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#IonPressure> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ProtonTemperature>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Proton Temperature" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#IonTemperature> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ProtonVelocityField>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Proton Velocity Field" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#IonVelocityField> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PulseLength>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Pulse Length" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Radar>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Radar" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Instrument> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Radiance>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Radiance" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#RamanLidar>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Raman Lidar" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Lidar> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#RayleighCount>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Rayleigh Count" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Count> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#RayleighLidar>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Rayleigh Lidar" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Lidar> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ReducedChiSquare>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Reduced Chi Square" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ChiSquare> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#RelativeEmission>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Relative Emission" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Emission> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ResonanceIonizationMassSpectrometer>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Resonance Ionization Mass Spectrometer" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MassSpectrometer> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#RightAscension>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A coordinate that makes up a part of the equatorial coordinate system" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Right Ascension" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Coordinate> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#STRadar>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "ST Radar" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#CoherentIonosphericRadar> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ScalarField>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Scalar Field" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SecondaryIonMassSpectrometer>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Secondary Ion Mass Spectrometer" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MassSpectrometer> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SectorFieldMassSpectrometer>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Sector Field Mass Spectrometer" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MassSpectrometer> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SignaltoNoiseRatio>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Signal To Noise Ratio" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SingleChannelPhotometer>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Single Channel Photometer" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Photometer> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SodiumLidar>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Sodium Lidar" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Lidar> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SolarFlux>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Solar Flux Index" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MagneticActivityIndex> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SolarIndex>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Solar Index" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Index> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SolarSunspotArea>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Solar Sunspot Area" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MagneticActivityIndex> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Sounder>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Sounder" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Instrument> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SourceFunction>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Source Function" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectromagneticRadiationIntensity> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SourceFunctionGradient>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Source Function Gradient" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectromagneticRadiationIntensity> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SpaceCraft>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Space Craft" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Instrument> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SparkSourceMassSpectrometer>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Spark Source Mass Spectrometer" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MassSpectrometer> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SpecificEntropy>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Specific Entropy" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Entropy> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SpectroHeliograph>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Spectro Heliograph Optical Instrument" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Heliograph>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Spectrometer> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SpectroPhotometer>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Spectro Photometer" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Photometer>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Spectrometer> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SpectroPolarimeter>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Spectro Polarimeter" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Polarimeter>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Spectrometer> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Spectrograph>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Spectrograph" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Instrument> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Spectrometer>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Spectrometer" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#OpticalInstrument> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Star>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Star" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AstronomicalObject> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#StationaryDeployment>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A deployment of a platform that does not move, it remains in one place with a given latitude, longitude, and altitude." ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Stationary Deployment" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Deployment>, [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasAltitude>
    ], [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasLatitude>
    ], [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#cardinality> "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasLongitude>
    ] .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#StatisticalMeasure>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Statistical Measure" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#StokesParameter>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Stokes Parameter" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#StokesParameterI>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Stokes Parameter I" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#StokesParameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#StokesParameterQ>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Stokes Parameter Q" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#StokesParameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#StokesParameterU>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Stokes Parameter U" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#StokesParameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#StokesParameterV>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Stokes Parameter V" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#StokesParameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#StreamDataFile>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Stream binary file" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "STREAM" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataFile> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#StrontiumLidar>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Strontium Lidar" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Lidar> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Sun>
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasName> "Sun" ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSubPhysicalDomain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SunAtmosphere> ;
    a <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Star> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SunAtmosphere>
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasName> "Sun Atmosphere" ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSubPhysicalDomain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SunCorona> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSuperPhysicalDomain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Sun> ;
    a <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Atmosphere> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SunCorona>
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasName> "Sun Corona" ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSuperPhysicalDomain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SunAtmosphere> ;
    a <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AtmosphereLayer> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SunspotNumber>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Sunspot Number" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MagneticActivityIndex> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Surface>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Surface" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PhysicalDomain>, [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSuperPhysicalDomain> ;
        <http://www.w3.org/2002/07/owl#someValuesFrom> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AstronomicalObject>
    ] .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SurfaceLine>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Surface Line" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PhysicalDomain>, [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSuperPhysicalDomain> ;
        <http://www.w3.org/2002/07/owl#someValuesFrom> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Surface>
    ] .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SurfaceRegion>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Surface Region" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PhysicalDomain>, [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSuperPhysicalDomain> ;
        <http://www.w3.org/2002/07/owl#someValuesFrom> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Surface>
    ] .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SyntheticApertureRadar>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Synthetic Aperture Radar" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Radar> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#TabDataFile>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Tab delimited data file" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "TAB" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataFile> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Telescope>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Telescope" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Instrument> ;
    <http://www.w3.org/2002/07/owl#disjointWith> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#FilterInstrument>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#OpticalInstrument> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Temperature>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Temperature" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter>, [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasCoordinate> ;
        <http://www.w3.org/2002/07/owl#someValuesFrom> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Altitude>
    ], [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasCoordinate> ;
        <http://www.w3.org/2002/07/owl#someValuesFrom> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Time>
    ] ;
    <http://www.w3.org/2002/07/owl#disjointWith> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Altitude>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Latitude>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Longitude>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Time>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Velocity>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Wind> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Thermometer>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A device that measures temperature" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Thermometer" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Detector> ;
    <http://www.w3.org/2002/07/owl#disjointWith> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#CCD>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Film> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Time>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Time Coordinate" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Coordinate> ;
    <http://www.w3.org/2002/07/owl#disjointWith> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Altitude>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Latitude>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Longitude>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Temperature>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Velocity>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Wind> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#TimeDependentParameter>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Time Dependent Parameter" ;
    <http://www.w3.org/2002/07/owl#equivalentClass> [
        a <http://www.w3.org/2002/07/owl#Class> ;
        <http://www.w3.org/2002/07/owl#intersectionOf> ([
                a <http://www.w3.org/2002/07/owl#Restriction> ;
                <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasCoordinate> ;
                <http://www.w3.org/2002/07/owl#someValuesFrom> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Time>
            ]
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter>
        )
    ] .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#TimeSeriesPlot>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A plot of the selected variable (Y axis) versus time (X axis)" ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Time Series Plot" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataPlot>, [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasPlottedParameter> ;
        <http://www.w3.org/2002/07/owl#someValuesFrom> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#TimeDependentParameter>
    ] ;
    <http://www.w3.org/2002/07/owl#disjointWith> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#GeoPlot> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#TropicOfCancer>
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasLatitude> "2.3E1"^^<http://www.w3.org/2001/XMLSchema#float> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasName> "Tropic of Cancer" ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSuperPhysicalDomain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthSurface> ;
    a <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#LatitudeCircle> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#TropicOfCapricorn>
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasLatitude> "-2.3E1"^^<http://www.w3.org/2001/XMLSchema#float> ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasName> "Tropic of Capricorn" ;
    <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSuperPhysicalDomain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#EarthSurface> ;
    a <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#LatitudeCircle> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#UHFRadar>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "UHF Radar" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#CoherentIonosphericRadar> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#VHFRadar>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "VHF Radar" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#CoherentIonosphericRadar> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Vector>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Vector" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#VectorComponent>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Vector Component" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Vector> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#VectorField>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Vector Field" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Velocity>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Velocity" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter>, [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasCoordinate> ;
        <http://www.w3.org/2002/07/owl#someValuesFrom> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Time>
    ], [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasCoordinate> ;
        <http://www.w3.org/2002/07/owl#someValuesFrom> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Altitude>
    ] ;
    <http://www.w3.org/2002/07/owl#disjointWith> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Altitude>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Latitude>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Longitude>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Temperature>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Time>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Wind> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#VelocityField>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Velocity Field" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#VectorField> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#VelocityFieldComponent>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Velocity Field Component" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#FieldComponent> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#VelocityVector>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Velocity Vector" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Vector> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#WaveNumber>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Wave Number" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Wavelength>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Wavelength" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectromagneticRadiation>, [
        a <http://www.w3.org/2002/07/owl#Restriction> ;
        <http://www.w3.org/2002/07/owl#onProperty> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasCoordinate> ;
        <http://www.w3.org/2002/07/owl#someValuesFrom> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Time>
    ] .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Weight>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Weight" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#WhiteLight>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "White Light" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectromagneticRadiation> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Width>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Width" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Wind>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Wind" ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> ;
    <http://www.w3.org/2002/07/owl#disjointWith> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Altitude>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Latitude>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Longitude>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Temperature>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Time>, <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Velocity> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ZeroElectricCharge>
    a <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectricCharge> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "electric charge = 0" .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#dataServedBy>
    a <http://www.w3.org/2002/07/owl#FunctionalProperty>, <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Instrument> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataArchive> ;
    <http://www.w3.org/2002/07/owl#inverseOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#servesDataFor> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#greaterOrEqualThan>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty>, <http://www.w3.org/2002/07/owl#FunctionalProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NumericalInterval> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#float> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#greaterThan>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty>, <http://www.w3.org/2002/07/owl#FunctionalProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NumericalInterval> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#float> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasAltitude>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#StationaryDeployment> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#float> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasAttName>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty>, <http://www.w3.org/2002/07/owl#FunctionalProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Attribute> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasAttValue>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty>, <http://www.w3.org/2002/07/owl#FunctionalProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Attribute> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasAttributes>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataProduct> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Attribute> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasBeginningDateTime>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty>, <http://www.w3.org/2002/07/owl#FunctionalProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DateTimeInterval> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasConstraint>
    a <http://www.w3.org/2002/07/owl#FunctionalProperty>, <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MetadataService> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasContainedParameter>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Dataset> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasCoordinate>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Coordinate> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasDataProduct>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Dataset> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataProduct> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasDataRequest>
    a <http://www.w3.org/2002/07/owl#FunctionalProperty>, <http://www.w3.org/2002/07/owl#ObjectProperty> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasDataResponse>
    a <http://www.w3.org/2002/07/owl#FunctionalProperty>, <http://www.w3.org/2002/07/owl#ObjectProperty> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasDateTimeCoverage>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Dataset> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DateTimeInterval> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasDeployment>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Platform> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Deployment> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasDeploymentId>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty>, <http://www.w3.org/2002/07/owl#FunctionalProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Deployment> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#int> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasDeploymentName>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty>, <http://www.w3.org/2002/07/owl#FunctionalProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Deployment> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasDeploymentSynonym>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Deployment> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasDescription>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty>, <http://www.w3.org/2002/07/owl#FunctionalProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> [
        a <http://www.w3.org/2002/07/owl#Class> ;
        <http://www.w3.org/2002/07/owl#unionOf> (<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter>
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#InstrumentOperatingMode>
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Instrument>
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataProduct>
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PhysicalDomain>
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PhysicalDomainState>
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataArchive>
        )
    ] ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasDetector>
    a <http://www.w3.org/2002/07/owl#FunctionalProperty>, <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Instrument> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Detector> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasDimensions>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty>, <http://www.w3.org/2002/07/owl#FunctionalProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Detector> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasEastMostLongitude>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty>, <http://www.w3.org/2002/07/owl#FunctionalProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "-180 <= lonngitude <= +180" ;
    <http://www.w3.org/2000/01/rdf-schema#domain> [
        a <http://www.w3.org/2002/07/owl#Class> ;
        <http://www.w3.org/2002/07/owl#unionOf> (<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SurfaceRegion>
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#GeographicBoundingBox>
        )
    ] ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#float> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasElectricCharge>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ElectricCharge> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasEndingDateTime>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty>, <http://www.w3.org/2002/07/owl#FunctionalProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DateTimeInterval> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasErrorParameter>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#ErrorParameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasErrors>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasFocalLength>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#OpticalInstrument> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasIdentifier>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty>, <http://www.w3.org/2002/07/owl#FunctionalProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> [
        a <http://www.w3.org/2002/07/owl#Class> ;
        <http://www.w3.org/2002/07/owl#unionOf> (<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#InstrumentOperatingMode>
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Instrument>
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter>
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Dataset>
        )
    ] ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasInput>
    a <http://www.w3.org/2002/07/owl#FunctionalProperty>, <http://www.w3.org/2002/07/owl#ObjectProperty> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasInstrument>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Deployment> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Instrument> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasInstrumentOperatingMode>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Instrument> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#InstrumentOperatingMode> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasLatitude>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty>, <http://www.w3.org/2002/07/owl#FunctionalProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> [
        a <http://www.w3.org/2002/07/owl#Class> ;
        <http://www.w3.org/2002/07/owl#unionOf> (<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#LatitudeCircle>
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#GroundBasedInstrument>
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#StationaryDeployment>
        )
    ] ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#float> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasLongitude>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty>, <http://www.w3.org/2002/07/owl#FunctionalProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> [
        a <http://www.w3.org/2002/07/owl#Class> ;
        <http://www.w3.org/2002/07/owl#unionOf> (<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#LongitudeCircle>
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#GroundBasedInstrument>
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#StationaryDeployment>
        )
    ] ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#float> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasMagnitude>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty>, <http://www.w3.org/2002/07/owl#FunctionalProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "Strength" ;
    <http://www.w3.org/2000/01/rdf-schema#domain> [
        a <http://www.w3.org/2002/07/owl#Class> ;
        <http://www.w3.org/2002/07/owl#unionOf> (<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Vector>
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#VectorField>
        )
    ] ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#float> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasMaximumAltitudeInKm>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty>, <http://www.w3.org/2002/07/owl#FunctionalProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AtmosphereLayer> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#float> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasMeasuredParameter>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> [
        a <http://www.w3.org/2002/07/owl#Class> ;
        <http://www.w3.org/2002/07/owl#unionOf> (<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#InstrumentOperatingMode>
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Instrument>
        )
    ] ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> ;
    <http://www.w3.org/2002/07/owl#inverseOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#isMeasuredBy> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasMetadataService>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#CompositeMetadataService> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MetadataService> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasMinimumAltitudeInKm>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty>, <http://www.w3.org/2002/07/owl#FunctionalProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#AtmosphereLayer> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#float> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasName>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty>, <http://www.w3.org/2002/07/owl#FunctionalProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> [
        a <http://www.w3.org/2002/07/owl#Class> ;
        <http://www.w3.org/2002/07/owl#unionOf> (<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter>
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Instrument>
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Observatory>
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Dataset>
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataProduct>
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PhysicalDomain>
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PhysicalDomainState>
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NumericalInterval>
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataArchive>
        )
    ] ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasNorthMostLatitude>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty>, <http://www.w3.org/2002/07/owl#FunctionalProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "-90 <= latutude <= +90" ;
    <http://www.w3.org/2000/01/rdf-schema#domain> [
        a <http://www.w3.org/2002/07/owl#Class> ;
        <http://www.w3.org/2002/07/owl#unionOf> (<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SurfaceRegion>
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#GeographicBoundingBox>
        )
    ] ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#float> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasNumericalInterval>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Index> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NumericalInterval> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasOutput>
    a <http://www.w3.org/2002/07/owl#FunctionalProperty>, <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataProduct> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasPhysicalDomain>
    a <http://www.w3.org/2002/07/owl#FunctionalProperty>, <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PhysicalDomain> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasPixelScale>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty>, <http://www.w3.org/2002/07/owl#FunctionalProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Detector> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasPlatformName>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Platform> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasPlottedParameter>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasQuantumEfficiency>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty>, <http://www.w3.org/2002/07/owl#FunctionalProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Detector> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasResponse>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSouthMostLatitude>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty>, <http://www.w3.org/2002/07/owl#FunctionalProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "-90 <= latitude <= +90" ;
    <http://www.w3.org/2000/01/rdf-schema#domain> [
        a <http://www.w3.org/2002/07/owl#Class> ;
        <http://www.w3.org/2002/07/owl#unionOf> (<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SurfaceRegion>
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#GeographicBoundingBox>
        )
    ] ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#float> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasStart>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty>, <http://www.w3.org/2002/07/owl#FunctionalProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasState>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PhysicalDomain> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PhysicalDomainState> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasStateParameter>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PhysicalDomainState> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasStop>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty>, <http://www.w3.org/2002/07/owl#FunctionalProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSubPhysicalDomain>
    a <http://www.w3.org/2002/07/owl#ObjectProperty>, <http://www.w3.org/2002/07/owl#TransitiveProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PhysicalDomain> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PhysicalDomain> ;
    <http://www.w3.org/2002/07/owl#inverseOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSuperPhysicalDomain> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSuperPhysicalDomain>
    a <http://www.w3.org/2002/07/owl#ObjectProperty>, <http://www.w3.org/2002/07/owl#TransitiveProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PhysicalDomain> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#PhysicalDomain> ;
    <http://www.w3.org/2002/07/owl#inverseOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasSubPhysicalDomain> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasType>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty>, <http://www.w3.org/2002/07/owl#FunctionalProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataProduct> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasURI>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty>, <http://www.w3.org/2002/07/owl#FunctionalProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataProduct> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasVector>
    a <http://www.w3.org/2002/07/owl#FunctionalProperty>, <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#VectorField> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Vector> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasWestMostLongitude>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty>, <http://www.w3.org/2002/07/owl#FunctionalProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "-180 <= longitude <= +90" ;
    <http://www.w3.org/2000/01/rdf-schema#domain> [
        a <http://www.w3.org/2002/07/owl#Class> ;
        <http://www.w3.org/2002/07/owl#unionOf> (<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#SurfaceRegion>
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#GeographicBoundingBox>
        )
    ] ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#float> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#isFromInstrument>
    a <http://www.w3.org/2002/07/owl#FunctionalProperty>, <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Dataset> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Instrument> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#isFromInstrumentOperatingMode>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Dataset> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#InstrumentOperatingMode> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#isMeasuredBy>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> ;
    <http://www.w3.org/2000/01/rdf-schema#range> [
        a <http://www.w3.org/2002/07/owl#Class> ;
        <http://www.w3.org/2002/07/owl#unionOf> (<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Instrument>
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#InstrumentOperatingMode>
        )
    ] ;
    <http://www.w3.org/2002/07/owl#inverseOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#hasMeasuredParameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#lessOrEqualThan>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty>, <http://www.w3.org/2002/07/owl#FunctionalProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NumericalInterval> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#float> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#lessThan>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty>, <http://www.w3.org/2002/07/owl#FunctionalProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#NumericalInterval> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#float> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#listDataProducts>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MetadataService> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataProduct> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#listDays>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MetadataService> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#listInstrumentOperatingMode>
    a <http://www.w3.org/2002/07/owl#FunctionalProperty>, <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MetadataService> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#InstrumentOperatingMode> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#listInstruments>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MetadataService> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Instrument> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#listMonths>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MetadataService> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#listParameters>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MetadataService> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Parameter> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#listYears>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#MetadataService> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#outputOf>
    a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Instrument> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#reference>
    a <http://www.w3.org/2002/07/owl#DatatypeProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> [
        a <http://www.w3.org/2002/07/owl#Class> ;
        <http://www.w3.org/2002/07/owl#unionOf> (<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Observatory>
            <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Instrument>
        )
    ] ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#servesDataFor>
    a <http://www.w3.org/2002/07/owl#InverseFunctionalProperty>, <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    <http://www.w3.org/2000/01/rdf-schema#domain> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#DataArchive> ;
    <http://www.w3.org/2000/01/rdf-schema#range> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Instrument> ;
    <http://www.w3.org/2002/07/owl#inverseOf> <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#dataServedBy> .

[]
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2002/07/owl#unionOf> (<http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Deployment>
        <http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#Dataset>
    ) .

