Skip to content

Instantly share code, notes, and snippets.

@bobeal
Last active December 17, 2019 09:23
Show Gist options
  • Save bobeal/4a836c81b837673b12e9db9916b1cd35 to your computer and use it in GitHub Desktop.
Save bobeal/4a836c81b837673b12e9db9916b1cd35 to your computer and use it in GitHub Desktop.
Base JSON-LD context for EGM
{
"@context":{
"executedBy": "https://ontology.eglobalmark.com/egm#executedBy",
"deviceParameter": "https://ontology.eglobalmark.com/egm#deviceParameter",
"observedBy": "https://ontology.eglobalmark.com/egm#observedBy",
"brandName": "https://ontology.eglobalmark.com/egm#brandName",
"manages": "https://ontology.eglobalmark.com/egm#manages",
"calibrationCertif": "https://ontology.eglobalmark.com/egm#calibrationCertif",
"length": "https://ontology.eglobalmark.com/egm#length",
"detects": "https://ontology.eglobalmark.com/egm#detects",
"observes": "https://ontology.eglobalmark.com/egm#observes",
"depth": "https://ontology.eglobalmark.com/egm#depth",
"managedBy": "https://ontology.eglobalmark.com/egm#managedBy",
"belongs": "https://ontology.eglobalmark.com/egm#belongs",
"detectedBy": "https://ontology.eglobalmark.com/egm#detectedBy",
"heigth": "https://ontology.eglobalmark.com/egm#heigth",
"width": "https://ontology.eglobalmark.com/egm#width",
"executes": "https://ontology.eglobalmark.com/egm#executes",
"calibrationDate": {
"@type": "https://uri.etsi.org/ngsi-ld/DateTime",
"@id": "https://ontology.eglobalmark.com/egm#calibrationDate"
},
"monitoredBy": "https://ontology.eglobalmark.com/egm#monitoredBy",
"SmartCamera": "https://ontology.eglobalmark.com/egm#SmartCamera",
"Sensor": "https://ontology.eglobalmark.com/egm#Sensor",
"monitors": "https://ontology.eglobalmark.com/egm#monitors"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment