Skip to content

Instantly share code, notes, and snippets.

@bobeal
Last active December 17, 2019 09:21
Show Gist options
  • Save bobeal/2e5905a069ad534b4919839b6b4c1245 to your computer and use it in GitHub Desktop.
Save bobeal/2e5905a069ad534b4919839b6b4c1245 to your computer and use it in GitHub Desktop.
Apiculture JSON-LD context
{
"@context":{
"Beekeeper": "https://ontology.eglobalmark.com/apic#Beekeeper",
"BeeHive": "https://ontology.eglobalmark.com/apic#BeeHive",
"doorNumber": "https://ontology.eglobalmark.com/apic#doorNumber",
"Apiary": "https://ontology.eglobalmark.com/apic#Apiary",
"outgoing": "https://ontology.eglobalmark.com/apic#outgoing",
"incoming": "https://ontology.eglobalmark.com/apic#incoming",
"Door": "https://ontology.eglobalmark.com/apic#Door",
"SmartDoor": "https://ontology.eglobalmark.com/apic#SmartDoor",
"temperature": "https://ontology.eglobalmark.com/apic#temperature",
"humidity": "https://ontology.eglobalmark.com/apic#humidity",
"timeInterval": "https://ontology.eglobalmark.com/apic#timeInterval",
"timeIntervalUnit": "https://ontology.eglobalmark.com/apic#timeIntervalUnit",
"batteryLevel": "https://ontology.eglobalmark.com/apic#batteryLevel"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment