Re: Multiple values in one observation

Hi Alejandro,

What Markus proposes can work if what you want is to model different 
observations of different properties (which seems to be the case since 
they come from different sensing procedures).

However, you probably also should relate both observations (this is 
related to the "grouped in some appropriate structure" text in the 
report). To this end you would need to add further contextual 
information (e.g., time, ___location).

Following the example below, you could do something such as adding:

:o1 ssn:observationSamplingTime "2014-04-10T18:00:00"^^xsd:dateTime .

:o2 ssn:observationSamplingTime "2014-04-10T18:00:00"^^xsd:dateTime .

Kind regards,

El 10/04/14 17:23, Markus Stocker escribi�:
> Hi Alejandro,
>
> Could something like this work?
>
> :o1 rdf:type ssn:Observation .
> :o1 ssn:observedBy :mySensor1 .
> :o1 ssn:observedProperty :magnitude .
> :o1 ssn:featureOfInterest :earthquakePhenomenon .
> :o1 ssn:observationResult :sensorOutput1 . # -> links to the observation value
>
> :o2 rdf:type ssn:Observation .
> :o2 ssn:observedBy :mySensor2 . # Possibly :mySensor1
> :o2 ssn:observedProperty :depth .
> :o2 ssn:featureOfInterest :earthquakePhenomenon .
> :o2 ssn:observationResult :sensorOutput2 . # -> links to the observation value
>
> Cheers,
> Markus
>
>
> On Wed, Apr 9, 2014 at 9:00 PM, Alejandro Llaves <allaves@fi.upm.es> wrote:
>> Hi all,
>>
>> I read in the group's final report [1], section 5.3.6.1 Observation module,
>> the following: "Observations of multiple features or multiple properties of
>> the one feature should be represented as either compound properties,
>> features and values or as multiple observations, grouped in some appropriate
>> structure."
>>
>> Is there any working example where the SSN ontology is used with
>> observations involving multiple properties, and thus multiple values?
>>
>> In our case, we are struggling with earthquake observations that include
>> properties such as magnitude and depth, which belong to the same FOI: the
>> earthquake phenomenon.
>>
>> Any thoughts on this?
>>
>> [1] http://www.w3.org/2005/Incubator/ssn/XGR-ssn/
>>
>> Alejandro
>>
>> --
>> Alejandro Llaves
>>
>> Ontology Engineering Group (OEG)
>>
>> Facultad de Inform�tica
>>
>> Universidad Polit�cnica de Madrid
>>
>> Avda. Montepr�ncipe s/n
>>
>> Boadilla del Monte, 28660 Madrid, Spain
>>
>> http://www.oeg-upm.net/
>>
>>
>> allaves@fi.upm.es
>
>


-- 

Dr. Ra�l Garc�a Castro
http://www.garcia-castro.com/

Ontology Engineering Group
Departamento de Inteligencia Artificial
Escuela T�cnica Superior de Ingenieros Inform�ticos
Universidad Polit�cnica de Madrid
Campus de Montegancedo, s/n - Boadilla del Monte - 28660 Madrid
Phone: +34 91 336 65 96 - Fax: +34 91 352 48 19

Received on Thursday, 10 April 2014 16:02:16 UTC