United Continental Holdings · JSON-LD Context

United Continental Holdings Context

JSON-LD context defining the semantic vocabulary for United Continental Holdings from United Continental Holdings.

0 Classes 11 Properties 3 Namespaces
View Context View on GitHub

Namespaces

uch: https://schema.unitedholdings.com/
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Properties

Property Type Container
Corporation reference
HoldingCompany reference
name string
legalName string
url reference
tickerSymbol string
foundingDate date
numberOfEmployees integer
parentOrganization reference
subsidiary reference set
industry string

JSON-LD Document

united-continental-holdings-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "uch": "https://schema.unitedholdings.com/",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Corporation": {
      "@id": "schema:Corporation",
      "@type": "@id"
    },
    "HoldingCompany": {
      "@id": "uch:HoldingCompany",
      "@type": "@id",
      "subClassOf": "schema:Corporation"
    },

    "name": { "@id": "schema:name", "@type": "xsd:string" },
    "legalName": { "@id": "schema:legalName", "@type": "xsd:string" },
    "url": { "@id": "schema:url", "@type": "@id" },
    "tickerSymbol": { "@id": "schema:tickerSymbol", "@type": "xsd:string" },
    "foundingDate": { "@id": "schema:foundingDate", "@type": "xsd:date" },
    "numberOfEmployees": { "@id": "schema:numberOfEmployees", "@type": "xsd:integer" },
    "parentOrganization": { "@id": "schema:parentOrganization", "@type": "@id" },
    "subsidiary": { "@id": "schema:subOrganization", "@type": "@id", "@container": "@set" },
    "industry": { "@id": "uch:industry", "@type": "xsd:string" }
  }
}