Skip to content

Instantly share code, notes, and snippets.

@bobeal
Last active December 6, 2019 17:35
Show Gist options
  • Save bobeal/292f6ddf453bf3c427fb7206a2b5638a to your computer and use it in GitHub Desktop.
Save bobeal/292f6ddf453bf3c427fb7206a2b5638a to your computer and use it in GitHub Desktop.
Aquaculture JSON-LD context
{"@context": {
"fishNumber": "https://ontology.eglobalmark.com/aquac#fishNumber",
"fishName": "https://ontology.eglobalmark.com/aquac#fishName",
"foodType": "https://ontology.eglobalmark.com/aquac#foodType",
"BreedingService": "https://ontology.eglobalmark.com/aquac#BreedingService",
"fishAge": "https://ontology.eglobalmark.com/aquac#fishAge",
"Specie": "https://ontology.eglobalmark.com/aquac#Specie",
"FeedingService": "https://ontology.eglobalmark.com/aquac#FeedingService",
"foodQuantity": "https://ontology.eglobalmark.com/aquac#foodQuantity",
"target": "https://ontology.eglobalmark.com/aquac#target",
"FishContainment": "https://ontology.eglobalmark.com/aquac#FishContainment",
"MarkerBuoy": "https://ontology.eglobalmark.com/aquac#MarkerBuoy",
"MortalityRemovalService": "https://ontology.eglobalmark.com/aquac#MortalityRemovalService",
"foodName": "https://ontology.eglobalmark.com/aquac#foodName",
"filledIn": "https://ontology.eglobalmark.com/aquac#filledIn",
"removedFrom": {
"@id": "https://ontology.eglobalmark.com/aquac#removedFrom",
"@type": "@id"
},
"DeadFishes": "https://ontology.eglobalmark.com/aquac#DeadFishes",
"Feeder": "https://ontology.eglobalmark.com/aquac#Feeder",
"fishSize": "https://ontology.eglobalmark.com/aquac#fishSize",
"MortalityService": "https://ontology.eglobalmark.com/aquac#MortalityService"
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment