semiotproject / wot-semdesc-helper

Semi-automatic generation of semantic description for sensing devices
0 stars 1 forks source link

Add mapping from qudt-based properties to SSN #25

Closed soylent-grin closed 8 years ago

soylent-grin commented 8 years ago

We need to be able to define sensor type - which can be both from qudt-quantity ontology and other SSN-based (emtr for example). We also have next SPARQL query to grab this data:

SELECT ?property ?label {
  ?property a ssn:Property ;
    rdfs:label ?label .
}

We need to organize mapping to make this query answer with results both from them.