# baseURI: http://onto.fel.cvut.cz/ontologies/aviation/376-form-0.2

@prefix form: <http://onto.fel.cvut.cz/ontologies/form/> .
@prefix form-lt: <http://onto.fel.cvut.cz/ontologies/form-layout/> .
@prefix form376: <http://onto.fel.cvut.cz/ontologies/aviation/376-form/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://onto.fel.cvut.cz/ontologies/aviation/376-form-0.2>
  rdf:type owl:Ontology ;
  owl:imports <http://onto.fel.cvut.cz/ontologies/form> ;
  owl:imports <http://onto.fel.cvut.cz/ontologies/form-layout> ;
.
form376:aerodrome-related-data-fields
  rdf:type form:section ;
  rdf:type owl:NamedIndividual ;
  form:has-subtemplate form376:icao-indicator-of-airport ;
  form:has-subtemplate form376:location-on-the-aerodrome ;
  rdfs:label "Aerodrome-related data fields"^^xsd:string ;
.
form376:aircraft-category
  rdf:type form:question-template ;
  rdf:type owl:NamedIndividual ;
  rdfs:label "Aircraft Category"^^xsd:string ;
.
form376:aircraft-damage-or-personal-injury-related-data-fields
  rdf:type form:section ;
  rdf:type owl:NamedIndividual ;
  form:has-subsection form376:injuries-to-persons ;
  form:has-subsection form376:severity ;
  rdfs:label "Aircraft damage or personal injury-related data fields"^^xsd:string ;
.
form376:aircraft-description
  rdf:type form:section ;
  rdf:type owl:NamedIndividual ;
  form:has-subtemplate form376:aircraft-category ;
  form:has-subtemplate form376:mass-group ;
  form:has-subtemplate form376:propulsion-type ;
  rdfs:label "Aircraft Description"^^xsd:string ;
.
form376:aircraft-identification
  rdf:type form:section ;
  rdf:type owl:NamedIndividual ;
  form:has-subtemplate form376:aircraft-registration ;
  form:has-subtemplate form376:aircraft-serial-number ;
  form:has-subtemplate form376:call-sign ;
  form:has-subtemplate form376:make-or-model-or-series ;
  form:has-subtemplate form376:state-of-registry ;
  rdfs:label "Aircraft Identification"^^xsd:string ;
.
form376:aircraft-operation
  rdf:type form:section ;
  rdf:type owl:NamedIndividual ;
  form:has-subtemplate form376:operator ;
  form:has-subtemplate form376:type-of-operation ;
  rdfs:label "Aircraft Operation"^^xsd:string ;
.
form376:aircraft-registration
  rdf:type form:question-template ;
  rdf:type owl:NamedIndividual ;
  rdfs:label "Aircraft Registration"^^xsd:string ;
.
form376:aircraft-related-data-fields
  rdf:type form:section ;
  rdf:type owl:NamedIndividual ;
  form:has-subsection form376:aircraft-description ;
  form:has-subsection form376:aircraft-identification ;
  form:has-subsection form376:aircraft-operation ;
  form:has-subsection form376:history-of-flight ;
  form:has-subsection form376:weather ;
  rdfs:label "Aircraft-related data fields"^^xsd:string ;
.
form376:aircraft-serial-number
  rdf:type form:question-template ;
  rdf:type owl:NamedIndividual ;
  rdfs:label "Aircraft serial number"^^xsd:string ;
.
form376:airspace
  rdf:type form:section ;
  rdf:type owl:NamedIndividual ;
  form:has-subtemplate form376:airspace-class ;
  form:has-subtemplate form376:airspace-type ;
  form:has-subtemplate form376:fir-or-uir-name ;
  rdfs:label "Airspace"^^xsd:string ;
.
form376:airspace-class
  rdf:type form:question-template ;
  rdf:type owl:NamedIndividual ;
  rdfs:label "Airspace class"^^xsd:string ;
.
form376:airspace-type
  rdf:type form:question-template ;
  rdf:type owl:NamedIndividual ;
  rdfs:label "Airspace type"^^xsd:string ;
.
form376:atm-contribution
  rdf:type form:question-template ;
  rdf:type owl:NamedIndividual ;
  rdfs:label "ATM contribution"^^xsd:string ;
.
form376:atm-relation
  rdf:type form:section ;
  rdf:type owl:NamedIndividual ;
  form:has-subtemplate form376:atm-contribution ;
  form:has-subtemplate form376:effect-on-atm-service ;
  rdfs:label "ATM relation"^^xsd:string ;
.
form376:ats-unit-name
  rdf:type form:question-template ;
  rdf:type owl:NamedIndividual ;
  rdfs:label "ATS Unit Name"^^xsd:string ;
.
form376:call-sign
  rdf:type form:question-template ;
  rdf:type owl:NamedIndividual ;
  rdfs:label "Call sign"^^xsd:string ;
.
form376:data-fields-relating-to-air-navigation-services
  rdf:type form:section ;
  rdf:type owl:NamedIndividual ;
  form:has-subtemplate form376:ats-unit-name ;
  form:has-subsection form376:atm-relation ;
  form:has-subsection form376:smi-or-los-and-airspace-infringement-related-data-fields ;
  rdfs:label "Data fields relating to air navigation services"^^xsd:string ;
.
form376:effect-on-atm-service
  rdf:type form:question-template ;
  rdf:type owl:NamedIndividual ;
  rdfs:label "Service affected (effect on ATM service)"^^xsd:string ;
.
form376:fir-or-uir-name
  rdf:type form:question-template ;
  rdf:type owl:NamedIndividual ;
  rdfs:label "FIR/UIR name"^^xsd:string ;
.
form376:flight-phase
  rdf:type form:question-template ;
  rdf:type owl:NamedIndividual ;
  rdfs:label "Flight Phase"^^xsd:string ;
.
form376:highest-damage
  rdf:type form:question-template ;
  rdf:type owl:NamedIndividual ;
  rdfs:label "Highest Damage"^^xsd:string ;
.
form376:history-of-flight
  rdf:type form:section ;
  rdf:type owl:NamedIndividual ;
  form:has-subtemplate form376:flight-phase ;
  form:has-subtemplate form376:last-departure-point ;
  form:has-subtemplate form376:planned-destination ;
  rdfs:label "History of Flight"^^xsd:string ;
.
form376:icao-indicator-of-airport
  rdf:type form:question-template ;
  rdf:type owl:NamedIndividual ;
  rdfs:label "Location Indicator (ICAO indicator of the airport)"^^xsd:string ;
.
form376:injuries-to-persons
  rdf:type form:section ;
  rdf:type owl:NamedIndividual ;
  form:has-subtemplate form376:number-of-injuries-on-aircraft ;
  form:has-subtemplate form376:number-of-injuries-on-ground ;
  rdfs:label "Injuries to persons"^^xsd:string ;
.
form376:injury-level
  rdf:type form:question-template ;
  rdf:type owl:NamedIndividual ;
  rdfs:label "Injury Level"^^xsd:string ;
.
form376:is-disabled
  rdf:type owl:DatatypeProperty ;
  rdfs:label "is-disabled"^^xsd:string ;
  rdfs:range xsd:boolean ;
.
form376:last-departure-point
  rdf:type form:question-template ;
  rdf:type owl:NamedIndividual ;
  rdfs:label "Last Departure Point"^^xsd:string ;
.
form376:location-on-the-aerodrome
  rdf:type form:question-template ;
  rdf:type owl:NamedIndividual ;
  rdfs:label "Location on the aerodrome"^^xsd:string ;
.
form376:make-or-model-or-series
  rdf:type form:question-template ;
  rdf:type owl:NamedIndividual ;
  rdfs:label "Make/Model/Series"^^xsd:string ;
.
form376:mass-group
  rdf:type form:question-template ;
  rdf:type owl:NamedIndividual ;
  rdfs:label "Mass Group"^^xsd:string ;
.
form376:number-of-injuries-on-aircraft
  rdf:type form:question-template ;
  rdf:type owl:NamedIndividual ;
  rdfs:label "Number of injuries on aircraft (fatal, serious, minor)"^^xsd:string ;
.
form376:number-of-injuries-on-ground
  rdf:type form:question-template ;
  rdf:type owl:NamedIndividual ;
  rdfs:label "Number of injuries on ground (fatal, serious, minor)"^^xsd:string ;
.
form376:operator
  rdf:type form:question-template ;
  rdf:type owl:NamedIndividual ;
  rdfs:label "Operator"^^xsd:string ;
.
form376:planned-destination
  rdf:type form:question-template ;
  rdf:type owl:NamedIndividual ;
  rdfs:label "Planned Destination"^^xsd:string ;
.
form376:propulsion-type
  rdf:type form:question-template ;
  rdf:type owl:NamedIndividual ;
  rdfs:label "Propulsion Type"^^xsd:string ;
.
form376:severity
  rdf:type form:section ;
  rdf:type owl:NamedIndividual ;
  form:has-subtemplate form376:highest-damage ;
  form:has-subtemplate form376:injury-level ;
  rdfs:label "Severity"^^xsd:string ;
.
form376:smi-or-los-and-airspace-infringement-related-data-fields
  rdf:type form:section ;
  rdf:type owl:NamedIndividual ;
  form:has-subsection form376:airspace ;
  rdfs:label "Separation Minima Infringement/Loss of Separation and Airspace Infringement-related data fields"^^xsd:string ;
.
form376:state-of-registry
  rdf:type form:question-template ;
  rdf:type owl:NamedIndividual ;
  rdfs:label "State of Registry"^^xsd:string ;
.
form376:type-of-operation
  rdf:type form:question-template ;
  rdf:type owl:NamedIndividual ;
  rdfs:label "Type of operation"^^xsd:string ;
.
form376:weather
  rdf:type form:section ;
  rdf:type owl:NamedIndividual ;
  form:has-subtemplate form376:weather-relevant ;
  rdfs:label "Weather"^^xsd:string ;
.
form376:weather-relevant
  rdf:type form:question-template ;
  rdf:type owl:NamedIndividual ;
  rdfs:label "Weather relevant"^^xsd:string ;
.
