Baker Hughes · JSON-LD Context
Baker Hughes Context
JSON-LD context defining the semantic vocabulary for Baker Hughes from Baker Hughes.
0 Classes
25 Properties
3 Namespaces
Namespaces
xsd:
http://www.w3.org/2001/XMLSchema#
schema:
https://schema.org/
baker-hughes:
https://www.bakerhughes.com/vocab/
Properties
| Property | Type | Container |
|---|---|---|
| Asset | reference | |
| assetId | string | |
| assetName | string | |
| assetType | string | |
| location | string | |
| healthScore | decimal | |
| status | string | |
| SensorReading | reference | |
| sensorId | string | |
| value | decimal | |
| unit | string | |
| timestamp | dateTime | |
| Alert | reference | |
| alertId | string | |
| severity | string | |
| message | string | |
| Prediction | reference | |
| predictionId | string | |
| failureProbability | decimal | |
| recommendedAction | string | |
| estimatedTimeToFailure | string | |
| EmissionMeasurement | reference | |
| emissionType | string | |
| quantity | decimal | |
| facilityId | string |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"xsd": "http://www.w3.org/2001/XMLSchema#",
"schema": "https://schema.org/",
"baker-hughes": "https://www.bakerhughes.com/vocab/",
"Asset": {
"@id": "baker-hughes:Asset",
"@type": "@id"
},
"assetId": {
"@id": "baker-hughes:assetId",
"@type": "xsd:string"
},
"assetName": {
"@id": "baker-hughes:assetName",
"@type": "xsd:string"
},
"assetType": {
"@id": "baker-hughes:assetType",
"@type": "xsd:string"
},
"location": {
"@id": "baker-hughes:location",
"@type": "xsd:string"
},
"healthScore": {
"@id": "baker-hughes:healthScore",
"@type": "xsd:decimal"
},
"status": {
"@id": "baker-hughes:status",
"@type": "xsd:string"
},
"SensorReading": {
"@id": "baker-hughes:SensorReading",
"@type": "@id"
},
"sensorId": {
"@id": "baker-hughes:sensorId",
"@type": "xsd:string"
},
"value": {
"@id": "baker-hughes:value",
"@type": "xsd:decimal"
},
"unit": {
"@id": "baker-hughes:unit",
"@type": "xsd:string"
},
"timestamp": {
"@id": "baker-hughes:timestamp",
"@type": "xsd:dateTime"
},
"Alert": {
"@id": "baker-hughes:Alert",
"@type": "@id"
},
"alertId": {
"@id": "baker-hughes:alertId",
"@type": "xsd:string"
},
"severity": {
"@id": "baker-hughes:severity",
"@type": "xsd:string"
},
"message": {
"@id": "baker-hughes:message",
"@type": "xsd:string"
},
"Prediction": {
"@id": "baker-hughes:Prediction",
"@type": "@id"
},
"predictionId": {
"@id": "baker-hughes:predictionId",
"@type": "xsd:string"
},
"failureProbability": {
"@id": "baker-hughes:failureProbability",
"@type": "xsd:decimal"
},
"recommendedAction": {
"@id": "baker-hughes:recommendedAction",
"@type": "xsd:string"
},
"estimatedTimeToFailure": {
"@id": "baker-hughes:estimatedTimeToFailure",
"@type": "xsd:string"
},
"EmissionMeasurement": {
"@id": "baker-hughes:EmissionMeasurement",
"@type": "@id"
},
"emissionType": {
"@id": "baker-hughes:emissionType",
"@type": "xsd:string"
},
"quantity": {
"@id": "baker-hughes:quantity",
"@type": "xsd:decimal"
},
"facilityId": {
"@id": "baker-hughes:facilityId",
"@type": "xsd:string"
}
}
}