@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://data.nasa.gov/ontologies/atmonto/equipment#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . ns0:AircraftModel metadata_def:mappingLoom "aircraftmodel" ; metadata_def:mappingSameURI ns0:AircraftModel ; metadata_def:prefLabel "Aircraft model" ; metadata:prefixIRI "eqp:AircraftModel" ; a owl:Class ; rdfs:comment "An aircraft model represents a generic specification that describes the characteristics of a specific type of aircraft to be manufactured." ; rdfs:label "Aircraft model" ; rdfs:subClassOf owl:Thing . ns0:cicttNumber rdfs:domain ns0:AircraftModel . ns0:designedBy rdfs:domain ns0:AircraftModel . ns0:hasAircraftModel rdfs:range ns0:AircraftModel . ns0:isAircraftType rdfs:domain ns0:AircraftModel . ns0:numberOfEngines rdfs:domain ns0:AircraftModel .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://data.nasa.gov/ontologies/atmonto/equipment#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .

ns0:AircraftModel
    metadata_def:mappingLoom "aircraftmodel" ;
    metadata_def:mappingSameURI ns0:AircraftModel ;
    metadata_def:prefLabel "Aircraft model" ;
    metadata:prefixIRI "eqp:AircraftModel" ;
    a owl:Class ;
    rdfs:comment "An aircraft model represents a generic specification that describes the characteristics of a specific type of aircraft to be manufactured." ;
    rdfs:label "Aircraft model" ;
    rdfs:subClassOf owl:Thing .

ns0:cicttNumber
    rdfs:domain ns0:AircraftModel .

ns0:designedBy
    rdfs:domain ns0:AircraftModel .

ns0:hasAircraftModel
    rdfs:range ns0:AircraftModel .

ns0:isAircraftType
    rdfs:domain ns0:AircraftModel .

ns0:numberOfEngines
    rdfs:domain ns0:AircraftModel .