agco · JSON-LD Context
Agco Telematics Context
JSON-LD context defining the semantic vocabulary for Agco Telematics from agco.
3 Classes
24 Properties
4 Namespaces
Namespaces
agco:
https://agcocorp.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
MachineLocation
Telemetry
Machine
Properties
| Property | Type | Container |
|---|---|---|
| machineId | string | |
| latitude | decimal | |
| longitude | decimal | |
| altitude | decimal | |
| heading | decimal | |
| groundSpeed | decimal | |
| timestamp | dateTime | |
| engineSpeed | decimal | |
| engineLoad | decimal | |
| engineHours | decimal | |
| fuelLevel | decimal | |
| fuelConsumptionRate | decimal | |
| coolantTemperature | decimal | |
| faultCodes | string | set |
| operatingMode | string | |
| id | string | |
| serialNumber | string | |
| model | string | |
| brand | string | |
| type | string | |
| status | string | |
| location | string | |
| createdAt | dateTime | |
| updatedAt | dateTime |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"agco": "https://agcocorp.com/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"MachineLocation": "agco:MachineLocation",
"machineId": {
"@id": "agco:machine_id",
"@type": "xsd:string"
},
"latitude": {
"@id": "agco:latitude",
"@type": "xsd:decimal"
},
"longitude": {
"@id": "agco:longitude",
"@type": "xsd:decimal"
},
"altitude": {
"@id": "agco:altitude",
"@type": "xsd:decimal"
},
"heading": {
"@id": "agco:heading",
"@type": "xsd:decimal"
},
"groundSpeed": {
"@id": "agco:ground_speed",
"@type": "xsd:decimal"
},
"timestamp": {
"@id": "agco:timestamp",
"@type": "xsd:dateTime"
},
"Telemetry": "agco:Telemetry",
"engineSpeed": {
"@id": "agco:engine_speed",
"@type": "xsd:decimal"
},
"engineLoad": {
"@id": "agco:engine_load",
"@type": "xsd:decimal"
},
"engineHours": {
"@id": "agco:engine_hours",
"@type": "xsd:decimal"
},
"fuelLevel": {
"@id": "agco:fuel_level",
"@type": "xsd:decimal"
},
"fuelConsumptionRate": {
"@id": "agco:fuel_consumption_rate",
"@type": "xsd:decimal"
},
"coolantTemperature": {
"@id": "agco:coolant_temperature",
"@type": "xsd:decimal"
},
"faultCodes": {
"@id": "agco:fault_codes",
"@container": "@set",
"@type": "xsd:string"
},
"operatingMode": {
"@id": "agco:operating_mode",
"@type": "xsd:string"
},
"Machine": "agco:Machine",
"id": {
"@id": "agco:id",
"@type": "xsd:string"
},
"serialNumber": {
"@id": "agco:serial_number",
"@type": "xsd:string"
},
"model": {
"@id": "agco:model",
"@type": "xsd:string"
},
"brand": {
"@id": "agco:brand",
"@type": "xsd:string"
},
"type": {
"@id": "agco:type",
"@type": "xsd:string"
},
"status": {
"@id": "agco:status",
"@type": "xsd:string"
},
"location": {
"@id": "agco:location",
"@type": "xsd:string"
},
"createdAt": {
"@id": "agco:created_at",
"@type": "xsd:dateTime"
},
"updatedAt": {
"@id": "agco:updated_at",
"@type": "xsd:dateTime"
}
}
}