Tower International · JSON-LD Context

Tower International Context

JSON-LD context defining the semantic vocabulary for Tower International from Tower International.

20 Classes 0 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
tower: https://www.autokiniton.com/vocab#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Manufacturer name description location parentOrganization AutomotiveComponent componentType material vehicleApplication ManufacturingFacility facilityId address productionCapacity OEM oemName oemVehicles BodyInWhite stampedPart weldedAssembly frameComponent

JSON-LD Document

tower-international-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "tower": "https://www.autokiniton.com/vocab#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Manufacturer": "schema:Organization",
    "name": "schema:name",
    "description": "schema:description",
    "location": "schema:location",
    "parentOrganization": "schema:parentOrganization",

    "AutomotiveComponent": "schema:Product",
    "componentType": "tower:componentType",
    "material": "schema:material",
    "vehicleApplication": "tower:vehicleApplication",

    "ManufacturingFacility": "schema:Place",
    "facilityId": "@id",
    "address": "schema:address",
    "productionCapacity": "tower:productionCapacity",

    "OEM": "schema:Organization",
    "oemName": "schema:name",
    "oemVehicles": "tower:suppliedVehicles",

    "BodyInWhite": "tower:BodyInWhite",
    "stampedPart": "tower:stampedPart",
    "weldedAssembly": "tower:weldedAssembly",
    "frameComponent": "tower:frameComponent"
  }
}