@base <http://semantics.aero/swim-vocabulary#>.

@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .
@prefix :   <http://semantics.aero/swim-vocabulary#> .

<http://semantics.aero/swim-vocabulary>
	rdf:type 	 owl:Ontology;
	dc:creator 	"Mark Kaplun (FAA)",
			"Carol Uri (The SEMCON Group, LLC)",
			"Wen Zhu (NIRA, Inc.)";        
        dc:description  "The purpose of the SWIM Controlled Vocabulary (CV) is to give SWIM organizations, support contractors, vendors, and business partners a uniform understanding of terms employed in the SWIM environment. The CV contains a comprehensive list of terms with clear and unambiguous definitions. Each term is globally uniquely identified by a dereferenceable URI so that it can be related semantically to other terms, vocabularies, or resources. " ;
        dc:format       "RDF/SKOS, HTML" ;
        dc:identifier   "http://semantics.aero/swim-vocabulary" ;
        dc:issued       "2019-03-25" ;
        dc:publisher    "FAA SWIM" ;
        dc:title        "SWIM Controlled Vocabulary" ;
        dc:version      "1.0" .

:publish-subscribe
        a                   skos:Concept ;
        dc:source           <https://download.oracle.com/otndocs/jcp/7195-jms-1.1-fr-spec-oth-JSpec/> ;
        skos:altLabel       "pub/sub"@en ;
        skos:broader        :JMS ;
        skos:definition     "A messaging model that supports publishing messages to a particular message topic. Subscribers may register interest in receiving messages on a particular message topic."@en ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "publish/subscribe"@en ;
        skos:related        :topic .

:real-world-effect
        a                   skos:Concept ;
        dc:source           <http://www.oasis-open.org/apps/group_public/download.php/29909/Reference%20Ontology%20for%20Semantic%20Service%20Oriented%20Architectures_Public_Review_1.doc> ;
        skos:definition     "An ultimate purpose associated with the interaction with a particular service. It may be the response to a request for information or the change in the state of some entities shared between the participants in the interaction."@en ;
        skos:editorialNote  "Name of source: OASIS Reference Ontology for Semantic Service Oriented Architectures, Public Review 1, 5 November 2008" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "real world effect"@en ;
        skos:related        :service .

:service-oriented-architecture  
        a                   skos:Concept ;
	dc:source           <http://docs.oasis-open.org/soa-rm/v1.0/soa-rm.pdf> ;
        skos:altLabel       "SOA"@en ;
        skos:definition     "A paradigm for organizing and utilizing distributed capabilities that may be under the control of different ownership domains. A SOA provides a uniform means to offer, discover, interact with, and use capabilities to produce desired effects consistent with measurable preconditions and expectations."@en ;
        skos:editorialNote  "Name of source: OASIS Reference Model for SOA 1.0, 12 October 2006" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "service-oriented architecture"@en ;
        skos:related        :service .

:message
        a                   skos:Concept ;
        skos:definition     "A basic unit of communication from one software agent to another sent in a single logical transmission."@en ;
        skos:editorialNote  "Definition developed by FAA SWIM" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "message"@en ;
        skos:related        :message-body, :message-header .

:message-producer
        a                   skos:Concept ;
        skos:broader        :JMS-client ;
        skos:definition     "An application or process that creates and sends messages."@en ;
        skos:editorialNote  "Definition developed by FAA SWIM" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "message producer"@en ;
        skos:related        :message-consumer, :JMS-message .

:provider-agent
        a                   skos:Concept ;
	dc:source           <http://www.w3.org/TR/ws-arch> ;
        skos:broader        :software-agent ;
        skos:definition     "A software agent that is capable of and empowered to perform the actions associated with a service on behalf of its owner, the service provider."@en ;
        skos:editorialNote  "Name of source: Web Services Architecture, W3C Working Group Note, 11 February 2004" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "provider agent"@en ;
        skos:related        :service-provider , :service , :message-producer .

:queue
        a                   skos:Concept ;
        dc:source           <https://download.oracle.com/otndocs/jcp/7195-jms-1.1-fr-spec-oth-JSpec/> ;
        skos:definition     "A staging area that contains messages that have been sent and are waiting to be read."@en ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "queue"@en ;
        skos:related        :point-to-point , :JMS , :message.

:topic
        a                   skos:Concept ;
        dc:source           <https://download.oracle.com/otndocs/jcp/7195-jms-1.1-fr-spec-oth-JSpec/> ;
        skos:definition     "A distribution mechanism for publishing messages that are delivered to multiple subscribers."@en ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "topic"@en ;
        skos:related        :publish-subscribe , :message.

:topic-publisher
        a                   skos:Concept ;
        skos:broader        :message-producer ;
        skos:definition     "A JMS client that sends messages to a topic."@en ;
        skos:editorialNote  "Definition developed by FAA SWIM" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "topic publisher"@en ;
        skos:related        :publish-subscribe.

:message-header
        a                   skos:Concept ;
        skos:definition     "The part of a message that precedes the message body; typically contains message identification and routing information."@en ;
        skos:editorialNote  "Definition developed by FAA SWIM" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "message header"@en ;
        skos:related        :message-body , :message-properties , :message .

:business-service
        a                   skos:Concept ;
        skos:broader        :service ;
        skos:definition     "A business function or capability that is offered as a service."@en ;
        skos:editorialNote  "Definition developed by FAA SWIM" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "business service"@en .
        
:organization   
        a                   skos:Concept ;
        dc:source           <http://www.iso.org/iso/catalogue_detail?csnumber=25773> ;
        skos:definition     "A unique framework of authority within which a person or persons act, or are designated to act, towards some purpose. Any department, service, or other entity within an organization which needs to be identified for information exchange."@en ;
        skos:editorialNote  "Name of source: ISO/IEC 6523-1, Structure for the Identification of Organizations and Organization Parts, 1998" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:narrower       :service-consumer, :service-provider ;
        skos:prefLabel      "organization"@en .

:queue-sender
        a                   skos:Concept ;
        skos:broader        :message-producer ;
        skos:definition     "A JMS client that sends messages to a queue."@en ;
        skos:editorialNote  "Definition developed by FAA SWIM" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "queue sender"@en ;
        skos:related        :point-to-point .

:service-repository
        a                   skos:Concept ;
        skos:definition     "A mechanism for storing artifacts related to a service in an organized way so that the artifacts may be selectively retrieved."@en ;
        skos:editorialNote  "Definition developed by FAA SWIM" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:narrower       :NSRR ;
        skos:prefLabel      "service repository"@en ;
        skos:related        :service-registry, :service.

:message-body
        a                   skos:Concept ;
        skos:altLabel       "payload"@en ;
        skos:definition     "The actual (business) data transferred by a message."@en ;
        skos:editorialNote  "Definition developed by FAA SWIM" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "message body"@en ;
        skos:related        :message-header, :message , :JMS-message ;
        skos:scopeNote      "In the SWIM environment, usage of the term is ordinarily limited to JMS." .

:service-interface
        a                   skos:Concept ;
        dc:source           <http://docs.oasis-open.org/soa-rm/v1.0/soa-rm.pdf> ;
        skos:definition     "The means by which the underlying capabilities of a service are accessed."@en ;
        skos:editorialNote  "Name of source: OASIS Reference Model for SOA 1.0, 12 October 2006" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "service interface"@en .

:software-agent
        a                   skos:Concept ;
	dc:source           <http://www.w3.org/TR/ws-arch> ;
        skos:definition     "A running program that drives services, both to implement them and to access them."@en ;
        skos:editorialNote  "Name of source: Web Services Architecture, W3C Working Group Note, 11 February 2004" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "software agent"@en ;
        skos:related        :service .

:message-consumer
        a                   skos:Concept ;
        skos:broader        :JMS-client;
        skos:definition     "An application or process that receives messages."@en ;
        skos:editorialNote  "Definition developed by FAA SWIM" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "message consumer"@en ;
        skos:related        :message-producer , :JMS-message.

:quality-of-service
        a                   skos:Concept ;
        dc:source           <https://www.faa.gov/air_traffic/technology/swim/governance/standards/media/FAA-STD-065A%2007012013%20FINAL.pdf> ;
        skos:altLabel       "QoS"@en ;
        skos:definition     "A parameter that specifies and measures the value of a provided service."@en ;
        skos:editorialNote  "Name of source: FAA-STD-065A, Preparation of Web Service Description Documents, 1 July 2013" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "quality of service"@en ;
        skos:related        :service.

:JMS-provider
        a                   skos:Concept ;
        dc:source           <http://download.oracle.com/otndocs/jcp/7195-jms-1.1-fr-spec-oth-JSpec/> ;
        skos:broader        :message-oriented-middleware;
        skos:definition     "A messaging system that implements the JMS application programming interface (API) in addition to the other administrative and control functionality required of a full-featured messaging product."@en ;
        skos:editorialNote  "Name of source: Java Message Service Specification, Version 1.1., Sun Microsystems, Inc., 12 April 2002" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "JMS provider"@en ;
        skos:related        :JMS.

:loose-coupling
        a                   skos:Concept ;
        dc:source           <http://www.soa4all.eu/glossary.html> ;
        skos:definition     "A characteristic of software systems, in which dependencies among a system's constituting parts have been minimized."@en ;
        skos:editorialNote  "Name of source: Service Oriented Architectures for All (SOA4All) Glossary, 2008" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "loose-coupling"@en ;
        skos:related        :Web-service .

:topic-subscriber
        a                   skos:Concept ;
        skos:broader         :message-consumer ;
        skos:definition     "A JMS client that retrieves messages from a topic."@en ;
        skos:editorialNote  "Definition developed by FAA SWIM" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "topic subscriber"@en ;
        skos:related        :publish-subscribe .

:service-provider
        a                   skos:Concept ;
        dc:source           <http://docs.oasis-open.org/soa-rm/v1.0/soa-rm.pdf> ;
        skos:altLabel       "provider entity"@en ;
        skos:broader        :organization;
        skos:definition     "An organization that offers the use of capabilities by means of a service."@en ;
        skos:editorialNote  "Name of source: OASIS Reference Model for SOA 1.0, 12 October 2006" ;
        skos:exactMatch     <http://www.w3.org/TR/ws-gloss/#provider> ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "service provider"@en ;
        skos:related        :service, :service-consumer .

:SOA-governance
        a                   skos:Concept ;
        dc:source           <https://www.faa.gov/air_traffic/technology/swim/governance/standards/media/Governance-Policies-v20.html> ;
        skos:definition     "The application of policies, rules, and standards needed to ensure that all of the independent SOA-based efforts (whether in the design, development, deployment, or operations of a service) come together to meet enterprise requirements."@en ;
        skos:editorialNote  "Name of source: SWIM Governance Policies Version 2.0, 12 March 2014" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "SOA governance"@en ;
        skos:related        :service-oriented-architecture.

:service-consumer
        a                   skos:Concept ;
        dc:source           <http://docs.oasis-open.org/soa-rm/v1.0/soa-rm.pdf> ;
        skos:altLabel       "service requester"@en ;
        skos:broader        :organization ;
        skos:definition     "An organization that seeks to satisfy a particular need through the use of capabilities offered by means of a service."@en ;
        skos:editorialNote  "Name of source: OASIS Reference Model for SOA 1.0, 12 October 2006" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "service consumer"@en ;
        skos:related        :service-provider , :service .

:point-to-point
        a                   skos:Concept ;
        dc:source           <https://download.oracle.com/otndocs/jcp/7195-jms-1.1-fr-spec-oth-JSpec/> ;
        skos:altLabel       "PTP"@en ;
        skos:broader        :JMS ;
        skos:definition     "A messaging model in which messages are routed to an individual consumer that maintains a queue of incoming messages. Each message is addressed to a specific queue, and the receiving clients extract messages from the queues established to hold their messages. While any number of producers can send messages to the queue, each message is guaranteed to be delivered to and consumed by one consumer."@en ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "point-to-point"@en ;
        skos:related        :queue .

:message-properties
        a                   skos:Concept ;
        skos:definition     "Data that describes the characteristics of a message in name-value pair format. Message properties can be used to present instructions about message processing (e.g. filtering, routing) without having to alter the message body."@en ;
        skos:editorialNote  "Definition developed by FAA SWIM" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "message properties"@en ;
        skos:related        :message-header , :message ;
        skos:scopeNote      "In the SWIM environment, usage of the term is ordinarily limited to the JMS-based message architecture." .

:protocol
        a                   skos:Concept ;
        dc:source           <http://www.atis.org/glossary/definition.aspx?id=2751> ;
        skos:definition     "A formal set of conventions governing the format and control of interaction among communicating functional units."@en ;
        skos:editorialNote  "Name of source: Federal Standard 1037C, Glossary of Telecommunication Terms, 7 August 1996" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "protocol"@en .

:service
        a                   skos:Concept ;
        dc:source           <http://docs.oasis-open.org/soa-rm/v1.0/soa-rm.pdf> ;
        skos:definition     "A mechanism to enable access to one or more capabilities, where the access is provided using a prescribed interface and is exercised consistent with constraints and policies as specified by the service description."@en ;
        skos:editorialNote  "Name of source: OASIS Reference Model for SOA 1.0, 12 October 2006" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:narrower       :Web-service;
        skos:prefLabel      "service"@en ;
        skos:related        :service-oriented-architecture .

:message-oriented-middleware
        a                   skos:Concept ;
        dc:source           <http://en.wikipedia.org/wiki/Message-oriented_middleware> ;
        skos:altLabel       "MOM"@en ;
        skos:definition     "Software or hardware infrastructure supporting sending and receiving messages between distributed systems."@en ;
        skos:editorialNote  "Name of source: Wikipedia" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:narrower       :JMS;
        skos:prefLabel      "message-oriented middleware"@en .

:Web-service-interface
        a                   skos:Concept ;
        dc:source           <http://www.w3.org/TR/wsdl20-primer/> ;
        skos:broader        :service-interface ;
        skos:definition     "A logical grouping of operations, where each operation represents a single interaction between consumer agents and a Web service. Each operation specifies the types of messages that the service can send or receive as part of that operation without any commitment to transport or wire protocol."@en ;
        skos:editorialNote  "Name of source:Web Services Description Language (WSDL) Version 2.0 Part 0: Primer: W3C Recommendation: June 2007" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "Web service interface"@en ;
        skos:related        :Web-service .

:service-description
        a                   skos:Concept ;
        dc:source           <http://docs.oasis-open.org/soa-rm/v1.0/soa-rm.pdf> ;
        skos:definition     "The information needed in order to use, or consider using, a service."@en ;
        skos:editorialNote  "Name of source: OASIS Reference Model for SOA 1.0, 12 October 2006" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "service description"@en ;
        skos:related        :service.

:JMS-client
        a                   skos:Concept ;
        dc:source           <https://download.oracle.com/otndocs/jcp/7195-jms-1.1-fr-spec-oth-JSpec/> ;
        skos:broader        :software-agent ;
        skos:definition     "An application or process that produces and/or receives messages."@en ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "JMS client"@en .

:JMS
        a                   skos:Concept ;
        dc:source           <https://download.oracle.com/otndocs/jcp/7195-jms-1.1-fr-spec-oth-JSpec/> ;
        skos:altLabel       "Java Message Service"@en ;
        skos:definition     "A Java-based application programming interface (API) that provides a common way for Java programs to create, send, receive, and read an enterprise messaging system's messages."@en ;
        skos:editorialNote  "Name of source: Java 2 Platform, Enterprise Edition, v 1.3 API Specification" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "JMS"@en .


:enterprise-service-bus
        a                   skos:Concept ;
        skos:altLabel       "ESB"@en ;
        skos:definition     "A standards-based integration platform that combines messaging, Web services, data transformation, and intelligent routing to reliably connect and coordinate the interaction of significant numbers of diverse applications across extended enterprises with transactional integrity."@en ;
        skos:editorialNote  "Name of source: Chappell, D. A., Enterprise Service Bus, O'Reilly Media, June 2004" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "enterprise service bus"@en ;
        skos:narrower       :NEMS .

:consumer-agent
        a                   skos:Concept ;
        dc:source           <https://www.faa.gov/air_traffic/technology/swim/governance/standards/media/FAA-STD-065A%2007012013%20FINAL.pdf> ;
        skos:altLabel       "requester agent"@en ;
        skos:broader        :software-agent ;
        skos:definition     "A software agent that is designed to interact with a service in order to request that a task be performed on behalf of its owner, the service consumer."@en ;
        skos:editorialNote  "Name of source: FAA-STD-065A, Preparation of Web Service Description Documents, 1 July 2013" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "consumer agent"@en ;
        skos:related        :service-consumer , :service .

:queue-receiver
        a                   skos:Concept ;
        skos:broader        :message-consumer ;
        skos:definition     "A JMS client that receives messages from a queue."@en ;
        skos:editorialNote  "Definition developed by FAA SWIM" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "queue receiver"@en ;
        skos:related        :point-to-point .

:JMS-message
        a                   skos:Concept ;
        skos:broader        :message ;
        skos:definition     "A self-contained package of business data and network routing headers that is used to exchange information between JMS clients."@en ;
        skos:editorialNote  "Definition developed by FAA SWIM" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "JMS message"@en ;
        skos:related        :JMS .

:service-registry
        a                   skos:Concept ;
        dc:source           <http://www.tc.faa.gov/its/worldpac/standards/faa-std-064.pdf> ;
        skos:definition     "An enabling infrastructure that uses a formal registration process to store, catalog, and manage metadata relevant to a service. A registry supports the search, identification, and understanding of resources, as well as query capabilities."@en ;
        skos:editorialNote  "Name of source: FAA-STD-064, Web Service Registration, 1 May 2009" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:narrower       :NSRR ;
        skos:prefLabel      "service registry"@en ;
        skos:related        :service-repository , :service .

:Web-service
        a                   skos:Concept ;
        dc:source           <http://www.w3.org/TR/2002/WD-ws-gloss-20021114/> ;
        skos:broader        :service;
        skos:definition     "A platform-independent, loosely-coupled software component designed to support interoperable machine-to-machine interaction over a network. It has an interface described in a machine-processable format. Other systems interact with the Web service in a manner prescribed by its description by means of XML-based messages conveyed using Internet transport protocols in conjunction with other Web-related standards."@en ;
        skos:editorialNote  "Name of source: Web Services Glossary, W3C Working Draft, 14 November 2002" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "Web service"@en .
        
:on-ramping
        a                   skos:Concept ;
        dc:source           <https://www.faa.gov/air_traffic/technology/swim/governance/standards/media/Governance-Policies-v20.html> ;
        skos:definition     "A term used by FAA to denote the process of configuring and enabling a connection between a service or consumer agent and the NAS Enterprise Messaging Service (NEMS)."@en ;
        skos:editorialNote  "Name of source: SWIM Governance Policies Version 2.0, 12 March 2014" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "on-ramping"@en ;
        skos:related        :NEMS .        
        
:NSRR
        a                   skos:Concept ;
        skos:altLabel       "NAS Service Registry/Repository"@en ;
        skos:broader        :service-repository , :service-registry ;
        skos:definition     "An FAA SWIM-supported capability for making services visible, accessible, and understandable across the NAS. NSRR supports a flexible mechanism for service discovery, an automated policies-based way to manage services throughout the services lifecycle, and a catalog for relevant artifacts."@en ;
        skos:editorialNote  "Definition developed by FAA SWIM" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "NSRR"@en .        
        
:NEMS
        a                   skos:Concept ;
        skos:altLabel       "NAS Enterprise Messaging Service"@en ;
        skos:broader        :enterprise-service-bus , :message-oriented-middleware ;
        skos:definition     "A NAS-based implementation of message-oriented middleware (MOM) that is used by FAA to distribute messages among information consumers and providers, as well as providing administrative functionality that includes (but is not limited to) fault tolerance, load balancing, mediation and orchestration support."@en ;
        skos:editorialNote  "Definition developed by FAA SWIM" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "NEMS"@en .        
        
:on-ramping-form
        a                   skos:Concept ;
        skos:definition     "An FAA document that contains the information needed to support FAA's on-ramping process."@en ;
        skos:editorialNote  "Definition developed by FAA SWIM" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "on-ramping form"@en ;
        skos:related        :NEMS , :on-ramping .
       

:WSDD
        a                   skos:Concept ;
        dc:source           <https://www.faa.gov/air_traffic/technology/swim/governance/standards/media/FAA-STD-065A%2007012013%20FINAL.pdf> ;
        skos:altLabel       "Web Service Description Document"@en ;
        skos:broader        :service-description ;
        skos:definition     "A Web service description developed in accordance with FAA systems engineering standards and practices."@en ;
        skos:editorialNote  "Name of source: FAA-STD-065A, Preparation of Web Service Description Documents, 1 July 2013" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "WSDD"@en ;
        skos:related        :Web-service .


:JMSDD
        a                   skos:Concept ;
        dc:source           <https://www.faa.gov/air_traffic/technology/swim/governance/standards/media/FAA-STD-065A%2007012013%20FINAL.pdf> ;
        skos:altLabel       "Java Messaging Service Description Document"@en ;
        skos:broader        :service-description ;
        skos:definition     "A JMS-based client description developed in accordance with FAA systems engineering standards and practices."@en ;
        skos:editorialNote  "Name of source: FAA-STD-073, Preparation of Java Messaging Service Description Documents, 29 January 2014" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "JMSDD"@en ;
        skos:related        :WSDD .

:SWIM-enabled-program
        a                   skos:Concept ;
        dc:source           <https://www.faa.gov/air_traffic/technology/swim/governance/standards/media/Governance-Policies-v20.html> ;
        skos:broader        :organization ;
        skos:definition     "A term used by FAA to denote a program that provides or consumes, or intends to provide or consume, NAS SOA-based services and which uses SWIM common computing and infrastructure assets."@en ;
        skos:editorialNote  "Name of source: SWIM Governance Policies Version 2.0, 12 March 2014" ;
        skos:inScheme       <http://semantics.aero/swim-vocabulary> ;
        skos:prefLabel      "SWIM-enabled program"@en .        
