@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://data.nasa.gov/ontologies/atmonto/ATM#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <https://data.nasa.gov/ontologies/atmonto/NAS#> .
ns0:actualArrivalDay
a owl:FunctionalProperty, owl:ObjectProperty ;
rdfs:comment "Links a flight with the day on which the flight arrives. This is the day determined by surveillance data sources to be the 'actual' day of arrival, versus the scheduled day or the day specified in the flight plan, etc." ;
rdfs:domain ns0:Flight ;
rdfs:label "actual arrival day" ;
rdfs:range ns1:NASday .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://data.nasa.gov/ontologies/atmonto/ATM#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <https://data.nasa.gov/ontologies/atmonto/NAS#> .
ns0:actualArrivalDay
a owl:FunctionalProperty, owl:ObjectProperty ;
rdfs:comment "Links a flight with the day on which the flight arrives. This is the day determined by surveillance data sources to be the 'actual' day of arrival, versus the scheduled day or the day specified in the flight plan, etc." ;
rdfs:domain ns0:Flight ;
rdfs:label "actual arrival day" ;
rdfs:range ns1:NASday .