http://purl.org/NET/rdflicense/cc-by4.0 2018-11-21 Iker Esnaola-Gonzalez <mailto:iker.esnaola@tekniker.es> Jesús Bermúdez <mailto:jesus.bermudez@ehu.eus> The Result-Context ODP consists of a class eep:Execution (defined in the EEP ODP) and five properties that represent its context in terms of the result (rc:hasResult and rc:hasSimpleResult), temporal context (rc:hasGenerationTime and cp:hasTemporalContext) and spatial context (rc:hasSpatialContext). This ODP is an extension of the EEP ODP (https://w3id.org/eep). It defines the context of an execution in terms of the result, temporal context and spatial context. The result can be modeled both with the rc:hasResult object property (if it is modeled as an RDF IRI) or the rc:hasSimpleResult data property (if it is modeled as an RDF Literal). As for the temporal context, the instant or time interval when an execution happens or has its effect is modeled with the rc:hasTemporalContext object property and the instant when an execution is generated is modeled with the rc:hasGenerationTime datatype property. Finally, the location where an execution takes place is modeled with the rc:hasSpatialContext object property. 2018-12-01 Result-Context ODP rc (CQ1). Which is the value of an observation? (CQ2). When is an actuation generated? (CQ3). For what time interval or instant is valid an observation? (CQ4). For what spatial location is valid an observation? An execution may have a result with value V which can be defined as an RDF URI or an RDF Literal. This value may be generated at a time T1 and may be valid for another time T2. Finally, this observation may be valid for a location L. To represent properties that may define the context of the result of an execution. An observation (execution) of the temperature of room03 (spatial context) at 08:45 (temporal context) is 18ºC (result). An actuation (execution) generated at 9:00 (generation time) will activate the HVAC system of the room03 (spatial context) from 10:00 to 13:00 (temporal context) at a setpoint of 27ºC (result). 1.0 The link between an execution and the RDF URI representing the value associated to it. has result stable The location where an event takes place. has spatial context stable The time instant or interval when an event happens of has its effect. This temporal entity can be past, current or future. has temporal context stable The time instant when an execution is generated. has generation time stable The link between an execution and the RDF Literal representing the value associated to it. has simple result stable