@base <http://semantics.aero/service-category>.

@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix dc: <http://purl.org/dc/elements/1.1/>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix sc: <http://semantics.aero/service-category#>.

<http://semantics.aero/service-category> rdf:type owl:Ontology;
	dc:title "SWIM Service Category";
	dc:version "1.0.0";
	dc:description "A classification of services based on the capabilities they offer.";
	dc:creator "Carol Uri (The SEMCON Group, LLC)";
	dc:creator "Mark Kaplun (FAA)";
	dc:creator "Wen Zhu (NIRA Inc.)";
	dc:publisher "FAA";
	dc:issued "2020-04-08";
	dc:format "RDF".
	
sc:service-category a skos:Concept;
	skos:prefLabel "service category";
	skos:definition "An indication of the capabilities offered by a service.";
	skos:narrower sc:information;
	skos:narrower sc:core.

sc:information a skos:Concept;
	skos:prefLabel "information";
	skos:definition "A service that offers capabilities for generating, making available, storing, managing, and analyzing information.";
	skos:narrower sc:aeronautical;
	skos:narrower sc:flight;
	skos:narrower sc:infrastructure;
	skos:narrower sc:surveillance;
	skos:narrower sc:weather;
	skos:narrower sc:world-features.

sc:core a skos:Concept;
	skos:prefLabel "core";
	skos:definition "A service that offers capabilities by which to interconnect, adapt, and facilitate services provided by other parties.";
	skos:narrower sc:discovery;
	skos:narrower sc:mediation;
	skos:narrower sc:messaging;
	skos:narrower sc:security.

sc:aeronautical a skos:Concept;
	skos:prefLabel "aeronautical";
	skos:definition "A service that provides information used to describe, manage, and control aeronautical facts, concepts or instructions such as special use airspace restrictions, airport configuration, and Notices to Airmen (NOTAMS).".

sc:flight a skos:Concept;
	skos:prefLabel "flight";
	skos:definition "A service that provides information used to describe, manage, and control the safe movement of aircraft in the airspace, including information such as flight itinerary, flight identification, flight planning, flight events and status, and air traffic management (ATM) control events associated with a single flight, where a flight normally includes one takeoff and one landing.".

sc:infrastructure a skos:Concept;
	skos:prefLabel "infrastructure";
	skos:definition "A service that provides information used to describe the infrastructure and resources supporting a flight such as landing facilities, air space partitions, communications systems, navigation systems, surveillance systems, automation tools, etc.".

sc:surveillance a skos:Concept;
	skos:prefLabel "surveillance";
	skos:definition "A service that provides information produced by technologies (e.g., radar, beacon interrogator, automatic dependent surveillance-broadcast) for detecting and locating airborne and taxiing aircraft and ground support vehicles.".

sc:weather a skos:Concept;
	skos:prefLabel "weather";
	skos:definition "A service that provides information used to describe current or predicted atmospheric conditions, including terminal and airborne weather observations, forecasts, and reports of weather phenomena.".

sc:world-features a skos:Concept;
	skos:prefLabel "world features";
	skos:definition "A service that provides information used to describe natural and manmade features (terrain, time, coordinate systems, geopolitical boundaries, etc.) utilized in the management of air transportation assets or flight activities.".

sc:discovery a skos:Concept;
	skos:prefLabel "discovery";
	skos:definition "A service that provides capabilities to a service consumer to obtain information about available services.".

sc:mediation a skos:Concept;
	skos:prefLabel "mediation";
	skos:definition "A service that provides capabilities for connecting systems that deploy different data representations, formats, or protocols.".

sc:messaging a skos:Concept;
	skos:prefLabel "messaging";
	skos:definition "A service that provides capabilities for distributing messages exchanged by interacting components.".

sc:security a skos:Concept;
	skos:prefLabel "security";
	skos:definition "A service that provides capabilities for protecting systems from unauthorized access or interference with data transfers.".
	