Textron · JSON-LD Context

Textron Context

JSON-LD context defining the semantic vocabulary for Textron from Textron.

13 Classes 8 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: http://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Organization name description url Company subsidiary revenue employees Segment Aircraft brand model manufacturer

Properties

Property Type Container
AircraftManufacturer schema:Corporation
DefenseContractor schema:Corporation
Bell schema:Organization
TextronAviation schema:Organization
TextronSystems schema:Organization
Kautex schema:Organization
created dateTime
modified dateTime

JSON-LD Document

textron-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.textron.com/v1/",
    "schema": "http://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Organization": "schema:Organization",
    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",

    "Company": "schema:Corporation",
    "subsidiary": "schema:subOrganization",
    "revenue": "schema:revenue",
    "employees": "schema:numberOfEmployees",

    "AircraftManufacturer": {
      "@id": "https://schema.textron.com/v1/AircraftManufacturer",
      "@type": "schema:Corporation"
    },
    "DefenseContractor": {
      "@id": "https://schema.textron.com/v1/DefenseContractor",
      "@type": "schema:Corporation"
    },

    "Segment": "schema:BusinessFunction",
    "Bell": {
      "@id": "https://schema.textron.com/v1/Bell",
      "@type": "schema:Organization"
    },
    "TextronAviation": {
      "@id": "https://schema.textron.com/v1/TextronAviation",
      "@type": "schema:Organization"
    },
    "TextronSystems": {
      "@id": "https://schema.textron.com/v1/TextronSystems",
      "@type": "schema:Organization"
    },
    "Kautex": {
      "@id": "https://schema.textron.com/v1/Kautex",
      "@type": "schema:Organization"
    },

    "Aircraft": "schema:Product",
    "brand": "schema:brand",
    "model": "schema:model",
    "manufacturer": "schema:manufacturer",

    "created": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "modified": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    }
  }
}