rdfs:comment"A relationship stating the timestamp of an entity (e.g. a measurement)."@en;
rdfs:isDefinedBysaref:;
rdfs:label"has timestamp"@en.
### https://saref.etsi.org/core/hasValue
saref:hasValuerdf:typeowl:DatatypeProperty;
rdfs:comment"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;
rdfs:comment"A vocabulary used in the linked data cloud. An instance of voaf:Vocabulary relies on or is used by at least another instance of voaf:Vocabulary."@en;
rdfs:label"Vocabulary"@en.
voaf:Vocabularyrdf:typeowl:Class.
schema:Organizationrdf:typeowl:Class.
schema:Personrdf:typeowl:Class.
### http://schema.org/Organization
schema:Organizationrdf:typeowl:Class;
rdfs:comment"An organization."@en;
rdfs:label"Organization"@en.
### http://schema.org/Person
schema:Personrdf:typeowl:Class;
rdfs:comment"A person."@en;
rdfs:label"Person"@en.
### http://www.opengis.net/ont/geosparql#Feature
geo:Featurerdf:typeowl:Class;
rdfs:subClassOfgeo:SpatialObject;
rdfs:comment"This class represents the top-level feature type. This class is equivalent to GFI_Feature defined in ISO 19156:2011, and it is superclass of all feature types."@en;
rdfs:isDefinedBygeo:;
rdfs:label"Feature"@en.
### http://www.opengis.net/ont/geosparql#Geometry
geo:Geometryrdf:typeowl:Class;
rdfs:subClassOfgeo:SpatialObject;
rdfs:comment"The class represents the top-level geometry type. This class is equivalent to the UML class GM_Object defined in ISO 19107, and it is superclass of all geometry types."@en;
rdfs:isDefinedBygeo:;
rdfs:label"Geometry"@en.
### http://www.opengis.net/ont/geosparql#Point
geo:Pointrdf:typeowl:Class;
rdfs:subClassOfgeo:Geometry;
rdfs:comment"A point, typically described using a coordinate system relative to Earth."@en;
rdfs:comment"""Describes normal measurement, actuation, sampling properties such as accuracy, range, precision, etc. of a System under some specified Conditions such as a temperature range.
The capabilities specified here are those that affect the primary purpose of the System, while those in OperatingRange represent the system's normal operating environment, including Conditions that don't affect the Observations or the Actuations."""@en;
rdfs:isDefinedByssn-system:;
rdfs:label"System capability"@en.
### http://xmlns.com/foaf/0.1/Person
foaf:Personrdf:typeowl:Class;
rdfs:comment"A person"@en;
rdfs:label"Person"@en.
### https://saref.etsi.org/core/ActuatingFunction
saref:ActuatingFunctionrdf:typeowl:Class;
rdfs:subClassOfsaref:Function;
rdfs:comment"A function that allows to transmit data to actuators, such as level settings (e.g., temperature) or binary switching (e.g., open/close, on/off)."@en;
rdfs:label"Actuating function"@en.
### https://saref.etsi.org/core/Actuator
saref:Actuatorrdf:typeowl:Class;
rdfs:subClassOfsaref:Device;
rdfs:comment"A device responsible for moving or controlling a mechanism or system by performing an actuating function."@en;
rdfs:label"Actuator"@en.
### https://saref.etsi.org/core/Command
saref:Commandrdf:typeowl:Class.
### https://saref.etsi.org/core/Device
saref:Devicerdf:typeowl:Class;
rdfs:subClassOf[rdf:typeowl:Restriction;
owl:onPropertysaref:controlsProperty;
owl:allValuesFromsaref:Property
],
[rdf:typeowl:Restriction;
owl:onPropertysaref:makesMeasurement;
owl:allValuesFromsaref:Measurement
],
[rdf:typeowl:Restriction;
owl:onPropertysaref:measuresProperty;
owl:allValuesFromsaref:Property
];
rdfs:comment"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;
rdfs:comment"A function that allows to notify about some relevant activity; e.g., that a certain threshold value has been exceeded or that some object has moved."@en;
rdfs:label"Notifying function"@en.
### https://saref.etsi.org/core/FeatureOfInterest
saref:FeatureOfInterestrdf:typeowl:Class;
rdfs:comment"A feature of interest represents any real world entity from which a property is measured."@en;
rdfs:label"Feature of interest"@en.
### https://saref.etsi.org/core/Function
saref:Functionrdf:typeowl:Class;
rdfs:comment"The functionality necessary to accomplish the task for which a device is designed. A device can be designed to perform more than one function. Functions can be structured in categories (subclasses) that reflect different points of view, for example, considering the specific application area for which a function can be used (e.g., light, temperature, motion, heat, power, etc.), or the capability that a function can support (e.g., receive, reply, notify, etc.), and so forth."@en;
rdfs:comment"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;
rdfs:isDefinedBysaref:;
rdfs:label"Measurement"@en.
### https://saref.etsi.org/core/Property
saref:Propertyrdf:typeowl:Class;
rdfs:subClassOf[rdf:typeowl:Restriction;
owl:onPropertysaref:isControlledByDevice;
owl:allValuesFromsaref:Device
],
[rdf:typeowl:Restriction;
owl:onPropertysaref:isMeasuredByDevice;
owl:allValuesFromsaref:Device
],
[rdf:typeowl:Restriction;
owl:onPropertysaref:relatesToMeasurement;
owl:allValuesFromsaref:Measurement
];
rdfs:comment"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;
rdfs:isDefinedBysaref:;
rdfs:label"Property"@en.
### https://saref.etsi.org/core/SensingFunction
saref:SensingFunctionrdf:typeowl:Class;
rdfs:subClassOfsaref:Function;
rdfs:comment"A function that allows to transmit data from sensors, such as measurement values (e.g., temperature) or sensing data (e.g., occupancy)."@en;
rdfs:label"Sensing function"@en.
### https://saref.etsi.org/core/Sensor
saref:Sensorrdf:typeowl:Class;
rdfs:subClassOfsaref:Device;
rdfs:comment"A device that detects and responds to events or changes in the physical environment such as light, motion, or temperature changes. Further, a device of category saref:Sensor that performs a saref:SensingFunction."@en;
rdfs:isDefinedBysaref:;
rdfs:label"Sensor"@en.
### https://saref.etsi.org/core/UnitOfMeasure
saref:UnitOfMeasurerdf:typeowl:Class;
rdfs:comment"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;
rdfs:comment"An administrative division, unit, entity, area or region, also referred to as a subnational entity, constituent unit, or country subdivision, is a portion of a country or other region delineated for the purpose of administration. (https://en.wikipedia.org/wiki/Administrative_division)."@en;
rdfs:isDefinedBys4city:;
rdfs:label"Administrative area"@en.
### https://saref.etsi.org/saref4city/CityObject
s4city:CityObjectrdf:typeowl:Class;
rdfs:subClassOfgeo:Feature;
rdfs:comment"Generic class for describing city objects."@en;
rdfs:isDefinedBys4city:;
rdfs:label"City object"@en.
### https://saref.etsi.org/saref4city/Event
s4city:Eventrdf:typeowl:Class;
rdfs:subClassOfs4wear:Occurrence,
[rdf:typeowl:Restriction;
owl:onPropertys4city:takesPlaceAtFacility;
owl:allValuesFroms4city:Facility
];
rdfs:comment"Temporary and scheduled event, like a festival or competition. (Definition taken from Wikidata)."@en;
rdfs:isDefinedBys4city:;
rdfs:label"Event"@en.
### https://saref.etsi.org/saref4city/Facility
s4city:Facilityrdf:typeowl:Class;
rdfs:subClassOfgeo:Feature;
rdfs:comment"A place, amenity, or piece of equipment provided for a particular purpose. (Definition taken from https://en.oxforddictionaries.com/definition/facility)."@en;