Skip to content

Instantly share code, notes, and snippets.

@headlessme
Created September 9, 2013 15:11
Show Gist options
  • Select an option

  • Save headlessme/6496950 to your computer and use it in GitHub Desktop.

Select an option

Save headlessme/6496950 to your computer and use it in GitHub Desktop.
{
"@context": {
"oiot": "http://openiot.org/",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"rdfs:subClassOf": {
"@type": "@id"
},
"name": "rdfs:label",
"description": "rdfs:comment",
"modified": {
"@id": "oiot:modified",
"@type": "xsd:dateTime"
},
"oiot:values": {
"@id": "oiot:values",
"@type": "@id",
"@container": "@list"
},
"Historical" : {
"@id": "oiot:Historical",
"@type": "rdfs:Class",
"description": "A dated thing.",
"name": "Historical"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment