[sdw] How should I represent an observation with multiple values.

canarvaeza has just created a new issue for https://github.com/w3c/sdw:

== How should I represent an observation with multiple values. ==
Hi,

I'm trying to represent some Gyroscope data with sosa but now I'm wondering how should I represent the X, Y, Z values given that they are the result of one observation and one sensor.

```
<http://mcas.com/Observation/1> a <http://www.w3.org/ns/sosa/Observation> ;
 <http://www.w3.org/ns/sosa/hasSimpleResult> 101936^^<http://www.w3.org/2001/XMLSchema#double> ;
 <http://www.w3.org/ns/sosa/resultTime> "2017-06-06T12:36:12Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
 <http://www.w3.org/ns/sosa/madeBySensor> <sensor%2F35-207306-844818-0%2FBMP282> .
```

Any ideas?

Please view or discuss this issue at https://github.com/w3c/sdw/issues/1023 using your GitHub account

Received on Thursday, 29 March 2018 11:04:11 UTC