Westinghouse Air Brake Technologies Context
JSON-LD context defining the semantic vocabulary for Westinghouse Air Brake Technologies from Westinghouse Air Brake Technologies Corporation.
0 Classes
21 Properties
3 Namespaces
Namespaces
xsd:
http://www.w3.org/2001/XMLSchema#
schema:
https://schema.org/
wabtec:
https://www.wabteccorp.com/ontology/
Properties
| Property |
Type |
Container |
| Locomotive |
reference |
|
| locomotiveId |
string |
|
| roadNumber |
string |
|
| locomotiveModel |
string |
|
| manufacturer |
reference |
|
| railroad |
string |
|
| operationalStatus |
string |
|
| horsepower |
integer |
|
| engineType |
string |
|
| mileage |
double |
|
| fuelLevel |
double |
|
| faultCodes |
string |
|
| WorkOrder |
reference |
|
| workOrderId |
string |
|
| workType |
string |
|
| workOrderStatus |
string |
|
| priority |
string |
|
| assignedTechnician |
reference |
|
| GeoLocation |
reference |
|
| latitude |
double |
|
| longitude |
double |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"xsd": "http://www.w3.org/2001/XMLSchema#",
"schema": "https://schema.org/",
"wabtec": "https://www.wabteccorp.com/ontology/",
"Locomotive": {
"@id": "wabtec:Locomotive",
"@type": "@id"
},
"locomotiveId": {
"@id": "wabtec:locomotiveId",
"@type": "xsd:string"
},
"roadNumber": {
"@id": "schema:identifier",
"@type": "xsd:string"
},
"locomotiveModel": {
"@id": "schema:model",
"@type": "xsd:string"
},
"manufacturer": {
"@id": "schema:manufacturer",
"@type": "@id"
},
"railroad": {
"@id": "wabtec:railroad",
"@type": "xsd:string"
},
"operationalStatus": {
"@id": "schema:operatingStatus",
"@type": "xsd:string"
},
"horsepower": {
"@id": "wabtec:horsepower",
"@type": "xsd:integer"
},
"engineType": {
"@id": "wabtec:engineType",
"@type": "xsd:string"
},
"mileage": {
"@id": "schema:mileageFromOdometer",
"@type": "xsd:double"
},
"fuelLevel": {
"@id": "wabtec:fuelLevel",
"@type": "xsd:double"
},
"faultCodes": {
"@id": "wabtec:faultCodes",
"@type": "xsd:string"
},
"WorkOrder": {
"@id": "wabtec:WorkOrder",
"@type": "@id"
},
"workOrderId": {
"@id": "wabtec:workOrderId",
"@type": "xsd:string"
},
"workType": {
"@id": "wabtec:workType",
"@type": "xsd:string"
},
"workOrderStatus": {
"@id": "schema:orderStatus",
"@type": "xsd:string"
},
"priority": {
"@id": "schema:priority",
"@type": "xsd:string"
},
"assignedTechnician": {
"@id": "schema:worksFor",
"@type": "@id"
},
"GeoLocation": {
"@id": "schema:GeoCoordinates",
"@type": "@id"
},
"latitude": {
"@id": "schema:latitude",
"@type": "xsd:double"
},
"longitude": {
"@id": "schema:longitude",
"@type": "xsd:double"
}
}
}