saref4agri.ttl 50.6 KB
Newer Older
María's avatar
María committed
# https://w3id.org/def/saref4agri#Thermometer

:Thermometer a owl:Class ;
	rdfs:subClassOf <https://w3id.org/saref#Sensor> ;
	rdfs:label "Thermometer"@en .
# 
María's avatar
María committed
# https://w3id.org/def/saref4agri#WateringGun

María's avatar
María committed
:WateringGun a owl:Class ;
	rdfs:subClassOf <https://w3id.org/saref#Actuator> ;
María's avatar
María committed
	rdfs:comment "An actuator to irrigate an space."@en ;
	rdfs:label "Watering gun"@en .
# 
# https://w3id.org/def/saref4agri#WateringSystem

:WateringSystem a owl:Class ;
	rdfs:subClassOf <http://www.w3.org/ns/ssn/System> ;
	rdfs:label "Watering system"@en .
# 
# https://w3id.org/def/saref4agri#WateringValve

:WateringValve a owl:Class ;
	rdfs:subClassOf <https://w3id.org/saref#Actuator> ;
	rdfs:label "Watering valve"@en .
María's avatar
María committed
# 
# https://w3id.org/def/saref4agri#WeatherStation

María's avatar
María committed
:WeatherStation a owl:Class ;
María's avatar
María committed
	rdfs:subClassOf <http://www.w3.org/ns/ssn/System> , <https://w3id.org/saref#Sensor> ;
	rdfs:comment "A sensor o system that measure weather conditions."@en ;
	rdfs:label "Weather station"@en .
# 
# https://w3id.org/def/saref4agri#WeightSensor

:WeightSensor a owl:Class ;
María's avatar
María committed
	rdfs:subClassOf <https://w3id.org/saref#Sensor> ;
María's avatar
María committed
	rdfs:label "Weight sensor"@en .
# 
# https://w3id.org/def/saref4agri#Yield

:Yield a owl:Class ;
	rdfs:subClassOf <https://w3id.org/saref#Property> ;
	rdfs:isDefinedBy "The produced amount of food for animals or of agricultural products."@en ;
	rdfs:label "Yield"@en .
María's avatar
María committed
# 
# https://w3id.org/saref#Actuator

María's avatar
María committed
<https://w3id.org/saref#Actuator> a owl:Class ;
	rdfs:subClassOf <https://w3id.org/saref#Device> ;
	rdfs:isDefinedBy <https://w3id.org/saref#> ;
	rdfs:label "Actuator"@en .
# 
María's avatar
María committed
# https://w3id.org/saref#Command

María's avatar
María committed
<https://w3id.org/saref#Command> a owl:Class ;
María's avatar
María committed
	rdfs:subClassOf _:genid39 .

_:genid39 a owl:Restriction ;
María's avatar
María committed
	owl:onProperty <https://w3id.org/saref#actsUpon> ;
María's avatar
María committed
	owl:allValuesFrom <https://w3id.org/saref#State> .

<https://w3id.org/saref#Command> rdfs:subClassOf _:genid40 .
María's avatar
María committed

María's avatar
María committed
_:genid40 a owl:Restriction ;
María's avatar
María committed
	owl:onProperty <https://w3id.org/saref#isCommandOf> ;
María's avatar
María committed
	owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
María's avatar
María committed
	owl:onClass <https://w3id.org/saref#Function> .
María's avatar
María committed

María's avatar
María committed
<https://w3id.org/saref#Command> rdfs:subClassOf _:genid41 .

_:genid41 a owl:Restriction ;
María's avatar
María committed
	owl:onProperty <https://w3id.org/saref#hasDescription> ;
María's avatar
María committed
	owl:maxCardinality "1"^^xsd:nonNegativeInteger .
María's avatar
María committed

María's avatar
María committed
<https://w3id.org/saref#Command> rdfs:comment "A directive that a device must support to perform a certain function. A command may act upon a state, but does not necessarily act upon a state. For example, the ON command acts upon the ON/OFF state, but the GET command does not act upon any state, it simply gives a directive to retrieve a certain value. We propose here a list of commands that are relevant for the purpose of SAREF, but this list can be extended."^^xsd:string ;
María's avatar
María committed
	rdfs:label "Command"^^xsd:string .
# 
# https://w3id.org/saref#Device

María's avatar
María committed
<https://w3id.org/saref#Device> a owl:Class ;
María's avatar
María committed
	rdfs:subClassOf <http://www.w3.org/ns/ssn/System> ;
	rdfs:isDefinedBy <https://w3id.org/saref#> ;
	rdfs:label "Device"@en .
María's avatar
María committed
# 
# https://w3id.org/saref#FeatureOfInterest

María's avatar
María committed
<https://w3id.org/saref#FeatureOfInterest> a owl:Class ;
María's avatar
María committed
	rdfs:subClassOf _:genid42 .

_:genid42 a owl:Restriction ;
María's avatar
María committed
	owl:onProperty <https://w3id.org/saref#hasProperty> ;
María's avatar
María committed
	owl:allValuesFrom <https://w3id.org/saref#Property> .
María's avatar
María committed
<https://w3id.org/saref#FeatureOfInterest> rdfs:subClassOf _:genid43 .

_:genid43 a owl:Restriction ;
María's avatar
María committed
	owl:onProperty <https://w3id.org/saref#isFeatureOfInterestOf> ;
María's avatar
María committed
	owl:allValuesFrom <https://w3id.org/saref#Measurement> .
María's avatar
María committed
<https://w3id.org/saref#FeatureOfInterest> rdfs:comment <https://w3id.org/saref#> ;
	rdfs:label "Feature of interest"@en .
# 
María's avatar
María committed
# https://w3id.org/saref#Function

María's avatar
María committed
<https://w3id.org/saref#Function> a owl:Class ;
María's avatar
María committed
	rdfs:subClassOf _:genid44 .

_:genid44 a owl:Restriction ;
María's avatar
María committed
	owl:onProperty <https://w3id.org/saref#hasCommand> ;
María's avatar
María committed
	owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
María's avatar
María committed
	owl:onClass <https://w3id.org/saref#Command> .
María's avatar
María committed

María's avatar
María committed
<https://w3id.org/saref#Function> 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. "^^xsd:string ;
María's avatar
María committed
	rdfs:label "Function"^^xsd:string .
# 
# https://w3id.org/saref#Humidity

María's avatar
María committed
<https://w3id.org/saref#Humidity> a owl:Class ;
	rdfs:subClassOf <https://w3id.org/saref#Property> ;
María's avatar
María committed
	rdfs:comment "A saref:Property related to some measurements that are characterized by a certain value that is measured in a humidity unit"^^xsd:string ;
María's avatar
María committed
	rdfs:label "Humidity"^^xsd:string , "Humidiy"@en .
María's avatar
María committed
# 
# https://w3id.org/saref#Measurement

María's avatar
María committed
<https://w3id.org/saref#Measurement> a owl:Class ;
María's avatar
María committed
	rdfs:subClassOf _:genid45 .

_:genid45 a owl:Restriction ;
María's avatar
María committed
	owl:onProperty <https://w3id.org/saref#hasFeatureOfInterest> ;
María's avatar
María committed
	owl:allValuesFrom <https://w3id.org/saref#FeatureOfInterest> .

<https://w3id.org/saref#Measurement> rdfs:subClassOf _:genid46 .
María's avatar
María committed

María's avatar
María committed
_:genid46 a owl:Restriction ;
María's avatar
María committed
	owl:onProperty <https://w3id.org/saref#isMeasuredIn> ;
María's avatar
María committed
	owl:allValuesFrom <https://w3id.org/saref#UnitOfMeasure> .

<https://w3id.org/saref#Measurement> rdfs:subClassOf _:genid47 .
María's avatar
María committed

María's avatar
María committed
_:genid47 a owl:Restriction ;
María's avatar
María committed
	owl:onProperty <https://w3id.org/saref#relatesToProperty> ;
María's avatar
María committed
	owl:allValuesFrom <https://w3id.org/saref#Property> .
María's avatar
María committed

María's avatar
María committed
<https://w3id.org/saref#Measurement> rdfs:subClassOf _:genid48 .

_:genid48 a owl:Restriction ;
María's avatar
María committed
	owl:onProperty <https://w3id.org/saref#isMeasuredIn> ;
María's avatar
María committed
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
María's avatar
María committed
	owl:onClass <https://w3id.org/saref#UnitOfMeasure> .

<https://w3id.org/saref#Measurement> rdfs:subClassOf _:genid49 .
María's avatar
María committed

María's avatar
María committed
_:genid49 a owl:Restriction ;
María's avatar
María committed
	owl:onProperty <https://w3id.org/saref#relatesToProperty> ;
María's avatar
María committed
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
María's avatar
María committed
	owl:onClass <https://w3id.org/saref#Property> .
María's avatar
María committed

María's avatar
María committed
<https://w3id.org/saref#Measurement> rdfs:subClassOf _:genid50 .

_:genid50 a owl:Restriction ;
María's avatar
María committed
	owl:onProperty <https://w3id.org/saref#hasTimestamp> ;
María's avatar
María committed
	owl:allValuesFrom xsd:dateTime .

<https://w3id.org/saref#Measurement> rdfs:subClassOf _:genid51 .
María's avatar
María committed

María's avatar
María committed
_:genid51 a owl:Restriction ;
María's avatar
María committed
	owl:onProperty <https://w3id.org/saref#hasValue> ;
María's avatar
María committed
	owl:cardinality "1"^^xsd:nonNegativeInteger .
María's avatar
María committed

María's avatar
María committed
<https://w3id.org/saref#Measurement> rdfs:subClassOf _:genid52 .

_:genid52 a owl:Restriction ;
María's avatar
María committed
	owl:onProperty <https://w3id.org/saref#hasValue> ;
María's avatar
María committed
	owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
María's avatar
María committed
	owl:onDataRange xsd:float .
María's avatar
María committed

María's avatar
María committed
<https://w3id.org/saref#Measurement> owl:disjointWith <https://w3id.org/saref#Property> , <https://w3id.org/saref#UnitOfMeasure> ;
María's avatar
María committed
	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:isDefinedBy <https://w3id.org/saref#> ;
	rdfs:label "Measurement"@en .
# 
# https://w3id.org/saref#Property

María's avatar
María committed
<https://w3id.org/saref#Property> a owl:Class ;
María's avatar
María committed
	rdfs:subClassOf _:genid53 .

_:genid53 a owl:Restriction ;
María's avatar
María committed
	owl:onProperty <https://w3id.org/saref#isControlledByDevice> ;
María's avatar
María committed
	owl:allValuesFrom <https://w3id.org/saref#Device> .

<https://w3id.org/saref#Property> rdfs:subClassOf _:genid54 .
María's avatar
María committed

María's avatar
María committed
_:genid54 a owl:Restriction ;
María's avatar
María committed
	owl:onProperty <https://w3id.org/saref#isMeasuredByDevice> ;
María's avatar
María committed
	owl:allValuesFrom <https://w3id.org/saref#Device> .
María's avatar
María committed

María's avatar
María committed
<https://w3id.org/saref#Property> rdfs:subClassOf _:genid55 .

_:genid55 a owl:Restriction ;
María's avatar
María committed
	owl:onProperty <https://w3id.org/saref#isPropertyOf> ;
María's avatar
María committed
	owl:allValuesFrom <https://w3id.org/saref#FeatureOfInterest> .

<https://w3id.org/saref#Property> rdfs:subClassOf _:genid56 .
María's avatar
María committed

María's avatar
María committed
_:genid56 a owl:Restriction ;
María's avatar
María committed
	owl:onProperty <https://w3id.org/saref#relatesToMeasurement> ;
María's avatar
María committed
	owl:allValuesFrom <https://w3id.org/saref#Measurement> .
María's avatar
María committed

María's avatar
María committed
<https://w3id.org/saref#Property> owl:disjointWith <https://w3id.org/saref#UnitOfMeasure> ;
María's avatar
María committed
	rdfs:comment "An aspect of an entity that can be observable by a sensor."@en , "Anything that can be sensed, measured or controlled in households, common public buildings or offices. We propose here a list of properties that are relevant for the purpose of SAREF, but this list can be extended."^^xsd:string ;
	rdfs:isDefinedBy <https://w3id.org/saref#> ;
	rdfs:label "Property"@en , "Property"^^xsd:string .
# 
# https://w3id.org/saref#Sensor

María's avatar
María committed
<https://w3id.org/saref#Sensor> a owl:Class ;
	rdfs:subClassOf <https://w3id.org/saref#Device> ;
	rdfs:isDefinedBy <https://w3id.org/saref#> ;
	rdfs:label "Sensor"@en .
# 
María's avatar
María committed
# https://w3id.org/saref#State

María's avatar
María committed
<https://w3id.org/saref#State> a owl:Class ;
María's avatar
María committed
	rdfs:comment "The state in which a device can be found, e.g, ON/OFF/STANDBY, or ONLINE/OFFLINE. We propose here a list of states that are relevant for the purpose of SAREF, but this list can be extended."^^xsd:string ;
	rdfs:label "State"^^xsd:string .
# 
# https://w3id.org/saref#Task

María's avatar
María committed
<https://w3id.org/saref#Task> a owl:Class ;
María's avatar
María committed
	rdfs:subClassOf _:genid57 .

_:genid57 a owl:Restriction ;
María's avatar
María committed
	owl:onProperty <https://w3id.org/saref#isAccomplishedBy> ;
María's avatar
María committed
	owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
María's avatar
María committed
	owl:onClass <https://w3id.org/saref#Device> .
María's avatar
María committed

María's avatar
María committed
<https://w3id.org/saref#Task> rdfs:comment "The goal for which a device is designed (from a user perspective). For example, a washing machine is designed for the task of washing. We propose here a list of tasks that are relevant for the purpose of SAREF, but this list can be extended."^^xsd:string ;
María's avatar
María committed
	rdfs:label "Task"^^xsd:string .
# 
# https://w3id.org/saref#Temperature

María's avatar
María committed
<https://w3id.org/saref#Temperature> a owl:Class ;
	rdfs:subClassOf <https://w3id.org/saref#Property> ;
María's avatar
María committed
	rdfs:comment "A saref:Property related to some measurements that are characterized by a certain value that is measured in a temperature unit (degree_Celsius, degree_Fahrenheit, or degree_kelvin)"^^xsd:string ;
María's avatar
María committed
	rdfs:label "Temperature"@en , "Temperature"^^xsd:string .
María's avatar
María committed
# 
# https://w3id.org/saref#Time

María's avatar
María committed
<https://w3id.org/saref#Time> a owl:Class ;
	rdfs:subClassOf <https://w3id.org/saref#Property> ;
María's avatar
María committed
	rdfs:comment "A saref:Property that allows to specify the time concept in terms of instants or intervals according to the imported W3C Time ontology."^^xsd:string ;
María's avatar
María committed
	rdfs:label "Time"^^xsd:string .
# 
# https://w3id.org/saref#UnitOfMeasure

María's avatar
María committed
<https://w3id.org/saref#UnitOfMeasure> a owl:Class ;
María's avatar
María committed
	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)."^^xsd:string , "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 the Smart Appliances ontology, but this list can be extended."@en ;
	rdfs:isDefinedBy <http://www.wurvoc.org/vocabularies/om-1.6/Unit_of_measure> , <https://w3id.org/saref#> ;
María's avatar
María committed
	rdfs:label "Unit of measure"@en .
María's avatar
María committed
# 
# 
# 
# #################################################################
# #
# #    Individuals
# #
# #################################################################
# 
# 
# http://dbpedia.org/resource/DBM

María's avatar
María committed
<http://dbpedia.org/resource/DBM> a owl:NamedIndividual , <https://w3id.org/saref#UnitOfMeasure> ;
	rdfs:label "decibel-milliwatts"@en .
# 
# http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius

María's avatar
María committed
<http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius> a owl:NamedIndividual , <https://w3id.org/saref#UnitOfMeasure> ;
	rdfs:label "degree Celsius"@en .
# 
# http://www.ontology-of-units-of-measure.org/resource/om-2/millibar

María's avatar
María committed
<http://www.ontology-of-units-of-measure.org/resource/om-2/millibar> a owl:NamedIndividual , <https://w3id.org/saref#UnitOfMeasure> ;
	rdfs:label "millibar"@en .
# 
# http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre

María's avatar
María committed
<http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre> a owl:NamedIndividual , <https://w3id.org/saref#UnitOfMeasure> ;
	rdfs:label "millimetre"@en .
# 
# http://www.ontology-of-units-of-measure.org/resource/om-2/millivolt

María's avatar
María committed
<http://www.ontology-of-units-of-measure.org/resource/om-2/millivolt> a owl:NamedIndividual , <https://w3id.org/saref#UnitOfMeasure> ;
	rdfs:label "millivolt"@en .
# 
María's avatar
María committed
# https://w3id.org/def/saref4agri#AirTemperature

María's avatar
María committed
:AirTemperature a owl:NamedIndividual , <https://w3id.org/saref#Temperature> .
María's avatar
María committed
# 
# https://w3id.org/def/saref4agri#AmbientHumidity

María's avatar
María committed
:AmbientHumidity a owl:NamedIndividual , <https://w3id.org/saref#Humidity> .
María's avatar
María committed
# 
# https://w3id.org/def/saref4agri#IrrigationWater

María's avatar
María committed
:IrrigationWater a owl:NamedIndividual , <https://w3id.org/saref#Property> .
María's avatar
María committed
# 
# https://w3id.org/def/saref4agri#PlantGrowthStage

María's avatar
María committed
:PlantGrowthStage a owl:NamedIndividual , <https://w3id.org/saref#Property> .
María's avatar
María committed
# 
# https://w3id.org/def/saref4agri#Precipitation

María's avatar
María committed
:Precipitation a owl:NamedIndividual , <https://w3id.org/saref#Property> .
María's avatar
María committed
# 
# https://w3id.org/def/saref4agri#SoilMoisture

María's avatar
María committed
:SoilMoisture a owl:NamedIndividual , <https://w3id.org/saref#Property> .
María's avatar
María committed
# 
# https://w3id.org/def/saref4agri#SoilTemperature

María's avatar
María committed
:SoilTemperature a owl:NamedIndividual , <https://w3id.org/saref#Temperature> .
María's avatar
María committed
# 
# 
# 
# #################################################################
# #
# #    Annotations
# #
# #################################################################
# 
# 

María's avatar
María committed
<http://www.w3.org/2003/01/geo/wgs84_pos#location> rdfs:comment """The relation between something and the point, 
 or other geometrical thing in space, where it is.  For example, the realtionship between
 a radio tower and a Point with a given lat and long.
 Or a relationship between a park and its outline as a closed arc of points, or a road and
 its location as a arc (a sequence of points).
 Clearly in practice there will be limit to the accuracy of any such statement, but one would expect
 an accuracy appropriate for the size of the object and uses such as mapping .
 """ ;
	rdfs:label "location"@en .
María's avatar
María committed
# 

:AirTemperature rdfs:comment "The degree or intensity of heat present in the air." ;
	rdfs:label "Air temperature"@en .
# 

:AmbientHumidity rdfs:label "Ambient huidity"@en , "Ambient humidity"@en ;
	rdfs:comment "The amount of water vapour in the air." .
# 

:IrrigationWater rdfs:comment "The amount of water falling in the soil by irrigation methods." ;
	rdfs:label "Irrigation water"@en .
# 

:PlantGrowthStage rdfs:comment "The level or stage of growth of the plant." ;
	rdfs:label "Plant growth stage"@en .
# 

:Precipitation rdfs:comment "The amount of water falling in the soil by natural process (e.g. rain)." ;
	rdfs:label "Precipitation"@en .
# 

:SoilMoisture rdfs:label "Soil moisture"@en ;
	rdfs:comment "The amount of water or humidity contained in the soil." .
# 

:SoilTemperature rdfs:comment "The degree or intensity of heat present in the soil." ;
	rdfs:label "Soil temperature"@en .
# 
# Generated by the OWL API (version 4.2.6.20160910-2108) https://github.com/owlcs/owlapi