@prefix : <https://ark.adaptcentre.ie/Ontologies/ARKAmarach#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <https://ark.adaptcentre.ie/Ontologies/ARKAmarach#> .

<https://ark.adaptcentre.ie/Ontologies/ARKAmarach#> rdf:type owl:Ontology ;
                                                     owl:versionIRI <https://ARKAmarach.adaptcentre.ie/Ontologies/ARKAmarach/0.1> ;
                                                     <http://purl.org/dc/elements/1.1/contributor> "Conor Nolan" ,
                                                                                                   "Jessica Brown" ,
                                                                                                   "Nick McDonald" ,
                                                                                                   "Rob Brennan" ;
                                                     <http://purl.org/dc/elements/1.1/creator> "Yalemisew Abgaz" ;
                                                     <http://purl.org/dc/elements/1.1/description> "A model for representing concepts, relationships and axioms for Aviation Risk Knowledge flight operaiton reporting system."@en ;
                                                     <http://purl.org/dc/elements/1.1/modified> "02/07/2019" ;
                                                     <http://purl.org/dc/elements/1.1/publisher> "https://www.ARKAmarach.adaptcentre.ie/" ;
                                                     <http://purl.org/dc/elements/1.1/rights> "https://creativecommons.org/licenses/by-nc/4.0/" ;
                                                     <http://purl.org/dc/elements/1.1/title> "Access Risk Knowledge Ontology Amarach Report Ontology"@en ;
                                                     <http://purl.org/vocab/vann/preferredNamespacePrefix> "ARKAM" ;
                                                     <http://purl.org/vocab/vann/preferredNamespaceUri> "https://ARKAmarach.adaptcentre.ie/Ontologies/ARKAmarach#" ;
                                                     owl:versionInfo "0.1" .

#################################################################
#    Annotation properties
#################################################################

###  http://purl.org/dc/elements/1.1/contributor
<http://purl.org/dc/elements/1.1/contributor> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/creator
<http://purl.org/dc/elements/1.1/creator> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/description
<http://purl.org/dc/elements/1.1/description> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/modified
<http://purl.org/dc/elements/1.1/modified> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/publisher
<http://purl.org/dc/elements/1.1/publisher> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/rights
<http://purl.org/dc/elements/1.1/rights> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/title
<http://purl.org/dc/elements/1.1/title> rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespacePrefix
<http://purl.org/vocab/vann/preferredNamespacePrefix> rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespaceUri
<http://purl.org/vocab/vann/preferredNamespaceUri> rdf:type owl:AnnotationProperty .


#################################################################
#    Object Properties
#################################################################

###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#hasAircraftStatus
:hasAircraftStatus rdf:type owl:ObjectProperty ;
                   rdfs:domain :Report ;
                   rdfs:range :AircraftStatus ;
                   <http://purl.org/dc/elements/1.1/description> "Relates the aircraft status with a given report"@en ;
                   rdfs:label "has aircraft status"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#hasCityJetInformation
:hasCityJetInformation rdf:type owl:ObjectProperty ;
                       rdfs:domain :Report ;
                       rdfs:range :CityJetInformation ;
                       <http://purl.org/dc/elements/1.1/description> "A relationship linking a report with City Jet information"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#hasCrewChange
:hasCrewChange rdf:type owl:ObjectProperty ;
               rdfs:domain :Report ;
               rdfs:range :CrewChange ;
               <http://purl.org/dc/elements/1.1/description> "The crew change information a report contains"@en ;
               rdfs:label "has crew change"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#hasCrewCoupling
:hasCrewCoupling rdf:type owl:ObjectProperty ;
                 rdfs:domain :Report ;
                 rdfs:range :CrewCoupling ;
                 <http://purl.org/dc/elements/1.1/description> "The crew coupling information a report contains"@en ;
                 rdfs:label "has crew coupling"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#hasFlightLoad
:hasFlightLoad rdf:type owl:ObjectProperty ;
               rdfs:domain :Report ;
               rdfs:range :FlightLoad ;
               <http://purl.org/dc/elements/1.1/description> "Links a report with a flight load"@en ;
               rdfs:label "has flight load"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#hasFlightTurnAround
:hasFlightTurnAround rdf:type owl:ObjectProperty ;
                     rdfs:domain :Report ;
                     rdfs:range :FlightsWithTurnaround ;
                     <http://purl.org/dc/elements/1.1/description> "The flight turnaround information a report contains"@en ;
                     rdfs:label "has flight turnaround"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#hasFocusFlight
:hasFocusFlight rdf:type owl:ObjectProperty ;
                rdfs:domain :Report ;
                rdfs:range :FocusedFlight ;
                <http://purl.org/dc/elements/1.1/description> "Relates the focus flight information with a given report"@en ;
                rdfs:label "has focus flight"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#hasFutureIssue
:hasFutureIssue rdf:type owl:ObjectProperty ;
                rdfs:domain :Report ;
                rdfs:range :FutureIssue ;
                <http://purl.org/dc/elements/1.1/description> "Relates the information about the future issue with a report"@en ;
                rdfs:label "has future issue"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#hasInboundRoutesWithPax
:hasInboundRoutesWithPax rdf:type owl:ObjectProperty ;
                         rdfs:domain :Report ;
                         rdfs:range :Route ;
                         <http://purl.org/dc/elements/1.1/description> "Links a route with a report"@en ;
                         rdfs:label "has inbound route"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#hasIrregularOperation
:hasIrregularOperation rdf:type owl:ObjectProperty ;
                       rdfs:domain :Report ;
                       rdfs:range :IrregularOperation ;
                       <http://purl.org/dc/elements/1.1/description> "The irregular operation information contained in a Report"@en ;
                       rdfs:label "has irregular operation"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#hasLongHaulEstBoundArrival
:hasLongHaulEstBoundArrival rdf:type owl:ObjectProperty .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#hasMainLineStandby
:hasMainLineStandby rdf:type owl:ObjectProperty ;
                    rdfs:domain :Report ;
                    rdfs:range :MainLineStandby ;
                    <http://purl.org/dc/elements/1.1/description> "Relates the mainline standby information with a given report"@en ;
                    rdfs:label "has mainline standby"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#hasOperationalIssue
:hasOperationalIssue rdf:type owl:ObjectProperty ;
                     rdfs:domain :Report ;
                     rdfs:range :OperationalIssue ;
                     <http://purl.org/dc/elements/1.1/description> "Relates the information about operational issue with a report"@en ;
                     rdfs:label "has operational issue"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#hasOperationalStatus
:hasOperationalStatus rdf:type owl:ObjectProperty ;
                      rdfs:domain :Report ;
                      rdfs:range :OperationalStatus ;
                      <http://purl.org/dc/elements/1.1/description> "The hasOperationalStatus relationship relates the report with the operational status information"@en ;
                      rdfs:label "has operational status"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#hasOptionForCancellation
:hasOptionForCancellation rdf:type owl:ObjectProperty ;
                          rdfs:domain :Report ;
                          rdfs:range :Cancellation ;
                          <http://purl.org/dc/elements/1.1/description> "A property that links a report with the cancellation options for flights"@en ;
                          rdfs:label "has option for cancellation"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#hasOverBooking
:hasOverBooking rdf:type owl:ObjectProperty ;
                rdfs:domain :Report ;
                rdfs:range :OverBooking ;
                <http://purl.org/dc/elements/1.1/description> "A property that links the report with the details of flight overbooking"@en ;
                rdfs:label "has overbooking"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#hasOvernightMaintenance
:hasOvernightMaintenance rdf:type owl:ObjectProperty ;
                         rdfs:domain :Report ;
                         rdfs:range :OvernightMaintenance ;
                         <http://purl.org/dc/elements/1.1/description> "links an overnight maintenance information with a specific report"@en ;
                         rdfs:label "has overnight maintenance"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#hasPBZFlight
:hasPBZFlight rdf:type owl:ObjectProperty ;
              rdfs:domain :Report ;
              rdfs:range :PBZFlight ;
              <http://purl.org/dc/elements/1.1/description> "this property relates the PBZ flight information with the a given report"@en ;
              rdfs:label "has PBZ flight"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#hasPRMSpecialHandling
:hasPRMSpecialHandling rdf:type owl:ObjectProperty ;
                       rdfs:domain :Report ;
                       rdfs:range :PRMSpecialHandling ;
                       <http://purl.org/dc/elements/1.1/description> "A property that links the report with PRM special handling"@en ;
                       rdfs:label "has PRM special Handling"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#hasReportParticipant
:hasReportParticipant rdf:type owl:ObjectProperty ;
                      rdfs:domain :Report ;
                      rdfs:range :Participant ;
                      <http://purl.org/dc/elements/1.1/description> "A relationship linking a report with the participants in the report"@en ;
                      rdfs:label "has report participant"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#hasSecurity
:hasSecurity rdf:type owl:ObjectProperty ;
             rdfs:domain :Report ;
             rdfs:range :Security ;
             <http://purl.org/dc/elements/1.1/description> "A relationship which links a report with security information"@en ;
             rdfs:label "has security"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#hasStandbyCabinCrew
:hasStandbyCabinCrew rdf:type owl:ObjectProperty ;
                     rdfs:domain :Report ;
                     rdfs:range :StandbyCabinCrew ;
                     <http://purl.org/dc/elements/1.1/description> "Relates the cabin crew information with a report"@en ;
                     rdfs:label "has standby cabin crew"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#hasStandbyPilot
:hasStandbyPilot rdf:type owl:ObjectProperty ;
                 rdfs:domain :Report ;
                 rdfs:range :StandbyPilot ;
                 <http://purl.org/dc/elements/1.1/description> "Relates the standby pilots information with a report"@en ;
                 rdfs:label "has standby pilot"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#hasTransferDetail
:hasTransferDetail rdf:type owl:ObjectProperty ;
                   rdfs:domain :Report ;
                   rdfs:range :Transfer ;
                   <http://purl.org/dc/elements/1.1/description> "Links a report with the transfer information"@en ;
                   rdfs:label "has transfer detail"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#hasWalkOutFlight
:hasWalkOutFlight rdf:type owl:ObjectProperty ;
                  rdfs:domain :Report ;
                  rdfs:range :WalkOutFlight ;
                  <http://purl.org/dc/elements/1.1/description> "Relates the walkout information with a given report"@en ;
                  rdfs:label "has walkout flight"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#hasWeather
:hasWeather rdf:type owl:ObjectProperty ;
            rdfs:domain :Report ;
            rdfs:range :Weather ;
            <http://purl.org/dc/elements/1.1/description> "Links a report with the weather information"@en ;
            rdfs:label "has weather"@en .


#################################################################
#    Data properties
#################################################################

###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#AKHstationLowInStock
:AKHstationLowInStock rdf:type owl:DatatypeProperty ;
                      rdfs:range rdfs:Literal ;
                      <http://purl.org/dc/elements/1.1/description> "needs detail"@en ;
                      rdfs:label "AKH station low in stock"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#AVI
:AVI rdf:type owl:DatatypeProperty ;
     rdfs:range rdfs:Literal ;
     <http://purl.org/dc/elements/1.1/description> "needs detail"@en ;
     rdfs:label "AVI"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#LDMCRStatus
:LDMCRStatus rdf:type owl:DatatypeProperty .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#SecurityType
:SecurityType rdf:type owl:DatatypeProperty ;
              rdfs:range rdfs:Literal ;
              <http://purl.org/dc/elements/1.1/description> "The type of the security situation where evere there is one"@en ;
              rdfs:label "Security type"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#WCHC
:WCHC rdf:type owl:DatatypeProperty ;
      rdfs:range xsd:int ;
      <http://purl.org/dc/elements/1.1/description> "needs detail"@en ;
      rdfs:label "WCHC"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#WCHR
:WCHR rdf:type owl:DatatypeProperty ;
      rdfs:range xsd:int ;
      <http://purl.org/dc/elements/1.1/description> "needs detail"@en ;
      rdfs:label "WCHR"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#WCHS
:WCHS rdf:type owl:DatatypeProperty ;
      rdfs:range xsd:int ;
      <http://purl.org/dc/elements/1.1/description> "needs detail"@en ;
      rdfs:label "WCHS"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#aircraftRegistrationNo
:aircraftRegistrationNo rdf:type owl:DatatypeProperty ;
                        rdfs:range rdfs:Literal ;
                        <http://purl.org/dc/elements/1.1/description> "The aircraft registration number "@en ;
                        rdfs:label "Aircraft registration number"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#aircraftType
:aircraftType rdf:type owl:DatatypeProperty ;
              rdfs:range rdfs:Literal ;
              <http://purl.org/dc/elements/1.1/description> "The type of the aircraft"@en ;
              rdfs:label "Aircraft type"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#availableNumber
:availableNumber rdf:type owl:DatatypeProperty ;
                 rdfs:range xsd:int ;
                 <http://purl.org/dc/elements/1.1/description> "The number of Available standby aircrafts"@en ;
                 rdfs:label "Available number"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#availableTime
:availableTime rdf:type owl:DatatypeProperty ;
               rdfs:range rdfs:Literal ;
               <http://purl.org/dc/elements/1.1/description> "The time of available standby aircraft"@en ;
               rdfs:label "Available time"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#base
:base rdf:type owl:DatatypeProperty ;
      rdfs:range rdfs:Literal ;
      <http://purl.org/dc/elements/1.1/description> "The base location of a standby pilot?"@en ;
      rdfs:label "Base"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#booked
:booked rdf:type owl:DatatypeProperty ;
        rdfs:range rdfs:Literal ;
        <http://purl.org/dc/elements/1.1/description> "nèeds detail"@en ;
        rdfs:label "Booked"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#cabinCrewE
:cabinCrewE rdf:type owl:DatatypeProperty ;
            rdfs:range rdfs:Literal ;
            <http://purl.org/dc/elements/1.1/description> "The number of standby cabin crew"@en ;
            rdfs:label "Cabin crew E"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#cabinCrewL
:cabinCrewL rdf:type owl:DatatypeProperty ;
            rdfs:range rdfs:Literal ;
            <http://purl.org/dc/elements/1.1/description> "The number of standby cabin crew"@en ;
            rdfs:label "Cabin crew L"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#cabinCrewM
:cabinCrewM rdf:type owl:DatatypeProperty ;
            rdfs:range rdfs:Literal ;
            <http://purl.org/dc/elements/1.1/description> "The number of standby cabin crew"@en ;
            rdfs:label "Cabin crew M"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#captainE
:captainE rdf:type owl:DatatypeProperty ;
          rdfs:range rdfs:Literal ;
          <http://purl.org/dc/elements/1.1/description> "The number of standby captains E"@en ;
          rdfs:label "Captain E"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#captainL
:captainL rdf:type owl:DatatypeProperty ;
          rdfs:range rdfs:Literal ;
          <http://purl.org/dc/elements/1.1/description> "The number of standy captains L"@en ;
          rdfs:label "Captain L"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#captainM
:captainM rdf:type owl:DatatypeProperty ;
          rdfs:range rdfs:Literal ;
          <http://purl.org/dc/elements/1.1/description> "The number of standby captains M"@en ;
          rdfs:label "Captain "@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#connection
:connection rdf:type owl:DatatypeProperty ;
            rdfs:range rdfs:Literal ;
            <http://purl.org/dc/elements/1.1/description> "The number of connectionsin the cancellation"@en ;
            rdfs:label "Connection"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#crewChangeNote
:crewChangeNote rdf:type owl:DatatypeProperty ;
                rdfs:range rdfs:Literal ;
                <http://purl.org/dc/elements/1.1/description> "A note about the crew change"@en ;
                rdfs:label "Crew change note"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#crewCouplingNote
:crewCouplingNote rdf:type owl:DatatypeProperty ;
                  rdfs:range rdfs:Literal ;
                  <http://purl.org/dc/elements/1.1/description> "A note about the crew coupling"@en ;
                  rdfs:label "Crew coupling note"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#dayTrippers
:dayTrippers rdf:type owl:DatatypeProperty ;
             rdfs:range rdfs:Literal ;
             <http://purl.org/dc/elements/1.1/description> "The number of daytrippers for firstwave cancellations"@en ;
             rdfs:label "Day trippers"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#de-iceingPortal
:de-iceingPortal rdf:type owl:DatatypeProperty ;
                 rdfs:range rdfs:Literal ;
                 <http://purl.org/dc/elements/1.1/description> "The information regarding de-icing of an aircraft"@en ;
                 rdfs:label "De-icing portal"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#estimatedServiceTime
:estimatedServiceTime rdf:type owl:DatatypeProperty ;
                      rdfs:range rdfs:Literal ;
                      <http://purl.org/dc/elements/1.1/description> "The estimated service time of an aircraft"@en ;
                      rdfs:label "Estimated service time"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#firstOfficerE
:firstOfficerE rdf:type owl:DatatypeProperty ;
               rdfs:range rdfs:Literal ;
               <http://purl.org/dc/elements/1.1/description> "The number of standby first officers R"@en ;
               rdfs:label "First officer E"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#firstOfficerL
:firstOfficerL rdf:type owl:DatatypeProperty ;
               rdfs:range rdfs:Literal ;
               <http://purl.org/dc/elements/1.1/description> "The number of standby first officers L"@en ;
               rdfs:label "First officer L" .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#firstOfficerM
:firstOfficerM rdf:type owl:DatatypeProperty ;
               rdfs:range rdfs:Literal ;
               <http://purl.org/dc/elements/1.1/description> "The number of standby first officers M"@en ;
               rdfs:label "First officer M"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#firstWaveZone
:firstWaveZone rdf:type owl:DatatypeProperty ;
               rdfs:range rdfs:Literal ;
               <http://purl.org/dc/elements/1.1/description> "The zone of the first wave flights (dub eur, dub-lhr etc)"@en ;
               rdfs:label "First wave zone"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#flightNumber
:flightNumber rdf:type owl:DatatypeProperty ;
              rdfs:range rdfs:Literal ;
              <http://purl.org/dc/elements/1.1/description> "The flight number"@en ;
              rdfs:label "Flight number"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#guestBooked
:guestBooked rdf:type owl:DatatypeProperty ;
             rdfs:range rdfs:Literal ;
             <http://purl.org/dc/elements/1.1/description> "The total number of guests booked in that day"@en ;
             rdfs:label "Guest booked"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#humanRemain
:humanRemain rdf:type owl:DatatypeProperty ;
             rdfs:range rdfs:Literal ;
             <http://purl.org/dc/elements/1.1/description> "Information about the presence of a human remain on a flight"@en ;
             rdfs:label "Human remain"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#inbound
:inbound rdf:type owl:DatatypeProperty ;
         rdfs:range rdfs:Literal ;
         <http://purl.org/dc/elements/1.1/description> "The number of inbound transferes. Needs detail"@en ;
         rdfs:label "Inbound"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#lDMCRStatus
:lDMCRStatus rdf:type owl:DatatypeProperty ;
             rdfs:range rdfs:Literal ;
             <http://purl.org/dc/elements/1.1/description> "needs detail"@en ;
             rdfs:label "IDMCR status"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#loadFactor
:loadFactor rdf:type owl:DatatypeProperty ;
            rdfs:range rdfs:Literal ;
            <http://purl.org/dc/elements/1.1/description> "The percentage of load of all the aircrafts in a day"@en ;
            rdfs:label "Load factor"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#maintenanceDetail
:maintenanceDetail rdf:type owl:DatatypeProperty ;
                   rdfs:range rdfs:Literal ;
                   <http://purl.org/dc/elements/1.1/description> "Information about the maintenance of an aircraft"@en ;
                   rdfs:label "Maintenance detail"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#network
:network rdf:type owl:DatatypeProperty ;
         rdfs:range rdfs:Literal ;
         <http://purl.org/dc/elements/1.1/description> "Represents the category of the network of flights as short-haul, long-haul, regional etc"@en ;
         rdfs:label "Network" .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#note
:note rdf:type owl:DatatypeProperty ;
      rdfs:range rdfs:Literal ;
      <http://purl.org/dc/elements/1.1/description> "A note about future flight issues"@en ;
      rdfs:label "Note"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#number
:number rdf:type owl:DatatypeProperty ;
        rdfs:range rdfs:Literal ;
        <http://purl.org/dc/elements/1.1/description> "A number "@en ;
        rdfs:label "Number"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#numberOfEscorts
:numberOfEscorts rdf:type owl:DatatypeProperty ;
                 rdfs:range rdfs:Literal ;
                 <http://purl.org/dc/elements/1.1/description> "The number of passengers travelling with a person under security"@en ;
                 rdfs:label "Number of escorts"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#onwardDestinationFlight
:onwardDestinationFlight rdf:type owl:DatatypeProperty ;
                         rdfs:range rdfs:Literal ;
                         <http://purl.org/dc/elements/1.1/description> "The flight number of onward destination flights"@en ;
                         rdfs:label "Onward destination flight"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#onwardTotal
:onwardTotal rdf:type owl:DatatypeProperty ;
             rdfs:range rdfs:Literal ;
             <http://purl.org/dc/elements/1.1/description> "The total number of passengers travelling onwards"@en ;
             rdfs:label "Onward total" .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#operation
:operation rdf:type owl:DatatypeProperty ;
           rdfs:range rdfs:Literal ;
           <http://purl.org/dc/elements/1.1/description> "needs detail"@en ;
           rdfs:label "Operation"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#operationalStatusNote
:operationalStatusNote rdf:type owl:DatatypeProperty ;
                       rdfs:range rdfs:Literal ;
                       <http://purl.org/dc/elements/1.1/description> "Note about the operational status of an aircraft"@en ;
                       rdfs:label "Operational status" .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#otherInformation
:otherInformation rdf:type owl:DatatypeProperty ;
                  rdfs:range rdfs:Literal ;
                  <http://purl.org/dc/elements/1.1/description> "Any related information related to security"@en ;
                  rdfs:label "Other information"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#outboundTransfer
:outboundTransfer rdf:type owl:DatatypeProperty ;
                  rdfs:range rdfs:Literal ;
                  <http://purl.org/dc/elements/1.1/description> "Number of outbound transfers"@en ;
                  rdfs:label "Outbound transfers"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#participantName
:participantName rdf:type owl:DatatypeProperty ;
                 rdfs:range rdfs:Literal ;
                 <http://purl.org/dc/elements/1.1/description> "The name of the parties that are involved in the preparation of Amarach report"@en ;
                 rdfs:label "Participants"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#participantStatus
:participantStatus rdf:type owl:DatatypeProperty ;
                   rdfs:range rdfs:Literal ;
                   <http://purl.org/dc/elements/1.1/description> "The status of the parties that are expected to involve in the preparation of the Amarach report"@en ;
                   rdfs:label "Participant status"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#plannedAircraftStatus
:plannedAircraftStatus rdf:type owl:DatatypeProperty ;
                       rdfs:range rdfs:Literal ;
                       <http://purl.org/dc/elements/1.1/description> "The detail description of the planned aircraft status"@en ;
                       rdfs:label "Planned aircraft status"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#recoveryOverview
:recoveryOverview rdf:type owl:DatatypeProperty ;
                  rdfs:range rdfs:Literal ;
                  <http://purl.org/dc/elements/1.1/description> "The details of the revocery plan"@en ;
                  rdfs:label "Recovery overview"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#risk
:risk rdf:type owl:DatatypeProperty ;
      rdfs:range rdfs:Literal ;
      <http://purl.org/dc/elements/1.1/description> "The risk associated with weather "@en ;
      rdfs:label "Risk"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#securityType
:securityType rdf:type owl:DatatypeProperty .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#weatherRisk
:weatherRisk rdf:type owl:DatatypeProperty ;
             rdfs:range rdfs:Literal ;
             <http://purl.org/dc/elements/1.1/description> "The risk associated with weather "@en ;
             rdfs:label "Weather risk"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#color?
<https://ark.adaptcentre.ie/Ontologies/ARKAmarach#color?> rdf:type owl:DatatypeProperty ;
                                                          rdfs:range rdfs:Literal ;
                                                          <http://purl.org/dc/elements/1.1/description> "needs detail"@en ;
                                                          rdfs:label "Color"@en .


#################################################################
#    Classes
#################################################################

###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#ASLLTDOperationalStatus
:ASLLTDOperationalStatus rdf:type owl:Class ;
                         <http://purl.org/dc/elements/1.1/description> "Information about ASL ltd aircraft, crew, operational status etc. "@en ;
                         rdfs:comment ""@en ;
                         rdfs:label "ASL LTD Operational Status"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#AerLingusOperationalStatus
:AerLingusOperationalStatus rdf:type owl:Class ;
                            <http://purl.org/dc/elements/1.1/description> "Information about Aer Lingus regional aircraft, crew, operational status etc. "@en ;
                            rdfs:comment ""@en ;
                            rdfs:label "Aer Lingus Operational Status"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#AircraftStatus
:AircraftStatus rdf:type owl:Class ;
                rdfs:comment "This information needs a better name"@en ,
                             "The aircraft status detail contains information related to the Aircraft switches, AKH Stations low in stock, de-icing and LDMCR status." ;
                rdfs:label "Aircraft Status"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#Cancellation
:Cancellation rdf:type owl:Class ;
              <http://purl.org/dc/elements/1.1/description> "Information about options of cancelation of a given flight zone"@en ;
              rdfs:comment "This information is not about individual flight, but groups of flights based on zones?"@en ;
              rdfs:label "Cancellation"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#CityJetInformation
:CityJetInformation rdf:type owl:Class ;
                    <http://purl.org/dc/elements/1.1/description> "Description of City jet flights and crew "@en ;
                    rdfs:comment ""@en ;
                    rdfs:label "City Jet Information"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#CrewChange
:CrewChange rdf:type owl:Class ;
            <http://purl.org/dc/elements/1.1/description> "Information about the crew changes in LHR. Involves crew transportation to/from hotel"@en ;
            rdfs:comment ""@en ;
            rdfs:label "Crew Changes"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#CrewCoupling
:CrewCoupling rdf:type owl:Class ;
              <http://purl.org/dc/elements/1.1/description> "Information about crew coupling with greater than 10 hrs FDP"@en ;
              rdfs:comment "Contains flight information and time. Needs further clarification?"@en ;
              rdfs:label "Crew Coupling"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#FlightLoad
:FlightLoad rdf:type owl:Class ;
            <http://purl.org/dc/elements/1.1/description> "A high-level load information of flights aggregated based on their network (short-haul, long-haul and regional)"@en ;
            rdfs:comment "Flight load may be used to indicate the number of booked guests, the load factor, indicator if human remain presents in any of the flights"@en ;
            rdfs:label "Flight Load"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#FlightsWithTurnaround
:FlightsWithTurnaround rdf:type owl:Class ;
                       <http://purl.org/dc/elements/1.1/description> "Flights that have a turnaround time less than 40 minutes"@en ;
                       rdfs:comment "The label requires further revision"@en ;
                       rdfs:label "Flights with  Turnaround"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#FocusedFlight
:FocusedFlight rdf:type owl:Class ;
               <http://purl.org/dc/elements/1.1/description> ""@en ;
               rdfs:comment ""@en ;
               rdfs:label "Focused Flight"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#FutureIssue
:FutureIssue rdf:type owl:Class ;
             <http://purl.org/dc/elements/1.1/description> "A detailed description of any future operational issue affecting the operations of the airline"@en ;
             rdfs:comment "A free text "@en ;
             rdfs:label "Future Issue"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#IrregularOperation
:IrregularOperation rdf:type owl:Class ;
                    <http://purl.org/dc/elements/1.1/description> "A description of long stopped crew, unscheduled overnights and risks to OTP"@en ;
                    rdfs:comment ""@en ;
                    rdfs:label "Irregular Operation"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#MainLineStandby
:MainLineStandby rdf:type owl:Class ;
                 <http://purl.org/dc/elements/1.1/description> "The standby details of mainline aricrafts" ;
                 rdfs:comment "needs more detail"@en ;
                 rdfs:label "Main Line Standby"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#Maintenance
:Maintenance rdf:type owl:Class ;
             <http://purl.org/dc/elements/1.1/description> "Information about fleet technical issues and planned overnight maintenance"@en ;
             rdfs:comment "Maintenance could include both technical issue or a planned overnight maintenance of a given aircraft"@en ;
             rdfs:label "Maintenance"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#OperationalIssue
:OperationalIssue rdf:type owl:Class ;
                  <http://purl.org/dc/elements/1.1/description> "A detailed description of any operational issue affecting the operations of the airline"@en ;
                  rdfs:comment "A free text "@en ;
                  rdfs:label "Operational Issue"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#OperationalStatus
:OperationalStatus rdf:type owl:Class ;
                   <http://purl.org/dc/elements/1.1/description> "The operational status of an air craft" ;
                   rdfs:comment "needs more detail" ;
                   rdfs:label "Operational Status" .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#OverBooking
:OverBooking rdf:type owl:Class ;
             <http://purl.org/dc/elements/1.1/description> "Information describing an overbooking on a given flight"@en ;
             rdfs:comment "Overbooking is Nil when there is no overbooked flight"@en ;
             rdfs:label "Overbooking"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#OvernightMaintenance
:OvernightMaintenance rdf:type owl:Class ;
                      <http://purl.org/dc/elements/1.1/description> "Overnight maintenance schedule" ;
                      rdfs:comment "needs more detail"@en ;
                      rdfs:label "Overnight Maintenance"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#PBZFlight
:PBZFlight rdf:type owl:Class ;
           <http://purl.org/dc/elements/1.1/description> ""@en ;
           rdfs:comment ""@en ;
           rdfs:label "PBZ Flight"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#PRMSpecialHandling
:PRMSpecialHandling rdf:type owl:Class ;
                    <http://purl.org/dc/elements/1.1/description> "The information about flights that have PRM special handling including wheel chairs. This information is given per flight."@en ;
                    rdfs:comment "This information needs further description to elaborate the acronyms used such as (PRM, WCHC, WCHR, WCHS)"@en ;
                    rdfs:label "PRM Special Handling"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#Participant
:Participant rdf:type owl:Class ;
             <http://purl.org/dc/elements/1.1/description> "Information about the participants in the preparation of the Amarach report"@en ;
             rdfs:comment ""@en ;
             rdfs:label "Amarach Report Participants"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#Report
:Report rdf:type owl:Class ;
        <http://purl.org/dc/elements/1.1/description> "The Daily Amarach report prepared by Aer Lingus" ;
        rdfs:comment "Amarach report" ;
        rdfs:label "Report" .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#Route
:Route rdf:type owl:Class ;
       <http://purl.org/dc/elements/1.1/description> "information about the inbound routes that have greater than 10  number of connecting passengers"@en ;
       rdfs:comment "" ;
       rdfs:label "Route"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#Security
:Security rdf:type owl:Class ;
          <http://purl.org/dc/elements/1.1/description> "Information describing if a given flight has passengers that require a special security "@en ;
          rdfs:comment "This information is filled when the flight has INAD, Deportee or a prisoner"@en ;
          rdfs:label "Security"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#StandbyAircraft
:StandbyAircraft rdf:type owl:Class ;
                 <http://purl.org/dc/elements/1.1/description> "An aircraft which is standby to replace any other aircraft in a similar route"@en ;
                 rdfs:comment "This information includes the available number and the availability time. There is risk associated?"@en ;
                 rdfs:label "Standby Aircraft"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#StandbyCabinCrew
:StandbyCabinCrew rdf:type owl:Class ;
                  rdfs:comment ""@en ;
                  rdfs:label "Standby Cabin Crew"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#StandbyPilot
:StandbyPilot rdf:type owl:Class ;
              <http://purl.org/dc/elements/1.1/description> "information about the number and details of standby pilots"@en ;
              rdfs:comment "Pilots categorised by Aircraft types"@en ;
              rdfs:label "Standby Pilot"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#Transfer
:Transfer rdf:type owl:Class ;
          <http://purl.org/dc/elements/1.1/description> "Information about the transfer details of the inboud and outbound connecting flights"@en ;
          rdfs:comment "This information is compiled per flight and contains color coded entries. Check this?"@en ;
          rdfs:label "Transfer"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#WalkOutFlight
:WalkOutFlight rdf:type owl:Class ;
               <http://purl.org/dc/elements/1.1/description> "needs more detail"@en ;
               rdfs:comment ""@en ;
               rdfs:label "Walkout Flight"@en .


###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#Weather
:Weather rdf:type owl:Class ;
         <http://purl.org/dc/elements/1.1/description> "The state of the atmosphere at a particular airport or flight route"@en ;
         rdfs:comment "Weather is used in its current form in the report"@en ;
         rdfs:label "Weather"@en .


#################################################################
#    Individuals
#################################################################

###  https://ark.adaptcentre.ie/Ontologies/ARKAmarach#
<https://ark.adaptcentre.ie/Ontologies/ARKAmarach#> rdf:type owl:NamedIndividual .


#################################################################
#    Annotations
#################################################################

:StandbycabinCrew <http://purl.org/dc/elements/1.1/description> "Information about the number and details of standby crew"@en .


:hascityJetInformation rdfs:label "has City Jet Information"@en .


###  Generated by the OWL API (version 5.1.11) https://github.com/owlcs/owlapi/
