# baseURI: http://reference.swim.aero/reference-vocab
# imports: http://purl.org/dc/terms/
# imports: http://www.w3.org/2004/02/skos/core

@prefix access: <http://reference.swim.aero/information-services/service-categories/CodeAccessAndUseConditionType#> .
@prefix arte: <http://reference.swim.aero/information-services/service-categories/CodeSWIMServiceArtefactType#> .
@prefix biz: <http://reference.swim.aero/information-services/service-categories/CodeBusinessActivityType#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix doc: <http://reference.swim.aero/information-services/service-categories/CodeDocumentType#> .
@prefix dom: <http://reference.swim.aero/information-services/service-categories/CodeInformationDomainType#> .
@prefix ipub: <http://reference.swim.aero/information-services/service-categories/CodeICAOPublicationType#> .
@prefix isec: <http://reference.swim.aero/information-services/service-categories/CodeInformationSecurityCategoryType#> .
@prefix ixm: <http://reference.swim.aero/information-services/service-categories/CodeInformationExchangeModelType#> .
@prefix life: <http://reference.swim.aero/information-services/service-categories/CodeLifeCycleStageType#> .
@prefix mep: <http://reference.swim.aero/information-services/service-categories/CodeApplicationMessageExchangePatternType#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prim-mep: <http://reference.swim.aero/information-services/service-categories/CodePrimitiveMessageExchangePatternType#> .
@prefix qos: <http://reference.swim.aero/information-services/service-categories/CodeQualityOfServiceMeasureType#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix regexch: <http://reference.swim.aero/information-services/service-categories/CodeRegulatedInformationExchangeType#> .
@prefix region: <http://reference.swim.aero/information-services/service-categories/CodeICAORegionType#> .
@prefix sec: <http://reference.swim.aero/information-services/service-categories/CodeSecurityMechanismType#> .
@prefix serv: <http://reference.swim.aero/information-services/service-categories/CodeServiceType#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix stake: <http://reference.swim.aero/information-services/service-categories/CodeStakeholderType#> .
@prefix swim: <http://reference.swim.aero/> .
@prefix swim-sc: <http://reference.swim.aero/information-services/service-categories/> .
@prefix tiyp: <http://reference.swim.aero/information-services/service-categories/CodeTIYPServiceInterfaceBindingType#> .
@prefix val: <http://reference.swim.aero/information-services/service-categories/CodeServiceValidationType#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

swim-sc:CodeAccessAndUseConditionType
  a skos:ConceptScheme ;
  skos:altLabel "Code access and use condition type"@en ;
  skos:definition "Types of restrictions on the access and use of a service."@en ;
  skos:hasTopConcept access:LEGAL_CONSTRAINT ;
  skos:hasTopConcept access:SECURITY_CONSTRAINT ;
  skos:hasTopConcept access:SERVICE_CONSUMPTION_CONSTRAINT ;
  skos:hasTopConcept access:SERVICE_POLICY ;
  skos:prefLabel "CodeAccessAndUseConditionType"@en ;
.
access:LEGAL_CONSTRAINT
  a skos:Concept ;
  skos:altLabel "Legal Constraint"@en ;
  skos:definition "Restrictions and legal prerequisites for accessing and using the service."@en ;
  skos:inScheme swim-sc:CodeAccessAndUseConditionType ;
  skos:prefLabel "LEGAL_CONSTRAINT"@en ;
.
access:SECURITY_CONSTRAINT
  a skos:Concept ;
  skos:altLabel "Security Constraint"@en ;
  skos:definition "Handling restrictions imposed on the service for national security or similar security concerns."@en ;
  skos:inScheme swim-sc:CodeAccessAndUseConditionType ;
  skos:prefLabel "SECURITY_CONSTRAINT"@en ;
.
access:SERVICE_CONSUMPTION_CONSTRAINT
  a skos:Concept ;
  skos:altLabel "Service Consumption Constraint"@en ;
  skos:definition "Restrictions on the consumption of the service."@en ;
  skos:inScheme swim-sc:CodeAccessAndUseConditionType ;
  skos:prefLabel "SERVICE_CONSUMPTION_CONSTRAINT"@en ;
.
access:SERVICE_POLICY
  a skos:Concept ;
  skos:altLabel "Service Policy"@en ;
  skos:definition "A policy governing the access and uses of one or more services."@en ;
  skos:inScheme swim-sc:CodeAccessAndUseConditionType ;
  skos:prefLabel "SERVICE_POLICY"@en ;
.
swim-sc:CodeApplicationMessageExchangePatternType
  a skos:ConceptScheme ;
  skos:altLabel "Application Message Exchange Pattern Type Code"@en ;
  skos:definition "A categorisation of services based on the type of application message exchange pattern (MEP)."@en ;
  skos:hasTopConcept mep:ASYNCHRONOUS_REQUEST_REPLY ;
  skos:hasTopConcept mep:BROKERED_PUBLISH_SUBSCRIBE_WITH_PUSH_MECHANISM ;
  skos:hasTopConcept mep:FAN_OUT ;
  skos:hasTopConcept mep:ONE_WAY ;
  skos:hasTopConcept mep:PUBLISH_SUBSCRIBE ;
  skos:hasTopConcept mep:PUBLISH_SUBSCRIBE_WITH_PULL_MECHANISM ;
  skos:hasTopConcept mep:PUBLISH_SUBSCRIBE_WITH_PUSH_MECHANISM ;
  skos:hasTopConcept mep:REQUEST_REPLY ;
  skos:hasTopConcept mep:SYNCHRONOUS_REQUEST_REPLY ;
  skos:prefLabel "CodeApplicationMessageExchangePatternType"@en ;
.
mep:ASYNCHRONOUS_REQUEST_REPLY
  a skos:Concept ;
  skos:altLabel "Asynchronous Request Reply"@en ;
  skos:definition "A Request/Reply application MEP that does not restrict the consumer from completing other operations while waiting for the information service to respond."@en ;
  skos:inScheme swim-sc:CodeApplicationMessageExchangePatternType ;
  skos:prefLabel "ASYNCHRONOUS_REQUEST_REPLY"@en ;
.
mep:BROKERED_PUBLISH_SUBSCRIBE_WITH_PUSH_MECHANISM
  a skos:Concept ;
  skos:altLabel "Brokered Publish Subscribe with Push Mechanism"@en ;
  skos:definition "A Publish/Subscribe pattern with push mechanism introducing a layer of decoupling between the publisher and subscribers by means of a broker."@en ;
  skos:inScheme swim-sc:CodeApplicationMessageExchangePatternType ;
  skos:prefLabel "BROKERED_PUBLISH_SUBSCRIBE_WITH_PUSH_MECHANISM"@en ;
.
mep:FAN_OUT
  a skos:Concept ;
  skos:altLabel "Fan Out"@en ;
  skos:definition "An application MEP consisting of a consumer sending sequentially a message to multiple information service according to the One-Way application MEP."@en ;
  skos:inScheme swim-sc:CodeApplicationMessageExchangePatternType ;
  skos:prefLabel "FAN_OUT"@en ;
.
mep:ONE_WAY
  a skos:Concept ;
  skos:altLabel "One Way"@en ;
  skos:definition "An application MEP consisting of a consumer sending a message to an information service without any requisite response from the information service."@en ;
  skos:inScheme swim-sc:CodeApplicationMessageExchangePatternType ;
  skos:prefLabel "ONE_WAY"@en ;
.
mep:PUBLISH_SUBSCRIBE
  a skos:Concept ;
  skos:altLabel "Publish Subscribe"@en ;
  skos:definition "An application MEP consisting of a consumer sending a message to an information service without any requisite response from the information service."@en ;
  skos:exactMatch <http://semantics.aero/swim-vocabulary#publish-subscribe> ;
  skos:inScheme swim-sc:CodeApplicationMessageExchangePatternType ;
  skos:prefLabel "PUBLISH_SUBSCRIBE"@en ;
.
mep:PUBLISH_SUBSCRIBE_WITH_PULL_MECHANISM
  a skos:Concept ;
  skos:altLabel "Publish Subscribe with Pull Mechanism"@en ;
  skos:definition "A Publish/Subscribe pattern whereby the information service keeps necessary updates available to the consumer, in accordance with the subscription."@en ;
  skos:inScheme swim-sc:CodeApplicationMessageExchangePatternType ;
  skos:prefLabel "PUBLISH_SUBSCRIBE_WITH_PULL_MECHANISM"@en ;
.
mep:PUBLISH_SUBSCRIBE_WITH_PUSH_MECHANISM
  a skos:Concept ;
  skos:altLabel "Publish Subscribe with Push Mechanism"@en ;
  skos:definition "A Publish/Subscribe pattern whereby the information service sends necessary updates (publish) to the consumer, in accordance with the subscription."@en ;
  skos:inScheme swim-sc:CodeApplicationMessageExchangePatternType ;
  skos:prefLabel "PUBLISH_SUBSCRIBE_WITH_PUSH_MECHANISM"@en ;
.
mep:REQUEST_REPLY
  a skos:Concept ;
  skos:altLabel "Request Reply"@en ;
  skos:definition "An application MEP consisting of a consumer sending a request to an information service, the service then executing the request and providing a reply to the consumer."@en ;
  skos:inScheme swim-sc:CodeApplicationMessageExchangePatternType ;
  skos:prefLabel "REQUEST_REPLY"@en ;
.
mep:SYNCHRONOUS_REQUEST_REPLY
  a skos:Concept ;
  skos:altLabel "Synchronous Request Reply"@en ;
  skos:definition "A Request/Reply application MEP requiring that the consumer wait for the information service to provide a response, and is unable to send/receive any other requests/responses until the initial response is received."@en ;
  skos:inScheme swim-sc:CodeApplicationMessageExchangePatternType ;
  skos:prefLabel "SYNCHRONOUS_REQUEST_REPLY"@en ;
.
swim-sc:CodeBusinessActivityType
  a skos:ConceptScheme ;
  skos:altLabel "Business Activity Type Code"@en ;
  skos:definition "A categorisation of services based on the type of business activity."@en ;
  skos:hasTopConcept biz:AERODROME_OPERATION ;
  skos:hasTopConcept biz:AIRSPACE_ORGANISATION_AND_MANAGEMENT ;
  skos:hasTopConcept biz:AIRSPACE_USER_OPERATIONS ;
  skos:hasTopConcept biz:COMMUNICATION_NAVIGATION_SURVEILLANCE ;
  skos:hasTopConcept biz:CONFLICT_MANAGEMENT ;
  skos:hasTopConcept biz:DEMAND_AND_CAPACITY_BALANCING ;
  skos:hasTopConcept biz:INFORMATION_MANAGEMENT ;
  skos:hasTopConcept biz:SERVICE_DELIVERY_MANAGEMENT ;
  skos:hasTopConcept biz:TRAFFIC_SYNCHRONISATION ;
  skos:prefLabel "CodeBusinessActivityType"@en ;
.
biz:AERODROME_OPERATION
  a skos:Concept ;
  skos:altLabel "Aerodrome Operation"@en ;
  skos:definition "Aerodrome operations describe the aerodrome functionality within the ATM system in terms of such factors as information acquisition and delivery, facility access, demand on airspace, and limits on usability."@en ;
  skos:inScheme swim-sc:CodeBusinessActivityType ;
  skos:prefLabel "AERODROME_OPERATION"@en ;
.
biz:AIRSPACE_ORGANISATION_AND_MANAGEMENT
  a skos:Concept ;
  skos:altLabel "Airspace Organisation and Management"@en ;
  skos:definition "Design and management of airspace structures (e.g. P/D/R,TSA/CBA, En Route/TMA Sectors, Free Route Airspace, etc.), and routes (SID/STAR RNAV/RNP routes)."@en ;
  skos:inScheme swim-sc:CodeBusinessActivityType ;
  skos:prefLabel "AIRSPACE_ORGANISATION_AND_MANAGEMENT"@en ;
.
biz:AIRSPACE_USER_OPERATIONS
  a skos:Concept ;
  skos:altLabel "Airspace User Operations"@en ;
  skos:definition "Airspace user operations refer to the ATM-related aspects of flight operations."@en ;
  skos:inScheme swim-sc:CodeBusinessActivityType ;
  skos:prefLabel "AIRSPACE_USER_OPERATIONS"@en ;
.
biz:COMMUNICATION_NAVIGATION_SURVEILLANCE
  a skos:Concept ;
  skos:altLabel "Communication Navigation Surveillance"@en ;
  skos:definition "Communication, Navigation, Surveillance."@en ;
  skos:inScheme swim-sc:CodeBusinessActivityType ;
  skos:prefLabel "COMMUNICATION_NAVIGATION_SURVEILLANCE"@en ;
.
biz:CONFLICT_MANAGEMENT
  a skos:Concept ;
  skos:altLabel "Conflict Management"@en ;
  skos:definition "Conflict management includes strategic de-confliction, separation provision and collision avoidance of traffic. It also includes the mitigation of hazards due to adverse weather conditions and foreign objects."@en ;
  skos:inScheme swim-sc:CodeBusinessActivityType ;
  skos:prefLabel "CONFLICT_MANAGEMENT"@en ;
.
biz:DEMAND_AND_CAPACITY_BALANCING
  a skos:Concept ;
  skos:altLabel "Demand and Capacity Balancing"@en ;
  skos:definition "Assessment and balancing of demand and capacity at network and airport level to provide the NOP/AOP for the day of operation."@en ;
  skos:inScheme swim-sc:CodeBusinessActivityType ;
  skos:prefLabel "DEMAND_AND_CAPACITY_BALANCING"@en ;
.
biz:INFORMATION_MANAGEMENT
  a skos:Concept ;
  skos:altLabel "Information Management"@en ;
  skos:definition "The provision of the right information to stakeholders at the time that it is needed."@en ;
  skos:inScheme swim-sc:CodeBusinessActivityType ;
  skos:prefLabel "INFORMATION_MANAGEMENT"@en ;
.
biz:SERVICE_DELIVERY_MANAGEMENT
  a skos:Concept ;
  skos:altLabel "Service Delivery Management"@en ;
  skos:definition "Management of the overall service delivery of ATM by balancing and consolidating the provision of the services from the other areas of AOM (Airspace Organisation and Management), AUO (Airspace User Operations), DCB (Demand Capacity Balancing), TS (Traffic Synchronisation), CM (Conflict Management), and AO (Aerodrome Operations)."@en ;
  skos:inScheme swim-sc:CodeBusinessActivityType ;
  skos:prefLabel "SERVICE_DELIVERY_MANAGEMENT"@en ;
.
biz:TRAFFIC_SYNCHRONISATION
  a skos:Concept ;
  skos:altLabel "Traffic Synchronisation"@en ;
  skos:definition "Synchronisation of arrivals and departures with surface operations."@en ;
  skos:inScheme swim-sc:CodeBusinessActivityType ;
  skos:prefLabel "TRAFFIC_SYNCHRONISATION"@en ;
.
swim-sc:CodeDocumentType
  a skos:ConceptScheme ;
  skos:altLabel "Code document type"@en ;
  skos:definition "Types of documents."@en ;
  skos:hasTopConcept doc:CODE_EXAMPLE ;
  skos:hasTopConcept doc:INFORMATION_DEFINITION ;
  skos:hasTopConcept doc:MACHINE_READABLE_SERVICE_DESCRIPTION ;
  skos:hasTopConcept doc:MESSAGE_EXAMPLE ;
  skos:hasTopConcept doc:OTHER ;
  skos:hasTopConcept doc:POLICY_DOCUMENT ;
  skos:hasTopConcept doc:PROTOCOL_SPECIFICATION ;
  skos:hasTopConcept doc:QUALITY_OF_SERVICE_DOCUMENT ;
  skos:hasTopConcept doc:SEMANTIC_CORRESPONDENCE_REPORT ;
  skos:hasTopConcept doc:SERVICE_BEHAVIOUR_DESCRIPTION ;
  skos:hasTopConcept doc:SERVICE_CERTIFICATION ;
  skos:hasTopConcept doc:SERVICE_MODEL ;
  skos:hasTopConcept doc:SERVICE_SPECIFICATION ;
  skos:hasTopConcept doc:SERVICE_STANDARD ;
  skos:hasTopConcept doc:SERVICE_VALIDATION_REPORT ;
  skos:prefLabel "CodeDocumentType"@en ;
.
doc:CODE_EXAMPLE
  a skos:Concept ;
  skos:altLabel "Code Example"@en ;
  skos:definition "Examples of code exemplifying the implementation of the consuming service interface."@en ;
  skos:inScheme swim-sc:CodeDocumentType ;
  skos:prefLabel "CODE_EXAMPLE"@en ;
.
doc:INFORMATION_DEFINITION
  a skos:Concept ;
  skos:altLabel "Information Definition"@en ;
  skos:definition "A formal description of exchanged information."@en ;
  skos:inScheme swim-sc:CodeDocumentType ;
  skos:prefLabel "INFORMATION_DEFINITION"@en ;
.
doc:MACHINE_READABLE_SERVICE_DESCRIPTION
  a skos:Concept ;
  skos:altLabel "Machine Readable Service Description"@en ;
  skos:definition "A service interface definition in a machine-readable format using a standard service definition formalism/language."@en ;
  skos:inScheme swim-sc:CodeDocumentType ;
  skos:prefLabel "MACHINE_READABLE_SERVICE_DESCRIPTION"@en ;
.
doc:MESSAGE_EXAMPLE
  a skos:Concept ;
  skos:altLabel "Message Example"@en ;
  skos:definition "An example of the messages used by the service."@en ;
  skos:inScheme swim-sc:CodeDocumentType ;
  skos:prefLabel "MESSAGE_EXAMPLE"@en ;
.
doc:OTHER
  a skos:Concept ;
  skos:altLabel "Other"@en ;
  skos:definition "A document of a type not covered by a value in this list."@en ;
  skos:inScheme swim-sc:CodeDocumentType ;
  skos:prefLabel "OTHER"@en ;
.
doc:POLICY_DOCUMENT
  a skos:Concept ;
  skos:altLabel "Policy Document"@en ;
  skos:definition "A policy governing e.g. the access and uses of one or more services."@en ;
  skos:inScheme swim-sc:CodeDocumentType ;
  skos:prefLabel "POLICY_DOCUMENT"@en ;
.
doc:PROTOCOL_SPECIFICATION
  a skos:Concept ;
  skos:altLabel "Protocol Specification"@en ;
  skos:definition "A specification of the service interface protocols."@en ;
  skos:inScheme swim-sc:CodeDocumentType ;
  skos:prefLabel "PROTOCOL_SPECIFICATION"@en ;
.
doc:QUALITY_OF_SERVICE_DOCUMENT
  a skos:Concept ;
  skos:altLabel "Quality Of Service Document"@en ;
  skos:definition "A document containing statements on the quality of service."@en ;
  skos:inScheme swim-sc:CodeDocumentType ;
  skos:prefLabel "QUALITY_OF_SERVICE_DOCUMENT"@en ;
.
doc:SEMANTIC_CORRESPONDENCE_REPORT
  a skos:Concept ;
  skos:altLabel "Semantic Correspondence Report"@en ;
  skos:definition "A report containing the semantic correspondences between an information definition and the ATM Information Reference Model."@en ;
  skos:inScheme swim-sc:CodeDocumentType ;
  skos:prefLabel "SEMANTIC_CORRESPONDENCE_REPORT"@en ;
.
doc:SERVICE_BEHAVIOUR_DESCRIPTION
  a skos:Concept ;
  skos:altLabel "Service Behaviour Description"@en ;
  skos:definition "A description of the service behaviour."@en ;
  skos:inScheme swim-sc:CodeDocumentType ;
  skos:prefLabel "SERVICE_BEHAVIOUR_DESCRIPTION"@en ;
.
doc:SERVICE_CERTIFICATION
  a skos:Concept ;
  skos:altLabel "Service Certification"@en ;
  skos:definition "A service certification."@en ;
  skos:inScheme swim-sc:CodeDocumentType ;
  skos:prefLabel "SERVICE_CERTIFICATION"@en ;
.
doc:SERVICE_MODEL
  a skos:Concept ;
  skos:altLabel "Service Model"@en ;
  skos:definition "A model view, expressed using a formal and standardised notation, that formalises the representation of the business logic of its service interfaces, service operations, service behaviour and exchanged information."@en ;
  skos:inScheme swim-sc:CodeDocumentType ;
  skos:prefLabel "SERVICE_MODEL"@en ;
.
doc:SERVICE_SPECIFICATION
  a skos:Concept ;
  skos:altLabel "Service Specification"@en ;
  skos:definition "A specification used in the implementation of the service."@en ;
  skos:inScheme swim-sc:CodeDocumentType ;
  skos:prefLabel "SERVICE_SPECIFICATION"@en ;
.
doc:SERVICE_STANDARD
  a skos:Concept ;
  skos:altLabel "Service Standard"@en ;
  skos:definition "A document, issued by a community of interest, used to harmonize service implementations."@en ;
  skos:inScheme swim-sc:CodeDocumentType ;
  skos:prefLabel "SERVICE_STANDARD"@en ;
.
doc:SERVICE_VALIDATION_REPORT
  a skos:Concept ;
  skos:altLabel "Service Validation Report"@en ;
  skos:definition "A report on the result of the activities whereby a service is checked for conformance with the service objectives and requirements."@en ;
  skos:inScheme swim-sc:CodeDocumentType ;
  skos:prefLabel "SERVICE_VALIDATION_REPORT"@en ;
.
swim-sc:CodeICAOPublicationType
  a skos:ConceptScheme ;
  skos:altLabel "Code ICAO publication type"@en ;
  skos:definition "A categorisation of services based on the type of ICAO publication from which the operational need for the service can be derived."@en ;
  skos:hasTopConcept ipub:ANNEX ;
  skos:hasTopConcept ipub:GUIDANCE ;
  skos:hasTopConcept ipub:PANS ;
  skos:prefLabel "CodeICAOPublicationType"@en ;
.
ipub:ANNEX
  a skos:Concept ;
  skos:altLabel "Annex"@en ;
  skos:definition "The operational need for the service is derived from an ICAO Annex."@en ;
  skos:inScheme swim-sc:CodeICAOPublicationType ;
  skos:prefLabel "ANNEX"@en ;
.
ipub:GUIDANCE
  a skos:Concept ;
  skos:altLabel "Guidance"@en ;
  skos:definition "The operational need for the service is derived from an ICAO guidance document."@en ;
  skos:inScheme swim-sc:CodeICAOPublicationType ;
  skos:prefLabel "GUIDANCE"@en ;
.
ipub:PANS
  a skos:Concept ;
  skos:altLabel "PANS"@en ;
  skos:definition "The operational need for the service is derived from an ICAO PANS."@en ;
  skos:inScheme swim-sc:CodeICAOPublicationType ;
  skos:prefLabel "PANS"@en ;
.
swim-sc:CodeICAORegionType
  a skos:ConceptScheme ;
  dct:source "The list of ICAO Regions as defined in Appendix 1 to the Directives to Regional Air Navigation Meetings and Rules of Procedure for their Conduct (ICAO Doc 8144-AN/874)."@en ;
  skos:altLabel "ICAO Location Indicator"@en ;
  skos:altLabel "ICAO Region Type Code"@en ;
  skos:definition "A specified geographical area, defined as an ICAO air navigation region."@en ;
  skos:hasTopConcept region:AFI ;
  skos:hasTopConcept region:ASIA ;
  skos:hasTopConcept region:CAR ;
  skos:hasTopConcept region:EUR ;
  skos:hasTopConcept region:MID ;
  skos:hasTopConcept region:NAM ;
  skos:hasTopConcept region:NAT ;
  skos:hasTopConcept region:PAC ;
  skos:hasTopConcept region:SAM ;
  skos:prefLabel "CodeICAORegionType"@en ;
.
region:AFI
  a skos:Concept ;
  skos:altLabel "Africa-Indian Ocean Region"@en ;
  skos:definition "The area embracing Africa and associated oceanic areas and land masses between 25 degrees West and 75 degrees East and South to the South Pole."@en ;
  skos:exactMatch <http://semantics.aero/icao-region#afi> ;
  skos:inScheme swim-sc:CodeICAORegionType ;
  skos:prefLabel "AFI"@en ;
.
region:ASIA
  a skos:Concept ;
  skos:altLabel "Asia Region"@en ;
  skos:definition "The area south of the Asian part of the USSR territory, and embracing Pakistan, Japan and New Zealand, and associated oceanic areas and land masses eastward from 75 degrees E to 175 degrees W, to the South Pole."@en ;
  skos:exactMatch <http://semantics.aero/icao-region#asia> ;
  skos:inScheme swim-sc:CodeICAORegionType ;
  skos:prefLabel "ASIA"@en ;
.
region:CAR
  a skos:Concept ;
  skos:altLabel "Caribbean Region"@en ;
  skos:definition "The area embracing Mexico, Central America, the Bahamas and the West Indies."@en ;
  skos:exactMatch <http://semantics.aero/icao-region#car> ;
  skos:inScheme swim-sc:CodeICAORegionType ;
  skos:prefLabel "CAR"@en ;
.
region:EUR
  a skos:Concept ;
  skos:altLabel "European Region"@en ;
  skos:definition "The area embracing Europe and the Asian part of the USSR territory, north to the North Pole, and including Turkey."@en ;
  skos:exactMatch <http://semantics.aero/icao-region#eur> ;
  skos:inScheme swim-sc:CodeICAORegionType ;
  skos:prefLabel "EUR"@en ;
.
region:MID
  a skos:Concept ;
  skos:altLabel "Middle East Region"@en ;
  skos:definition "The area embracing that part of Asia west of Pakistan, but excluding Turkey and USSR territory."@en ;
  skos:exactMatch <http://semantics.aero/icao-region#mid> ;
  skos:inScheme swim-sc:CodeICAORegionType ;
  skos:prefLabel "MID"@en ;
.
region:NAM
  a skos:Concept ;
  skos:altLabel "North American Region"@en ;
  skos:definition "The area embracing the United States and Canada and north to the North Pole."@en ;
  skos:exactMatch <http://semantics.aero/icao-region#nam> ;
  skos:inScheme swim-sc:CodeICAORegionType ;
  skos:prefLabel "NAM"@en ;
.
region:NAT
  a skos:Concept ;
  skos:altLabel "North Atlantic Region"@en ;
  skos:definition "The North Atlantic area not covered by the NAM, CAR, SAM, EUR and AFI Regions, and north to the North Pole."@en ;
  skos:exactMatch <http://semantics.aero/icao-region#nat> ;
  skos:inScheme swim-sc:CodeICAORegionType ;
  skos:prefLabel "NAT"@en ;
.
region:PAC
  a skos:Concept ;
  skos:altLabel "Pacific Region"@en ;
  skos:definition "The Pacific area not covered by the NAM, CAR, SAM and ASIA Regions, and south to the South Pole."@en ;
  skos:exactMatch <http://semantics.aero/icao-region#pac> ;
  skos:inScheme swim-sc:CodeICAORegionType ;
  skos:prefLabel "PAC"@en ;
.
region:SAM
  a skos:Concept ;
  skos:altLabel "South American Region"@en ;
  skos:definition "The area embracing South America and the associated oceanic areas and land masses between 25 degrees W and 90 degrees W and south to the South Pole."@en ;
  skos:exactMatch <http://semantics.aero/icao-region#sam> ;
  skos:inScheme swim-sc:CodeICAORegionType ;
  skos:prefLabel "SAM"@en ;
.
swim-sc:CodeInformationDomainType
  a skos:ConceptScheme ;
  skos:altLabel "Information Domain Type Code"@en ;
  skos:definition "A categorisation of services based on information domains."@en ;
  skos:hasTopConcept dom:AERONAUTICAL_INFORMATION ;
  skos:hasTopConcept dom:CAPACITY_DEMAND_AND_FLOW_INFORMATION ;
  skos:hasTopConcept dom:ENVIRONMENT_INFORMATION ;
  skos:hasTopConcept dom:FLIGHT_INFORMATION ;
  skos:hasTopConcept dom:METEOROLOGICAL_INFORMATION ;
  skos:hasTopConcept dom:OTHER_INFORMATION ;
  skos:hasTopConcept dom:SURVEILLANCE_INFORMATION ;
  skos:prefLabel "CodeInformationDomainType"@en ;
.
dom:AERONAUTICAL_INFORMATION
  a skos:Concept ;
  skos:altLabel "Aeronautical information"@en ;
  skos:definition "Information resulting from the assembly, analysis and formatting of aeronautical data."@en ;
  skos:inScheme swim-sc:CodeInformationDomainType ;
  skos:prefLabel "AERONAUTICAL_INFORMATION"@en ;
  skos:related regexch:AERONAUTICAL_INFORMATION_EXCHANGE ;
.
dom:CAPACITY_DEMAND_AND_FLOW_INFORMATION
  a skos:Concept ;
  skos:altLabel "Capacity, demand and flow information"@en ;
  skos:definition "Information about the strategic evaluation of the system-wide traffic flows and aerodrome capacities to allow airspace users to determine when, where and how they operate, while mitigating conflicting needs for airspace and aerodrome capacity."@en ;
  skos:inScheme swim-sc:CodeInformationDomainType ;
  skos:prefLabel "CAPACITY_DEMAND_AND_FLOW_INFORMATION"@en ;
.
dom:ENVIRONMENT_INFORMATION
  a skos:Concept ;
  skos:altLabel "Environment information"@en ;
  skos:definition "Information about the environmental impact of air traffic and the measures taken to minimise the impact."@en ;
  skos:inScheme swim-sc:CodeInformationDomainType ;
  skos:prefLabel "ENVIRONMENT_INFORMATION"@en ;
.
dom:FLIGHT_INFORMATION
  a skos:Concept ;
  skos:altLabel "Flight information"@en ;
  skos:definition "Information useful for the safe and efficient conduct of flight, including information on air traffic, meteorological conditions, aerodrome conditions or air route facilities."@en ;
  skos:inScheme swim-sc:CodeInformationDomainType ;
  skos:prefLabel "FLIGHT_INFORMATION"@en ;
  skos:related <https://reference.swim.aero/information-services/service-categories/CodeRegulatedInformationExchangeType.html#FLIGHT_INFORMATION_EXCHANGE> ;
.
dom:METEOROLOGICAL_INFORMATION
  a skos:Concept ;
  skos:altLabel "Meteorological information"@en ;
  skos:definition "Meteorological report, analysis, forecast, and any other statement relating to existing or expected meteorological conditions."@en ;
  skos:inScheme swim-sc:CodeInformationDomainType ;
  skos:prefLabel "METEOROLOGICAL_INFORMATION"@en ;
  skos:related regexch:METEOROLOGICAL_INFORMATION_EXCHANGE ;
.
dom:OTHER_INFORMATION
  a skos:Concept ;
  skos:altLabel "Other information"@en ;
  skos:definition "Information not covered by any other listed information domain."@en ;
  skos:inScheme swim-sc:CodeInformationDomainType ;
  skos:prefLabel "OTHER_INFORMATION"@en ;
.
dom:SURVEILLANCE_INFORMATION
  a skos:Concept ;
  skos:altLabel "Surveillance information"@en ;
  skos:broadMatch <http://semantics.aero/service-category#surveillance> ;
  skos:definition "Information about a flight's position, vector, identity and flight path intent as reported by ground or on-board sensors."@en ;
  skos:inScheme swim-sc:CodeInformationDomainType ;
  skos:prefLabel "SURVEILLANCE_INFORMATION"@en ;
.
swim-sc:CodeInformationExchangeModelType
  a skos:ConceptScheme ;
  skos:altLabel "Code information exchange model type"@en ;
  skos:definition "A list of information exchange models created by communities of interest."@en ;
  skos:hasTopConcept ixm:AIXM_5_1 ;
  skos:hasTopConcept ixm:AIXM_5_1_1 ;
  skos:hasTopConcept ixm:AMXM_2_0 ;
  skos:hasTopConcept ixm:FIXM_4_2 ;
  skos:hasTopConcept ixm:IWXXM_3_0 ;
  skos:prefLabel "CodeInformationExchangeModelType"@en ;
.
ixm:AIXM_5_1
  a skos:Concept ;
  skos:altLabel "AIXM 5.1"@en ;
  skos:definition "Aeronautical Information Exchange Model (AIXM) 5.1"@en ;
  skos:inScheme swim-sc:CodeInformationExchangeModelType ;
  skos:prefLabel "AIXM_5_1"@en ;
.
ixm:AIXM_5_1_1
  a skos:Concept ;
  skos:altLabel "AIXM 5.1.1"@en ;
  skos:definition "Aeronautical Information Exchange Model (AIXM) 5.1.1"@en ;
  skos:inScheme swim-sc:CodeInformationExchangeModelType ;
  skos:prefLabel "AIXM_5_1_1"@en ;
.
ixm:AMXM_2_0
  a skos:Concept ;
  skos:altLabel "AMXM 2.0"@en ;
  skos:definition "Aerodrome Mapping Exchange Model (AMXM) 2.0"@en ;
  skos:inScheme swim-sc:CodeInformationExchangeModelType ;
  skos:prefLabel "AMXM_2_0"@en ;
.
ixm:FIXM_4_2
  a skos:Concept ;
  skos:altLabel "FIXM 4.2"@en ;
  skos:definition "Flight Information Exchange Model (FIXM) 4.2"@en ;
  skos:inScheme swim-sc:CodeInformationExchangeModelType ;
  skos:prefLabel "FIXM 4 2"@en ;
.
ixm:IWXXM_3_0
  a skos:Concept ;
  skos:altLabel "IWXXM 3.0"@en ;
  skos:definition "ICAO Meteorological Information Exchange Model (IWXXM) 3.0"@en ;
  skos:inScheme swim-sc:CodeInformationExchangeModelType ;
  skos:prefLabel "IWXXM_3_ 0"@en ;
.
swim-sc:CodeInformationSecurityCategoryType
  a skos:ConceptScheme ;
  skos:altLabel "Code Information Security Category Type"@en ;
  skos:definition "Categorisation of information and information systems based on the information security impact on safety risk analysis. Information service providers and consumers apply the performance-based information security requirements based on the category."@en ;
  skos:hasTopConcept isec:ADVANCED ;
  skos:hasTopConcept isec:BASIC ;
  skos:hasTopConcept isec:INTERMEDIATE ;
  skos:hasTopConcept isec:NONE ;
  skos:prefLabel "CodeInformationSecurityCategoryType"@en ;
.
isec:ADVANCED
  a skos:Concept ;
  skos:altLabel "Advanced"@en ;
  skos:definition "Information security categories shall be reviewed monthly based on the latest risk analysis."@en ;
  skos:inScheme swim-sc:CodeInformationSecurityCategoryType ;
  skos:prefLabel "ADVANCED"@en ;
.
isec:BASIC
  a skos:Concept ;
  skos:altLabel "Basic"@en ;
  skos:definition "Information security categories shall be reviewed every (2) years based on the latest risk analysis."@en ;
  skos:inScheme swim-sc:CodeInformationSecurityCategoryType ;
  skos:prefLabel "BASIC"@en ;
.
isec:INTERMEDIATE
  a skos:Concept ;
  skos:altLabel "Intermediate"@en ;
  skos:definition "Information security categories shall be reviewed annually based on the latest risk analysis."@en ;
  skos:inScheme swim-sc:CodeInformationSecurityCategoryType ;
  skos:prefLabel "INTERMEDIATE"@en ;
.
isec:NONE
  a skos:Concept ;
  skos:altLabel "None"@en ;
  skos:definition "None."@en ;
  skos:inScheme swim-sc:CodeInformationSecurityCategoryType ;
  skos:prefLabel "NONE"@en ;
.
swim-sc:CodeLifeCycleStageType
  a skos:ConceptScheme ;
  skos:altLabel "Life Cycle Stage Type Code"@en ;
  skos:definition "A categorisation of services based on the current, past, or future availability for provisioning."@en ;
  skos:hasTopConcept life:OPERATIONAL ;
  skos:hasTopConcept life:PROSPECTIVE ;
  skos:hasTopConcept life:RETIRED ;
  skos:prefLabel "CodeLifeCycleStageType"@en ;
.
life:OPERATIONAL
  a skos:Concept ;
  skos:altLabel "Operational"@en ;
  skos:definition "The status indicating that the service is employed in its operational environment."@en ;
  skos:exactMatch <http://semantics.aero/availability-status#operational> ;
  skos:inScheme swim-sc:CodeLifeCycleStageType ;
  skos:prefLabel "OPERATIONAL"@en ;
.
life:PROSPECTIVE
  a skos:Concept ;
  skos:altLabel "Prospective"@en ;
  skos:definition "The status indicating that the service is being designed, developed, or tested for operational activities and is expected to be available in the future."@en ;
  skos:exactMatch <http://semantics.aero/availability-status#prospective> ;
  skos:inScheme swim-sc:CodeLifeCycleStageType ;
  skos:prefLabel "PROSPECTIVE"@en ;
.
life:RETIRED
  a skos:Concept ;
  skos:altLabel "Retired"@en ;
  skos:definition "The status indicating that active support for the service has been withdrawn, the service has been partially or totally replaced by a new service, or an upgraded service has been installed."@en ;
  skos:exactMatch <http://semantics.aero/availability-status#retired> ;
  skos:inScheme swim-sc:CodeLifeCycleStageType ;
  skos:prefLabel "RETIRED"@en ;
.
swim-sc:CodePrimitiveMessageExchangePatternType
  a skos:ConceptScheme ;
  skos:altLabel "Code primitive message exchange pattern type"@en ;
  skos:definition "Message exchange patterns that are directly related to the capability of the lower level protocols." ;
  skos:hasTopConcept prim-mep:FIRE_AND_FORGET ;
  skos:hasTopConcept prim-mep:SYNCHRONOUS_REQUEST_RESPONSE ;
  skos:prefLabel "CodePrimitiveMessageExchangePatternType"@en ;
.
prim-mep:FIRE_AND_FORGET
  a skos:Concept ;
  skos:altLabel "Fire and Forget"@en ;
  skos:definition "A primitive message exchange pattern consisting of a message being sent from one infrastructure service to another."@en ;
  skos:inScheme swim-sc:CodePrimitiveMessageExchangePatternType ;
  skos:prefLabel "FIRE AND FORGET"@en ;
.
prim-mep:SYNCHRONOUS_REQUEST_RESPONSE
  a skos:Concept ;
  skos:altLabel "Synchronous Request Response"@en ;
  skos:definition "A primitive MEP consisting of 1) a message (request) being sent from a consumer infrastructure service to a provider infrastructure service, 2) the consumer infrastructure service remaining blocked awaiting for a response and the provider infrastructure service remaining blocked processing the response and 3) a message (response) being sent from the provider infrastructure service to the consumer infrastructure service."@en ;
  skos:inScheme swim-sc:CodePrimitiveMessageExchangePatternType ;
  skos:prefLabel "SYNCHRONOUS_REQUEST_RESPONSE"@en ;
.
swim-sc:CodeQualityOfServiceMeasureType
  a skos:ConceptScheme ;
  skos:altLabel "Code quality of service measure type"@en ;
  skos:definition "A categorisation of services based on the quality characteristics to be taken into account when evaluating the properties of a service. The scheme can be augmented based on ISO/IEC 25010 (https://iso25000.com/index.php/en/iso-25000-standards/iso-25010)."@en ;
  skos:hasTopConcept qos:ACCOUNTABILITY ;
  skos:hasTopConcept qos:AUTHENTICITY ;
  skos:hasTopConcept qos:AVAILABILITY ;
  skos:hasTopConcept qos:CAPACITY ;
  skos:hasTopConcept qos:CONFIDENTIALITY ;
  skos:hasTopConcept qos:INTEGRITY ;
  skos:hasTopConcept qos:RECOVERABILITY ;
  skos:hasTopConcept qos:TIME_BEHAVIOUR ;
  skos:prefLabel "CodeQualityOfServiceMeasureType"@en ;
.
qos:ACCOUNTABILITY
  a skos:Concept ;
  skos:altLabel "Accountability"@en ;
  skos:definition "The degree to which the actions of an entity can be traced uniquely to the entity."@en ;
  skos:inScheme swim-sc:CodeQualityOfServiceMeasureType ;
  skos:prefLabel "ACCOUNTABILITY"@en ;
.
qos:AUTHENTICITY
  a skos:Concept ;
  skos:altLabel "Authenticity"@en ;
  skos:definition "The degree to which the identity of a subject or resource can be proved to be the one claimed."@en ;
  skos:inScheme swim-sc:CodeQualityOfServiceMeasureType ;
  skos:prefLabel "AUTHENTICITY"@en ;
.
qos:AVAILABILITY
  a skos:Concept ;
  skos:altLabel "Availability"@en ;
  skos:definition "The degree to which a service is operational and accessible when required for use."@en ;
  skos:inScheme swim-sc:CodeQualityOfServiceMeasureType ;
  skos:prefLabel "AVAILABILITY"@en ;
.
qos:CAPACITY
  a skos:Concept ;
  skos:altLabel "Capacity"@en ;
  skos:definition "The maximum rate at which a service can process transactions and the maximum message size of responses. Note: Measurements can include the number of items that can be stored, the number of concurrent users, the communication bandwidth, throughput of transactions, and size of messages."@en ;
  skos:inScheme swim-sc:CodeQualityOfServiceMeasureType ;
  skos:prefLabel "CAPACITY"@en ;
.
qos:CONFIDENTIALITY
  a skos:Concept ;
  skos:altLabel "Confidentiality"@en ;
  skos:definition "The degree to which a service ensures that data are accessible only to those authorized to have access."@en ;
  skos:inScheme swim-sc:CodeQualityOfServiceMeasureType ;
  skos:prefLabel "CONFIDENTIALITY"@en ;
.
qos:INTEGRITY
  a skos:Concept ;
  skos:altLabel "Integrity"@en ;
  skos:definition "An expression of the assurance that a system, product or component prevents unauthorized access to, or modification of, an information service interface or information."@en ;
  skos:inScheme swim-sc:CodeQualityOfServiceMeasureType ;
  skos:prefLabel "INTEGRITY"@en ;
.
qos:RECOVERABILITY
  a skos:Concept ;
  skos:altLabel "Recoverability"@en ;
  skos:definition "The degree to which, in the event of an interruption or a failure, the desired state of the service can be re-established."@en ;
  skos:inScheme swim-sc:CodeQualityOfServiceMeasureType ;
  skos:prefLabel "RECOVERABILITY"@en ;
.
qos:TIME_BEHAVIOUR
  a skos:Concept ;
  skos:altLabel "Time Behaviour"@en ;
  skos:definition "A measurement of the processing times of a service. Note: This parameter may be expressed as an indication of a maximum time needed for the service provider to complete the request, measured from the time instant the service provider receives the request to the time instant the service provider sends the response or makes it available."@en ;
  skos:inScheme swim-sc:CodeQualityOfServiceMeasureType ;
  skos:prefLabel "TIME_BEHAVIOUR"@en ;
.
swim-sc:CodeRegulatedInformationExchangeType
  a skos:ConceptScheme ;
  skos:altLabel "Regulated Information Exchange Type Code"@en ;
  skos:definition "A categorisation of services based on the information exchanges that are regulated in European Union law, i.e., Commission Implementing Regulation (EU) 2021/116, Common Project One that replaces Commission Implementing Regulation (EU) No 716/2014, Pilot Common Project."@en ;
  skos:hasTopConcept regexch:AERONAUTICAL_INFORMATION_EXCHANGE ;
  skos:hasTopConcept regexch:COOPERATIVE_NETWORK_INFORMATION_EXCHANGE ;
  skos:hasTopConcept regexch:FLIGHT_INFORMATION_EXCHANGE ;
  skos:hasTopConcept regexch:METEOROLOGICAL_INFORMATION_EXCHANGE ;
  skos:hasTopConcept regexch:SWIM_INFRASTRUCTURE_EXCHANGE ;
  skos:prefLabel "CodeRegulatedInformationExchangeType"@en ;
.
regexch:AERONAUTICAL_INFORMATION_EXCHANGE
  a skos:Concept ;
  skos:altLabel "Aeronautical Information Exchange"@en ;
  skos:broadMatch <http://semantics.aero/service-category#aeronautical> ;
  skos:definition "The Aeronautical information exchange regulated in Commission Implementing Regulation (EU) 2021/116, Common Project One."@en ;
  skos:inScheme swim-sc:CodeRegulatedInformationExchangeType ;
  skos:prefLabel "AERONAUTICAL_INFORMATION_EXCHANGE"@en ;
.
regexch:COOPERATIVE_NETWORK_INFORMATION_EXCHANGE
  a skos:Concept ;
  skos:altLabel "Cooperative Network Information Exchange"@en ;
  skos:definition "The Cooperative network information exchange regulated in Commission Implementing Regulation (EU) 2021/116, Common Project One."@en ;
  skos:inScheme swim-sc:CodeRegulatedInformationExchangeType ;
  skos:prefLabel "COOPERATIVE_NETWORK_INFORMATION_EXCHANGE"@en ;
.
regexch:FLIGHT_INFORMATION_EXCHANGE
  a skos:Concept ;
  skos:altLabel "Flight Information Exchange"@en ;
  skos:broadMatch <http://semantics.aero/service-category#flight> ;
  skos:definition "The Flight information exchange regulated in Commission Implementing Regulation (EU) 2021/116, Common Project One."@en ;
  skos:inScheme swim-sc:CodeRegulatedInformationExchangeType ;
  skos:prefLabel "FLIGHT_INFORMATION_EXCHANGE"@en ;
.
regexch:METEOROLOGICAL_INFORMATION_EXCHANGE
  a skos:Concept ;
  skos:altLabel "Meteorological Information Exchange"@en ;
  skos:broadMatch <http://semantics.aero/service-category#weather> ;
  skos:definition "The Meteorological information exchange regulated in Commission Implementing Regulation (EU) 2021/116, Common Project One."@en ;
  skos:inScheme swim-sc:CodeRegulatedInformationExchangeType ;
  skos:prefLabel "METEOROLOGICAL_INFORMATION_EXCHANGE"@en ;
.
regexch:SWIM_INFRASTRUCTURE_EXCHANGE
  a skos:Concept ;
  skos:altLabel "SWIM Infrastructure Exchange"@en ;
  skos:definition "The Common infrastructure components regulated in Commission Implementing Regulation (EU) No 716/2014, Pilot Common Project."@en ;
  skos:inScheme swim-sc:CodeRegulatedInformationExchangeType ;
  skos:prefLabel "SWIM_INFRASTRUCTURE_EXCHANGE"@en ;
.
swim-sc:CodeSWIMServiceArtefactType
  a skos:ConceptScheme ;
  skos:altLabel "SWIM Service Artefact Type Code"@en ;
  skos:definition "A categorisation of service artefacts."@en ;
  skos:hasTopConcept arte:SERVICE_DEFINITION ;
  skos:hasTopConcept arte:SERVICE_DESCRIPTION ;
  skos:hasTopConcept arte:SERVICE_OVERVIEW ;
  skos:prefLabel "CodeSWIMServiceArtefactType"@en ;
.
arte:SERVICE_DEFINITION
  a skos:Concept ;
  skos:altLabel "Service Definition"@en ;
  skos:definition "A document, issued by a community of interest, used to harmonize service implementations."@en ;
  skos:inScheme swim-sc:CodeSWIMServiceArtefactType ;
  skos:prefLabel "SERVICE_DEFINITION"@en ;
.
arte:SERVICE_DESCRIPTION
  a skos:Concept ;
  skos:altLabel "Service Description"@en ;
  skos:definition "Information needed in order to use, or consider using, a service."@en ;
  skos:exactMatch <http://semantics.aero/swim-vocabulary#service-description> ;
  skos:inScheme swim-sc:CodeSWIMServiceArtefactType ;
  skos:prefLabel "SERVICE_DESCRIPTION"@en ;
.
arte:SERVICE_OVERVIEW
  a skos:Concept ;
  skos:altLabel "Service Overview"@en ;
  skos:definition "A set of information service metadata intended to promote service discovery and an initial evaluation of the information service characteristics."@en ;
  skos:inScheme swim-sc:CodeSWIMServiceArtefactType ;
  skos:prefLabel "SERVICE_OVERVIEW"@en ;
.
swim-sc:CodeSecurityMechanismType
  a skos:ConceptScheme ;
  skos:altLabel "Code security mechanism type"@en ;
  skos:definition "A list of security mechanism based on the SWIM Technical Infrastructure capability enabling secured information exchange."@en ;
  skos:hasTopConcept sec:AUTHENTICATION ;
  skos:hasTopConcept sec:AUTHORISATION ;
  skos:hasTopConcept sec:CONFIDENTIALITY ;
  skos:hasTopConcept sec:INTEGRITY ;
  skos:prefLabel "CodeSecurityMechanismType"@en ;
.
sec:AUTHENTICATION
  a skos:Concept ;
  skos:altLabel "Authentication"@en ;
  skos:definition "A security mechanism ensuring that the identity of a subject can be proved to be the one claimed."@en ;
  skos:inScheme swim-sc:CodeSecurityMechanismType ;
  skos:prefLabel "AUTHENTICATION"@en ;
.
sec:AUTHORISATION
  a skos:Concept ;
  skos:altLabel "Authorisation"@en ;
  skos:definition "A security mechanism for the granting of rights and, based on these rights, the granting of access."@en ;
  skos:inScheme swim-sc:CodeSecurityMechanismType ;
  skos:prefLabel "AUTHORISATION"@en ;
.
sec:CONFIDENTIALITY
  a skos:Concept ;
  skos:altLabel "Confidentiality"@en ;
  skos:definition "A security mechanism protecting information from disclosure to unauthorized parties."@en ;
  skos:inScheme swim-sc:CodeSecurityMechanismType ;
  skos:prefLabel "CONFIDENTIALITY"@en ;
.
sec:INTEGRITY
  a skos:Concept ;
  skos:altLabel "Integrity"@en ;
  skos:definition "A security mechanism protecting information from modification by unauthorized parties."@en ;
  skos:inScheme swim-sc:CodeSecurityMechanismType ;
  skos:prefLabel "INTEGRITY"@en ;
.
swim-sc:CodeServiceType
  a skos:ConceptScheme ;
  skos:altLabel "Code service type"@en ;
  skos:definition "A categorisation of services based on the nature of the service."@en ;
  skos:hasTopConcept serv:AERONAUTICAL_AERODROME_MAP_ACCESS_SERVICE ;
  skos:hasTopConcept serv:AERONAUTICAL_DATA_PRODUCT_ACCESS_SERVICE ;
  skos:hasTopConcept serv:AERONAUTICAL_FEATURE_ACCESS_AND_MANAGEMENT_SERVICE ;
  skos:hasTopConcept serv:AERONAUTICAL_FEATURE_ACCESS_SERVICE ;
  skos:hasTopConcept serv:AERONAUTICAL_FEATURE_MANAGEMENT_SERVICE ;
  skos:hasTopConcept serv:AERONAUTICAL_INFORMATION_SUBSCRIPTION_SERVICE ;
  skos:hasTopConcept serv:AMDB_FEATURE_ACCESS_SERVICE ;
  skos:hasTopConcept serv:AMDB_MAP_ACCESS_SERVICE ;
  skos:hasTopConcept serv:CATALOGUE_SERVICE ;
  skos:hasTopConcept serv:COVERAGE_ACCESS_SERVICE ;
  skos:hasTopConcept serv:DATA_PRODUCT_ACCESS_SERVICE ;
  skos:hasTopConcept serv:FEATURE_ACCESS_SERVICE ;
  skos:hasTopConcept serv:FLIGHT_FEATURE_ACCESS_AND_MANAGEMENT_SERVICE ;
  skos:hasTopConcept serv:FLIGHT_FEATURE_ACCESS_SERVICE ;
  skos:hasTopConcept serv:FLIGHT_FEATURE_MANAGEMENT_SERVICE ;
  skos:hasTopConcept serv:FLIGHT_INFORMATION_SUBSCRIPTION_SERVICE ;
  skos:hasTopConcept serv:INFORMATION_SERVICE ;
  skos:hasTopConcept serv:INFRASTRUCTURE_SERVICE ;
  skos:hasTopConcept serv:MAP_ACCESS_SERVICE ;
  skos:hasTopConcept serv:MESSAGE_QUEUE_SERVICE ;
  skos:hasTopConcept serv:METEOROLOGICAL_FEATURE_ACCESS_AND_MANAGEMENT_SERVICE ;
  skos:hasTopConcept serv:METEOROLOGICAL_FEATURE_ACCESS_SERVICE ;
  skos:hasTopConcept serv:METEOROLOGICAL_FEATURE_MANAGEMENT_SERVICE ;
  skos:hasTopConcept serv:METEOROLOGICAL_INFORMATION_SUBSCRIPTION_SERVICE ;
  skos:hasTopConcept serv:METEOROLOGICAL_MAP_ACCESS_SERVICE ;
  skos:hasTopConcept serv:PORTRAYAL_SERVICE ;
  skos:hasTopConcept serv:PUBLIC_KEY_INFRASTRUCTURE_SERVICE ;
  skos:hasTopConcept serv:REGISTRY ;
  skos:hasTopConcept serv:REGISTRY_INFORMATION_SERVICE ;
  skos:hasTopConcept serv:SUBSCRIPTION_SERVICE ;
  skos:prefLabel "CodeServiceType"@en ;
.
serv:AERONAUTICAL_AERODROME_MAP_ACCESS_SERVICE
  a skos:Concept ;
  skos:altLabel "Aeronautical Aerodrome Map Access Service"@en ;
  skos:definition "A service that provides a client access to aeronautical aerodrome maps."@en ;
  skos:inScheme swim-sc:CodeServiceType ;
  skos:prefLabel "AERONAUTICAL_AERODROME_MAP_ACCESS_SERVICE"@en ;
.
serv:AERONAUTICAL_DATA_PRODUCT_ACCESS_SERVICE
  a skos:Concept ;
  skos:altLabel "Aeronautical Data Product Access Service"@en ;
  skos:definition "A service that allows access to and management of an aeronautical data product."@en ;
  skos:inScheme swim-sc:CodeServiceType ;
  skos:prefLabel "AERONAUTICAL_DATA_PRODUCT_ACCESS_SERVICE"@en ;
.
serv:AERONAUTICAL_FEATURE_ACCESS_AND_MANAGEMENT_SERVICE
  a skos:Concept ;
  skos:altLabel "Aeronautical Feature Access And Management Service"@en ;
  skos:definition "A service that provides a client access to and management of an aeronautical feature store."@en ;
  skos:inScheme swim-sc:CodeServiceType ;
  skos:prefLabel "AERONAUTICAL_FEATURE_ACCESS_AND_MANAGEMENT_SERVICE"@en ;
.
serv:AERONAUTICAL_FEATURE_ACCESS_SERVICE
  a skos:Concept ;
  skos:altLabel "Aeronautical Feature Access Service"@en ;
  skos:definition "A service that provides a client access to an aeronautical feature store."@en ;
  skos:inScheme swim-sc:CodeServiceType ;
  skos:prefLabel "AERONAUTICAL_FEATURE_ACCESS_SERVICE"@en ;
.
serv:AERONAUTICAL_FEATURE_MANAGEMENT_SERVICE
  a skos:Concept ;
  skos:altLabel "Aeronautical Feature Management Service"@en ;
  skos:definition "A service that provides a client management of an aeronautical feature store."@en ;
  skos:inScheme swim-sc:CodeServiceType ;
  skos:prefLabel "AERONAUTICAL_FEATURE_MANAGEMENT_SERVICE"@en ;
.
serv:AERONAUTICAL_INFORMATION_SUBSCRIPTION_SERVICE
  a skos:Concept ;
  skos:altLabel "Aeronautical Information Subscription Service"@en ;
  skos:definition "A service to allow clients to register for notification about aeronautical events."@en ;
  skos:inScheme swim-sc:CodeServiceType ;
  skos:prefLabel "AERONAUTICAL_INFORMATION_SUBSCRIPTION_SERVICE"@en ;
.
serv:AMDB_FEATURE_ACCESS_SERVICE
  a skos:Concept ;
  skos:altLabel "AMDB Feature Access Service"@en ;
  skos:definition "A service that provides a client access to and management of an AMDB feature store."@en ;
  skos:inScheme swim-sc:CodeServiceType ;
  skos:prefLabel "AMDB_FEATURE_ACCESS_SERVICE"@en ;
.
serv:AMDB_MAP_ACCESS_SERVICE
  a skos:Concept ;
  skos:altLabel "AMDB Map Access Service"@en ;
  skos:definition "A service that provides a client access to a AMDB maps."@en ;
  skos:inScheme swim-sc:CodeServiceType ;
  skos:prefLabel "AMDB_MAP_ACCESS_SERVICE"@en ;
.
serv:CATALOGUE_SERVICE
  a skos:Concept ;
  skos:altLabel "Catalogue Service"@en ;
  skos:definition "A service that provides discovery and management capabilities on a store of metadata about resources."@en ;
  skos:inScheme swim-sc:CodeServiceType ;
  skos:prefLabel "CATALOGUE_SERVICE"@en ;
.
serv:COVERAGE_ACCESS_SERVICE
  a skos:Concept ;
  skos:altLabel "Coverage Access Service"@en ;
  skos:definition "A service that provides a client access to and management of a coverage store. Coverage is considered as a special case of Feature. An access service may include a query that filters the data returned to the client. NOTE ISO 19123 and ISO 19111 are relevant to coverage access. (source: ISO 19150)"@en ;
  skos:inScheme swim-sc:CodeServiceType ;
  skos:prefLabel "COVERAGE_ACCESS_SERVICE"@en ;
.
serv:DATA_PRODUCT_ACCESS_SERVICE
  a skos:Concept ;
  skos:altLabel "Data Product Access Service"@en ;
  skos:definition "A service that allows access to and management of a data product."@en ;
  skos:inScheme swim-sc:CodeServiceType ;
  skos:prefLabel "DATA_PRODUCT_ACCESS_SERVICE"@en ;
.
serv:FEATURE_ACCESS_SERVICE
  a skos:Concept ;
  skos:altLabel "Feature Access Service"@en ;
  skos:definition "A service that provides a client access to and management of a feature store. An access service may include a query that filters the data returned to the client. NOTE ISO 19125, ISO 19142 and ISO 19143 are relevant to feature access. (source: ISO 19150)"@en ;
  skos:inScheme swim-sc:CodeServiceType ;
  skos:prefLabel "FEATURE_ACCESS_SERVICE"@en ;
.
serv:FLIGHT_FEATURE_ACCESS_AND_MANAGEMENT_SERVICE
  a skos:Concept ;
  skos:altLabel "Flight Feature Access And Management Service"@en ;
  skos:definition "A service that provides a client access to and management of a flight feature store."@en ;
  skos:inScheme swim-sc:CodeServiceType ;
  skos:prefLabel "FLIGHT_FEATURE_ACCESS_AND_MANAGEMENT_SERVICE"@en ;
.
serv:FLIGHT_FEATURE_ACCESS_SERVICE
  a skos:Concept ;
  skos:altLabel "Flight Feature Access Service"@en ;
  skos:definition "A service that provides a client access to a flight feature store."@en ;
  skos:inScheme swim-sc:CodeServiceType ;
  skos:prefLabel "FLIGHT_FEATURE_ACCESS_SERVICE"@en ;
.
serv:FLIGHT_FEATURE_MANAGEMENT_SERVICE
  a skos:Concept ;
  skos:altLabel "Flight Feature Management Service"@en ;
  skos:definition "A service that provides a client management of a flight feature store."@en ;
  skos:inScheme swim-sc:CodeServiceType ;
  skos:prefLabel "FLIGHT_FEATURE_MANAGEMENT_SERVICE"@en ;
.
serv:FLIGHT_INFORMATION_SUBSCRIPTION_SERVICE
  a skos:Concept ;
  skos:altLabel "Flight Information Subscription Service"@en ;
  skos:definition "A service to allow clients to register for notification about flight events."@en ;
  skos:inScheme swim-sc:CodeServiceType ;
  skos:prefLabel "FLIGHT_INFORMATION_SUBSCRIPTION_SERVICE"@en ;
.
serv:INFORMATION_SERVICE
  a skos:Concept ;
  skos:altLabel "Information Service"@en ;
  skos:definition "A type of service that provides an ATM information sharing capability."@en ;
  skos:inScheme swim-sc:CodeServiceType ;
  skos:prefLabel "INFORMATION_SERVICE"@en ;
.
serv:INFRASTRUCTURE_SERVICE
  a skos:Concept ;
  skos:altLabel "Infrastructure Service"@en ;
  skos:definition "A type of service that provides SWIM infrastructure capabilities such as interface management, request-reply and publish-subscribe messaging, service security, and enterprise service management."@en ;
  skos:inScheme swim-sc:CodeServiceType ;
  skos:prefLabel "INFRASTRUCTURE_SERVICE"@en ;
.
serv:MAP_ACCESS_SERVICE
  a skos:Concept ;
  skos:altLabel "Map Access Service"@en ;
  skos:definition "A service that provides a client access to a geographic graphics, i.e. pictures of geographic data. NOTE ISO 19128 is relevant to map access. (source: ISO 19150)"@en ;
  skos:inScheme swim-sc:CodeServiceType ;
  skos:prefLabel "MAP_ACCESS_SERVICE"@en ;
.
serv:MESSAGE_QUEUE_SERVICE
  a skos:Concept ;
  skos:altLabel "Message Queue Service"@en ;
  skos:definition "A type of service whose main purpose is to publish messages by means of message queues."@en ;
  skos:inScheme swim-sc:CodeServiceType ;
  skos:prefLabel "MESSAGE_QUEUE_SERVICE"@en ;
.
serv:METEOROLOGICAL_COVERAGE_ACCESS_SERVICE
  a skos:Concept ;
  skos:altLabel "Meteorological Coverage Access Service"@en ;
  skos:definition "A service that provides a client access to a meteorological coverage store."@en ;
  skos:inScheme swim-sc:CodeServiceType ;
  skos:prefLabel "METEOROLOGICAL_COVERAGE_ACCESS_SERVICE"@en ;
.
serv:METEOROLOGICAL_FEATURE_ACCESS_AND_MANAGEMENT_SERVICE
  a skos:Concept ;
  skos:altLabel "Meteorological Feature Access And Management Service"@en ;
  skos:definition "A service that provides a client access to and management of an meteorological feature store."@en ;
  skos:inScheme swim-sc:CodeServiceType ;
  skos:prefLabel "METEOROLOGICAL_FEATURE_ACCESS_AND_MANAGEMENT_SERVICE"@en ;
.
serv:METEOROLOGICAL_FEATURE_ACCESS_SERVICE
  a skos:Concept ;
  skos:altLabel "Meteorological Feature Access Service"@en ;
  skos:definition "A service that provides a client access to an meteorological feature store."@en ;
  skos:inScheme swim-sc:CodeServiceType ;
  skos:prefLabel "METEOROLOGICAL_FEATURE_ACCESS_SERVICE"@en ;
.
serv:METEOROLOGICAL_FEATURE_MANAGEMENT_SERVICE
  a skos:Concept ;
  skos:altLabel "Meteorological Feature Management Service"@en ;
  skos:definition "A service that provides a client management of an meteorological feature store."@en ;
  skos:inScheme swim-sc:CodeServiceType ;
  skos:prefLabel "METEOROLOGICAL_FEATURE_MANAGEMENT_SERVICE"@en ;
.
serv:METEOROLOGICAL_INFORMATION_SUBSCRIPTION_SERVICE
  a skos:Concept ;
  skos:altLabel "Meteorological Information Subscription Service"@en ;
  skos:definition "A service to allow clients to register for notification about meteorological phenomena."@en ;
  skos:inScheme swim-sc:CodeServiceType ;
  skos:prefLabel "METEOROLOGICAL_INFORMATION_SUBSCRIPTION_SERVICE"@en ;
.
serv:METEOROLOGICAL_MAP_ACCESS_SERVICE
  a skos:Concept ;
  skos:altLabel "Meteorological Map Access Service"@en ;
  skos:definition "A service that provides a client access to a aviation meteorological maps."@en ;
  skos:inScheme swim-sc:CodeServiceType ;
  skos:prefLabel "METEOROLOGICAL_MAP_ACCESS_SERVICE"@en ;
.
serv:PORTRAYAL_SERVICE
  a skos:Concept ;
  skos:altLabel "Portrayal Service"@en ;
  skos:definition "A service that provides or creates a portrayal."@en ;
  skos:inScheme swim-sc:CodeServiceType ;
  skos:prefLabel "PORTRAYAL_SERVICE"@en ;
.
serv:PUBLIC_KEY_INFRASTRUCTURE_SERVICE
  a skos:Concept ;
  skos:altLabel "Public Key Infrastructure Service"@en ;
  skos:definition "A service that enables issuance and management of the digital certificates to ensure confidentiality, integrity and non-repudiation of the data moving across systems."@en ;
  skos:inScheme swim-sc:CodeServiceType ;
  skos:prefLabel "PUBLIC_KEY_INFRASTRUCTURE_SERVICE"@en ;
.
serv:REGISTRY
  a skos:Concept ;
  skos:altLabel "Registry"@en ;
  skos:definition "A service that provides a discovery and management capabilities on a store of metadata about services."@en ;
  skos:inScheme swim-sc:CodeServiceType ;
  skos:prefLabel "REGISTRY"@en ;
.
serv:REGISTRY_INFORMATION_SERVICE
  a skos:Concept ;
  skos:altLabel "Registry Information Service"@en ;
  skos:definition "A type of service that provides a service metadata sharing capability."@en ;
  skos:inScheme swim-sc:CodeServiceType ;
  skos:prefLabel "REGISTRY_INFORMATION_SERVICE"@en ;
.
serv:SUBSCRIPTION_SERVICE
  a skos:Concept ;
  skos:altLabel "Subscription Service"@en ;
  skos:definition "A service to allow clients to register for notification about events. Events are defined by a service that performs an activity resulting in the event. Events are catalogued by the subscription service. Clients identify events of interest, e.g. receipt of data with a specific geographic extent. When an event occurs, the subscription service sends notification to all clients who have registered an interest in the event. Once an event occurs, a subscription service may cause an activity to occur, e.g. delivery of a product. (source: ISO 19150)"@en ;
  skos:inScheme swim-sc:CodeServiceType ;
  skos:prefLabel "SUBSCRIPTION_SERVICE"@en ;
.
swim-sc:CodeServiceValidationType
  a skos:ConceptScheme ;
  skos:altLabel "Code service validation type"@en ;
  skos:definition "Activities whereby a service is checked for conformance with the service objectives and requirements."@en ;
  skos:hasTopConcept val:COLLABORATIVE_VALIDATION ;
  skos:hasTopConcept val:INDEPENDENT_VALIDATION ;
  skos:hasTopConcept val:NOT_VALIDATED ;
  skos:hasTopConcept val:SELF_VALIDATION ;
  skos:hasTopConcept val:USER_VALIDATION ;
  skos:prefLabel "CodeServiceValidationType"@en ;
.
val:COLLABORATIVE_VALIDATION
  a skos:Concept ;
  skos:altLabel "Collaborative Validation"@en ;
  skos:definition "A validation of service jointly carried out by the service provider together with service users."@en ;
  skos:inScheme swim-sc:CodeServiceValidationType ;
  skos:prefLabel "COLLABORATIVE_VALIDATION"@en ;
.
val:INDEPENDENT_VALIDATION
  a skos:Concept ;
  skos:altLabel "Independent Validation"@en ;
  skos:definition "A validation of service carried out by an independent authority."@en ;
  skos:inScheme swim-sc:CodeServiceValidationType ;
  skos:prefLabel "INDEPENDENT_VALIDATION"@en ;
.
val:NOT_VALIDATED
  a skos:Concept ;
  skos:altLabel "Not Validated"@en ;
  skos:definition "A statement that no validation of service has taken place."@en ;
  skos:inScheme swim-sc:CodeServiceValidationType ;
  skos:prefLabel "NOT_VALIDATED"@en ;
.
val:SELF_VALIDATION
  a skos:Concept ;
  skos:altLabel "Self Validation"@en ;
  skos:definition "A validation of service carried out by the service provider."@en ;
  skos:inScheme swim-sc:CodeServiceValidationType ;
  skos:prefLabel "SELF_VALIDATION"@en ;
.
val:USER_VALIDATION
  a skos:Concept ;
  skos:altLabel "User Validation"@en ;
  skos:definition "A validation of service carried out by service users."@en ;
  skos:inScheme swim-sc:CodeServiceValidationType ;
  skos:prefLabel "USER_VALIDATION"@en ;
.
swim-sc:CodeStakeholderType
  a skos:ConceptScheme ;
  skos:altLabel "Stakeholder Type Code"@en ;
  skos:definition "A categorisation of services based on the type of stakeholder."@en ;
  skos:hasTopConcept stake:AERONAUTICAL_INFORMATION_SERVICE_PROVIDER ;
  skos:hasTopConcept stake:AIRPORT_OPERATOR ;
  skos:hasTopConcept stake:AIRSIDE_GROUND_HANDLER ;
  skos:hasTopConcept stake:AIR_TRAFFIC_SERVICE_PROVIDER ;
  skos:hasTopConcept stake:CIVIL_AIRSPACE_USER ;
  skos:hasTopConcept stake:CIVIL_AIR_NAVIGATION_SERVICE_PROVIDER ;
  skos:hasTopConcept stake:COMMUNICATION_NAVIGATION_AND_SURVEILLANCE_SERVICE_PROVIDER ;
  skos:hasTopConcept stake:MILITARY_AIRSPACE_USER ;
  skos:hasTopConcept stake:MILITARY_AIR_NAVIGATION_SERVICE_PROVIDER ;
  skos:hasTopConcept stake:MILITARY_DEFENCE_CENTRE ;
  skos:hasTopConcept stake:NETWORK_MANAGER ;
  skos:hasTopConcept stake:OVERSIGHT_AUTHORITY ;
  skos:hasTopConcept stake:PROVIDER_OF_DATA_SERVICES ;
  skos:hasTopConcept stake:REGULATED_METEOROLOGICAL_SERVICE_PROVIDER ;
  skos:prefLabel "CodeStakeholderType"@en ;
.
stake:AERONAUTICAL_INFORMATION_SERVICE_PROVIDER
  a skos:Concept ;
  skos:altLabel "Aeronautical Information Service Provider"@en ;
  skos:definition "A service established within the defined area of coverage responsible for the provision of aeronautical information/data necessary for the safety, regularity and efficiency of air navigation."@en ;
  skos:inScheme swim-sc:CodeStakeholderType ;
  skos:prefLabel "AERONAUTICAL_INFORMATION_SERVICE_PROVIDER"@en ;
.
stake:AIRPORT_OPERATOR
  a skos:Concept ;
  skos:altLabel "Aiport Operator"@en ;
  skos:definition "The civilian or military agency, group or individual which exercises control over the operations of the civil airport or military airfield."@en ;
  skos:inScheme swim-sc:CodeStakeholderType ;
  skos:prefLabel "AIRPORT_OPERATOR"@en ;
.
stake:AIRSIDE_GROUND_HANDLER
  a skos:Concept ;
  skos:altLabel "Airside Ground Handler"@en ;
  skos:definition "A stakeholder involved in the services necessary for an aircraft's arrival at, and departure from, an airport, other than air traffic services."@en ;
  skos:inScheme swim-sc:CodeStakeholderType ;
  skos:prefLabel "AIRSIDE_GROUND_HANDLER"@en ;
.
stake:AIR_TRAFFIC_SERVICE_PROVIDER
  a skos:Concept ;
  skos:altLabel "Air Traffic Service Provider"@en ;
  skos:definition "A generic term meaning variously, flight information service, alerting service, air traffic advisory service, air traffic control service (area control service, approach control service or aerodrome control service)."@en ;
  skos:inScheme swim-sc:CodeStakeholderType ;
  skos:prefLabel "AIR_TRAFFIC_SERVICE_PROVIDER"@en ;
.
stake:CIVIL_AIRSPACE_USER
  a skos:Concept ;
  skos:altLabel "Civil Airspace User"@en ;
  skos:definition "A generic term designating an organization operating aircraft and its pilots, the flight operations centres (FOC) responsible for the strategic planning of a flight and the entity responsible for the execution of a flight which is traditionally a flight deck."@en ;
  skos:inScheme swim-sc:CodeStakeholderType ;
  skos:prefLabel "CIVIL_AIRSPACE_USER"@en ;
.
stake:CIVIL_AIR_NAVIGATION_SERVICE_PROVIDER
  a skos:Concept ;
  skos:altLabel "Civil Air Navigation Service Provider"@en ;
  skos:definition "Any public or private entity providing air navigation services for general air traffic."@en ;
  skos:inScheme swim-sc:CodeStakeholderType ;
  skos:prefLabel "CIVIL_AIR_NAVIGATION_SERVICE_PROVIDER"@en ;
.
stake:COMMUNICATION_NAVIGATION_AND_SURVEILLANCE_SERVICE_PROVIDER
  a skos:Concept ;
  skos:altLabel "Communication Navigation and Surveillance Service Provider"@en ;
  skos:definition "A provider of CNS services."@en ;
  skos:inScheme swim-sc:CodeStakeholderType ;
  skos:prefLabel "COMMUNICATION_NAVIGATION_AND_SURVEILLANCE_SERVICE_PROVIDER"@en ;
.
stake:MILITARY_AIRSPACE_USER
  a skos:Concept ;
  skos:altLabel "Military Airspace User"@en ;
  skos:definition "Airspace User under the authority of a military organisation."@en ;
  skos:inScheme swim-sc:CodeStakeholderType ;
  skos:prefLabel "MILITARY_AIRSPACE_USER"@en ;
.
stake:MILITARY_AIR_NAVIGATION_SERVICE_PROVIDER
  a skos:Concept ;
  skos:altLabel "Military Air Navigation Service Provider"@en ;
  skos:definition "Any public or private entity providing air navigation services for military air traffic."@en ;
  skos:inScheme swim-sc:CodeStakeholderType ;
  skos:prefLabel "MILITARY_AIR_NAVIGATION_SERVICE_PROVIDER"@en ;
.
stake:MILITARY_DEFENCE_CENTRE
  a skos:Concept ;
  skos:altLabel "Military Defence Centre"@en ;
  skos:definition "A military defence centre."@en ;
  skos:inScheme swim-sc:CodeStakeholderType ;
  skos:prefLabel "MILITARY_DEFENCE_CENTRE"@en ;
.
stake:NETWORK_MANAGER
  a skos:Concept ;
  skos:altLabel "Network Manager"@en ;
  skos:definition "The organization responsible for enabling the optimum use of airspace and ensure that Airspace Users can operate preferred trajectories while allowing maximum access to airspaces and air navigation services."@en ;
  skos:inScheme swim-sc:CodeStakeholderType ;
  skos:prefLabel "NETWORK_MANAGER"@en ;
.
stake:OVERSIGHT_AUTHORITY
  a skos:Concept ;
  skos:altLabel "Oversight Authority"@en ;
  skos:definition "Any entity responsible for monitoring, regulating, and ensuring compliance with laws, policies and standards within a particular field or organisation."@en ;
  skos:inScheme swim-sc:CodeStakeholderType ;
  skos:prefLabel "OVERSIGHT AUTHORITY"@en ;
.
stake:PROVIDER_OF_DATA_SERVICES
  a skos:Concept ;
  skos:altLabel "Provider of Data Services"@en ;
  skos:definition "A public or private entity responsible for the management of a Data Service Provision to one or several Virtual Centre."@en ;
  skos:inScheme swim-sc:CodeStakeholderType ;
  skos:prefLabel "PROVIDER_OF_DATA_SERVICES"@en ;
.
stake:REGULATED_METEOROLOGICAL_SERVICE_PROVIDER
  a skos:Concept ;
  skos:altLabel "Regulated Meteorological Service Provider"@en ;
  skos:definition "An office designated to provide meteorological service for international air navigation."@en ;
  skos:inScheme swim-sc:CodeStakeholderType ;
  skos:prefLabel "REGULATED_METEOROLOGICAL_SERVICE_PROVIDER"@en ;
.
swim-sc:CodeTIYPServiceInterfaceBindingType
  a skos:ConceptScheme ;
  skos:altLabel "Code TIYPService interface binding type"@en ;
  skos:definition "Interface bindings listed in the EUROCONTROL Specification for SWIM Technical Infrastructure Yellow Profile that enable services to exchange data with consuming applications."@en ;
  skos:hasTopConcept tiyp:SWIM_TI_YP_1_0_AMQP_MESSAGING ;
  skos:hasTopConcept tiyp:SWIM_TI_YP_1_0_WS-N_SOAP ;
  skos:hasTopConcept tiyp:SWIM_TI_YP_1_0_WS-N_SOAP_WITH_BASIC_MESSAGE_SECURITY ;
  skos:hasTopConcept tiyp:SWIM_TI_YP_1_0_WS-N_SOAP_WITH_FEDERATED_SECURITY ;
  skos:hasTopConcept tiyp:SWIM_TI_YP_1_0_WS-N_SOAP_WITH_MESSAGE_SECURITY ;
  skos:hasTopConcept tiyp:SWIM_TI_YP_1_0_WS_LIGHT ;
  skos:hasTopConcept tiyp:SWIM_TI_YP_1_0_WS_SOAP ;
  skos:hasTopConcept tiyp:SWIM_TI_YP_1_0_WS_SOAP_WITH_BASIC_MESSAGE_SECURITY ;
  skos:hasTopConcept tiyp:SWIM_TI_YP_1_0_WS_SOAP_WITH_FEDERATED_SECURITY ;
  skos:hasTopConcept tiyp:SWIM_TI_YP_1_0_WS_SOAP_WITH_MESSAGE_SECURITY ;
  skos:hasTopConcept tiyp:SWIM_TI_YP_1_1_AMQP_MESSAGING ;
  skos:hasTopConcept tiyp:SWIM_TI_YP_1_1_WS-N_SOAP ;
  skos:hasTopConcept tiyp:SWIM_TI_YP_1_1_WS-N_SOAP_WITH_BASIC_MESSAGE_SECURITY ;
  skos:hasTopConcept tiyp:SWIM_TI_YP_1_1_WS-N_SOAP_WITH_FEDERATED_SECURITY ;
  skos:hasTopConcept tiyp:SWIM_TI_YP_1_1_WS-N_SOAP_WITH_MESSAGE_SECURITY ;
  skos:hasTopConcept tiyp:SWIM_TI_YP_1_1_WS_LIGHT ;
  skos:hasTopConcept tiyp:SWIM_TI_YP_1_1_WS_SOAP ;
  skos:hasTopConcept tiyp:SWIM_TI_YP_1_1_WS_SOAP_WITH_BASIC_MESSAGE_SECURITY ;
  skos:hasTopConcept tiyp:SWIM_TI_YP_1_1_WS_SOAP_WITH_FEDERATED_SECURITY ;
  skos:hasTopConcept tiyp:SWIM_TI_YP_1_1_WS_SOAP_WITH_MESSAGE_SECURITY ;
  skos:prefLabel "CodeTIYPServiceInterfaceBindingType"@en ;
.
tiyp:SWIM_TI_YP_1_0_AMQP_MESSAGING
  a skos:Concept ;
  skos:altLabel "SWIM TIYP 1.0 AMQP MESSAGING"@en ;
  skos:definition "The AMQP_MESSAGING Interface Binding as detailed in the EUROCONTROL Specification for SWIM Technical Infrastructure Yellow Profile, edition1.0."@en ;
  skos:inScheme swim-sc:CodeTIYPServiceInterfaceBindingType ;
  skos:prefLabel "SWIM_TI_YP_1_0_AMQP_MESSAGING"@en ;
.
tiyp:SWIM_TI_YP_1_0_WS-N_SOAP
  a skos:Concept ;
  skos:altLabel "SWIM TIYP 1.0 WS-N SOAP"@en ;
  skos:definition "The WS-N SOAP Interface Binding as detailed in the EUROCONTROL Specification for SWIM Technical Infrastructure Yellow Profile, edition1.0."@en ;
  skos:inScheme swim-sc:CodeTIYPServiceInterfaceBindingType ;
  skos:prefLabel "SWIM_TI_YP_1_0_WS-N_SOAP"@en ;
.
tiyp:SWIM_TI_YP_1_0_WS-N_SOAP_WITH_BASIC_MESSAGE_SECURITY
  a skos:Concept ;
  skos:altLabel "SWIM TIYP 1.0 WS-N SOAP WITH BASIC MESSAGE SECURITY"@en ;
  skos:definition "The WS-N SOAP with Basic Message Security Interface Binding as detailed in the EUROCONTROL Specification for SWIM Technical Infrastructure Yellow Profile, edition1.0."@en ;
  skos:inScheme swim-sc:CodeTIYPServiceInterfaceBindingType ;
  skos:prefLabel "SWIM_TI_YP_1_0_WS-N_SOAP_WITH_BASIC_MESSAGE_SECURITY"@en ;
.
tiyp:SWIM_TI_YP_1_0_WS-N_SOAP_WITH_FEDERATED_SECURITY
  a skos:Concept ;
  skos:altLabel "SWIM TIYP 1.0 WS-N SOAP WITH FEDERATED SECURITY"@en ;
  skos:definition "The WS-N SOAP with Federated Security Interface Binding as detailed in the EUROCONTROL Specification for SWIM Technical Infrastructure Yellow Profile, edition1.0."@en ;
  skos:inScheme swim-sc:CodeTIYPServiceInterfaceBindingType ;
  skos:prefLabel "SWIM_TI_YP_1_0_WS-N_SOAP_WITH_FEDERATED_SECURITY"@en ;
.
tiyp:SWIM_TI_YP_1_0_WS-N_SOAP_WITH_MESSAGE_SECURITY
  a skos:Concept ;
  skos:altLabel "SWIM TIYP 1.0 WS-N SOAP WITH MESSAGE SECURITY"@en ;
  skos:definition "The WS-N SOAP with Message Security Interface Binding as detailed in the EUROCONTROL Specification for SWIM Technical Infrastructure Yellow Profile, edition1.0."@en ;
  skos:inScheme swim-sc:CodeTIYPServiceInterfaceBindingType ;
  skos:prefLabel "SWIM_TI_YP_1_0_WS-N_SOAP_WITH_MESSAGE_SECURITY"@en ;
.
tiyp:SWIM_TI_YP_1_0_WS_LIGHT
  a skos:Concept ;
  skos:altLabel "SWIM TIYP 1.0 WS LIGHT"@en ;
  skos:definition "The WS Light Interface Binding as detailed in the EUROCONTROL Specification for SWIM Technical Infrastructure Yellow Profile, edition1.0."@en ;
  skos:inScheme swim-sc:CodeTIYPServiceInterfaceBindingType ;
  skos:prefLabel "SWIM_TI_YP_1_0_WS_LIGHT"@en ;
.
tiyp:SWIM_TI_YP_1_0_WS_SOAP
  a skos:Concept ;
  skos:altLabel "SWIM TIYP 1.0 WS SOAP"@en ;
  skos:definition "The WS SOAP Interface Binding as detailed in the EUROCONTROL Specification for SWIM Technical Infrastructure Yellow Profile, edition1.0."@en ;
  skos:inScheme swim-sc:CodeTIYPServiceInterfaceBindingType ;
  skos:prefLabel "SWIM_TI_YP_1_0_WS_SOAP"@en ;
.
tiyp:SWIM_TI_YP_1_0_WS_SOAP_WITH_BASIC_MESSAGE_SECURITY
  a skos:Concept ;
  skos:altLabel "SWIM TIYP 1.0 WS SOAP WITH BASIC MESSAGE SECURITY"@en ;
  skos:definition "The WS SOAP with Basic Message Security Interface Binding as detailed in the EUROCONTROL Specification for SWIM Technical Infrastructure Yellow Profile, edition1.0."@en ;
  skos:inScheme swim-sc:CodeTIYPServiceInterfaceBindingType ;
  skos:prefLabel "SWIM_TI_YP_1_0_WS_SOAP_WITH_BASIC_MESSAGE_SECURITY"@en ;
.
tiyp:SWIM_TI_YP_1_0_WS_SOAP_WITH_FEDERATED_SECURITY
  a skos:Concept ;
  skos:altLabel "SWIM TIYP 1.0 WS SOAP WITH FEDERATED SECURITY"@en ;
  skos:definition "The WS SOAP with Federated Security Interface Binding as detailed in the EUROCONTROL Specification for SWIM Technical Infrastructure Yellow Profile, edition1.0."@en ;
  skos:inScheme swim-sc:CodeTIYPServiceInterfaceBindingType ;
  skos:prefLabel "SWIM_TI_YP_1_0_WS_SOAP_WITH_FEDERATED_SECURITY"@en ;
.
tiyp:SWIM_TI_YP_1_0_WS_SOAP_WITH_MESSAGE_SECURITY
  a skos:Concept ;
  skos:altLabel "SWIM TIYP 1.0 WS SOAP WITH MESSAGE SECURITY"@en ;
  skos:definition "The WS SOAP with Message Security Interface Binding as detailed in the EUROCONTROL Specification for SWIM Technical Infrastructure Yellow Profile, edition1.0."@en ;
  skos:inScheme swim-sc:CodeTIYPServiceInterfaceBindingType ;
  skos:prefLabel "SWIM_TI_YP_1_0_WS_SOAP_WITH_MESSAGE_SECURITY"@en ;
.
tiyp:SWIM_TI_YP_1_1_AMQP_MESSAGING
  a skos:Concept ;
  skos:altLabel "SWIM TIYP 1.1 AMQP MESSAGING"@en ;
  skos:definition "The AMQP_MESSAGING Interface Binding as detailed in the EUROCONTROL Specification for SWIM Technical Infrastructure Yellow Profile, edition1.1."@en ;
  skos:inScheme swim-sc:CodeTIYPServiceInterfaceBindingType ;
  skos:prefLabel "SWIM_TI_YP_1_1_AMQP_MESSAGING"@en ;
.
tiyp:SWIM_TI_YP_1_1_WS-N_SOAP
  a skos:Concept ;
  skos:altLabel "SWIM TIYP 1.1 WS-N SOAP"@en ;
  skos:definition "The WS-N SOAP Interface Binding as detailed in the EUROCONTROL Specification for SWIM Technical Infrastructure Yellow Profile, edition1.1."@en ;
  skos:inScheme swim-sc:CodeTIYPServiceInterfaceBindingType ;
  skos:prefLabel "SWIM_TI_YP_1_1_WS-N_SOAP"@en ;
.
tiyp:SWIM_TI_YP_1_1_WS-N_SOAP_WITH_BASIC_MESSAGE_SECURITY
  a skos:Concept ;
  skos:altLabel "SWIM TIYP 1.1 WS-N SOAP WITH BASIC MESSAGE SECURITY"@en ;
  skos:definition "The WS-N SOAP with Basic Message Security Interface Binding as detailed in the EUROCONTROL Specification for SWIM Technical Infrastructure Yellow Profile, edition1.1."@en ;
  skos:inScheme swim-sc:CodeTIYPServiceInterfaceBindingType ;
  skos:prefLabel "SWIM_TI_YP_1_1_WS-N_SOAP_WITH_BASIC_MESSAGE_SECURITY"@en ;
.
tiyp:SWIM_TI_YP_1_1_WS-N_SOAP_WITH_FEDERATED_SECURITY
  a skos:Concept ;
  skos:altLabel "SWIM TIYP 1.1 WS-N SOAP WITH FEDERATED SECURITY"@en ;
  skos:definition "The WS SOAP with Federated Security Interface Binding as detailed in the EUROCONTROL Specification for SWIM Technical Infrastructure Yellow Profile, edition1.1."@en ;
  skos:inScheme swim-sc:CodeTIYPServiceInterfaceBindingType ;
  skos:prefLabel "SWIM_TI_YP_1_1_WS-N_SOAP_WITH_FEDERATED_SECURITY"@en ;
.
tiyp:SWIM_TI_YP_1_1_WS-N_SOAP_WITH_MESSAGE_SECURITY
  a skos:Concept ;
  skos:altLabel "SWIM TIYP 1.1 WS-N SOAP WITH MESSAGE SECURITY"@en ;
  skos:definition "The WS-N SOAP with Message Security Interface Binding as detailed in the EUROCONTROL Specification for SWIM Technical Infrastructure Yellow Profile, edition1.1."@en ;
  skos:inScheme swim-sc:CodeTIYPServiceInterfaceBindingType ;
  skos:prefLabel "SWIM_TI_YP_1_1_WS-N_SOAP_WITH_MESSAGE_SECURITY"@en ;
.
tiyp:SWIM_TI_YP_1_1_WS_LIGHT
  a skos:Concept ;
  skos:altLabel "SWIM TIYP 1.1 WS LIGHT"@en ;
  skos:definition "The WS Light Interface Binding as detailed in the EUROCONTROL Specification for SWIM Technical Infrastructure Yellow Profile, edition1.1."@en ;
  skos:inScheme swim-sc:CodeTIYPServiceInterfaceBindingType ;
  skos:prefLabel "SWIM_TI_YP_1_1_WS_LIGHT"@en ;
.
tiyp:SWIM_TI_YP_1_1_WS_SOAP
  a skos:Concept ;
  skos:altLabel "SWIM TIYP 1.1 WS SOAP"@en ;
  skos:definition "The WS SOAP Interface Binding as detailed in the EUROCONTROL Specification for SWIM Technical Infrastructure Yellow Profile, edition1.1."@en ;
  skos:inScheme swim-sc:CodeTIYPServiceInterfaceBindingType ;
  skos:prefLabel "SWIM_TI_YP_1_1_WS_SOAP"@en ;
.
tiyp:SWIM_TI_YP_1_1_WS_SOAP_WITH_BASIC_MESSAGE_SECURITY
  a skos:Concept ;
  skos:altLabel "SWIM TIYP 1.1 WS SOAP WITH BASIC MESSAGE SECURITY"@en ;
  skos:definition "The WS SOAP with Basic Message Security Interface Binding as detailed in the EUROCONTROL Specification for SWIM Technical Infrastructure Yellow Profile, edition1.1."@en ;
  skos:inScheme swim-sc:CodeTIYPServiceInterfaceBindingType ;
  skos:prefLabel "SWIM_TI_YP_1_1_WS_SOAP_WITH_BASIC_MESSAGE_SECURITY"@en ;
.
tiyp:SWIM_TI_YP_1_1_WS_SOAP_WITH_FEDERATED_SECURITY
  a skos:Concept ;
  skos:altLabel "SWIM TIYP 1.1 WS SOAP WITH FEDERATED SECURITY"@en ;
  skos:definition "The WS SOAP with Federated Security Interface Binding as detailed in the EUROCONTROL Specification for SWIM Technical Infrastructure Yellow Profile, edition1.1."@en ;
  skos:inScheme swim-sc:CodeTIYPServiceInterfaceBindingType ;
  skos:prefLabel "SWIM_TI_YP_1_1_WS_SOAP_WITH_FEDERATED_SECURITY"@en ;
.
tiyp:SWIM_TI_YP_1_1_WS_SOAP_WITH_MESSAGE_SECURITY
  a skos:Concept ;
  skos:altLabel "SWIM TIYP 1.1 WS SOAP WITH MESSAGE SECURITY"@en ;
  skos:definition "The WS SOAP with Message Security Interface Binding as detailed in the EUROCONTROL Specification for SWIM Technical Infrastructure Yellow Profile, edition1.1."@en ;
  skos:inScheme swim-sc:CodeTIYPServiceInterfaceBindingType ;
  skos:prefLabel "SWIM_TI_YP_1_1_WS_SOAP_WITH_MESSAGE_SECURITY"@en ;
.
swim:reference-vocab
  a owl:Ontology ;
  dct:created "2021-03-22" ;
  dct:creator "EUROCONTROL"@en ;
  dct:description "This ontology contains all the SKOS Concept Schemes that are used for SWIM Service Categories."@en ;
  dct:modified "2025-02-04" ;
  dct:publisher "EUROCONTROL" ;
  dct:source <https://reference.swim.aero/information-services/service-categories.html> ;
  dct:title "SWIM Reference Service Categories"@en ;
  owl:imports dct: ;
  owl:imports <http://www.w3.org/2004/02/skos/core> ;
  owl:versionInfo "0.6" ;
.
