. "2020-02-01"@en . "María Poveda-Villalón" . "Serge Chávez-Feria." . "The Sensor Data ontology has been developed to represent measurements generated by sensors located inside building spaces. It also includes specific concepts and properties to model sensors and actuators records that follow the SenML standard. This model allows the representation of resolved and unresolved records if required. (Check SenML standard for more details: https://tools.ietf.org/html/rfc8428#)"@en . "http://www.oeg-upm.net/" . "Sensor Data ontology"@en . "http://purl.org/NET/rdflicense/cc-by4.0" . "sd"@en . "0.0.3" . # # # ################################################################# # # # # Annotation properties # # # ################################################################# # # # http://purl.org/dc/elements/1.1/created . # # http://purl.org/dc/elements/1.1/creator . # # http://purl.org/dc/elements/1.1/description . # # http://purl.org/dc/elements/1.1/publisher . # # http://purl.org/dc/elements/1.1/title . # # http://purl.org/dc/terms/license . # # http://purl.org/vocab/vann/preferredNamespacePrefix . # # http://purl.org/vocab/vann/preferredNamespaceUri . # # # # ################################################################# # # # # Object Properties # # # ################################################################# # # # https://w3id.org/saref#isControlledByDevice . "A relationship specifying the devices that can control a certain property."@en . "is controlled by device"@en . # # https://w3id.org/saref#isMeasuredByDevice . "A relationship specifying the devices that can measure a certain property."@en . "is measured by device"@en . # # https://w3id.org/saref#isMeasuredIn . "A relationship identifying the unit of measure used for a certain entity."@en . "is measured in"@en . # # https://w3id.org/saref#isMeasurementOf . "A relationship between a measurement and the feature of interest whose quality was measured."@en . "is measurement of"@en . # # https://w3id.org/saref#makesMeasurement . "A relation between a device and the measurements it makes. Such measurement will link together the value of the measurement, its unit of measure and the property to which it relates."@en . "makes measurement"@en . # # https://w3id.org/saref#relatesToProperty . "A relationship between a measurement and the property it relates to."@en . "relates to property"@en . # # # # ################################################################# # # # # Data properties # # # ################################################################# # # # http://bimerr.iot.linkeddata.es/def/sensor-data#baseName . . . "This is a string that is prepended to the names found in the records."@en . "base name"@en . # # http://bimerr.iot.linkeddata.es/def/sensor-data#baseSum . . . "A base sum is added to the sum found in a record."@en . "base sum"@en . # # http://bimerr.iot.linkeddata.es/def/sensor-data#baseTime . . . "A base time that is added to the time found in a record."@en . "base time"@en . # # http://bimerr.iot.linkeddata.es/def/sensor-data#baseValue . . . "A base value is added to the value found in a record."@en . "base value"@en . # # http://bimerr.iot.linkeddata.es/def/sensor-data#baseVersion . . . "Version number of the media type format."@en . "has version"@en . # # http://bimerr.iot.linkeddata.es/def/sensor-data#name . . . "Name of the sensor or parameter. When appended to the Base Name field, this must result in a globally unique identifier for the resource."@en . "name"@en . # # http://bimerr.iot.linkeddata.es/def/sensor-data#sum . . . "Integrated sum of the values over time. Optional. This field is in the unit specified in the Unit value multiplied by seconds."@en . "sum"@en . # # http://bimerr.iot.linkeddata.es/def/sensor-data#time . . . "Time when the value was recorded."@en . "time"@en . # # http://bimerr.iot.linkeddata.es/def/sensor-data#updateTime . . . "Period of time in seconds that represents the maximum time before this sensor will provide an updated reading for a measurement. This can be used to detect the failure of sensors or the communications path from the sensor."@en . "update time"@en . # # https://w3id.org/saref#hasValue . "A relationship defining the value of a certain property, e.g., energy or power. Note that, even if numeric values are expected to enable reasoning, measurement values could use other datatypes."@en . "has value"@en . # # # # ################################################################# # # # # Classes # # # ################################################################# # # # http://bimerr.iot.linkeddata.es/def/building#Element . "Building component or construction element which can be described by a set of properties."@en . "Element"@en . # # http://bimerr.iot.linkeddata.es/def/sensor-data#Actuator . . "A device that is able to receive command signals in the SenML standard, and act over building components in order to change their state."@en . "Actuator"@en . # # http://bimerr.iot.linkeddata.es/def/sensor-data#Device . . . _:genid1 . _:genid1 . _:genid1 . _:genid1 "1"^^ . _:genid2 . _:genid2 . _:genid2 . _:genid2 "1"^^ . _:genid3 . _:genid3 . _:genid3 . _:genid3 "1"^^ . "A device that produces or receives records following the SenML standard. A record could mean either a measurement or a control signal."@en . "SenML device"@en . # # http://bimerr.iot.linkeddata.es/def/sensor-data#Measurement . . _:genid4 . _:genid4 . _:genid4 . _:genid4 "1"^^ . _:genid5 . _:genid5 . _:genid5 . _:genid5 "1"^^ . _:genid6 . _:genid6 . _:genid6 . _:genid6 "1"^^ . _:genid7 . _:genid7 . _:genid7 . _:genid7 "1"^^ . _:genid8 . _:genid8 . _:genid8 . _:genid8 "1"^^ . "A meaurement or a command signal that follows the SenML specification (https://tools.ietf.org/html/rfc8428)"@en . "SenML record"@en . # # http://bimerr.iot.linkeddata.es/def/sensor-data#Sensor . . _:genid9 . _:genid9 . _:genid9 . _:genid9 "1"^^ . "A device that is able to produce measurement signals following the SenML standard. A sensor detects and responds to events or changes in the physical environment."@en . "Sensor"@en . # # https://w3id.org/saref#Device . _:genid10 . _:genid10 . _:genid10 . _:genid10 . "A tangible object designed to accomplish a particular task. In order to accomplish this task, the device performs one or more functions. For example, a washing machine is designed to wash (task) and to accomplish this task it performs a start and stop function."@en . "Device"@en . # # https://w3id.org/saref#FeatureOfInterest . "A feature of interest represents any real world entity from which a property is measured."@en . "Feature of interest"@en . # # https://w3id.org/saref#Measurement . _:genid11 . _:genid11 . _:genid11 . _:genid11 . _:genid12 . _:genid12 . _:genid12 . _:genid12 . _:genid13 . _:genid13 . _:genid13 . _:genid13 . _:genid14 . _:genid14 . _:genid14 . _:genid14 "1"^^ . _:genid14 . _:genid15 . _:genid15 . _:genid15 . _:genid15 "1"^^ . _:genid15 . "Represents the measured value made over a property. It is also linked to the unit of measure in which the value is expressed and the timestamp of the measurement."@en . "Measurement"@en . # # https://w3id.org/saref#Property . _:genid16 . _:genid16 . _:genid16 . _:genid16 . _:genid17 . _:genid17 . _:genid17 . _:genid17 . "A quality of a feature of interest that can be measured; an aspect of a feature of interest that is intrinsic to and cannot exist without the feature"@en . "Property"@en . # # https://w3id.org/saref#UnitOfMeasure . "The unit of measure is a standard for measurement of a quantity, such as a Property. For example, Power is a property and Watt is a unit of power that represents a definite predetermined power: when we say 10 Watt, we actually mean 10 times the definite predetermined power called \\\"watt\\\". Our definition is based on the definition of unit of measure in the Ontology of units of Measure (OM). We propose here a list of some units of measure that are relevant for the purpose of SAREF, but this list can be extended, also using some other ontologies rather than the Ontology of units of Measure (OM)."@en . "Unit of measure"@en . # # Generated by the OWL API (version 5.1.11) https://github.com/owlcs/owlapi/