United Technologies · JSON-LD Context

United Technologies Arinc Messaging Context

JSON-LD context defining the semantic vocabulary for United Technologies Arinc Messaging from United Technologies.

8 Classes 32 Properties 4 Namespaces
View Context View on GitHub

Namespaces

arinc: https://collinsaerospace.com/arinc/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

CloudLayer FlightList Flight MessageList Message SendMessageRequest SendMessageResponse WeatherData

Properties

Property Type Container
coverage string
altitude integer
total integer
flights string set
flightId string
airlineCode string
flightNumber string
registration string
departureDate date
origin string
destination string
scheduledDeparture dateTime
actualOut dateTime
actualOff dateTime
actualOn dateTime
actualIn dateTime
status string
messages string set
messageId string
messageType string
timestamp dateTime
content string
direction string
priority string
station string
type string
observationTime dateTime
rawText string
windDirection integer
windSpeed integer
visibility decimal
clouds string set

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "arinc": "https://collinsaerospace.com/arinc/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "CloudLayer": "arinc:CloudLayer",
    "FlightList": "arinc:FlightList",
    "Flight": "arinc:Flight",
    "MessageList": "arinc:MessageList",
    "Message": "arinc:Message",
    "SendMessageRequest": "arinc:SendMessageRequest",
    "SendMessageResponse": "arinc:SendMessageResponse",
    "WeatherData": "arinc:WeatherData",
    "coverage": {
      "@id": "arinc:coverage",
      "@type": "xsd:string"
    },
    "altitude": {
      "@id": "arinc:altitude",
      "@type": "xsd:integer"
    },
    "total": {
      "@id": "arinc:total",
      "@type": "xsd:integer"
    },
    "flights": {
      "@id": "arinc:flights",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "flightId": {
      "@id": "arinc:flightId",
      "@type": "xsd:string"
    },
    "airlineCode": {
      "@id": "arinc:airlineCode",
      "@type": "xsd:string"
    },
    "flightNumber": {
      "@id": "arinc:flightNumber",
      "@type": "xsd:string"
    },
    "registration": {
      "@id": "arinc:registration",
      "@type": "xsd:string"
    },
    "departureDate": {
      "@id": "arinc:departureDate",
      "@type": "xsd:date"
    },
    "origin": {
      "@id": "arinc:origin",
      "@type": "xsd:string"
    },
    "destination": {
      "@id": "arinc:destination",
      "@type": "xsd:string"
    },
    "scheduledDeparture": {
      "@id": "arinc:scheduledDeparture",
      "@type": "xsd:dateTime"
    },
    "actualOut": {
      "@id": "arinc:actualOut",
      "@type": "xsd:dateTime"
    },
    "actualOff": {
      "@id": "arinc:actualOff",
      "@type": "xsd:dateTime"
    },
    "actualOn": {
      "@id": "arinc:actualOn",
      "@type": "xsd:dateTime"
    },
    "actualIn": {
      "@id": "arinc:actualIn",
      "@type": "xsd:dateTime"
    },
    "status": {
      "@id": "arinc:status",
      "@type": "xsd:string"
    },
    "messages": {
      "@id": "arinc:messages",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "messageId": {
      "@id": "arinc:messageId",
      "@type": "xsd:string"
    },
    "messageType": {
      "@id": "arinc:messageType",
      "@type": "xsd:string"
    },
    "timestamp": {
      "@id": "arinc:timestamp",
      "@type": "xsd:dateTime"
    },
    "content": {
      "@id": "arinc:content",
      "@type": "xsd:string"
    },
    "direction": {
      "@id": "arinc:direction",
      "@type": "xsd:string"
    },
    "priority": {
      "@id": "arinc:priority",
      "@type": "xsd:string"
    },
    "station": {
      "@id": "arinc:station",
      "@type": "xsd:string"
    },
    "type": {
      "@id": "arinc:type",
      "@type": "xsd:string"
    },
    "observationTime": {
      "@id": "arinc:observationTime",
      "@type": "xsd:dateTime"
    },
    "rawText": {
      "@id": "arinc:rawText",
      "@type": "xsd:string"
    },
    "windDirection": {
      "@id": "arinc:windDirection",
      "@type": "xsd:integer"
    },
    "windSpeed": {
      "@id": "arinc:windSpeed",
      "@type": "xsd:integer"
    },
    "visibility": {
      "@id": "arinc:visibility",
      "@type": "xsd:decimal"
    },
    "clouds": {
      "@id": "arinc:clouds",
      "@container": "@set",
      "@type": "xsd:string"
    }
  }
}