ontology.ttl 51 KB
Newer Older
OnToologyUser's avatar
OnToologyUser committed
@prefix : <https://w3id.org/def/saref4agri#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <https://w3id.org/def/saref4agri> .

<https://w3id.org/def/saref4agri> rdf:type owl:Ontology ;
                                   owl:versionIRI <https://w3id.org/def/v1/saref4agri> ;
                                   <http://purl.org/dc/elements/1.1/contributor> <http://w3id.org/people/mpoveda> ;
                                   <http://purl.org/dc/elements/1.1/description> "This ontology extends the SAREF ontology for the Agricultural domain. This work has been developed in the context of the STF 534 (https://portal.etsi.org/STF/STFs/STFHomePages/STF534.aspx), which was established with the goal to create three SAREF extensions, one of them for the Agricultural domain."@en ;
                                   <http://purl.org/dc/elements/1.1/title> "SAREF extension for Agriculture"@en ;
                                   <http://purl.org/vocab/vann/preferredNamespacePrefix> "s4agri" ;
                                   <http://purl.org/vocab/vann/preferredNamespaceUri> "https://w3id.org/def/saref4agri#" ;
OnToologyUser's avatar
OnToologyUser committed
                                   owl:versionInfo 0.2 .
OnToologyUser's avatar
OnToologyUser committed

#################################################################
#    Annotation properties
#################################################################

###  http://purl.org/dc/elements/1.1/contributor
<http://purl.org/dc/elements/1.1/contributor> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/creator
<http://purl.org/dc/elements/1.1/creator> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/date
<http://purl.org/dc/elements/1.1/date> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/description
<http://purl.org/dc/elements/1.1/description> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/title
<http://purl.org/dc/elements/1.1/title> rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespacePrefix
<http://purl.org/vocab/vann/preferredNamespacePrefix> rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespaceUri
<http://purl.org/vocab/vann/preferredNamespaceUri> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2003/01/geo/wgs84_pos#alt
<http://www.w3.org/2003/01/geo/wgs84_pos#alt> rdf:type owl:AnnotationProperty ;
                                              rdfs:comment "The WGS84 altitude of a SpatialThing (decimal meters above the local reference ellipsoid)." ;
                                              rdfs:label "altitude" ;
                                              rdfs:domain <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing> .


###  http://www.w3.org/2003/01/geo/wgs84_pos#lat
<http://www.w3.org/2003/01/geo/wgs84_pos#lat> rdf:type owl:AnnotationProperty ;
                                              rdfs:comment "The WGS84 latitude of a SpatialThing (decimal degrees)." ;
                                              rdfs:label "latitude" ;
                                              rdfs:domain <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing> .


###  http://www.w3.org/2003/01/geo/wgs84_pos#location
<http://www.w3.org/2003/01/geo/wgs84_pos#location> rdf:type owl:AnnotationProperty ;
                                                   rdfs:subPropertyOf <http://xmlns.com/foaf/0.1/based_near> .


###  http://www.w3.org/2003/01/geo/wgs84_pos#long
<http://www.w3.org/2003/01/geo/wgs84_pos#long> rdf:type owl:AnnotationProperty ;
                                               rdfs:comment "The WGS84 longitude of a SpatialThing (decimal degrees)." ;
                                               rdfs:label "longitude" ;
                                               rdfs:domain <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing> .


###  http://www.w3.org/2004/02/skos/core#definition
<http://www.w3.org/2004/02/skos/core#definition> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#prefLabel
<http://www.w3.org/2004/02/skos/core#prefLabel> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/ns/prov#hadPrimarySource
<http://www.w3.org/ns/prov#hadPrimarySource> rdf:type owl:AnnotationProperty .


###  http://xmlns.com/foaf/0.1/based_near
<http://xmlns.com/foaf/0.1/based_near> rdf:type owl:AnnotationProperty .


#################################################################
#    Datatypes
#################################################################

###  http://www.w3.org/2001/XMLSchema#date
xsd:date rdf:type rdfs:Datatype .


###  http://www.w3.org/2001/XMLSchema#duration
xsd:duration rdf:type rdfs:Datatype .


#################################################################
#    Object Properties
#################################################################

OnToologyUser's avatar
OnToologyUser committed
###  http://www.opengis.net/ont/geosparql#hasGeometry
<http://www.opengis.net/ont/geosparql#hasGeometry> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <http://www.opengis.net/ont/geosparql#Feature> ;
                                                   rdfs:range <http://www.opengis.net/ont/geosparql#Geometry> ;
                                                   rdfs:comment "A spatial representation for a given feature."@en ;
OnToologyUser's avatar
OnToologyUser committed
                                                   rdfs:isDefinedBy <http://www.opengis.net/ont/geosparql#> ;
OnToologyUser's avatar
OnToologyUser committed
                                                   rdfs:label "has geometry"@en .


###  http://www.opengis.net/ont/geosparql#sfContains
<http://www.opengis.net/ont/geosparql#sfContains> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <http://www.opengis.net/ont/geosparql#SpatialObject> ;
                                                  rdfs:range <http://www.opengis.net/ont/geosparql#SpatialObject> ;
                                                  rdfs:comment "Exists if the subject SpatialObject spatially contains the object SpatialObject. DE-9IM: T*****FF*"@en ;
                                                  rdfs:isDefinedBy <http://www.opengis.net/ont/geosparql> ,
                                                                   <http://www.opengis.net/spec/geosparql/1.0> ;
                                                  rdfs:label "contains"@en .


###  http://www.opengis.net/ont/geosparql#sfWithin
<http://www.opengis.net/ont/geosparql#sfWithin> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <http://www.opengis.net/ont/geosparql#SpatialObject> ;
                                                rdfs:range <http://www.opengis.net/ont/geosparql#SpatialObject> ;
                                                rdfs:comment "Exists if the subject SpatialObject is spatially within the object SpatialObject. DE-9IM: T*F**F***"@en ;
                                                rdfs:isDefinedBy <http://www.opengis.net/ont/geosparql> ,
                                                                 <http://www.opengis.net/spec/geosparql/1.0> ;
                                                rdfs:label "within"@en .


###  http://www.w3.org/2003/01/geo/wgs84_pos#location
<http://www.w3.org/2003/01/geo/wgs84_pos#location> rdf:type owl:ObjectProperty .


OnToologyUser's avatar
OnToologyUser committed
###  http://www.w3.org/ns/sosa/hosts
<http://www.w3.org/ns/sosa/hosts> rdf:type owl:ObjectProperty ;
                                  owl:inverseOf <http://www.w3.org/ns/sosa/isHostedBy> ;
                                  rdfs:comment "Relation between a platform and the systems it hosts."@en ;
                                  rdfs:isDefinedBy <http://www.w3.org/ns/sosa/> ;
                                  rdfs:label "host"@en .
OnToologyUser's avatar
OnToologyUser committed
###  http://www.w3.org/ns/sosa/isHostedBy
<http://www.w3.org/ns/sosa/isHostedBy> rdf:type owl:ObjectProperty ;
                                       rdfs:comment "Relation between a system and its hosting platform."@en ;
                                       rdfs:isDefinedBy <http://www.w3.org/ns/sosa/> ;
                                       rdfs:label "is hosted by"@en .


###  http://www.w3.org/ns/ssn/deployedOnPlatform
<http://www.w3.org/ns/ssn/deployedOnPlatform> rdf:type owl:ObjectProperty ;
                                              owl:inverseOf <http://www.w3.org/ns/ssn/inDeployment> ;
                                              rdfs:comment "Relation between a deployment and the platform(s) involved in the deployment."@en ;
                                              rdfs:isDefinedBy <http://www.w3.org/ns/ssn/> ;
                                              rdfs:label "deployed on platform"@en .


###  http://www.w3.org/ns/ssn/deployedSystem
<http://www.w3.org/ns/ssn/deployedSystem> rdf:type owl:ObjectProperty ;
                                          owl:inverseOf <http://www.w3.org/ns/ssn/hasDeployment> ;
                                          rdfs:comment "Relation between a deployment and the system deployed."@en ;
                                          rdfs:isDefinedBy <http://www.w3.org/ns/ssn/> ;
                                          rdfs:label "deployed system"@en .


###  http://www.w3.org/ns/ssn/hasDeployment
<http://www.w3.org/ns/ssn/hasDeployment> rdf:type owl:ObjectProperty ;
                                         rdfs:isDefinedBy <http://www.w3.org/ns/ssn/> ;
                                         rdfs:label "has deployment"@en .


###  http://www.w3.org/ns/ssn/inDeployment
<http://www.w3.org/ns/ssn/inDeployment> rdf:type owl:ObjectProperty ;
                                        rdfs:comment "Relation between a platform and the deployment(s) that takes place in the platform."@en ;
                                        rdfs:isDefinedBy <http://www.w3.org/ns/ssn/> ;
                                        rdfs:label "in deployment"@en .
OnToologyUser's avatar
OnToologyUser committed
###  https://w3id.org/def/saref4agri#fromNode
:fromNode rdf:type owl:ObjectProperty ;
OnToologyUser's avatar
OnToologyUser committed
          rdfs:comment "Origin node in directed communications."@en ;
OnToologyUser's avatar
OnToologyUser committed
          rdfs:label "from node"@en .


OnToologyUser's avatar
OnToologyUser committed
###  https://w3id.org/def/saref4agri#hasConstituent
:hasConstituent rdf:type owl:ObjectProperty ;
                owl:inverseOf :isConstituentOf ;
                rdfs:comment "Relation between a network and its constituents systems."@en ;
                rdfs:label "has constituent"@en .


###  https://w3id.org/def/saref4agri#hasDeploymentPeriod
:hasDeploymentPeriod rdf:type owl:ObjectProperty ;
                     rdfs:comment "Relation to indicate the temporal duration or period of a deployment."@en ,
                                  "has deployment period"@en .


OnToologyUser's avatar
OnToologyUser committed
###  https://w3id.org/def/saref4agri#hasRole
:hasRole rdf:type owl:ObjectProperty ;
OnToologyUser's avatar
OnToologyUser committed
         rdfs:comment "A relation to indicate the role of a given node in a communication channel or network."@en ;
OnToologyUser's avatar
OnToologyUser committed
         rdfs:label "has role"@en .


OnToologyUser's avatar
OnToologyUser committed
###  https://w3id.org/def/saref4agri#isConstituentOf
:isConstituentOf rdf:type owl:ObjectProperty ;
                 rdfs:comment "Relation between a node and the network(s) it is part of."@en ;
                 rdfs:label "is constituent of"@en .


###  https://w3id.org/def/saref4agri#isDeployedAtSpace
:isDeployedAtSpace rdf:type owl:ObjectProperty ;
                   rdfs:comment "Relation to indicate the geographical componet of a deployment."@en ,
                                "is deployed at space"@en .


OnToologyUser's avatar
OnToologyUser committed
###  https://w3id.org/def/saref4agri#playedByNode
:playedByNode rdf:type owl:ObjectProperty ;
OnToologyUser's avatar
OnToologyUser committed
              rdfs:domain :CommunicationRole ;
              rdfs:range :Node ;
              rdfs:comment "Relation use to indicate the node playing a given role. This relation has as subject an individual of the n-ary class s4agri:CommunicationRole"@en ;
OnToologyUser's avatar
OnToologyUser committed
              rdfs:label "played by node"@en .


###  https://w3id.org/def/saref4agri#roleInCommunication
:roleInCommunication rdf:type owl:ObjectProperty ;
OnToologyUser's avatar
OnToologyUser committed
                     rdfs:domain :CommunicationRole ;
                     rdfs:range :Communication ;
                     rdfs:comment "Relation use to indicate the communication in which a node plays a role. This relation has as subject an individual of the n-ary class s4agri:CommunicationRole"@en ;
OnToologyUser's avatar
OnToologyUser committed
                     rdfs:label "role in communication"@en .


###  https://w3id.org/def/saref4agri#roleInNetwork
:roleInNetwork rdf:type owl:ObjectProperty ;
OnToologyUser's avatar
OnToologyUser committed
               rdfs:domain :CommunicationRole ;
               rdfs:range :Network ;
               rdfs:comment "Relation use to indicate the network in which a node plays a role. This relation has as subject an individual of the n-ary class s4agri:CommunicationRole"@en ;
OnToologyUser's avatar
OnToologyUser committed
               rdfs:label "role in network"@en .


###  https://w3id.org/def/saref4agri#toNode
:toNode rdf:type owl:ObjectProperty ;
        rdfs:subPropertyOf owl:topObjectProperty ;
OnToologyUser's avatar
OnToologyUser committed
        rdfs:comment "Target node in directed communications."@en ;
OnToologyUser's avatar
OnToologyUser committed
        rdfs:label "to node"@en .


OnToologyUser's avatar
OnToologyUser committed
###  https://w3id.org/saref#accomplishes
<https://w3id.org/saref#accomplishes> rdf:type owl:ObjectProperty ;
                                      owl:inverseOf <https://w3id.org/saref#isAccomplishedBy> ;
                                      rdfs:comment "A relationship between a certain entity (e.g., a device) and the task it accomplishes" ;
OnToologyUser's avatar
OnToologyUser committed
                                      rdfs:isDefinedBy <https://w3id.org/saref#> ;
OnToologyUser's avatar
OnToologyUser committed
                                      rdfs:label "accomplishes" .


###  https://w3id.org/saref#actsUpon
<https://w3id.org/saref#actsUpon> rdf:type owl:ObjectProperty ;
                                  rdfs:comment "A relationship between a command and a state" ;
OnToologyUser's avatar
OnToologyUser committed
                                  rdfs:isDefinedBy <https://w3id.org/saref#> ;
OnToologyUser's avatar
OnToologyUser committed
                                  rdfs:label "acts upon" .


###  https://w3id.org/saref#consistsOf
<https://w3id.org/saref#consistsOf> rdf:type owl:ObjectProperty ;
                                    rdfs:isDefinedBy <https://w3id.org/saref#> ;
                                    rdfs:label "consists of"@en .


###  https://w3id.org/saref#controlsProperty
<https://w3id.org/saref#controlsProperty> rdf:type owl:ObjectProperty ;
OnToologyUser's avatar
OnToologyUser committed
                                          rdfs:isDefinedBy <https://w3id.org/saref#> ;
OnToologyUser's avatar
OnToologyUser committed
                                          rdfs:label "controls property"@en .


###  https://w3id.org/saref#hasCommand
<https://w3id.org/saref#hasCommand> rdf:type owl:ObjectProperty ;
                                    owl:inverseOf <https://w3id.org/saref#isCommandOf> ;
                                    rdfs:comment "A relationship between an entity (such as a function) and a command" ;
OnToologyUser's avatar
OnToologyUser committed
                                    rdfs:isDefinedBy <https://w3id.org/saref#> ;
OnToologyUser's avatar
OnToologyUser committed
                                    rdfs:label "has command" .


OnToologyUser's avatar
OnToologyUser committed
###  https://w3id.org/saref#hasFeatureOfInterest
<https://w3id.org/saref#hasFeatureOfInterest> rdf:type owl:ObjectProperty ;
                                              owl:inverseOf <https://w3id.org/saref#isFeatureOfInterestOf> ;
                                              rdfs:comment "Relation between a measurement and the feature of interest being measured."@en ;
                                              rdfs:isDefinedBy <https://w3id.org/saref#> ;
                                              rdfs:label "has feature of interest"@en .


OnToologyUser's avatar
OnToologyUser committed
###  https://w3id.org/saref#hasFunction
<https://w3id.org/saref#hasFunction> rdf:type owl:ObjectProperty ;
                                     rdfs:comment "A relationship identifying the type of function of a device" ;
OnToologyUser's avatar
OnToologyUser committed
                                     rdfs:isDefinedBy <https://w3id.org/saref#> ;
OnToologyUser's avatar
OnToologyUser committed
                                     rdfs:label "has function" .


OnToologyUser's avatar
OnToologyUser committed
###  https://w3id.org/saref#hasProperty
<https://w3id.org/saref#hasProperty> rdf:type owl:ObjectProperty ;
                                     owl:inverseOf <https://w3id.org/saref#isPropertyOf> ;
                                     rdfs:comment "Relation between a feature of interest and its properties."@en ;
                                     rdfs:isDefinedBy <https://w3id.org/saref#> ;
                                     rdfs:label "has property"@en .


OnToologyUser's avatar
OnToologyUser committed
###  https://w3id.org/saref#hasState
<https://w3id.org/saref#hasState> rdf:type owl:ObjectProperty ;
                                  rdfs:isDefinedBy <https://w3id.org/saref#> ;
                                  rdfs:label "has state"@en .


OnToologyUser's avatar
OnToologyUser committed
###  https://w3id.org/saref#isAccomplishedBy
<https://w3id.org/saref#isAccomplishedBy> rdf:type owl:ObjectProperty ;
                                          rdfs:comment "A relationship indentifying the task accomplished by a certain entity (e.g., a device)" ;
OnToologyUser's avatar
OnToologyUser committed
                                          rdfs:isDefinedBy <https://w3id.org/saref#> ;
OnToologyUser's avatar
OnToologyUser committed
                                          rdfs:label "is accomplished by" .


###  https://w3id.org/saref#isCommandOf
<https://w3id.org/saref#isCommandOf> rdf:type owl:ObjectProperty ;
                                     rdfs:comment "A relationship between a command and a function." ;
OnToologyUser's avatar
OnToologyUser committed
                                     rdfs:isDefinedBy <https://w3id.org/saref#> ;
OnToologyUser's avatar
OnToologyUser committed
                                     rdfs:label "is command of" .


###  https://w3id.org/saref#isControlledByDevice
<https://w3id.org/saref#isControlledByDevice> rdf:type owl:ObjectProperty ;
                                              rdfs:isDefinedBy <https://w3id.org/saref#> ;
                                              rdfs:label "is controlled by device"@en .


OnToologyUser's avatar
OnToologyUser committed
###  https://w3id.org/saref#isFeatureOfInterestOf
<https://w3id.org/saref#isFeatureOfInterestOf> rdf:type owl:ObjectProperty ;
                                               rdfs:comment "Relation betwwen a feature of interest and the measurments that are about it."@en ;
                                               rdfs:isDefinedBy <https://w3id.org/saref#> ;
                                               rdfs:label "is feature of interest of"@en .


OnToologyUser's avatar
OnToologyUser committed
###  https://w3id.org/saref#isMeasuredByDevice
<https://w3id.org/saref#isMeasuredByDevice> rdf:type owl:ObjectProperty ;
                                            rdfs:isDefinedBy <https://w3id.org/saref#> ;
                                            rdfs:label "is measured by device"@en .


###  https://w3id.org/saref#isMeasuredIn
<https://w3id.org/saref#isMeasuredIn> rdf:type owl:ObjectProperty ;
                                      rdfs:isDefinedBy <https://w3id.org/saref#> ;
                                      rdfs:label "is measured in"@en .


OnToologyUser's avatar
OnToologyUser committed
###  https://w3id.org/saref#isPropertyOf
<https://w3id.org/saref#isPropertyOf> rdf:type owl:ObjectProperty ;
                                      rdfs:comment "Relation between a property and a feature of interest in which such property appears."@en ;
                                      rdfs:isDefinedBy <https://w3id.org/saref#> ;
                                      rdfs:label "is property of"@en .


OnToologyUser's avatar
OnToologyUser committed
###  https://w3id.org/saref#makesMeasurement
<https://w3id.org/saref#makesMeasurement> rdf:type owl:ObjectProperty ;
OnToologyUser's avatar
OnToologyUser committed
                                          owl:inverseOf <https://w3id.org/saref#measurementMadeBy> ;
OnToologyUser's avatar
OnToologyUser committed
                                          rdfs:isDefinedBy <https://w3id.org/saref#> ;
                                          rdfs:label "makes measurement"@en .


OnToologyUser's avatar
OnToologyUser committed
###  https://w3id.org/saref#measurementMadeBy
<https://w3id.org/saref#measurementMadeBy> rdf:type owl:ObjectProperty ;
                                           rdfs:comment "Relation between a measurement and the device that made it."@en ;
                                           rdfs:isDefinedBy <https://w3id.org/saref#> ;
                                           rdfs:label "measurement made by"@en .


OnToologyUser's avatar
OnToologyUser committed
###  https://w3id.org/saref#measuresProperty
<https://w3id.org/saref#measuresProperty> rdf:type owl:ObjectProperty ;
                                          rdfs:isDefinedBy <https://w3id.org/saref#> ;
                                          rdfs:label "measures property"@en .


###  https://w3id.org/saref#relatesToMeasurement
<https://w3id.org/saref#relatesToMeasurement> rdf:type owl:ObjectProperty ;
                                              rdfs:isDefinedBy <https://w3id.org/saref#> ;
                                              rdfs:label "relates to measurement"@en .


###  https://w3id.org/saref#relatesToProperty
<https://w3id.org/saref#relatesToProperty> rdf:type owl:ObjectProperty ;
                                           rdfs:isDefinedBy <https://w3id.org/saref#> ;
                                           rdfs:label "relates to property"@en .


#################################################################
#    Data properties
#################################################################

OnToologyUser's avatar
OnToologyUser committed
###  https://w3id.org/def/saref4agri#hasProtocol
:hasProtocol rdf:type owl:DatatypeProperty ;
OnToologyUser's avatar
OnToologyUser committed
             rdfs:range rdfs:Literal ;
             rdfs:comment "The protocol used in a given communition between nodes."@en ;
             rdfs:label "has protocol"@en .
OnToologyUser's avatar
OnToologyUser committed


###  https://w3id.org/saref#hasDescription
<https://w3id.org/saref#hasDescription> rdf:type owl:DatatypeProperty ;
OnToologyUser's avatar
OnToologyUser committed
                                        rdfs:range xsd:string ;
                                        rdfs:comment "A relationship providing a description of an entity (e.g., device)" ;
OnToologyUser's avatar
OnToologyUser committed
                                        rdfs:isDefinedBy <https://w3id.org/saref#> ;
                                        rdfs:label "has description"@en .


OnToologyUser's avatar
OnToologyUser committed
###  https://w3id.org/saref#hasManufacturer
<https://w3id.org/saref#hasManufacturer> rdf:type owl:DatatypeProperty ;
                                         rdfs:range xsd:string ;
                                         rdfs:comment "A relationship identifying the manufacturer of an entity (e.g., device)" ;
                                         rdfs:isDefinedBy <https://w3id.org/saref#> ;
                                         rdfs:label "has manufacturer" .


###  https://w3id.org/saref#hasModel
<https://w3id.org/saref#hasModel> rdf:type owl:DatatypeProperty ;
                                  rdfs:range xsd:string ;
                                  rdfs:comment "A relationship identifying the model of an entity (e.g., device)" ;
                                  rdfs:isDefinedBy <https://w3id.org/saref#> ;
                                  rdfs:label "has model" .


OnToologyUser's avatar
OnToologyUser committed
###  https://w3id.org/saref#hasName
<https://w3id.org/saref#hasName> rdf:type owl:DatatypeProperty ;
                                 rdfs:isDefinedBy <https://w3id.org/saref#> ;
                                 rdfs:label "has name"@en .


###  https://w3id.org/saref#hasTimestamp
<https://w3id.org/saref#hasTimestamp> rdf:type owl:DatatypeProperty ;
                                      rdfs:isDefinedBy <https://w3id.org/saref#> ;
                                      rdfs:label "has timestamp"@en .


###  https://w3id.org/saref#hasValue
<https://w3id.org/saref#hasValue> rdf:type owl:DatatypeProperty ;
                                  rdfs:isDefinedBy <https://w3id.org/saref#> ;
                                  rdfs:label "has value"@en .


#################################################################
#    Classes
#################################################################

OnToologyUser's avatar
OnToologyUser committed
###  http://www.opengis.net/ont/geosparql#Feature
<http://www.opengis.net/ont/geosparql#Feature> rdf:type owl:Class ;
                                               rdfs:subClassOf <http://www.opengis.net/ont/geosparql#SpatialObject> ,
                                                               [ rdf:type owl:Restriction ;
                                                                 owl:onProperty <http://www.opengis.net/ont/geosparql#hasGeometry> ;
                                                                 owl:allValuesFrom <http://www.opengis.net/ont/geosparql#Geometry>
                                                               ] ;
                                               owl:disjointWith <http://www.opengis.net/ont/geosparql#Geometry> ;
                                               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:isDefinedBy <http://www.opengis.net/ont/geosparql> ,
OnToologyUser's avatar
OnToologyUser committed
                                                                <http://www.opengis.net/ont/gml> ;
                                               rdfs:label "Feature"@en .
OnToologyUser's avatar
OnToologyUser committed


###  http://www.opengis.net/ont/geosparql#Geometry
<http://www.opengis.net/ont/geosparql#Geometry> rdf:type owl:Class ;
                                                rdfs:subClassOf <http://www.opengis.net/ont/geosparql#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 ;
OnToologyUser's avatar
OnToologyUser committed
                                                rdfs:isDefinedBy <http://www.opengis.net/ont/geosparql> ;
                                                rdfs:label "Geometry"@en .
OnToologyUser's avatar
OnToologyUser committed


###  http://www.opengis.net/ont/geosparql#SpatialObject
<http://www.opengis.net/ont/geosparql#SpatialObject> rdf:type owl:Class ;
                                                     rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                                       owl:onProperty <http://www.opengis.net/ont/geosparql#sfContains> ;
                                                                       owl:allValuesFrom <http://www.opengis.net/ont/geosparql#SpatialObject>
                                                                     ] ,
                                                                     [ rdf:type owl:Restriction ;
                                                                       owl:onProperty <http://www.w3.org/2003/01/geo/wgs84_pos#location> ;
                                                                       owl:allValuesFrom <http://www.w3.org/2003/01/geo/wgs84_pos#Point>
                                                                     ] ;
                                                     rdfs:comment "The class spatial-object represents everything that can have a spatial representation. It is superclass of feature and geometry."@en ;
OnToologyUser's avatar
OnToologyUser committed
                                                     rdfs:isDefinedBy <http://www.opengis.net/ont/geosparql> ;
                                                     rdfs:label "SpatialObject"@en .
OnToologyUser's avatar
OnToologyUser committed


###  http://www.w3.org/2003/01/geo/wgs84_pos#Point
<http://www.w3.org/2003/01/geo/wgs84_pos#Point> rdf:type owl:Class ;
                                                rdfs:subClassOf <http://www.opengis.net/ont/geosparql#Geometry> ;
                                                rdfs:comment """ 
Uniquely identified by lat/long/alt. i.e.

spaciallyIntersects(P1, P2) :- lat(P1, LAT), long(P1, LONG), alt(P1, ALT),
  lat(P2, LAT), long(P2, LONG), alt(P2, ALT).

sameThing(P1, P2) :- type(P1, Point), type(P2, Point), spaciallyIntersects(P1, P2).
  """ ,
                                                             "A point, typically described using a coordinate system relative to Earth, such as WGS84." ;
                                                rdfs:isDefinedBy <http://www.w3.org/2003/01/geo/wgs84_pos#> ;
                                                rdfs:label "Point"@en ,
                                                           "point" .


###  http://www.w3.org/2006/time#Instant
<http://www.w3.org/2006/time#Instant> rdf:type owl:Class ;
                                      rdfs:subClassOf <http://www.w3.org/2006/time#TemporalEntity> ;
                                      rdfs:comment "A temporal entity with zero extent or duration"@en ;
                                      rdfs:isDefinedBy <http://www.w3.org/2006/time#> ;
                                      rdfs:label "Instant"@en .


###  http://www.w3.org/2006/time#Interval
<http://www.w3.org/2006/time#Interval> rdf:type owl:Class ;
                                       rdfs:subClassOf <http://www.w3.org/2006/time#TemporalEntity> ;
                                       rdfs:isDefinedBy <http://www.w3.org/2006/time#> ;
                                       rdfs:label "A temporal entity with an extent or duration"@en ,
                                                  "Time interval"@en .


OnToologyUser's avatar
OnToologyUser committed
###  http://www.w3.org/2006/time#TemporalEntity
OnToologyUser's avatar
OnToologyUser committed
<http://www.w3.org/2006/time#TemporalEntity> rdf:type owl:Class ;
                                             rdfs:comment "A temporal interval or instant."@en ;
                                             rdfs:isDefinedBy <http://www.w3.org/2006/time#> ;
                                             rdfs:label "Temporal entity"@en .


OnToologyUser's avatar
OnToologyUser committed
###  http://www.w3.org/ns/sosa/Platform
<http://www.w3.org/ns/sosa/Platform> rdf:type owl:Class ;
                                     rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                       owl:onProperty <http://www.w3.org/ns/sosa/hosts> ;
                                                       owl:someValuesFrom <http://www.w3.org/ns/ssn/System>
                                                     ] ,
                                                     [ rdf:type owl:Restriction ;
                                                       owl:onProperty <http://www.w3.org/ns/ssn/inDeployment> ;
                                                       owl:someValuesFrom <http://www.w3.org/ns/ssn/Deployment>
                                                     ] ;
                                     rdfs:comment "A Platform is an entity that hosts other entities, particularly Sensors, Actuators, Samplers, and other Platforms (definition taken from http://www.w3.org/ns/sosa/Platform)"@en ;
                                     rdfs:isDefinedBy <http://www.w3.org/ns/sosa/> ;
                                     rdfs:label "Platform"@en .


###  http://www.w3.org/ns/ssn/Deployment
<http://www.w3.org/ns/ssn/Deployment> rdf:type owl:Class ;
                                      rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                        owl:onProperty <http://www.w3.org/ns/ssn/deployedOnPlatform> ;
                                                        owl:someValuesFrom <http://www.w3.org/ns/sosa/Platform>
                                                      ] ,
                                                      [ rdf:type owl:Restriction ;
                                                        owl:onProperty <http://www.w3.org/ns/ssn/deployedSystem> ;
                                                        owl:someValuesFrom <http://www.w3.org/ns/ssn/System>
                                                      ] ;
                                      rdfs:comment "The scenario, including temporal and spatial information, in which the devices are installed."@en ;
                                      rdfs:isDefinedBy <http://www.w3.org/ns/ssn/> ;
                                      rdfs:label "Deployment"@en .


###  http://www.w3.org/ns/ssn/System
<http://www.w3.org/ns/ssn/System> rdf:type owl:Class ;
                                  rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                    owl:onProperty <http://www.w3.org/ns/sosa/isHostedBy> ;
                                                    owl:someValuesFrom <http://www.w3.org/ns/sosa/Platform>
                                                  ] ,
                                                  [ rdf:type owl:Restriction ;
                                                    owl:onProperty <http://www.w3.org/ns/ssn/hasDeployment> ;
                                                    owl:someValuesFrom <http://www.w3.org/ns/ssn/Deployment>
                                                  ] ,
                                                  [ rdf:type owl:Restriction ;
                                                    owl:onProperty <https://w3id.org/saref#consistsOf> ;
                                                    owl:allValuesFrom <http://www.w3.org/ns/ssn/System>
                                                  ] ;
                                  rdfs:comment "System is a unit of abstraction for pieces of infrastructure that implement Procedures. A System may have components, its subsystems, which are other Systems. (Definition taken from http://www.w3.org/ns/ssn/System)"@en ;
                                  rdfs:isDefinedBy <http://www.w3.org/ns/ssn/> ;
                                  rdfs:label "System"@en .


OnToologyUser's avatar
OnToologyUser committed
###  https://w3id.org/def/saref4agri#Communication
:Communication rdf:type owl:Class ;
OnToologyUser's avatar
OnToologyUser committed
               rdfs:comment "An n-ary pattern used to link to nodes involved in a communication channel. The protocol used in such communication could be included."@en ;
OnToologyUser's avatar
OnToologyUser committed
               rdfs:label "Communication"@es .


###  https://w3id.org/def/saref4agri#CommunicationRole
:CommunicationRole rdf:type owl:Class ;
OnToologyUser's avatar
OnToologyUser committed
                   rdfs:comment "An n-ary pattern used to link a given node to its role and a) the networked in which the role is played or b) the two-nodes communication channel."@en ;
OnToologyUser's avatar
OnToologyUser committed
                   rdfs:label "Communication role"@es .
OnToologyUser's avatar
OnToologyUser committed
###  https://w3id.org/def/saref4agri#Network
:Network rdf:type owl:Class ;
OnToologyUser's avatar
OnToologyUser committed
         rdfs:comment "Collection of nodes connected."@en ;
OnToologyUser's avatar
OnToologyUser committed
         rdfs:label "Network"@es .


###  https://w3id.org/def/saref4agri#Node
:Node rdf:type owl:Class ;
OnToologyUser's avatar
OnToologyUser committed
      rdfs:subClassOf <https://w3id.org/saref#Device> ;
      rdfs:comment "Every system connected to at leas another one in a network."@en ;
OnToologyUser's avatar
OnToologyUser committed
      rdfs:label "Node"@es .


###  https://w3id.org/saref#Actuator
<https://w3id.org/saref#Actuator> rdf:type owl:Class ;
                                  rdfs:subClassOf <https://w3id.org/saref#Device> ;
                                  rdfs:isDefinedBy <https://w3id.org/saref#> ;
                                  rdfs:label "Actuator"@en .


OnToologyUser's avatar
OnToologyUser committed
###  https://w3id.org/saref#Command
<https://w3id.org/saref#Command> rdf:type owl:Class ;
                                 rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                   owl:onProperty <https://w3id.org/saref#actsUpon> ;
                                                   owl:allValuesFrom <https://w3id.org/saref#State>
                                                 ] ,
                                                 [ rdf:type owl:Restriction ;
                                                   owl:onProperty <https://w3id.org/saref#isCommandOf> ;
                                                   owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                   owl:onClass <https://w3id.org/saref#Function>
                                                 ] ,
                                                 [ rdf:type owl:Restriction ;
                                                   owl:onProperty <https://w3id.org/saref#hasDescription> ;
                                                   owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                                 ] ;
                                 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." ;
                                 rdfs:label "Command" .


###  https://w3id.org/saref#Device
OnToologyUser's avatar
OnToologyUser committed
<https://w3id.org/saref#Device> rdf:type owl:Class ;
                                rdfs:isDefinedBy <https://w3id.org/saref#> ;
                                rdfs:label "Device"@en .
OnToologyUser's avatar
OnToologyUser committed
###  https://w3id.org/saref#FeatureOfInterest
<https://w3id.org/saref#FeatureOfInterest> rdf:type owl:Class ;
                                           rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                             owl:onProperty <https://w3id.org/saref#hasProperty> ;
                                                             owl:allValuesFrom <https://w3id.org/saref#Property>
                                                           ] ,
                                                           [ rdf:type owl:Restriction ;
                                                             owl:onProperty <https://w3id.org/saref#isFeatureOfInterestOf> ;
                                                             owl:allValuesFrom <https://w3id.org/saref#Measurement>
                                                           ] ;
                                           rdfs:comment <https://w3id.org/saref#> ;
                                           rdfs:label "Feature of interest"@en .


OnToologyUser's avatar
OnToologyUser committed
###  https://w3id.org/saref#Function
<https://w3id.org/saref#Function> rdf:type owl:Class ;
                                  rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                    owl:onProperty <https://w3id.org/saref#hasCommand> ;
                                                    owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                    owl:onClass <https://w3id.org/saref#Command>
                                                  ] ;
                                  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. " ;
                                  rdfs:label "Function" .


###  https://w3id.org/saref#Humidity
<https://w3id.org/saref#Humidity> rdf:type owl:Class ;
                                  rdfs:subClassOf <https://w3id.org/saref#Property> ;
                                  rdfs:comment "A saref:Property related to some measurements that are characterized by a certain value that is measured in a humidity unit" ;
                                  rdfs:label "Humidity" .


###  https://w3id.org/saref#Measurement
<https://w3id.org/saref#Measurement> rdf:type owl:Class ;
                                     rdfs:subClassOf [ rdf:type owl:Restriction ;
OnToologyUser's avatar
OnToologyUser committed
                                                       owl:onProperty <https://w3id.org/saref#hasFeatureOfInterest> ;
                                                       owl:allValuesFrom <https://w3id.org/saref#FeatureOfInterest>
OnToologyUser's avatar
OnToologyUser committed
                                                     ] ,
                                                     [ rdf:type owl:Restriction ;
                                                       owl:onProperty <https://w3id.org/saref#isMeasuredIn> ;
                                                       owl:allValuesFrom <https://w3id.org/saref#UnitOfMeasure>
                                                     ] ,
                                                     [ rdf:type owl:Restriction ;
                                                       owl:onProperty <https://w3id.org/saref#relatesToProperty> ;
                                                       owl:allValuesFrom <https://w3id.org/saref#Property>
                                                     ] ,
                                                     [ rdf:type owl:Restriction ;
                                                       owl:onProperty <https://w3id.org/saref#isMeasuredIn> ;
                                                       owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                       owl:onClass <https://w3id.org/saref#UnitOfMeasure>
                                                     ] ,
                                                     [ rdf:type owl:Restriction ;
                                                       owl:onProperty <https://w3id.org/saref#relatesToProperty> ;
                                                       owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                       owl:onClass <https://w3id.org/saref#Property>
                                                     ] ,
                                                     [ rdf:type owl:Restriction ;
                                                       owl:onProperty <https://w3id.org/saref#hasTimestamp> ;
                                                       owl:allValuesFrom xsd:dateTime
                                                     ] ,
                                                     [ rdf:type owl:Restriction ;
                                                       owl:onProperty <https://w3id.org/saref#hasValue> ;
                                                       owl:cardinality "1"^^xsd:nonNegativeInteger
                                                     ] ,
                                                     [ rdf:type owl:Restriction ;
                                                       owl:onProperty <https://w3id.org/saref#hasValue> ;
                                                       owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                       owl:onDataRange xsd:float
                                                     ] ;
                                     owl:disjointWith <https://w3id.org/saref#Property> ,
                                                      <https://w3id.org/saref#UnitOfMeasure> ;
                                     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
<https://w3id.org/saref#Property> rdf:type owl:Class ;
                                  rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                    owl:onProperty <https://w3id.org/saref#isControlledByDevice> ;
                                                    owl:allValuesFrom <https://w3id.org/saref#Device>
                                                  ] ,
                                                  [ rdf:type owl:Restriction ;
                                                    owl:onProperty <https://w3id.org/saref#isMeasuredByDevice> ;
                                                    owl:allValuesFrom <https://w3id.org/saref#Device>
                                                  ] ,
OnToologyUser's avatar
OnToologyUser committed
                                                  [ rdf:type owl:Restriction ;
                                                    owl:onProperty <https://w3id.org/saref#isPropertyOf> ;
                                                    owl:allValuesFrom <https://w3id.org/saref#FeatureOfInterest>
                                                  ] ,
OnToologyUser's avatar
OnToologyUser committed
                                                  [ rdf:type owl:Restriction ;
                                                    owl:onProperty <https://w3id.org/saref#relatesToMeasurement> ;
                                                    owl:allValuesFrom <https://w3id.org/saref#Measurement>
                                                  ] ;
                                  owl:disjointWith <https://w3id.org/saref#UnitOfMeasure> ;
                                  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." ;
                                  rdfs:isDefinedBy <https://w3id.org/saref#> ;
                                  rdfs:label "Property"@en ,
                                             "Property" .


OnToologyUser's avatar
OnToologyUser committed
###  https://w3id.org/saref#Sensor
<https://w3id.org/saref#Sensor> rdf:type owl:Class ;
                                rdfs:subClassOf <https://w3id.org/saref#Device> ;
                                rdfs:isDefinedBy <https://w3id.org/saref#> ;
                                rdfs:label "Sensor"@en .


OnToologyUser's avatar
OnToologyUser committed
###  https://w3id.org/saref#State
<https://w3id.org/saref#State> rdf:type owl:Class ;
                               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." ;
                               rdfs:label "State" .


###  https://w3id.org/saref#Task
<https://w3id.org/saref#Task> rdf:type owl:Class ;
                              rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                owl:onProperty <https://w3id.org/saref#isAccomplishedBy> ;
                                                owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                owl:onClass <https://w3id.org/saref#Device>
                                              ] ;
                              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." ;
                              rdfs:label "Task" .


###  https://w3id.org/saref#Temperature
<https://w3id.org/saref#Temperature> rdf:type owl:Class ;
                                     rdfs:subClassOf <https://w3id.org/saref#Property> ;
                                     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)" ;
                                     rdfs:label "Temperature" .


###  https://w3id.org/saref#Time
<https://w3id.org/saref#Time> rdf:type owl:Class ;
                              rdfs:subClassOf <https://w3id.org/saref#Property> ,
                                              [ rdf:type owl:Restriction ;
                                                owl:onProperty <https://w3id.org/saref#consistsOf> ;
                                                owl:someValuesFrom <http://www.w3.org/2006/time#TemporalEntity>
                                              ] ;
                              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." ;
                              rdfs:label "Time" .


###  https://w3id.org/saref#UnitOfMeasure
<https://w3id.org/saref#UnitOfMeasure> rdf:type owl: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 the Smart Appliances ontology, but this list can be extended."@en ,
                                                    "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)." ;
                                       rdfs:isDefinedBy <http://www.wurvoc.org/vocabularies/om-1.6/Unit_of_measure> ,
                                                        <https://w3id.org/saref#> ;
                                       rdfs:label "Unit of measure"@en ,
                                                  "Unit of measure" .


OnToologyUser's avatar
OnToologyUser committed
#################################################################
#    Individuals
#################################################################

###  http://dbpedia.org/resource/DBM
<http://dbpedia.org/resource/DBM> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/saref#UnitOfMeasure> ;
                                  rdfs:label "decibel-milliwatts"@en .


###  http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius
<http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius> rdf:type owl:NamedIndividual ,
                                                                                   <https://w3id.org/saref#UnitOfMeasure> ;
                                                                          rdfs:label "degree Celsius"@en .


###  http://www.ontology-of-units-of-measure.org/resource/om-2/millibar
<http://www.ontology-of-units-of-measure.org/resource/om-2/millibar> rdf:type owl:NamedIndividual ,
                                                                              <https://w3id.org/saref#UnitOfMeasure> ;
                                                                     rdfs:label "millibar"@en .


###  http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre
<http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre> rdf:type owl:NamedIndividual ,
                                                                                <https://w3id.org/saref#UnitOfMeasure> ;
                                                                       rdfs:label "millimetre"@en .


###  http://www.ontology-of-units-of-measure.org/resource/om-2/millivolt
<http://www.ontology-of-units-of-measure.org/resource/om-2/millivolt> rdf:type owl:NamedIndividual ,
                                                                               <https://w3id.org/saref#UnitOfMeasure> ;
                                                                      rdfs:label "millivolt"@en .


OnToologyUser's avatar
OnToologyUser committed
#################################################################
#    Annotations
#################################################################

<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 .


OnToologyUser's avatar
OnToologyUser committed
###  Generated by the OWL API (version 5.1.9) https://github.com/owlcs/owlapi/