required |
observedBy |
Sensor_1 |
The sensor that created the observation |
required |
feature |
Area_1 |
The feature of interest that the sensor observes (OWL Instance) |
required |
property |
temperature |
The observed property of the sensor (OWL Instance). Not required if defining an observationClass |
required |
time |
2014-05-20T14:30:00 |
The time of the observation, in XSDDateTime format. Not required if defining a timeInstanceURI |
required |
valueType |
quantity |
Choose “quantity” or “quality”. Choosing either will resultin using the SOSENS Generic SSN Value ontology to describe the observationValue. You may override this behaviour by defining your own classes and/or observationValueURI |
required |
value |
50 |
The observed value of the observation |
required |
valueDataType |
integer |
Corresponds to XMLSchema Datatypes (double, integer, etc.) |
optional |
unitOfMeasurement |
Celsius |
The unit in which the observation value is measured in (OWL instance) |
optional |
wasParsedFrom |
Facebook_Post_1 |
(for Social Sensors) The sioc:Post that the information was parsed from (OWL instance) |
optional |
wasResultOfParsingActivity |
Parsing_Activity_1 |
(for Social Sensors) The sosens:ParsingActivity that transformed the above sioc:Post into a ssn:Observation (OWL instance) |
optional |
observationClass |
TemperatureObservation |
The class the observation instance will be a member of (must be a subclass of ssn:Observation). You may skip defining the “observedBy” variable if you declare this |
optional |
sensorOutputClass |
TemperatureSensorOutput |
The class the sensor output instance will be a member of (must be a subclass of ssn:SensorOutput) |
optional |
observationValueClass |
CelsiusValue |
The class the observation value instance will be a member of (must be a subclass of ssn:ObservationValue) |
optional |
observationURI |
Observation_1 |
The URI of the observation instance |
optional |
sensorOutputURI |
SensorOutput_1 |
The URI of the sensor output instance |
optional |
observationValueURI |
ObservationValue_1 |
The URI of the observation value instance |
optional |
timeInstanceURI |
TimeInstance_1 |
The URI of the instance that will be defined as the predicate of the ssn:observationResultTime property |