# Copyright (c) 2011, Knowledge Evolution, Inc..
# Developed with the sponsorship of the Defense Advanced Research Projects Agency (DARPA).
#  
# Permission is hereby granted, free of charge, to any person obtaining a copy of this data, including any software or models in source or binary form, specifications, algorithms, and documentation (collectively “the Data”), to deal in the Data without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Data, and to permit persons to whom the Data is furnished to do so, subject to the following conditions:
#  
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Data.
#  
# THE DATA IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS, SPONSORS, DEVELOPERS, CONTRIBUTORS, OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE DATA OR THE USE OR OTHER DEALINGS IN THE DATA.

@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix : <http://darpa.f6.frontier/stakeholder.owl#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://darpa.f6.frontier/stakeholder.owl> .

:FrontierEnumeration rdf:type owl:Class .
:FrontierEnumeration rdfs:subClassOf owl:Thing .
:OtherChoice rdf:type owl:Class .
:OtherChoice rdfs:subClassOf :FrontierEnumeration .
:OtherChoice rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :otherValue ;
    owl:allValuesFrom xsd:string 
  ]  .
:AC rdf:type owl:Class .
:AC rdfs:subClassOf :Electrical .
:AC rdf:type owl:Class .
:AC rdfs:subClassOf :Magnetic .
:DC rdf:type :AC .
:ActivityGoal rdf:type owl:Class .
:ActivityGoal rdfs:subClassOf :FrontierEnumeration .
:ActivityObjective rdf:type owl:Class .
:ActivityObjective rdfs:subClassOf owl:Thing .
:ActivityObjective rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :dataType ;
    owl:allValuesFrom :DataType
  ]  .
:ActivityObjective rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :function ;
    owl:allValuesFrom :Function
  ]  .
:ActivityObjective rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :signal_spectraRegionOrType ;
    owl:allValuesFrom :Signal_spectraRegionOrType
  ]  .
:ActivityObjective rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :sphereOfOperation ;
    owl:allValuesFrom :SphereOfOperation
  ]  .
:ActivityObjective rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :centerOfBandOrLine ;
    owl:allValuesFrom xsd:string
  ]  .
:AdaptableFramework rdf:type owl:Class .
:AdaptableFramework rdfs:subClassOf :InterfacesForSpecificFrontierFunction_Services .
:ENIInterface rdf:type :AdaptableFramework .
:Aerial rdf:type owl:Class .
:Aerial rdfs:subClassOf :Dynamic .
:Dynamic rdf:type :Aerial .
:Static_Tethered rdf:type :Aerial .
:AllowableResources rdf:type owl:Class .
:AllowableResources rdfs:subClassOf :FrontierEnumeration .
:AllowableResources rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :giveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable ;
    owl:allValuesFrom :GiveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable
  ]  .
:AllowableResources rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :units ;
    owl:allValuesFrom :Units
  ]  .
:AllowableResources rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :value ;
    owl:allValuesFrom :Value
  ]  .
:AllowableResourcesForProgramElement rdf:type owl:Class .
:AllowableResourcesForProgramElement rdfs:subClassOf :FrontierEnumeration .
:AllowableResourcesForProgramElement rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :giveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable ;
    owl:allValuesFrom :GiveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable
  ]  .
:AllowableResourcesForProgramElement rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :units ;
    owl:allValuesFrom :Units
  ]  .
:AllowableResourcesForProgramElement rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :value ;
    owl:allValuesFrom :Value
  ]  .
:AllowableRiskLevel rdf:type owl:Class .
:AllowableRiskLevel rdfs:subClassOf :Scope .
:AllowableRiskLevel rdf:type owl:Class .
:AllowableRiskLevel rdfs:subClassOf :ScopeOfProgramElement .
:AllowableRiskLevel rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :giveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable ;
    owl:allValuesFrom :GiveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable
  ]  .
:High_ClassC_D rdf:type :AllowableRiskLevel .
:Low_ClassA rdf:type :AllowableRiskLevel .
:Moderate_ClassB rdf:type :AllowableRiskLevel .
:AssociatedRiskLevel rdf:type owl:Class .
:AssociatedRiskLevel rdfs:subClassOf :Scope .
:AssociatedRiskLevel rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :giveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable ;
    owl:allValuesFrom :GiveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable
  ]  .
:High_ClassC_D rdf:type :AssociatedRiskLevel .
:Low_ClassA rdf:type :AssociatedRiskLevel .
:Moderate_ClassB rdf:type :AssociatedRiskLevel .
:AssociatedTechnologyLevel rdf:type owl:Class .
:AssociatedTechnologyLevel rdfs:subClassOf :Scope .
:AssociatedTechnologyLevel rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :giveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable ;
    owl:allValuesFrom :GiveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable
  ]  .
:High_New rdf:type :AssociatedTechnologyLevel .
:Low_COTS rdf:type :AssociatedTechnologyLevel .
:Moderate_StateOfTheArt rdf:type :AssociatedTechnologyLevel .
:AstronomicalObservationsOrMeasurements rdf:type owl:Class .
:AstronomicalObservationsOrMeasurements rdfs:subClassOf :ActivityGoal .
:AstronomicalObservationsOrMeasurements rdf:type owl:Class .
:AstronomicalObservationsOrMeasurements rdfs:subClassOf :ProgramElementGoal .
:Asteroid rdf:type :AstronomicalObservationsOrMeasurements .
:Clusters rdf:type :AstronomicalObservationsOrMeasurements .
:CosmicBackground rdf:type :AstronomicalObservationsOrMeasurements .
:ExtraterrestrialTarget rdf:type :AstronomicalObservationsOrMeasurements .
:GalacticFeatures rdf:type :AstronomicalObservationsOrMeasurements .
:Galaxies rdf:type :AstronomicalObservationsOrMeasurements .
:InterplanetarySpace rdf:type :AstronomicalObservationsOrMeasurements .
:Jupiter rdf:type :AstronomicalObservationsOrMeasurements .
:Mars rdf:type :AstronomicalObservationsOrMeasurements .
:Mercury rdf:type :AstronomicalObservationsOrMeasurements .
:Moon rdf:type :AstronomicalObservationsOrMeasurements .
:Neptune rdf:type :AstronomicalObservationsOrMeasurements .
:OtherSolarSystems rdf:type :AstronomicalObservationsOrMeasurements .
:OuterSolarSystemMoons rdf:type :AstronomicalObservationsOrMeasurements .
:Saturn rdf:type :AstronomicalObservationsOrMeasurements .
:Sun rdf:type :AstronomicalObservationsOrMeasurements .
:Uranus rdf:type :AstronomicalObservationsOrMeasurements .
:Venus rdf:type :AstronomicalObservationsOrMeasurements .
:Avionics_Processing rdf:type owl:Class .
:Avionics_Processing rdfs:subClassOf :CriticalSubsystems .
:Avionics_Processing rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :units ;
    owl:allValuesFrom :Units
  ]  .
:Avionics_Processing rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :value ;
    owl:allValuesFrom :Value
  ]  .
:ProcessingSpeed_KBs rdf:type :Avionics_Processing .
:Storage_MB rdf:type :Avionics_Processing .
:Bandwidth rdf:type owl:Class .
:Bandwidth rdfs:subClassOf :AllowableResources .
:Bandwidth rdf:type owl:Class .
:Bandwidth rdfs:subClassOf :AllowableResourcesForProgramElement .
:Bandwidth rdf:type owl:Class .
:Bandwidth rdfs:subClassOf :RequiredResources .
:Bandwidth rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :giveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable ;
    owl:allValuesFrom :GiveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable
  ]  .
:Bandwidth rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :typicalValueInKBs ;
    owl:allValuesFrom :TypicalValueInKBs
  ]  .
:X1_Low rdf:type :Bandwidth .
:X2 rdf:type :Bandwidth .
:X3_Typical rdf:type :Bandwidth .
:X4 rdf:type :Bandwidth .
:X5_High rdf:type :Bandwidth .
:CenterOfBandOrLine rdf:type owl:Class .
:CenterOfBandOrLine rdfs:subClassOf owl:Thing .
:CenterOfBandOrLine rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :forBandOrLine ;
    owl:allValuesFrom xsd:decimal
  ]  .
:CenterOfBandOrLine rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :specifiedUnits ;
    owl:allValuesFrom xsd:string
  ]  .
:CenterOfBandOrLine rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :units ;
    owl:allValuesFrom xsd:string
  ]  .
:CenterOfBandOrLine rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :value ;
    owl:allValuesFrom xsd:decimal
  ]  .
:CentralLatitude rdf:type owl:Class .
:CentralLatitude rdfs:subClassOf :FrontierEnumeration .
:CentralLongitude rdf:type owl:Class .
:CentralLongitude rdfs:subClassOf :FrontierEnumeration .
:Characterize rdf:type owl:Class .
:Characterize rdfs:subClassOf :Function .
:Chemical_geochemicalComposition rdf:type :Characterize .
:HumanStructures rdf:type :Characterize .
:NaturalMorphology_structure rdf:type :Characterize .
:PlasmaEnvironment rdf:type :Characterize .
:Regolith_soil rdf:type :Characterize .
:CharacterizingInTheFollowingWay_s rdf:type owl:Class .
:CharacterizingInTheFollowingWay_s rdfs:subClassOf :OneOrMoreFunctions .
:Chemical_geochemicalComposition rdf:type :CharacterizingInTheFollowingWay_s .
:HumanStructures rdf:type :CharacterizingInTheFollowingWay_s .
:NaturalMorphology_structure rdf:type :CharacterizingInTheFollowingWay_s .
:PlasmaEnvironment rdf:type :CharacterizingInTheFollowingWay_s .
:Regolith_soil rdf:type :CharacterizingInTheFollowingWay_s .
:ClimateChange rdf:type owl:Class .
:ClimateChange rdfs:subClassOf :WorkSupported .
:Communication rdf:type owl:Class .
:Communication rdfs:subClassOf :CriticalSubsystem .
:Communication rdf:type owl:Class .
:Communication rdfs:subClassOf :CriticalSubsystems .
:Communication rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :units ;
    owl:allValuesFrom :Units
  ]  .
:Communication rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :value ;
    owl:allValuesFrom :Value
  ]  .
:DownlinkBandwidth_KBs rdf:type :Communication .
:Latency_Seconds rdf:type :Communication .
:PercentAvailability rdf:type :Communication .
:UplinkBandwidth_KBs rdf:type :Communication .
:CommunicationInfrastructurePlanning rdf:type owl:Class .
:CommunicationInfrastructurePlanning rdfs:subClassOf :WorkSupported .
:CommunicationLink rdf:type owl:Class .
:CommunicationLink rdfs:subClassOf :ActivityGoal .
:CommunicationLink rdf:type owl:Class .
:CommunicationLink rdfs:subClassOf :ModeObjective .
:CommunicationLink rdf:type owl:Class .
:CommunicationLink rdfs:subClassOf :ProgramElementGoal .
:CommunicationLink rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :workSupported ;
    owl:allValuesFrom :WorkSupported
  ]  .
:GroundToGround rdf:type :CommunicationLink .
:SpaceToGround rdf:type :CommunicationLink .
:SpaceToSpace rdf:type :CommunicationLink .
:CostCategoryNow rdf:type owl:Class .
:CostCategoryNow rdfs:subClassOf :Scope .
:CostCategoryNow rdf:type owl:Class .
:CostCategoryNow rdfs:subClassOf :ScopeOfProgramElement .
:CostCategoryNow rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :giveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable ;
    owl:allValuesFrom :GiveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable
  ]  .
:BillionsAndAbove rdf:type :CostCategoryNow .
:HundredsOfMillionsToBillions rdf:type :CostCategoryNow .
:TensOfMillionsAndBelow rdf:type :CostCategoryNow .
:TensToHundredsOfMillions rdf:type :CostCategoryNow .
:CriticalInstrumentParameters rdf:type owl:Class .
:CriticalInstrumentParameters rdfs:subClassOf :CriticalInstruments .
:CriticalInstrumentPerformance rdf:type owl:Class .
:CriticalInstrumentPerformance rdfs:subClassOf :FrontierEnumeration .
:CriticalInstruments rdf:type owl:Class .
:CriticalInstruments rdfs:subClassOf :FrontierEnumeration .
:CriticalModelChangesOrAdditionsImprovements rdf:type owl:Class .
:CriticalModelChangesOrAdditionsImprovements rdfs:subClassOf :FrontierEnumeration .
:CriticalModelChangesOrAdditionsImprovements rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :X_percent_ResourceReduction ;
    owl:allValuesFrom :X_percent_ResourceReduction
  ]  .
:CriticalModelChangesOrAdditionsImprovements rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :estimated_percent_IncreaseInNumbersThatCanBeReached ;
    owl:allValuesFrom :Estimated_percent_IncreaseInNumbersThatCanBeReached
  ]  .
:CriticalModelChangesOrAdditionsImprovements rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :units ;
    owl:allValuesFrom :Units
  ]  .
:CriticalModelChangesOrAdditionsImprovements rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :value ;
    owl:allValuesFrom :Value
  ]  .
:BroaderApplicability rdf:type :CriticalModelChangesOrAdditionsImprovements .
:NewFunctionality rdf:type :CriticalModelChangesOrAdditionsImprovements .
:NewInformationResource rdf:type :CriticalModelChangesOrAdditionsImprovements .
:ReducedPreparationTime_laborConsumption rdf:type :CriticalModelChangesOrAdditionsImprovements .
:ReducedProcessingTime rdf:type :CriticalModelChangesOrAdditionsImprovements .
:CriticalSubsystem rdf:type owl:Class .
:CriticalSubsystem rdfs:subClassOf :FrontierEnumeration .
:CriticalSubsystems rdf:type owl:Class .
:CriticalSubsystems rdfs:subClassOf :FrontierEnumeration .
:DataType rdf:type owl:Class .
:DataType rdfs:subClassOf :CriticalInstruments .
:DataType rdf:type owl:Class .
:DataType rdfs:subClassOf :FrontierEnumeration .
:Albedo rdf:type :DataType .
:Communication rdf:type :DataType .
:Imaging rdf:type :DataType .
:RadioScience_Gravity rdf:type :DataType .
:Spectra rdf:type :DataType .
:Temperature rdf:type :DataType .
:Topography rdf:type :DataType .
:Data_taking rdf:type owl:Class .
:Data_taking rdfs:subClassOf :Environment .
:DeepSpace rdf:type owl:Class .
:DeepSpace rdfs:subClassOf :Dynamic .
:Dynamic rdf:type :DeepSpace .
:FixedPoint rdf:type :DeepSpace .
:DegreeOfFractionation_NumberOfElements rdf:type owl:Class .
:DegreeOfFractionation_NumberOfElements rdfs:subClassOf :FrontierEnumeration .
:Degrees rdf:type owl:Class .
:Degrees rdfs:subClassOf :FrontierEnumeration .
:DemandForThisWithinYourCommunityNow rdf:type owl:Class .
:DemandForThisWithinYourCommunityNow rdfs:subClassOf :Scope .
:DemandForThisWithinYourCommunityNow rdf:type owl:Class .
:DemandForThisWithinYourCommunityNow rdfs:subClassOf :ScopeOfProgramElement .
:DemandForThisWithinYourCommunityNow rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :giveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable ;
    owl:allValuesFrom :GiveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable
  ]  .
:High rdf:type :DemandForThisWithinYourCommunityNow .
:Low rdf:type :DemandForThisWithinYourCommunityNow .
:Moderate rdf:type :DemandForThisWithinYourCommunityNow .
:DemandSideStrategicArticulationAndOperationalScenarioCreationLoop rdf:type owl:Class .
:DemandSideStrategicArticulationAndOperationalScenarioCreationLoop rdfs:subClassOf owl:Thing .
:DemandSideStrategicArticulationAndOperationalScenarioCreationLoop rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :exampleInstrument_MissionOrProgramThatMetAnalogousNeed ;
    owl:allValuesFrom :ExampleInstrument_MissionOrProgramThatMetAnalogousNeed
  ]  .
:DemandSideStrategicArticulationAndOperationalScenarioCreationLoop rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :makeSpatial_TemporalPairs_Steps_ToMakeSequenceForOperationalScenarios ;
    owl:allValuesFrom :MakeSpatial_TemporalPairs_Steps_ToMakeSequenceForOperationalScenarios
  ]  .
:DemandSideStrategicArticulationAndOperationalScenarioCreationLoop rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :particularNeeds_Enhancements ;
    owl:allValuesFrom :ParticularNeeds_Enhancements
  ]  .
:DemandSideStrategicArticulationAndOperationalScenarioCreationLoop rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :programElementGoal ;
    owl:allValuesFrom :ProgramElementGoal
  ]  .
:DemandSideStrategicArticulationAndOperationalScenarioCreationLoop rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :programElementObjective ;
    owl:allValuesFrom :ProgramElementObjective
  ]  .
:DemandSideStrategicArticulationAndOperationalScenarioCreationLoop rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :scope_Performance_AndResources ;
    owl:allValuesFrom :Scope_Performance_AndResources
  ]  .
:DemandSideStrategicArticulationAndOperationalScenarioCreationLoop rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :spatialAndTemporalTargetSelectionForActivity ;
    owl:allValuesFrom :SpatialAndTemporalTargetSelectionForActivity
  ]  .
:DemandSideStrategicArticulationAndOperationalScenarioCreationLoop rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :temporalTargets ;
    owl:allValuesFrom :TemporalTargets
  ]  .
:DemandSideTacticalArticulationAndOperationalScenarioCreationLoop rdf:type owl:Class .
:DemandSideTacticalArticulationAndOperationalScenarioCreationLoop rdfs:subClassOf owl:Thing .
:DemandSideTacticalArticulationAndOperationalScenarioCreationLoop rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :activityGoal ;
    owl:allValuesFrom :ActivityGoal
  ]  .
:DemandSideTacticalArticulationAndOperationalScenarioCreationLoop rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :activityObjective ;
    owl:allValuesFrom :ActivityObjective
  ]  .
:DemandSideTacticalArticulationAndOperationalScenarioCreationLoop rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :exampleInstrument_MissionOrProgramThatMetAnalogousNeed ;
    owl:allValuesFrom :ExampleInstrument_MissionOrProgramThatMetAnalogousNeed
  ]  .
:DemandSideTacticalArticulationAndOperationalScenarioCreationLoop rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :makeSpatial_TemporalPairs_Steps_ToMakeSequenceForOperationalScenarios ;
    owl:allValuesFrom :MakeSpatial_TemporalPairs_Steps_ToMakeSequenceForOperationalScenarios
  ]  .
:DemandSideTacticalArticulationAndOperationalScenarioCreationLoop rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :particularNeeds_Enhancements ;
    owl:allValuesFrom :ParticularNeeds_Enhancements
  ]  .
:DemandSideTacticalArticulationAndOperationalScenarioCreationLoop rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :scope_Performance_AndResources ;
    owl:allValuesFrom :Scope_Performance_AndResources
  ]  .
:DemandSideTacticalArticulationAndOperationalScenarioCreationLoop rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :spatialAndTemporalTargetSelectionForActivity ;
    owl:allValuesFrom :SpatialAndTemporalTargetSelectionForActivity
  ]  .
:DesignClass rdf:type owl:Class .
:DesignClass rdfs:subClassOf :SystemPerformance .
:ClassA rdf:type :DesignClass .
:ClassB rdf:type :DesignClass .
:ClassC_D rdf:type :DesignClass .
:DetailedIntakeFormsForSelectedModeForVeryHighLevelInput rdf:type owl:Class .
:DetailedIntakeFormsForSelectedModeForVeryHighLevelInput rdfs:subClassOf owl:Thing .
:DetailedIntakeFormsForSelectedModeForVeryHighLevelInput rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :downLoadIntakeFormsForSubmittalAtLaterTime ;
    owl:allValuesFrom :DownLoadIntakeFormsForSubmittalAtLaterTime
  ]  .
:DetailedIntakeFormsForSelectedModeForVeryHighLevelInput rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :interfaceDirectlyOnline ;
    owl:allValuesFrom :InterfaceDirectlyOnline
  ]  .
:DetailedIntakeFormsForSelectedModeForVeryHighLevelInput rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :waitForLaterIteration ;
    owl:allValuesFrom :WaitForLaterIteration
  ]  .
:DevelopNetworkFor rdf:type owl:Class .
:DevelopNetworkFor rdfs:subClassOf :Function .
:DevelopNetworkFor rdf:type owl:Class .
:DevelopNetworkFor rdfs:subClassOf :OneOrMoreFunctions .
:Communication rdf:type :DevelopNetworkFor .
:Navigate_maneuver rdf:type :DevelopNetworkFor .
:Reconnaissance rdf:type :DevelopNetworkFor .
:ResourceUtilization rdf:type :DevelopNetworkFor .
:DevelopmentOf rdf:type owl:Class .
:DevelopmentOf rdfs:subClassOf :ModeGoal .
:DevelopmentOf rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :workSupported ;
    owl:allValuesFrom :WorkSupported
  ]  .
:FlightHardware rdf:type :DevelopmentOf .
:FlightSoftware rdf:type :DevelopmentOf .
:FrontierInfrastructureModelingSoftware rdf:type :DevelopmentOf .
:DevelopmentOfDesignTool rdf:type owl:Class .
:DevelopmentOfDesignTool rdfs:subClassOf :ModeObjective .
:DistributedResourceUse_DegreeOfFractionation rdf:type owl:Class .
:DistributedResourceUse_DegreeOfFractionation rdfs:subClassOf :PerformanceAttributes .
:DistributedResourceUse_DegreeOfFractionation rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :giveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable ;
    owl:allValuesFrom :GiveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable
  ]  .
:High__moreThan_5 rdf:type :DistributedResourceUse_DegreeOfFractionation .
:Low_1 rdf:type :DistributedResourceUse_DegreeOfFractionation .
:Moderate__lessThan_5 rdf:type :DistributedResourceUse_DegreeOfFractionation .
:DistributedResourceUse_Fractionation rdf:type owl:Class .
:DistributedResourceUse_Fractionation rdfs:subClassOf :PerformanceAttributes .
:DistributedResourceUse_Fractionation rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :giveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable ;
    owl:allValuesFrom :GiveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable
  ]  .
:High__moreThan_5 rdf:type :DistributedResourceUse_Fractionation .
:Low_1 rdf:type :DistributedResourceUse_Fractionation .
:Moderate_1_5 rdf:type :DistributedResourceUse_Fractionation .
:Distribution rdf:type owl:Class .
:Distribution rdfs:subClassOf :SystemPerformance .
:Distribution rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :degreeOfFractionation_NumberOfElements ;
    owl:allValuesFrom :DegreeOfFractionation_NumberOfElements
  ]  .
:FractionatedHeterogeneous_N_moreThan_1 rdf:type :Distribution .
:FractionatedHomogeneous_N_moreThan_1 rdf:type :Distribution .
:Monolithc_N_equals_1 rdf:type :Distribution .
:DownLoadIntakeFormsForSubmittalAtLaterTime rdf:type owl:Class .
:DownLoadIntakeFormsForSubmittalAtLaterTime rdfs:subClassOf :FrontierEnumeration .
:Dynamic rdf:type owl:Class .
:Dynamic rdfs:subClassOf :Surface .
:Dynamic rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :nameAsset ;
    owl:allValuesFrom :NameAsset
  ]  .
:Electrical rdf:type owl:Class .
:Electrical rdfs:subClassOf :Fields .
:Electrical rdf:type owl:Class .
:Electrical rdfs:subClassOf :Magnetic .
:AC rdf:type :Electrical .
:DC rdf:type :Electrical .
:Electrons rdf:type owl:Class .
:Electrons rdfs:subClassOf :Ions .
:Environment rdf:type owl:Class .
:Environment rdfs:subClassOf :FrontierEnumeration .
:Environment rdf:type owl:Class .
:Environment rdfs:subClassOf :SphereOfOperation .
:DeepSpace rdf:type :Environment .
:Orbital rdf:type :Environment .
:Surface rdf:type :Environment .
:EnvironmentForOperation rdf:type owl:Class .
:EnvironmentForOperation rdfs:subClassOf :SphereOfOperation .
:Orbital rdf:type :EnvironmentForOperation .
:EnvironmentalChallenges rdf:type owl:Class .
:EnvironmentalChallenges rdfs:subClassOf :Performance .
:EnvironmentalChallenges rdf:type owl:Class .
:EnvironmentalChallenges rdfs:subClassOf :PerformanceAttributes .
:EnvironmentalChallenges rdf:type owl:Class .
:EnvironmentalChallenges rdfs:subClassOf :PerformanceOfProgramElement .
:EnvironmentalChallenges rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :giveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable ;
    owl:allValuesFrom :GiveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable
  ]  .
:EnvironmentalChallenges rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :highElectricFieldIntensityInNewtons_Coulumb ;
    owl:allValuesFrom :HighElectricFieldIntensityInNewtons_Coulumb
  ]  .
:EnvironmentalChallenges rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :highInAtmospheres ;
    owl:allValuesFrom :HighInAtmospheres
  ]  .
:EnvironmentalChallenges rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :highInCounts_squareMeter_second ;
    owl:allValuesFrom :HighInCounts_squareMeter_second
  ]  .
:EnvironmentalChallenges rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :highInJoules_squareMeter_second ;
    owl:allValuesFrom :HighInJoules_squareMeter_second
  ]  .
:EnvironmentalChallenges rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :highInK ;
    owl:allValuesFrom :HighInK
  ]  .
:EnvironmentalChallenges rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :highMagneticFieldIntensityInTeslas ;
    owl:allValuesFrom :HighMagneticFieldIntensityInTeslas
  ]  .
:EnvironmentalChallenges rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :lowInAtmospheres ;
    owl:allValuesFrom :LowInAtmospheres
  ]  .
:EnvironmentalChallenges rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :lowInCounts_squareMeter_second ;
    owl:allValuesFrom :LowInCounts_squareMeter_second
  ]  .
:EnvironmentalChallenges rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :lowInJoules_squareMeter_second ;
    owl:allValuesFrom :LowInJoules_squareMeter_second
  ]  .
:EnvironmentalChallenges rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :lowInK ;
    owl:allValuesFrom :LowInK
  ]  .
:ChargedParticleFlux rdf:type :EnvironmentalChallenges .
:FieldIntensity rdf:type :EnvironmentalChallenges .
:Pressure rdf:type :EnvironmentalChallenges .
:SpaceRadiation rdf:type :EnvironmentalChallenges .
:Temperature rdf:type :EnvironmentalChallenges .
:EnvironmentalStress rdf:type owl:Class .
:EnvironmentalStress rdfs:subClassOf :Thermal_mechanical .
:EnvironmentalStress rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :units ;
    owl:allValuesFrom :Units
  ]  .
:EnvironmentalStress rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :value ;
    owl:allValuesFrom :Value
  ]  .
:DeepSpace rdf:type :EnvironmentalStress .
:EarthOrbital rdf:type :EnvironmentalStress .
:LunarSurface rdf:type :EnvironmentalStress .
:Estimated_percent_IncreaseInNumbersThatCanBeReached rdf:type owl:Class .
:Estimated_percent_IncreaseInNumbersThatCanBeReached rdfs:subClassOf :FrontierEnumeration .
:ExampleInstrument_MissionOrProgramThatMetAnalogousNeed rdf:type owl:Class .
:ExampleInstrument_MissionOrProgramThatMetAnalogousNeed rdfs:subClassOf owl:Thing .
:ExampleInstrument_MissionOrProgramThatMetAnalogousNeed rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :instrument ;
    owl:allValuesFrom :Instrument
  ]  .
:ExampleInstrument_MissionOrProgramThatMetAnalogousNeed rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :mission ;
    owl:allValuesFrom :Mission
  ]  .
:ExampleInstrument_MissionOrProgramThatMetAnalogousNeed rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :program ;
    owl:allValuesFrom :Program
  ]  .
:ExampleInstrument_MissionOrProgramThatNeededAnalogousToWhatIsBeingSuppliedHere rdf:type owl:Class .
:ExampleInstrument_MissionOrProgramThatNeededAnalogousToWhatIsBeingSuppliedHere rdfs:subClassOf owl:Thing .
:ExampleInstrument_MissionOrProgramThatNeededAnalogousToWhatIsBeingSuppliedHere rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :instrument ;
    owl:allValuesFrom :Instrument
  ]  .
:ExampleInstrument_MissionOrProgramThatNeededAnalogousToWhatIsBeingSuppliedHere rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :mission ;
    owl:allValuesFrom :Mission
  ]  .
:ExampleInstrument_MissionOrProgramThatNeededAnalogousToWhatIsBeingSuppliedHere rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :program ;
    owl:allValuesFrom :Program
  ]  .
:ExampleInstrument_MissionOrProgramThatUsedAnalogousItemToWhatYouAreSupplyingToMeetNeed rdf:type owl:Class .
:ExampleInstrument_MissionOrProgramThatUsedAnalogousItemToWhatYouAreSupplyingToMeetNeed rdfs:subClassOf owl:Thing .
:ExampleInstrument_MissionOrProgramThatUsedAnalogousItemToWhatYouAreSupplyingToMeetNeed rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :instrument ;
    owl:allValuesFrom :Instrument
  ]  .
:ExampleInstrument_MissionOrProgramThatUsedAnalogousItemToWhatYouAreSupplyingToMeetNeed rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :mission ;
    owl:allValuesFrom :Mission
  ]  .
:ExampleInstrument_MissionOrProgramThatUsedAnalogousItemToWhatYouAreSupplyingToMeetNeed rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :program ;
    owl:allValuesFrom :Program
  ]  .
:FeatureCoverage rdf:type owl:Class .
:FeatureCoverage rdfs:subClassOf :Geometry .
:FeatureCoverage rdf:type owl:Class .
:FeatureCoverage rdfs:subClassOf :OrbitalGeometry .
:Fields rdf:type owl:Class .
:Fields rdfs:subClassOf :DataType .
:Fields rdf:type owl:Class .
:Fields rdfs:subClassOf :OneOrMoreDataTypes .
:Fields rdf:type owl:Class .
:Fields rdfs:subClassOf :Particulates .
:FlexibilityOfUse rdf:type owl:Class .
:FlexibilityOfUse rdfs:subClassOf :Performance .
:FlexibilityOfUse rdf:type owl:Class .
:FlexibilityOfUse rdfs:subClassOf :PerformanceAttributes .
:FlexibilityOfUse rdf:type owl:Class .
:FlexibilityOfUse rdfs:subClassOf :PerformanceOfProgramElement .
:FlexibilityOfUse rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :giveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable ;
    owl:allValuesFrom :GiveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable
  ]  .
:SequentialDifferentUseDedicatedUsers rdf:type :FlexibilityOfUse .
:SimultaneousMultipleDifferentUseDedicatedUsers rdf:type :FlexibilityOfUse .
:SingleDedicatedUser rdf:type :FlexibilityOfUse .
:Framing rdf:type owl:Class .
:Framing rdfs:subClassOf :Data_taking .
:NarrowAngle rdf:type :Framing .
:Panoramic rdf:type :Framing .
:PlanView rdf:type :Framing .
:Side_looking rdf:type :Framing .
:SufficientOverlapForStereoCoverage rdf:type :Framing .
:WideAngle rdf:type :Framing .
:FromMinimum rdf:type owl:Class .
:FromMinimum rdfs:subClassOf :FrontierEnumeration .
:Fuel rdf:type owl:Class .
:Fuel rdfs:subClassOf :AllowableResources .
:Fuel rdf:type owl:Class .
:Fuel rdfs:subClassOf :AllowableResourcesForProgramElement .
:Fuel rdf:type owl:Class .
:Fuel rdfs:subClassOf :RequiredResources .
:Fuel rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :giveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable ;
    owl:allValuesFrom :GiveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable
  ]  .
:Fuel rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :typicalValueInDelta_V_Km_s ;
    owl:allValuesFrom :TypicalValueInDelta_V_Km_s
  ]  .
:X1_Low rdf:type :Fuel .
:X2 rdf:type :Fuel .
:X3_Typical rdf:type :Fuel .
:X4 rdf:type :Fuel .
:X5_High rdf:type :Fuel .
:Function rdf:type owl:Class .
:Function rdfs:subClassOf :FrontierEnumeration .
:Geometry rdf:type owl:Class .
:Geometry rdfs:subClassOf :FrontierEnumeration .
:GiveIntegerNumberFrom1_Monolithic_To14 rdf:type owl:Class .
:GiveIntegerNumberFrom1_Monolithic_To14 rdfs:subClassOf :FrontierEnumeration .
:GiveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable rdf:type owl:Class .
:GiveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable rdfs:subClassOf :FrontierEnumeration .
:GoDirectlyToInterfaceToModify_createParametersOrCode rdf:type owl:Class .
:GoDirectlyToInterfaceToModify_createParametersOrCode rdfs:subClassOf :ToolUserInterfaceNBF .
:No_Stop rdf:type :GoDirectlyToInterfaceToModify_createParametersOrCode .
:Yes_Start rdf:type :GoDirectlyToInterfaceToModify_createParametersOrCode .
:HHMMSSUsing2400Standard rdf:type owl:Class .
:HHMMSSUsing2400Standard rdfs:subClassOf :FrontierEnumeration .
:High rdf:type owl:Class .
:High rdfs:subClassOf :SunAngle_illumination .
:LocalNoon rdf:type :High .
:NearSubsolar rdf:type :High .
:HighElectricFieldIntensityInNewtons_Coulumb rdf:type owl:Class .
:HighElectricFieldIntensityInNewtons_Coulumb rdfs:subClassOf :FrontierEnumeration .
:HighInAtmospheres rdf:type owl:Class .
:HighInAtmospheres rdfs:subClassOf :FrontierEnumeration .
:HighInCounts_squareMeter_second rdf:type owl:Class .
:HighInCounts_squareMeter_second rdfs:subClassOf :FrontierEnumeration .
:HighInJoules_squareMeter_second rdf:type owl:Class .
:HighInJoules_squareMeter_second rdfs:subClassOf :FrontierEnumeration .
:HighInK rdf:type owl:Class .
:HighInK rdfs:subClassOf :FrontierEnumeration .
:HighMagneticFieldIntensityInTeslas rdf:type owl:Class .
:HighMagneticFieldIntensityInTeslas rdfs:subClassOf :FrontierEnumeration .
:IlluminationNotRequired rdf:type owl:Class .
:IlluminationNotRequired rdfs:subClassOf :Geometry .
:IlluminationNotRequired rdf:type owl:Class .
:IlluminationNotRequired rdfs:subClassOf :OrbitalGeometry .
:LocalMidnight rdf:type :IlluminationNotRequired .
:NoSunOnly_RequireDarkness rdf:type :IlluminationNotRequired .
:ObtainMeasurementsWhetherOrNotIlluminated rdf:type :IlluminationNotRequired .
:InSituMonitoring rdf:type owl:Class .
:InSituMonitoring rdfs:subClassOf :ActivityGoal .
:InSituMonitoring rdf:type owl:Class .
:InSituMonitoring rdfs:subClassOf :ModeObjective .
:InSituMonitoring rdf:type owl:Class .
:InSituMonitoring rdfs:subClassOf :ProgramElementGoal .
:InSituMonitoring rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :workSupported ;
    owl:allValuesFrom :WorkSupported
  ]  .
:External_Environment rdf:type :InSituMonitoring .
:Internal_Spacecraft rdf:type :InSituMonitoring .
:InTheseUnits rdf:type owl:Class .
:InTheseUnits rdfs:subClassOf :FrontierEnumeration .
:Inclination rdf:type owl:Class .
:Inclination rdfs:subClassOf :Orbital .
:Inclination rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :degrees ;
    owl:allValuesFrom :Degrees
  ]  .
:Instrument rdf:type owl:Class .
:Instrument rdfs:subClassOf :FrontierEnumeration .
:InterfaceDirectlyOnline rdf:type owl:Class .
:InterfaceDirectlyOnline rdfs:subClassOf :FrontierEnumeration .
:InterfaceForGenericFrontierFunction_Services rdf:type owl:Class .
:InterfaceForGenericFrontierFunction_Services rdfs:subClassOf :ToolUserInterfaceNBF .
:InterfaceForGenericFrontierFunction_Services rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :nameToolInterfaceLink ;
    owl:allValuesFrom :NameToolInterfaceLink
  ]  .
:CostAnalysis rdf:type :InterfaceForGenericFrontierFunction_Services .
:FunctionalDecompositionInAtomicServices rdf:type :InterfaceForGenericFrontierFunction_Services .
:InstrumentPerformanceSimulation rdf:type :InterfaceForGenericFrontierFunction_Services .
:On_OrbitPerformanceSimulation rdf:type :InterfaceForGenericFrontierFunction_Services .
:RiskAnalysis rdf:type :InterfaceForGenericFrontierFunction_Services .
:Visualization rdf:type :InterfaceForGenericFrontierFunction_Services .
:InterfacesForSpecificFrontierFunction_Services rdf:type owl:Class .
:InterfacesForSpecificFrontierFunction_Services rdfs:subClassOf :Model .
:Ions rdf:type owl:Class .
:Ions rdfs:subClassOf :Neutrals .
:Km rdf:type owl:Class .
:Km rdfs:subClassOf :FrontierEnumeration .
:Land rdf:type owl:Class .
:Land rdfs:subClassOf :ObservationsOrMeasurementsOfEarth .
:Land rdf:type owl:Class .
:Land rdfs:subClassOf :PotentialDomains .
:Interior rdf:type :Land .
:Surface rdf:type :Land .
:Lighting rdf:type owl:Class .
:Lighting rdfs:subClassOf :Data_taking .
:DarknessRequired rdf:type :Lighting .
:HighSourceAngle_MinimizeShadows rdf:type :Lighting .
:LowSourceAngle_LotsOfShadows rdf:type :Lighting .
:Low rdf:type owl:Class .
:Low rdfs:subClassOf :SunAngle_illumination .
:DawnOnly rdf:type :Low .
:DuskOnly rdf:type :Low .
:NearTerminator rdf:type :Low .
:LowInAtmospheres rdf:type owl:Class .
:LowInAtmospheres rdfs:subClassOf :FrontierEnumeration .
:LowInCounts_squareMeter_second rdf:type owl:Class .
:LowInCounts_squareMeter_second rdfs:subClassOf :FrontierEnumeration .
:LowInJoules_squareMeter_second rdf:type owl:Class .
:LowInJoules_squareMeter_second rdfs:subClassOf :FrontierEnumeration .
:LowInK rdf:type owl:Class .
:LowInK rdfs:subClassOf :FrontierEnumeration .
:MMDDYY rdf:type owl:Class .
:MMDDYY rdfs:subClassOf :FrontierEnumeration .
:Magnetic rdf:type owl:Class .
:Magnetic rdfs:subClassOf :Fields .
:AC rdf:type :Magnetic .
:DC rdf:type :Magnetic .
:MakeSpatial_TemporalPairs_Steps_ToMakeSequenceForOperationalScenarios rdf:type owl:Class .
:MakeSpatial_TemporalPairs_Steps_ToMakeSequenceForOperationalScenarios rdfs:subClassOf :FrontierEnumeration .
:MarsVolcanism rdf:type owl:Class .
:MarsVolcanism rdfs:subClassOf :WorkSupported .
:Mass rdf:type owl:Class .
:Mass rdfs:subClassOf :AllowableResources .
:Mass rdf:type owl:Class .
:Mass rdfs:subClassOf :AllowableResourcesForProgramElement .
:Mass rdf:type owl:Class .
:Mass rdfs:subClassOf :RequiredResources .
:Mass rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :giveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable ;
    owl:allValuesFrom :GiveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable
  ]  .
:Mass rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :typicalValueInKg ;
    owl:allValuesFrom :TypicalValueInKg
  ]  .
:X1_Low rdf:type :Mass .
:X2 rdf:type :Mass .
:X3_Typical rdf:type :Mass .
:X4 rdf:type :Mass .
:X5_High rdf:type :Mass .
:MaximumAngle rdf:type owl:Class .
:MaximumAngle rdfs:subClassOf :FrontierEnumeration .
:MaximumOff_nadirAngle rdf:type owl:Class .
:MaximumOff_nadirAngle rdfs:subClassOf :FrontierEnumeration .
:MaximumSizeOfFeatureInM rdf:type owl:Class .
:MaximumSizeOfFeatureInM rdfs:subClassOf :FeatureCoverage .
:MaximumSolarAngle rdf:type owl:Class .
:MaximumSolarAngle rdfs:subClassOf :FrontierEnumeration .
:MinimumAngle rdf:type owl:Class .
:MinimumAngle rdfs:subClassOf :FrontierEnumeration .
:MinimumOff_nadirAngle rdf:type owl:Class .
:MinimumOff_nadirAngle rdfs:subClassOf :FrontierEnumeration .
:MinimumResolutionNeededInMForThisFeature rdf:type owl:Class .
:MinimumResolutionNeededInMForThisFeature rdfs:subClassOf :FeatureCoverage .
:MinimumSolarAngle rdf:type owl:Class .
:MinimumSolarAngle rdfs:subClassOf :FrontierEnumeration .
:Mission rdf:type owl:Class .
:Mission rdfs:subClassOf :FrontierEnumeration .
:Mobility rdf:type owl:Class .
:Mobility rdfs:subClassOf :ActivityGoal .
:Mobility rdf:type owl:Class .
:Mobility rdfs:subClassOf :ModeObjective .
:Mobility rdf:type owl:Class .
:Mobility rdfs:subClassOf :ProgramElementGoal .
:Mobility rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :workSupported ;
    owl:allValuesFrom :WorkSupported
  ]  .
:GroundToGround rdf:type :Mobility .
:SpaceToGround rdf:type :Mobility .
:SpaceToSpace rdf:type :Mobility .
:ModeApplication rdf:type owl:Class .
:ModeApplication rdfs:subClassOf owl:Thing .
:ModeApplication rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :environment ;
    owl:allValuesFrom :Environment
  ]  .
:ModeApplication rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :function ;
    owl:allValuesFrom :Function
  ]  .
:ModeGoal rdf:type owl:Class .
:ModeGoal rdfs:subClassOf :FrontierEnumeration .
:ModeObjective rdf:type owl:Class .
:ModeObjective rdfs:subClassOf :FrontierEnumeration .
:ModePerformance rdf:type owl:Class .
:ModePerformance rdfs:subClassOf owl:Thing .
:ModePerformance rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :criticalInstruments ;
    owl:allValuesFrom :CriticalInstruments
  ]  .
:ModePerformance rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :criticalModelChangesOrAdditionsImprovements ;
    owl:allValuesFrom :CriticalModelChangesOrAdditionsImprovements
  ]  .
:ModePerformance rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :criticalSubsystems ;
    owl:allValuesFrom :CriticalSubsystems
  ]  .
:ModePerformance rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :primaryAnticipatedImprovements ;
    owl:allValuesFrom :PrimaryAnticipatedImprovements
  ]  .
:ModePerformance rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :systemPerformance ;
    owl:allValuesFrom :SystemPerformance
  ]  .
:Model rdf:type owl:Class .
:Model rdfs:subClassOf :Function .
:ModelStatus rdf:type owl:Class .
:ModelStatus rdfs:subClassOf :ModelType .
:AddNewToolOrResource rdf:type :ModelStatus .
:Upgrade_updateExistingToolOrResource rdf:type :ModelStatus .
:ModelType rdf:type owl:Class .
:ModelType rdfs:subClassOf :DevelopmentOfDesignTool .
:InfrastructureService_Tool_OrResource_E_g__CostModel_ComponentDatabase rdf:type :ModelType .
:ModelForComponent_Subsystem_OrSystemPerformance rdf:type :ModelType .
:ModelingSupportEnvironment rdf:type owl:Class .
:ModelingSupportEnvironment rdfs:subClassOf :WebSupportEnvironmentInterface .
:DPAS rdf:type :ModelingSupportEnvironment .
:EvaluationService rdf:type :ModelingSupportEnvironment .
:IISS rdf:type :ModelingSupportEnvironment .
:PSS rdf:type :ModelingSupportEnvironment .
:RAS_NPV rdf:type :ModelingSupportEnvironment .
:SMI rdf:type :ModelingSupportEnvironment .
:Modularity_Share_PlugAndPlayComponents rdf:type owl:Class .
:Modularity_Share_PlugAndPlayComponents rdfs:subClassOf :PerformanceAttributes .
:Modularity_Share_PlugAndPlayComponents rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :giveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable ;
    owl:allValuesFrom :GiveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable
  ]  .
:High rdf:type :Modularity_Share_PlugAndPlayComponents .
:Low rdf:type :Modularity_Share_PlugAndPlayComponents .
:Moderate rdf:type :Modularity_Share_PlugAndPlayComponents .
:Name rdf:type owl:Class .
:Name rdfs:subClassOf :FrontierEnumeration .
:NameAsset rdf:type owl:Class .
:NameAsset rdfs:subClassOf :FrontierEnumeration .
:NameToolInterfaceLink rdf:type owl:Class .
:NameToolInterfaceLink rdfs:subClassOf :FrontierEnumeration .
:NamedFeature rdf:type owl:Class .
:NamedFeature rdfs:subClassOf :TypeCoverage .
:NamedFeature rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :centralLatitude ;
    owl:allValuesFrom :CentralLatitude
  ]  .
:NamedFeature rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :centralLongitude ;
    owl:allValuesFrom :CentralLongitude
  ]  .
:NamedFeature rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :name ;
    owl:allValuesFrom :Name
  ]  .
:NamedFeature rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :size_LongestDimensionInKm ;
    owl:allValuesFrom :Size_LongestDimensionInKm
  ]  .
:NatureOfTarget rdf:type owl:Class .
:NatureOfTarget rdfs:subClassOf :AstronomicalObservationsOrMeasurements .
:NatureOfTarget rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :workSupported ;
    owl:allValuesFrom :WorkSupported
  ]  .
:Exosphere_Atmosphere rdf:type :NatureOfTarget .
:Interior rdf:type :NatureOfTarget .
:Magnetosphere_Ionosphere rdf:type :NatureOfTarget .
:Surface rdf:type :NatureOfTarget .
:NeedForRedundancy_robustnessToExternalThreat rdf:type owl:Class .
:NeedForRedundancy_robustnessToExternalThreat rdfs:subClassOf :PerformanceOfProgramElement .
:High rdf:type :NeedForRedundancy_robustnessToExternalThreat .
:Low rdf:type :NeedForRedundancy_robustnessToExternalThreat .
:Moderate rdf:type :NeedForRedundancy_robustnessToExternalThreat .
:NeeedForRedundancy_robustnessToInternalFailure rdf:type owl:Class .
:NeeedForRedundancy_robustnessToInternalFailure rdfs:subClassOf :PerformanceOfProgramElement .
:NeeedForRedundancy_robustnessToInternalFailure rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :giveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable ;
    owl:allValuesFrom :GiveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable
  ]  .
:High rdf:type :NeeedForRedundancy_robustnessToInternalFailure .
:Low rdf:type :NeeedForRedundancy_robustnessToInternalFailure .
:Moderate rdf:type :NeeedForRedundancy_robustnessToInternalFailure .
:Neutrals rdf:type owl:Class .
:Neutrals rdfs:subClassOf :Particle .
:NumberOfTimes rdf:type owl:Class .
:NumberOfTimes rdfs:subClassOf :FrontierEnumeration .
:ObservationsOrMeasurementsOfEarth rdf:type owl:Class .
:ObservationsOrMeasurementsOfEarth rdfs:subClassOf :ActivityGoal .
:ObservationsOrMeasurementsOfEarth rdf:type owl:Class .
:ObservationsOrMeasurementsOfEarth rdfs:subClassOf :ProgramElementGoal .
:ObservationsOrMeasurementsOfEarth rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :workSupported ;
    owl:allValuesFrom :WorkSupported
  ]  .
:Atmosphere rdf:type :ObservationsOrMeasurementsOfEarth .
:Ionosphere rdf:type :ObservationsOrMeasurementsOfEarth .
:Magnetosphere rdf:type :ObservationsOrMeasurementsOfEarth .
:Ocean rdf:type :ObservationsOrMeasurementsOfEarth .
:OneOrMoreDataTypes rdf:type owl:Class .
:OneOrMoreDataTypes rdfs:subClassOf :FrontierEnumeration .
:Albedo rdf:type :OneOrMoreDataTypes .
:Communication rdf:type :OneOrMoreDataTypes .
:Imaging rdf:type :OneOrMoreDataTypes .
:RadioScience_Gravity rdf:type :OneOrMoreDataTypes .
:Spectra rdf:type :OneOrMoreDataTypes .
:Temperature rdf:type :OneOrMoreDataTypes .
:Topography rdf:type :OneOrMoreDataTypes .
:OneOrMoreFunctions rdf:type owl:Class .
:OneOrMoreFunctions rdfs:subClassOf :FrontierEnumeration .
:Orbital rdf:type owl:Class .
:Orbital rdfs:subClassOf :Data_taking .
:Orbital rdf:type owl:Class .
:Orbital rdfs:subClassOf :Environment .
:Orbital rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :maximumOff_nadirAngle ;
    owl:allValuesFrom :MaximumOff_nadirAngle
  ]  .
:Orbital rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :minimumOff_nadirAngle ;
    owl:allValuesFrom :MinimumOff_nadirAngle
  ]  .
:AcrossOrbit rdf:type :Orbital .
:ActivePointingNeeded rdf:type :Orbital .
:AlongOrbit rdf:type :Orbital .
:OrbitalCoverage rdf:type owl:Class .
:OrbitalCoverage rdfs:subClassOf :FrontierEnumeration .
:OrbitalCoverage rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :degrees ;
    owl:allValuesFrom :Degrees
  ]  .
:OrbitalCoverage rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :km ;
    owl:allValuesFrom :Km
  ]  .
:OrbitalCoverage rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :units ;
    owl:allValuesFrom :Units
  ]  .
:OrbitalCoverage rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :value ;
    owl:allValuesFrom :Value
  ]  .
:ApoapsisAltitude rdf:type :OrbitalCoverage .
:Inclination rdf:type :OrbitalCoverage .
:PeriapsisAltitude rdf:type :OrbitalCoverage .
:PeriapsisLatitude rdf:type :OrbitalCoverage .
:PeriapsisLongitude rdf:type :OrbitalCoverage .
:OrbitalGeometry rdf:type owl:Class .
:OrbitalGeometry rdfs:subClassOf :FrontierEnumeration .
:OverTheNextDecade_ThisCostWill rdf:type owl:Class .
:OverTheNextDecade_ThisCostWill rdfs:subClassOf :Scope .
:Decrease rdf:type :OverTheNextDecade_ThisCostWill .
:Increase rdf:type :OverTheNextDecade_ThisCostWill .
:RemainTheSame rdf:type :OverTheNextDecade_ThisCostWill .
:OverTheNextDecade_ThisDemandWill rdf:type owl:Class .
:OverTheNextDecade_ThisDemandWill rdfs:subClassOf :ScopeOfProgramElement .
:Decrease rdf:type :OverTheNextDecade_ThisDemandWill .
:Increase rdf:type :OverTheNextDecade_ThisDemandWill .
:StayTheSame rdf:type :OverTheNextDecade_ThisDemandWill .
:OverTheNextDecade_ThisSupplyWill rdf:type owl:Class .
:OverTheNextDecade_ThisSupplyWill rdfs:subClassOf :Scope .
:Decrease rdf:type :OverTheNextDecade_ThisSupplyWill .
:Increase rdf:type :OverTheNextDecade_ThisSupplyWill .
:StayTheSame rdf:type :OverTheNextDecade_ThisSupplyWill .
:Particle rdf:type owl:Class .
:Particle rdfs:subClassOf :DataType .
:Particle rdf:type owl:Class .
:Particle rdfs:subClassOf :OneOrMoreDataTypes .
:ParticularNeeds_Enhancements rdf:type owl:Class .
:ParticularNeeds_Enhancements rdfs:subClassOf owl:Thing .
:ParticularNeeds_Enhancements rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :criticalInstrumentPerformance ;
    owl:allValuesFrom :CriticalInstrumentPerformance
  ]  .
:ParticularNeeds_Enhancements rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :criticalSubsystem ;
    owl:allValuesFrom :CriticalSubsystem
  ]  .
:Particulates rdf:type owl:Class .
:Particulates rdfs:subClassOf :Electrons .
:Molecular_Gaseous_Species rdf:type :Particulates .
:PerSpecifiedUnit_E_g__Day_Hour_Month rdf:type owl:Class .
:PerSpecifiedUnit_E_g__Day_Hour_Month rdfs:subClassOf :FrontierEnumeration .
:PercentTimeOperationalInFlight rdf:type owl:Class .
:PercentTimeOperationalInFlight rdfs:subClassOf :AllowableResources .
:PercentTimeOperationalInFlight rdf:type owl:Class .
:PercentTimeOperationalInFlight rdfs:subClassOf :AllowableResourcesForProgramElement .
:PercentTimeOperationalInFlight rdf:type owl:Class .
:PercentTimeOperationalInFlight rdfs:subClassOf :RequiredResources .
:PercentTimeOperationalInFlight rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :giveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable ;
    owl:allValuesFrom :GiveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable
  ]  .
:PercentTimeOperationalInFlight rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :typicalValue ;
    owl:allValuesFrom :TypicalValue
  ]  .
:X1_Low rdf:type :PercentTimeOperationalInFlight .
:X2 rdf:type :PercentTimeOperationalInFlight .
:X3_Typical rdf:type :PercentTimeOperationalInFlight .
:X4 rdf:type :PercentTimeOperationalInFlight .
:X5_High rdf:type :PercentTimeOperationalInFlight .
:Performance rdf:type owl:Class .
:Performance rdfs:subClassOf :FrontierEnumeration .
:Performance rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :giveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable ;
    owl:allValuesFrom :GiveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable
  ]  .
:Performance rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :units ;
    owl:allValuesFrom :Units
  ]  .
:Performance rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :value ;
    owl:allValuesFrom :Value
  ]  .
:MaximumUplinkRequestToDownlinkDataTime rdf:type :Performance .
:X_ContinuityOfOperation_MinimizingDataDropoutTimesTo rdf:type :Performance .
:PerformanceAttributes rdf:type owl:Class .
:PerformanceAttributes rdfs:subClassOf :FrontierEnumeration .
:PerformanceAttributes rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :giveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable ;
    owl:allValuesFrom :GiveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable
  ]  .
:PerformanceAttributes rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :units ;
    owl:allValuesFrom :Units
  ]  .
:PerformanceAttributes rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :value ;
    owl:allValuesFrom :Value
  ]  .
:MaximumUplinkRequestToDownlinkDataTime rdf:type :PerformanceAttributes .
:X_ContinuityOfOperation_MinimizingDataDropoutTimesTo rdf:type :PerformanceAttributes .
:PerformanceOfProgramElement rdf:type owl:Class .
:PerformanceOfProgramElement rdfs:subClassOf :FrontierEnumeration .
:PerformanceOfProgramElement rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :giveIntegerNumberFrom1_Monolithic_To14 ;
    owl:allValuesFrom :GiveIntegerNumberFrom1_Monolithic_To14
  ]  .
:PerformanceOfProgramElement rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :giveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable ;
    owl:allValuesFrom :GiveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable
  ]  .
:PerformanceOfProgramElement rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :units ;
    owl:allValuesFrom :Units
  ]  .
:PerformanceOfProgramElement rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :value ;
    owl:allValuesFrom :Value
  ]  .
:DistributedResourceUse_Fractionation rdf:type :PerformanceOfProgramElement .
:MaximumUplinkRequestToDownlinkDataTime rdf:type :PerformanceOfProgramElement .
:X_ContinuityOfOperation_MinimizingDataDropoutTimesTo rdf:type :PerformanceOfProgramElement .
:PeriapsisAltitude rdf:type owl:Class .
:PeriapsisAltitude rdfs:subClassOf :Inclination .
:PeriapsisAltitude rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :km ;
    owl:allValuesFrom :Km
  ]  .
:PeriapsisLongitude rdf:type owl:Class .
:PeriapsisLongitude rdfs:subClassOf :PeriapsisAltitude .
:PeriapsisLongitude rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :degrees ;
    owl:allValuesFrom :Degrees
  ]  .
:PeriapsisLongitude rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :units ;
    owl:allValuesFrom :Units
  ]  .
:PeriapsisLongitude rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :value ;
    owl:allValuesFrom :Value
  ]  .
:ApoapsisAltitude rdf:type :PeriapsisLongitude .
:PeriapsisLatitude rdf:type :PeriapsisLongitude .
:Pointing rdf:type owl:Class .
:Pointing rdfs:subClassOf :Geometry .
:Pointing rdf:type owl:Class .
:Pointing rdfs:subClassOf :OrbitalGeometry .
:PotentialDomains rdf:type owl:Class .
:PotentialDomains rdfs:subClassOf :RemoteObservationsOrMeasurements .
:Atmosphere_exosphere rdf:type :PotentialDomains .
:Ionosphere_magnetosphere rdf:type :PotentialDomains .
:Ocean rdf:type :PotentialDomains .
:PotentialTargets rdf:type owl:Class .
:PotentialTargets rdfs:subClassOf :RemoteObservationsOrMeasurements .
:AllOfTheAbove rdf:type :PotentialTargets .
:Asteroids rdf:type :PotentialTargets .
:BeyondTheSolarSystem rdf:type :PotentialTargets .
:Earth rdf:type :PotentialTargets .
:InnerSolarSystem rdf:type :PotentialTargets .
:InterPlanetarySpace rdf:type :PotentialTargets .
:Mars rdf:type :PotentialTargets .
:Moon rdf:type :PotentialTargets .
:OuterSolarSystemPlanets rdf:type :PotentialTargets .
:OuterSolarSystemSatellites rdf:type :PotentialTargets .
:Sun rdf:type :PotentialTargets .
:Power rdf:type owl:Class .
:Power rdfs:subClassOf :AllowableResources .
:Power rdf:type owl:Class .
:Power rdfs:subClassOf :AllowableResourcesForProgramElement .
:Power rdf:type owl:Class .
:Power rdfs:subClassOf :CriticalSubsystem .
:Power rdf:type owl:Class .
:Power rdfs:subClassOf :CriticalSubsystems .
:Power rdf:type owl:Class .
:Power rdfs:subClassOf :RequiredResources .
:Power rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :giveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable ;
    owl:allValuesFrom :GiveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable
  ]  .
:Power rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :typicalValueInWatts ;
    owl:allValuesFrom :TypicalValueInWatts
  ]  .
:Power rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :units ;
    owl:allValuesFrom :Units
  ]  .
:Power rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :value ;
    owl:allValuesFrom :Value
  ]  .
:PercentDutyCycle rdf:type :Power .
:PercentEfficiency rdf:type :Power .
:PowerNeed_WattS rdf:type :Power .
:StorageCapacity_Watt_hours rdf:type :Power .
:X1_Low rdf:type :Power .
:X2 rdf:type :Power .
:X3_Typical rdf:type :Power .
:X4 rdf:type :Power .
:X5_High rdf:type :Power .
:PrimaryAnticipatedImprovements rdf:type owl:Class .
:PrimaryAnticipatedImprovements rdfs:subClassOf :FrontierEnumeration .
:GreaterAvailability rdf:type :PrimaryAnticipatedImprovements .
:PerformanceIncrease rdf:type :PrimaryAnticipatedImprovements .
:ResourceReduction rdf:type :PrimaryAnticipatedImprovements .
:Program rdf:type owl:Class .
:Program rdfs:subClassOf :FrontierEnumeration .
:ProgramElementGoal rdf:type owl:Class .
:ProgramElementGoal rdfs:subClassOf :FrontierEnumeration .
:ProgramElementObjective rdf:type owl:Class .
:ProgramElementObjective rdfs:subClassOf owl:Thing .
:ProgramElementObjective rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :oneOrMoreDataTypes ;
    owl:allValuesFrom :OneOrMoreDataTypes
  ]  .
:ProgramElementObjective rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :oneOrMoreFunctions ;
    owl:allValuesFrom :OneOrMoreFunctions
  ]  .
:ProgramElementObjective rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :sphereOfOperation ;
    owl:allValuesFrom :SphereOfOperation
  ]  .
:ProgramElementObjective rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :withInstrumentsCoveringOneOrMoreSignal_spectraRegionOrType ;
    owl:allValuesFrom :WithInstrumentsCoveringOneOrMoreSignal_spectraRegionOrType
  ]  .
:PropulsionSystemsForSpacecraftClusters rdf:type owl:Class .
:PropulsionSystemsForSpacecraftClusters rdfs:subClassOf :WorkSupported .
:Propulsion_nav_and_tracking_maneuvering rdf:type owl:Class .
:Propulsion_nav_and_tracking_maneuvering rdfs:subClassOf :CriticalSubsystems .
:Propulsion_nav_and_tracking_maneuvering rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :units ;
    owl:allValuesFrom :Units
  ]  .
:Propulsion_nav_and_tracking_maneuvering rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :value ;
    owl:allValuesFrom :Value
  ]  .
:Delta_V_M_s rdf:type :Propulsion_nav_and_tracking_maneuvering .
:Maneuver_Point__RelativeToSCCenterOfMass_Accuracy_Degrees rdf:type :Propulsion_nav_and_tracking_maneuvering .
:Maneuver_Point__RelativeToSCCenterOfMass_Precision_Degrees rdf:type :Propulsion_nav_and_tracking_maneuvering .
:NavigationAccuracy_M rdf:type :Propulsion_nav_and_tracking_maneuvering .
:NavigationPrecision_M rdf:type :Propulsion_nav_and_tracking_maneuvering .
:Responsiveness_Seconds rdf:type :Propulsion_nav_and_tracking_maneuvering .
:RadiationEnvironment rdf:type owl:Class .
:RadiationEnvironment rdfs:subClassOf :Characterize .
:RadiationEnvironment rdf:type owl:Class .
:RadiationEnvironment rdfs:subClassOf :CharacterizingInTheFollowingWay_s .
:Redundancy_robustnessToExternalThreat rdf:type owl:Class .
:Redundancy_robustnessToExternalThreat rdfs:subClassOf :PerformanceAttributes .
:High rdf:type :Redundancy_robustnessToExternalThreat .
:Low rdf:type :Redundancy_robustnessToExternalThreat .
:Moderate rdf:type :Redundancy_robustnessToExternalThreat .
:Redundancy_robustnessToInternalFailure rdf:type owl:Class .
:Redundancy_robustnessToInternalFailure rdfs:subClassOf :PerformanceAttributes .
:Redundancy_robustnessToInternalFailure rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :giveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable ;
    owl:allValuesFrom :GiveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable
  ]  .
:High rdf:type :Redundancy_robustnessToInternalFailure .
:Low rdf:type :Redundancy_robustnessToInternalFailure .
:Moderate rdf:type :Redundancy_robustnessToInternalFailure .
:RemoteObservationsOrMeasurements rdf:type owl:Class .
:RemoteObservationsOrMeasurements rdfs:subClassOf :ModeObjective .
:RequiredResources rdf:type owl:Class .
:RequiredResources rdfs:subClassOf :FrontierEnumeration .
:RequiredResources rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :giveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable ;
    owl:allValuesFrom :GiveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable
  ]  .
:RequiredResources rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :units ;
    owl:allValuesFrom :Units
  ]  .
:RequiredResources rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :value ;
    owl:allValuesFrom :Value
  ]  .
:SANEInterface rdf:type owl:Class .
:SANEInterface rdfs:subClassOf :AdaptableFramework .
:SocialInterfaceNBF rdf:type :SANEInterface .
:ToolInterfaceNBF rdf:type :SANEInterface .
:ScaleOfOperation rdf:type owl:Class .
:ScaleOfOperation rdfs:subClassOf :SphereOfOperation .
:ScaleOfOperation rdf:type owl:Class .
:ScaleOfOperation rdfs:subClassOf :SystemPerformance .
:Areal_TensOfKilometers rdf:type :ScaleOfOperation .
:Global_ThousandsOfKilometers rdf:type :ScaleOfOperation .
:Local_Kilometers rdf:type :ScaleOfOperation .
:Regional_HundredsOfKilometers rdf:type :ScaleOfOperation .
:ScheduleAvailability rdf:type owl:Class .
:ScheduleAvailability rdfs:subClassOf :Scope .
:ScheduleAvailability rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :giveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable ;
    owl:allValuesFrom :GiveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable
  ]  .
:Emergency__lessThan_1Day rdf:type :ScheduleAvailability .
:Immediate__lessThan_1Year rdf:type :ScheduleAvailability .
:LongTerm_5To10Years rdf:type :ScheduleAvailability .
:NearTerm_1To5Years rdf:type :ScheduleAvailability .
:SchedulingNeeds rdf:type owl:Class .
:SchedulingNeeds rdfs:subClassOf :Scope .
:SchedulingNeeds rdf:type owl:Class .
:SchedulingNeeds rdfs:subClassOf :ScopeOfProgramElement .
:SchedulingNeeds rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :giveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable ;
    owl:allValuesFrom :GiveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable
  ]  .
:Emergency__lessThan_1Day rdf:type :SchedulingNeeds .
:Immediate__lessThan_1Year rdf:type :SchedulingNeeds .
:LongTerm_5To10Years rdf:type :SchedulingNeeds .
:NearTerm_1To5Years rdf:type :SchedulingNeeds .
:Scope rdf:type owl:Class .
:Scope rdfs:subClassOf :FrontierEnumeration .
:Scope rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :giveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable ;
    owl:allValuesFrom :GiveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable
  ]  .
:Scope rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :units ;
    owl:allValuesFrom :Units
  ]  .
:Scope rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :value ;
    owl:allValuesFrom :Value
  ]  .
:ScopeOfProgramElement rdf:type owl:Class .
:ScopeOfProgramElement rdfs:subClassOf :FrontierEnumeration .
:ScopeOfProgramElement rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :giveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable ;
    owl:allValuesFrom :GiveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable
  ]  .
:ScopeOfProgramElement rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :units ;
    owl:allValuesFrom :Units
  ]  .
:ScopeOfProgramElement rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :value ;
    owl:allValuesFrom :Value
  ]  .
:Scope_Performance_AndResources rdf:type owl:Class .
:Scope_Performance_AndResources rdfs:subClassOf owl:Thing .
:Scope_Performance_AndResources rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :performanceAttributes ;
    owl:allValuesFrom :PerformanceAttributes
  ]  .
:Scope_Performance_AndResources rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :requiredResources ;
    owl:allValuesFrom :RequiredResources
  ]  .
:Scope_Performance_AndResources rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :scope ;
    owl:allValuesFrom :Scope
  ]  .
:SecurityLevel rdf:type owl:Class .
:SecurityLevel rdfs:subClassOf :Communication .
:High rdf:type :SecurityLevel .
:Low rdf:type :SecurityLevel .
:Medium rdf:type :SecurityLevel .
:SelectOneFrom1ToNSpatialTarget rdf:type owl:Class .
:SelectOneFrom1ToNSpatialTarget rdfs:subClassOf :MakeSpatial_TemporalPairs_Steps_ToMakeSequenceForOperationalScenarios .
:N rdf:type :SelectOneFrom1ToNSpatialTarget .
:X1 rdf:type :SelectOneFrom1ToNSpatialTarget .
:X2 rdf:type :SelectOneFrom1ToNSpatialTarget .
:X3 rdf:type :SelectOneFrom1ToNSpatialTarget .
:SelectOneFrom1ToNTemporalTargetToMatchWithSpatialTarget rdf:type owl:Class .
:SelectOneFrom1ToNTemporalTargetToMatchWithSpatialTarget rdfs:subClassOf :MakeSpatial_TemporalPairs_Steps_ToMakeSequenceForOperationalScenarios .
:N rdf:type :SelectOneFrom1ToNTemporalTargetToMatchWithSpatialTarget .
:X1 rdf:type :SelectOneFrom1ToNTemporalTargetToMatchWithSpatialTarget .
:X2 rdf:type :SelectOneFrom1ToNTemporalTargetToMatchWithSpatialTarget .
:X3 rdf:type :SelectOneFrom1ToNTemporalTargetToMatchWithSpatialTarget .
:Signal rdf:type owl:Class .
:Signal rdfs:subClassOf :CriticalInstrumentParameters .
:Signal rdf:type owl:Class .
:Signal rdfs:subClassOf :CriticalInstrumentPerformance .
:Signal rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :fromMinimum ;
    owl:allValuesFrom :FromMinimum
  ]  .
:Signal rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :inTheseUnits ;
    owl:allValuesFrom :InTheseUnits
  ]  .
:Signal rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :specifiedUnits ;
    owl:allValuesFrom :SpecifiedUnits
  ]  .
:Signal rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :toMaximum ;
    owl:allValuesFrom :ToMaximum
  ]  .
:Signal rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :value ;
    owl:allValuesFrom :Value
  ]  .
:Coverage_Region_FromMiminumToMaximumInSpecifiedUnits_E_g__A_Cm_Hz rdf:type :Signal .
:Coverage_Region_FromMinToMaxInSpecifiedUnits_E_g__A_Cm_Hz rdf:type :Signal .
:PercentSensitivity rdf:type :Signal .
:Response_ValueAndSpecifiedUnits_E_g__ErgCm_2Sec_1A_1 rdf:type :Signal .
:SignalToNoiseRatio rdf:type :Signal .
:Signal_spectraRegionOrType rdf:type owl:Class .
:Signal_spectraRegionOrType rdfs:subClassOf :CriticalInstruments .
:Signal_spectraRegionOrType rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :centerOfBandOrLine ;
    owl:allValuesFrom :CenterOfBandOrLine
  ]  .
:HighEnergyRegion_X_ray rdf:type :Signal_spectraRegionOrType .
:InfraredRegion rdf:type :Signal_spectraRegionOrType .
:Laser rdf:type :Signal_spectraRegionOrType .
:MicrowaveRegion rdf:type :Signal_spectraRegionOrType .
:Radar rdf:type :Signal_spectraRegionOrType .
:RadioRegion rdf:type :Signal_spectraRegionOrType .
:Seismic_SonicRegion rdf:type :Signal_spectraRegionOrType .
:UVRegion rdf:type :Signal_spectraRegionOrType .
:VisibleRegion rdf:type :Signal_spectraRegionOrType .
:Size_LongestDimensionInKm rdf:type owl:Class .
:Size_LongestDimensionInKm rdfs:subClassOf :FrontierEnumeration .
:Size_RelativeToTypicalExample rdf:type owl:Class .
:Size_RelativeToTypicalExample rdfs:subClassOf :SystemPerformance .
:Large_ThousandsOfKg rdf:type :Size_RelativeToTypicalExample .
:Moderate_HundredsOfKg rdf:type :Size_RelativeToTypicalExample .
:Nano_NanoSatOrCubeSat_UpTo10Kg rdf:type :Size_RelativeToTypicalExample .
:Small_ExplorerClass_TensOfKg rdf:type :Size_RelativeToTypicalExample .
:Spacecraft rdf:type owl:Class .
:Spacecraft rdfs:subClassOf :TypeOfAsset .
:SpacecraftAngleRelativeToNormal rdf:type owl:Class .
:SpacecraftAngleRelativeToNormal rdfs:subClassOf :Pointing .
:NearNadir rdf:type :SpacecraftAngleRelativeToNormal .
:Oblique rdf:type :SpacecraftAngleRelativeToNormal .
:SpacecraftAxis rdf:type owl:Class .
:SpacecraftAxis rdfs:subClassOf :Geometry .
:SpacecraftAxis rdf:type owl:Class .
:SpacecraftAxis rdfs:subClassOf :OrbitalGeometry .
:SpacecraftAxis rdf:type owl:Class .
:SpacecraftAxis rdfs:subClassOf :Spacecraft .
:Spin_stabilized rdf:type :SpacecraftAxis .
:X3_AxisStabilized rdf:type :SpacecraftAxis .
:SpacecraftHealthMonitoring rdf:type owl:Class .
:SpacecraftHealthMonitoring rdfs:subClassOf :WorkSupported .
:Spatial rdf:type owl:Class .
:Spatial rdfs:subClassOf :CriticalInstrumentParameters .
:Spatial rdf:type owl:Class .
:Spatial rdfs:subClassOf :CriticalInstrumentPerformance .
:Spatial rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :valueInMForHighestResolutionNeeded ;
    owl:allValuesFrom :ValueInMForHighestResolutionNeeded
  ]  .
:Spatial rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :valueInMForHighestResolutionPossible ;
    owl:allValuesFrom :ValueInMForHighestResolutionPossible
  ]  .
:Spatial rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :valueInMForLargestDimensionFeature ;
    owl:allValuesFrom :ValueInMForLargestDimensionFeature
  ]  .
:Spatial rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :valueInMForLargestDimensionPosible ;
    owl:allValuesFrom :ValueInMForLargestDimensionPosible
  ]  .
:Spatial rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :valueInM ;
    owl:allValuesFrom :ValueInM
  ]  .
:Coverage rdf:type :Spatial .
:PointingAccuracy rdf:type :Spatial .
:PointingPrecision rdf:type :Spatial .
:Resolution rdf:type :Spatial .
:SpatialAndTemporalTargetSelectionForActivity rdf:type owl:Class .
:SpatialAndTemporalTargetSelectionForActivity rdfs:subClassOf owl:Thing .
:SpatialAndTemporalTargetSelectionForActivity rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :geometry ;
    owl:allValuesFrom :Geometry
  ]  .
:SpatialAndTemporalTargetSelectionForActivity rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :orbitalCoverage ;
    owl:allValuesFrom :OrbitalCoverage
  ]  .
:SpatialAndTemporalTargetSelectionForActivity rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :orbitalGeometry ;
    owl:allValuesFrom :OrbitalGeometry
  ]  .
:SpatialAndTemporalTargetSelectionForActivity rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :spatialTargets ;
    owl:allValuesFrom :SpatialTargets
  ]  .
:SpatialAndTemporalTargetSelectionForActivity rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :surfaceActivityNeeds ;
    owl:allValuesFrom :SurfaceActivityNeeds
  ]  .
:SpatialAndTemporalTargetSelectionForActivity rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :temporalTargets ;
    owl:allValuesFrom :TemporalTargets
  ]  .
:SpatialTargets rdf:type owl:Class .
:SpatialTargets rdfs:subClassOf :FrontierEnumeration .
:SpecifiedStartTime rdf:type owl:Class .
:SpecifiedStartTime rdfs:subClassOf :TemporalTargets .
:SpecifiedStartTime rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :hHMMSSUsing2400Standard ;
    owl:allValuesFrom :HHMMSSUsing2400Standard
  ]  .
:SpecifiedStartTime rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :mMDDYY ;
    owl:allValuesFrom :MMDDYY
  ]  .
:SpecifyStartDate rdf:type :SpecifiedStartTime .
:SpecifyStartingLocalClockTime rdf:type :SpecifiedStartTime .
:SpecifiedUnits rdf:type owl:Class .
:SpecifiedUnits rdfs:subClassOf :FrontierEnumeration .
:SpecifyAngle rdf:type owl:Class .
:SpecifyAngle rdfs:subClassOf :Orbital .
:SpecifyAngle rdf:type owl:Class .
:SpecifyAngle rdfs:subClassOf :SpacecraftAngleRelativeToNormal .
:SphereOfOperation rdf:type owl:Class .
:SphereOfOperation rdfs:subClassOf :FrontierEnumeration .
:SunAngle_illumination rdf:type owl:Class .
:SunAngle_illumination rdfs:subClassOf :OrbitalGeometry .
:SunAngle_illumination rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :maximumAngle ;
    owl:allValuesFrom :MaximumAngle
  ]  .
:SunAngle_illumination rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :minimumAngle ;
    owl:allValuesFrom :MinimumAngle
  ]  .
:Moderate rdf:type :SunAngle_illumination .
:SupplyOfThisWithinYourCommunityNow rdf:type owl:Class .
:SupplyOfThisWithinYourCommunityNow rdfs:subClassOf :Scope .
:SupplyOfThisWithinYourCommunityNow rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :giveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable ;
    owl:allValuesFrom :GiveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable
  ]  .
:High rdf:type :SupplyOfThisWithinYourCommunityNow .
:Low rdf:type :SupplyOfThisWithinYourCommunityNow .
:Moderate rdf:type :SupplyOfThisWithinYourCommunityNow .
:SupplySideStrategicArticulationAndModesOfOperationCreationLoop rdf:type owl:Class .
:SupplySideStrategicArticulationAndModesOfOperationCreationLoop rdfs:subClassOf owl:Thing .
:SupplySideStrategicArticulationAndModesOfOperationCreationLoop rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :detailedIntakeFormsForSelectedModeForVeryHighLevelInput ;
    owl:allValuesFrom :DetailedIntakeFormsForSelectedModeForVeryHighLevelInput
  ]  .
:SupplySideStrategicArticulationAndModesOfOperationCreationLoop rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :exampleInstrument_MissionOrProgramThatNeededAnalogousToWhatIsBeingSuppliedHere ;
    owl:allValuesFrom :ExampleInstrument_MissionOrProgramThatNeededAnalogousToWhatIsBeingSuppliedHere
  ]  .
:SupplySideStrategicArticulationAndModesOfOperationCreationLoop rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :modeApplication ;
    owl:allValuesFrom :ModeApplication
  ]  .
:SupplySideStrategicArticulationAndModesOfOperationCreationLoop rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :modeGoal ;
    owl:allValuesFrom :ModeGoal
  ]  .
:SupplySideStrategicArticulationAndModesOfOperationCreationLoop rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :modeObjective ;
    owl:allValuesFrom :ModeObjective
  ]  .
:SupplySideStrategicArticulationAndModesOfOperationCreationLoop rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :modePerformance ;
    owl:allValuesFrom :ModePerformance
  ]  .
:SupplySideStrategicArticulationAndModesOfOperationCreationLoop rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :scope_Performance_AndResources ;
    owl:allValuesFrom :Scope_Performance_AndResources
  ]  .
:SupplySideTacticalArticulationAndModesOfOperationCreationLoop rdf:type owl:Class .
:SupplySideTacticalArticulationAndModesOfOperationCreationLoop rdfs:subClassOf owl:Thing .
:SupplySideTacticalArticulationAndModesOfOperationCreationLoop rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :detailedIntakeFormsForSelectedModeForVeryHighLevelInput ;
    owl:allValuesFrom :DetailedIntakeFormsForSelectedModeForVeryHighLevelInput
  ]  .
:SupplySideTacticalArticulationAndModesOfOperationCreationLoop rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :exampleInstrument_MissionOrProgramThatUsedAnalogousItemToWhatYouAreSupplyingToMeetNeed ;
    owl:allValuesFrom :ExampleInstrument_MissionOrProgramThatUsedAnalogousItemToWhatYouAreSupplyingToMeetNeed
  ]  .
:SupplySideTacticalArticulationAndModesOfOperationCreationLoop rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :modeApplication ;
    owl:allValuesFrom :ModeApplication
  ]  .
:SupplySideTacticalArticulationAndModesOfOperationCreationLoop rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :modeGoal ;
    owl:allValuesFrom :ModeGoal
  ]  .
:SupplySideTacticalArticulationAndModesOfOperationCreationLoop rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :modeObjective ;
    owl:allValuesFrom :ModeObjective
  ]  .
:SupplySideTacticalArticulationAndModesOfOperationCreationLoop rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :modePerformance ;
    owl:allValuesFrom :ModePerformance
  ]  .
:SupplySideTacticalArticulationAndModesOfOperationCreationLoop rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :scope_Performance_AndResources ;
    owl:allValuesFrom :Scope_Performance_AndResources
  ]  .
:Surface rdf:type owl:Class .
:Surface rdfs:subClassOf :EnvironmentForOperation .
:Static_GroundStation_lander rdf:type :Surface .
:SurfaceActivityNeeds rdf:type owl:Class .
:SurfaceActivityNeeds rdfs:subClassOf :FrontierEnumeration .
:SurfaceActivityNeeds rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :units ;
    owl:allValuesFrom :Units
  ]  .
:SurfaceActivityNeeds rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :value ;
    owl:allValuesFrom :Value
  ]  .
:AccessToSlopesOfUpTo_Degrees rdf:type :SurfaceActivityNeeds .
:ApproximateDiamterOfAreaOfInterest_Km rdf:type :SurfaceActivityNeeds .
:MinimumSpeedRequiredToMeetAvailableTimeRequirements_Km_hour rdf:type :SurfaceActivityNeeds .
:PercentOfSurfaceToWhichNeedAccess rdf:type :SurfaceActivityNeeds .
:SpacingBetweenFeaturesOfInterestWithinAreaOfInterest_Km rdf:type :SurfaceActivityNeeds .
:SurfaceMobility rdf:type owl:Class .
:SurfaceMobility rdfs:subClassOf :TypeOfAsset .
:SurfaceMobility rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :units ;
    owl:allValuesFrom :Units
  ]  .
:SurfaceMobility rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :value ;
    owl:allValuesFrom :Value
  ]  .
:CapableOfSlopesUpTo_Degrees rdf:type :SurfaceMobility .
:MaximumSpeedCapableOf_Km_hour rdf:type :SurfaceMobility .
:PotentialRange_Km rdf:type :SurfaceMobility .
:SystemPerformance rdf:type owl:Class .
:SystemPerformance rdfs:subClassOf :FrontierEnumeration .
:TakeMeasurementsWithOrWithoutIllumination rdf:type owl:Class .
:TakeMeasurementsWithOrWithoutIllumination rdfs:subClassOf :Lighting .
:TakeMeasurementsWithOrWithoutIllumination rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :maximumSolarAngle ;
    owl:allValuesFrom :MaximumSolarAngle
  ]  .
:TakeMeasurementsWithOrWithoutIllumination rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :minimumSolarAngle ;
    owl:allValuesFrom :MinimumSolarAngle
  ]  .
:TechnologyLevel rdf:type owl:Class .
:TechnologyLevel rdfs:subClassOf :Scope .
:TechnologyLevel rdf:type owl:Class .
:TechnologyLevel rdfs:subClassOf :ScopeOfProgramElement .
:TechnologyLevel rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :giveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable ;
    owl:allValuesFrom :GiveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable
  ]  .
:High_New rdf:type :TechnologyLevel .
:Low_COTS rdf:type :TechnologyLevel .
:Moderate_StateOfTheArt rdf:type :TechnologyLevel .
:Temporal rdf:type owl:Class .
:Temporal rdfs:subClassOf :CriticalInstrumentParameters .
:Temporal rdf:type owl:Class .
:Temporal rdfs:subClassOf :CriticalInstrumentPerformance .
:Temporal rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :numberOfTimes ;
    owl:allValuesFrom :NumberOfTimes
  ]  .
:Temporal rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :unitOfTime ;
    owl:allValuesFrom :UnitOfTime
  ]  .
:Temporal rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :units ;
    owl:allValuesFrom :Units
  ]  .
:Temporal rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :value ;
    owl:allValuesFrom :Value
  ]  .
:DurationOfCoverage_EntirePeriodToMeetAllDemands_Hours rdf:type :Temporal .
:MaximumDurationOfCoverageForEntirePeriod_Hours rdf:type :Temporal .
:MaximumDurationOfCoverageForOneFrame_Seconds rdf:type :Temporal .
:MaximumDurationOfCoverage_Frame_signalCaptureTime__Seconds rdf:type :Temporal .
:MaximumFrequencyCoverage___number_Times___unitOfTime__E_g__Hour_Day rdf:type :Temporal .
:MaximumFrequencyOfCoverage__NumberOfTimes_Per_UnitOfTime__E_g__Hour_Day rdf:type :Temporal .
:ResponseTime_Seconds rdf:type :Temporal .
:TimingAccuracy_Seconds rdf:type :Temporal .
:TimingPrecision_Seconds rdf:type :Temporal .
:TemporalTargets rdf:type owl:Class .
:TemporalTargets rdfs:subClassOf :FrontierEnumeration .
:TemporalTargets rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :numberOfTimes ;
    owl:allValuesFrom :NumberOfTimes
  ]  .
:TemporalTargets rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :perSpecifiedUnit_E_g__Day_Hour_Month ;
    owl:allValuesFrom :PerSpecifiedUnit_E_g__Day_Hour_Month
  ]  .
:TemporalTargets rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :value ;
    owl:allValuesFrom :Value
  ]  .
:CoverageFrequency rdf:type :TemporalTargets .
:TotalTimeOfCoverage rdf:type :TemporalTargets .
:Thermal_mechanical rdf:type owl:Class .
:Thermal_mechanical rdfs:subClassOf :CriticalSubsystems .
:Thermal_mechanical rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :value ;
    owl:allValuesFrom :Value
  ]  .
:Durability_LifetimeInYears rdf:type :Thermal_mechanical .
:Mass_Kg rdf:type :Thermal_mechanical .
:Volume_CubicCentimeters rdf:type :Thermal_mechanical .
:ToMaximum rdf:type owl:Class .
:ToMaximum rdfs:subClassOf :FrontierEnumeration .
:ToolUserInterfaceNBF rdf:type owl:Class .
:ToolUserInterfaceNBF rdfs:subClassOf :SANEInterface .
:TypeCoverage rdf:type owl:Class .
:TypeCoverage rdfs:subClassOf :SpatialTargets .
:EasternHemisphere rdf:type :TypeCoverage .
:Equatorial rdf:type :TypeCoverage .
:Global rdf:type :TypeCoverage .
:Mid_latitude rdf:type :TypeCoverage .
:NorthernHemisphere rdf:type :TypeCoverage .
:Polar rdf:type :TypeCoverage .
:SouthernHemisphere rdf:type :TypeCoverage .
:WesternHemisphere rdf:type :TypeCoverage .
:TypeOfAsset rdf:type owl:Class .
:TypeOfAsset rdfs:subClassOf :SystemPerformance .
:Lander rdf:type :TypeOfAsset .
:TypeOfOperation rdf:type owl:Class .
:TypeOfOperation rdfs:subClassOf :SphereOfOperation .
:TypeOfOperation rdf:type owl:Class .
:TypeOfOperation rdfs:subClassOf :SystemPerformance .
:Automated rdf:type :TypeOfOperation .
:CompletelyAutonomous rdf:type :TypeOfOperation .
:HumanDirected rdf:type :TypeOfOperation .
:TypicalValue rdf:type owl:Class .
:TypicalValue rdfs:subClassOf :FrontierEnumeration .
:TypicalValueInCubicCentimeters rdf:type owl:Class .
:TypicalValueInCubicCentimeters rdfs:subClassOf :FrontierEnumeration .
:TypicalValueInDelta_V_Km_s rdf:type owl:Class .
:TypicalValueInDelta_V_Km_s rdfs:subClassOf :FrontierEnumeration .
:TypicalValueInKBs rdf:type owl:Class .
:TypicalValueInKBs rdfs:subClassOf :FrontierEnumeration .
:TypicalValueInKg rdf:type owl:Class .
:TypicalValueInKg rdfs:subClassOf :FrontierEnumeration .
:TypicalValueInWatts rdf:type owl:Class .
:TypicalValueInWatts rdfs:subClassOf :FrontierEnumeration .
:UnitOfTime rdf:type owl:Class .
:UnitOfTime rdfs:subClassOf :FrontierEnumeration .
:Units rdf:type owl:Class .
:Units rdfs:subClassOf :FrontierEnumeration .
:Value rdf:type owl:Class .
:Value rdfs:subClassOf :FrontierEnumeration .
:ValueInM rdf:type owl:Class .
:ValueInM rdfs:subClassOf :FrontierEnumeration .
:ValueInMForHighestResolutionNeeded rdf:type owl:Class .
:ValueInMForHighestResolutionNeeded rdfs:subClassOf :FrontierEnumeration .
:ValueInMForHighestResolutionPossible rdf:type owl:Class .
:ValueInMForHighestResolutionPossible rdfs:subClassOf :FrontierEnumeration .
:ValueInMForLargestDimensionFeature rdf:type owl:Class .
:ValueInMForLargestDimensionFeature rdfs:subClassOf :FrontierEnumeration .
:ValueInMForLargestDimensionPosible rdf:type owl:Class .
:ValueInMForLargestDimensionPosible rdfs:subClassOf :FrontierEnumeration .
:Volume rdf:type owl:Class .
:Volume rdfs:subClassOf :AllowableResources .
:Volume rdf:type owl:Class .
:Volume rdfs:subClassOf :AllowableResourcesForProgramElement .
:Volume rdf:type owl:Class .
:Volume rdfs:subClassOf :RequiredResources .
:Volume rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :giveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable ;
    owl:allValuesFrom :GiveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable
  ]  .
:Volume rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :typicalValueInCubicCentimeters ;
    owl:allValuesFrom :TypicalValueInCubicCentimeters
  ]  .
:X1_Low rdf:type :Volume .
:X2 rdf:type :Volume .
:X3_Typical rdf:type :Volume .
:X4 rdf:type :Volume .
:X5_High rdf:type :Volume .
:WaitForLaterIteration rdf:type owl:Class .
:WaitForLaterIteration rdfs:subClassOf :FrontierEnumeration .
:WebSupportEnvironmentInterface rdf:type owl:Class .
:WebSupportEnvironmentInterface rdfs:subClassOf :ToolUserInterfaceNBF .
:StakeholderGUIInterface rdf:type :WebSupportEnvironmentInterface .
:WirelessCommunication rdf:type owl:Class .
:WirelessCommunication rdfs:subClassOf :WorkSupported .
:WithInstrumentsCoveringOneOrMoreSignal_spectraRegionOrType rdf:type owl:Class .
:WithInstrumentsCoveringOneOrMoreSignal_spectraRegionOrType rdfs:subClassOf :FrontierEnumeration .
:WithInstrumentsCoveringOneOrMoreSignal_spectraRegionOrType rdfs:subClassOf 
  [ rdf:type owl:Restriction ;
    owl:onProperty :centerOfBandOrLine ;
    owl:allValuesFrom :CenterOfBandOrLine
  ]  .
:HighEnergyRegion_X_ray rdf:type :WithInstrumentsCoveringOneOrMoreSignal_spectraRegionOrType .
:InfraredRegion rdf:type :WithInstrumentsCoveringOneOrMoreSignal_spectraRegionOrType .
:Laser rdf:type :WithInstrumentsCoveringOneOrMoreSignal_spectraRegionOrType .
:MicrowaveRegion rdf:type :WithInstrumentsCoveringOneOrMoreSignal_spectraRegionOrType .
:Radar rdf:type :WithInstrumentsCoveringOneOrMoreSignal_spectraRegionOrType .
:RadioRegion rdf:type :WithInstrumentsCoveringOneOrMoreSignal_spectraRegionOrType .
:Seismic_SonicRegion rdf:type :WithInstrumentsCoveringOneOrMoreSignal_spectraRegionOrType .
:UVRegion rdf:type :WithInstrumentsCoveringOneOrMoreSignal_spectraRegionOrType .
:VisibleRegion rdf:type :WithInstrumentsCoveringOneOrMoreSignal_spectraRegionOrType .
:WorkSupported rdf:type owl:Class .
:WorkSupported rdfs:subClassOf :FrontierEnumeration .
:ClimateChange rdf:type :WorkSupported .
:CommunicationInfrastructurePlanning rdf:type :WorkSupported .
:MarsVolcanism rdf:type :WorkSupported .
:PropulsionSystemsForSpacecraftClusters rdf:type :WorkSupported .
:X_percent_ResourceReduction rdf:type owl:Class .
:X_percent_ResourceReduction rdfs:subClassOf :FrontierEnumeration .
:X_percent_ResourceReduction rdf:type owl:ObjectProperty .
:activityGoal rdf:type owl:ObjectProperty .
:activityObjective rdf:type owl:ObjectProperty .
:allowableResources rdf:type owl:ObjectProperty .
:allowableResourcesForProgramElement rdf:type owl:ObjectProperty .
:centerOfBandOrLine rdf:type owl:ObjectProperty .
:centralLatitude rdf:type owl:ObjectProperty .
:centralLongitude rdf:type owl:ObjectProperty .
:criticalInstrumentPerformance rdf:type owl:ObjectProperty .
:criticalInstruments rdf:type owl:ObjectProperty .
:criticalModelChangesOrAdditionsImprovements rdf:type owl:ObjectProperty .
:criticalSubsystem rdf:type owl:ObjectProperty .
:criticalSubsystems rdf:type owl:ObjectProperty .
:dataType rdf:type owl:ObjectProperty .
:degreeOfFractionation_NumberOfElements rdf:type owl:ObjectProperty .
:degrees rdf:type owl:ObjectProperty .
:detailedIntakeFormsForSelectedModeForVeryHighLevelInput rdf:type owl:ObjectProperty .
:downLoadIntakeFormsForSubmittalAtLaterTime rdf:type owl:ObjectProperty .
:environment rdf:type owl:ObjectProperty .
:estimated_percent_IncreaseInNumbersThatCanBeReached rdf:type owl:ObjectProperty .
:exampleInstrument_MissionOrProgramThatMetAnalogousNeed rdf:type owl:ObjectProperty .
:exampleInstrument_MissionOrProgramThatNeededAnalogousToWhatIsBeingSuppliedHere rdf:type owl:ObjectProperty .
:exampleInstrument_MissionOrProgramThatUsedAnalogousItemToWhatYouAreSupplyingToMeetNeed rdf:type owl:ObjectProperty .
:fromMinimum rdf:type owl:ObjectProperty .
:function rdf:type owl:ObjectProperty .
:geometry rdf:type owl:ObjectProperty .
:giveIntegerNumberFrom1_Monolithic_To14 rdf:type owl:ObjectProperty .
:giveIntegerWeightFrom1_Lo_To10_Hi__Using_0_ForNotApplicable rdf:type owl:ObjectProperty .
:hHMMSSUsing2400Standard rdf:type owl:ObjectProperty .
:highElectricFieldIntensityInNewtons_Coulumb rdf:type owl:ObjectProperty .
:highInAtmospheres rdf:type owl:ObjectProperty .
:highInCounts_squareMeter_second rdf:type owl:ObjectProperty .
:highInJoules_squareMeter_second rdf:type owl:ObjectProperty .
:highInK rdf:type owl:ObjectProperty .
:highMagneticFieldIntensityInTeslas rdf:type owl:ObjectProperty .
:inTheseUnits rdf:type owl:ObjectProperty .
:instrument rdf:type owl:ObjectProperty .
:interfaceDirectlyOnline rdf:type owl:ObjectProperty .
:km rdf:type owl:ObjectProperty .
:lowInAtmospheres rdf:type owl:ObjectProperty .
:lowInCounts_squareMeter_second rdf:type owl:ObjectProperty .
:lowInJoules_squareMeter_second rdf:type owl:ObjectProperty .
:lowInK rdf:type owl:ObjectProperty .
:mMDDYY rdf:type owl:ObjectProperty .
:makeSpatial_TemporalPairs_Steps_ToMakeSequenceForOperationalScenarios rdf:type owl:ObjectProperty .
:maximumAngle rdf:type owl:ObjectProperty .
:maximumOff_nadirAngle rdf:type owl:ObjectProperty .
:maximumSolarAngle rdf:type owl:ObjectProperty .
:minimumAngle rdf:type owl:ObjectProperty .
:minimumOff_nadirAngle rdf:type owl:ObjectProperty .
:minimumSolarAngle rdf:type owl:ObjectProperty .
:mission rdf:type owl:ObjectProperty .
:modeApplication rdf:type owl:ObjectProperty .
:modeGoal rdf:type owl:ObjectProperty .
:modeObjective rdf:type owl:ObjectProperty .
:modePerformance rdf:type owl:ObjectProperty .
:name rdf:type owl:ObjectProperty .
:nameAsset rdf:type owl:ObjectProperty .
:nameToolInterfaceLink rdf:type owl:ObjectProperty .
:numberOfTimes rdf:type owl:ObjectProperty .
:oneOrMoreDataTypes rdf:type owl:ObjectProperty .
:oneOrMoreFunctions rdf:type owl:ObjectProperty .
:orbitalCoverage rdf:type owl:ObjectProperty .
:orbitalGeometry rdf:type owl:ObjectProperty .
:particularNeeds_Enhancements rdf:type owl:ObjectProperty .
:perSpecifiedUnit_E_g__Day_Hour_Month rdf:type owl:ObjectProperty .
:performance rdf:type owl:ObjectProperty .
:performanceAttributes rdf:type owl:ObjectProperty .
:performanceOfProgramElement rdf:type owl:ObjectProperty .
:primaryAnticipatedImprovements rdf:type owl:ObjectProperty .
:program rdf:type owl:ObjectProperty .
:programElementGoal rdf:type owl:ObjectProperty .
:programElementObjective rdf:type owl:ObjectProperty .
:requiredResources rdf:type owl:ObjectProperty .
:scope rdf:type owl:ObjectProperty .
:scopeOfProgramElement rdf:type owl:ObjectProperty .
:scope_Performance_AndResources rdf:type owl:ObjectProperty .
:signal_spectraRegionOrType rdf:type owl:ObjectProperty .
:size_LongestDimensionInKm rdf:type owl:ObjectProperty .
:spatialAndTemporalTargetSelectionForActivity rdf:type owl:ObjectProperty .
:spatialTargets rdf:type owl:ObjectProperty .
:specifiedUnits rdf:type owl:ObjectProperty .
:sphereOfOperation rdf:type owl:ObjectProperty .
:surfaceActivityNeeds rdf:type owl:ObjectProperty .
:systemPerformance rdf:type owl:ObjectProperty .
:temporalTargets rdf:type owl:ObjectProperty .
:toMaximum rdf:type owl:ObjectProperty .
:typicalValue rdf:type owl:ObjectProperty .
:typicalValueInCubicCentimeters rdf:type owl:ObjectProperty .
:typicalValueInDelta_V_Km_s rdf:type owl:ObjectProperty .
:typicalValueInKBs rdf:type owl:ObjectProperty .
:typicalValueInKg rdf:type owl:ObjectProperty .
:typicalValueInWatts rdf:type owl:ObjectProperty .
:unitOfTime rdf:type owl:ObjectProperty .
:units rdf:type owl:ObjectProperty .
:value rdf:type owl:ObjectProperty .
:valueInM rdf:type owl:ObjectProperty .
:valueInMForHighestResolutionNeeded rdf:type owl:ObjectProperty .
:valueInMForHighestResolutionPossible rdf:type owl:ObjectProperty .
:valueInMForLargestDimensionFeature rdf:type owl:ObjectProperty .
:valueInMForLargestDimensionPosible rdf:type owl:ObjectProperty .
:waitForLaterIteration rdf:type owl:ObjectProperty .
:withInstrumentsCoveringOneOrMoreSignal_spectraRegionOrType rdf:type owl:ObjectProperty .
:workSupported rdf:type owl:ObjectProperty .
:centerOfBandOrLine rdf:type owl:DatatypeProperty .
:forBandOrLine rdf:type owl:DatatypeProperty .
:specifiedUnits rdf:type owl:DatatypeProperty .
:units rdf:type owl:DatatypeProperty .
:value rdf:type owl:DatatypeProperty .
