Skip to content

Instantly share code, notes, and snippets.

@soylent-grin
Created September 21, 2015 11:13
Show Gist options
  • Save soylent-grin/1f3ab84efe9aa98b5e38 to your computer and use it in GitHub Desktop.
Save soylent-grin/1f3ab84efe9aa98b5e38 to your computer and use it in GitHub Desktop.
{
"@context": {
"dul": "http://www.loa-cnr.it/ontologies/DUL.owl#",
"geo": "http://www.w3.org/2003/01/geo/wgs84_pos#",
"geosparql": "http://www.opengis.net/ont/geosparql#",
"hmtr": "http://purl.org/NET/ssnext/heatmeters#",
"limap": "http://data.uni-muenster.de/php/vocab/limap",
"limapext": "http://purl.org/NET/limapext#",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"ssn": "http://purl.oclc.org/NET/ssnx/ssn#",
"ssncom": "http://purl.org/NET/ssnext/communication#",
"prov": "<http://www.w3.org/ns/prov#>",
"xsd": "http://www.w3.org/2001/XMLSchema#"
},
"@graph": [
{
"@id": "coap://10.1.1.1:6500/meter",
"@type": "ssn:System",
"rdfs:label": "So system",
"prov:wasAssociatedWith": "soylent-grin",
"ssn:hasSubsystem": [
{
"@id": "coap://10.1.1.1:6500/meter/temperature"
}
]
},
{
"@id": "coap://10.1.1.1:6500/meter/temperature",
"@type": "ssn:Sensor",
"ssn:observes": {
"@id": "hmtr:Temperature"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment