From 84d690aaf19c3cf92566f787b72193778c5e6fe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20Lefran=C3=A7ois?= <maxime.lefrancois.86@gmail.com> Date: Fri, 5 Jun 2020 16:26:34 +0200 Subject: [PATCH] added replaced : by s4agri: --- ontology/saref4agri.ttl | 562 ++++++++++++++++++++-------------------- 1 file changed, 283 insertions(+), 279 deletions(-) diff --git a/ontology/saref4agri.ttl b/ontology/saref4agri.ttl index 754e95c..a9297b2 100644 --- a/ontology/saref4agri.ttl +++ b/ontology/saref4agri.ttl @@ -1,11 +1,11 @@ -@prefix : <https://saref.etsi.org/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#> . @prefix dcterms: <http://purl.org/dc/terms/>. -@prefix saref4agri: <https://saref.etsi.org/saref4agri/> . +@prefix s4agri: <https://saref.etsi.org/saref4agri/> . +@prefix saref: <https://saref.etsi.org/core/> . @prefix vann: <http://purl.org/vocab/vann/>. @base <https://saref.etsi.org/saref4agri/> . @@ -247,221 +247,222 @@ xsd:duration rdf:type rdfs:Datatype . ### https://saref.etsi.org/saref4agri/contains -:contains rdf:type owl:ObjectProperty ; +s4agri:contains rdf:type owl:ObjectProperty ; rdfs:subPropertyOf <http://www.opengis.net/ont/geosparql#sfContains> ; - owl:inverseOf :isContainedIn . + owl:inverseOf s4agri:isContainedIn . ### https://saref.etsi.org/saref4agri/generates -:generates rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf <https://w3id.org/saref#hasProperty> ; +s4agri:generates rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf saref:hasProperty ; rdfs:comment "A relation to represent the yield generated by a Crop." ; rdfs:label "generates"@en . ### https://saref.etsi.org/saref4agri/hasDeploymentPeriod -:hasDeploymentPeriod rdf:type owl:ObjectProperty ; +s4agri:hasDeploymentPeriod rdf:type owl:ObjectProperty ; rdfs:comment "Relation to indicate the temporal duration or period of a deployment."@en , "has deployment period"@en ; rdfs:label "has deployment period" . ### https://saref.etsi.org/saref4agri/hasID -:hasID rdf:type owl:ObjectProperty ; +s4agri:hasID rdf:type owl:ObjectProperty ; rdfs:subPropertyOf owl:topObjectProperty ; - rdfs:range :ID ; + rdfs:range s4agri:ID ; rdfs:comment "A relation to express the unique identifier of an animal." ; rdfs:label "has id"@en . ### https://saref.etsi.org/saref4agri/hasMember -:hasMember rdf:type owl:ObjectProperty ; - owl:inverseOf :isMemberOf ; +s4agri:hasMember rdf:type owl:ObjectProperty ; + owl:inverseOf s4agri:isMemberOf ; rdfs:comment "A relation to represent the members of an AnimalGroup." ; rdfs:label "has member" . ### https://saref.etsi.org/saref4agri/hasReceived -:hasReceived rdf:type owl:ObjectProperty ; - owl:inverseOf :receives ; +s4agri:hasReceived rdf:type owl:ObjectProperty ; + owl:inverseOf s4agri:receives ; rdfs:label "has received" . ### https://saref.etsi.org/saref4agri/isContainedIn -:isContainedIn rdf:type owl:ObjectProperty ; +s4agri:isContainedIn rdf:type owl:ObjectProperty ; rdfs:label "is contained in"@en . ### https://saref.etsi.org/saref4agri/isDeployedAtSpace -:isDeployedAtSpace rdf:type owl:ObjectProperty ; +s4agri:isDeployedAtSpace rdf:type owl:ObjectProperty ; rdfs:comment "Relation to indicate the geographical componet of a deployment."@en , "is deployed at space"@en ; rdfs:label "is deployed at space" . ### https://saref.etsi.org/saref4agri/isLocatedIn -:isLocatedIn rdf:type owl:ObjectProperty ; - owl:inverseOf :isLocationOf ; +s4agri:isLocatedIn rdf:type owl:ObjectProperty ; + owl:inverseOf s4agri:isLocationOf ; rdfs:comment "A relation to express the physical location of a saref4agri entity (e.g., an animal)" ; rdfs:label "is located in" . ### https://saref.etsi.org/saref4agri/isLocationOf -:isLocationOf rdf:type owl:ObjectProperty ; +s4agri:isLocationOf rdf:type owl:ObjectProperty ; rdfs:label "is location of" . ### https://saref.etsi.org/saref4agri/isMemberOf -:isMemberOf rdf:type owl:ObjectProperty ; +s4agri:isMemberOf rdf:type owl:ObjectProperty ; rdfs:comment "A relation to express that an animal can be part of groups." ; rdfs:label "is member of" . ### https://saref.etsi.org/saref4agri/managesFarm -:managesFarm rdf:type owl:ObjectProperty ; +s4agri:managesFarm rdf:type owl:ObjectProperty ; + rdfs:comment "manages farm"@en ; rdfs:label "manages farm"@en . ### https://saref.etsi.org/saref4agri/receives -:receives rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf <https://w3id.org/saref#hasProperty> ; +s4agri:receives rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf saref:hasProperty ; rdfs:comment "A relation to represent the intake/consumption of certain substances in a Crop." ; rdfs:label "receives" . -### https://w3id.org/saref#accomplishes -<https://w3id.org/saref#accomplishes> rdf:type owl:ObjectProperty ; - owl:inverseOf <https://w3id.org/saref#isAccomplishedBy> ; +### https://saref.etsi.org/core/accomplishes +saref:accomplishes rdf:type owl:ObjectProperty ; + owl:inverseOf saref:isAccomplishedBy ; rdfs:comment "A relationship between a certain entity (e.g., a device) and the task it accomplishes" ; - rdfs:isDefinedBy <https://w3id.org/saref#> ; + rdfs:isDefinedBy <https://saref.etsi.org/core/> ; rdfs:label "accomplishes" . -### https://w3id.org/saref#actsUpon -<https://w3id.org/saref#actsUpon> rdf:type owl:ObjectProperty ; +### https://saref.etsi.org/core/actsUpon +saref:actsUpon rdf:type owl:ObjectProperty ; rdfs:comment "A relationship between a command and a state" ; - rdfs:isDefinedBy <https://w3id.org/saref#> ; + rdfs:isDefinedBy <https://saref.etsi.org/core/> ; rdfs:label "acts upon" . -### https://w3id.org/saref#controlsProperty -<https://w3id.org/saref#controlsProperty> rdf:type owl:ObjectProperty ; - rdfs:isDefinedBy <https://w3id.org/saref#> ; +### https://saref.etsi.org/core/controlsProperty +saref:controlsProperty rdf:type owl:ObjectProperty ; + rdfs:isDefinedBy <https://saref.etsi.org/core/> ; 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> ; +### https://saref.etsi.org/core/hasCommand +saref:hasCommand rdf:type owl:ObjectProperty ; + owl:inverseOf saref:isCommandOf ; rdfs:comment "A relationship between an entity (such as a function) and a command" ; - rdfs:isDefinedBy <https://w3id.org/saref#> ; + rdfs:isDefinedBy <https://saref.etsi.org/core/> ; rdfs:label "has command" . -### https://w3id.org/saref#hasFeatureOfInterest -<https://w3id.org/saref#hasFeatureOfInterest> rdf:type owl:ObjectProperty ; - owl:inverseOf <https://w3id.org/saref#isFeatureOfInterestOf> ; +### https://saref.etsi.org/core/hasFeatureOfInterest +saref:hasFeatureOfInterest rdf:type owl:ObjectProperty ; + owl:inverseOf saref:isFeatureOfInterestOf ; rdfs:comment "Relation between a measurement and the feature of interest being measured."@en ; - rdfs:isDefinedBy <https://w3id.org/saref#> ; + rdfs:isDefinedBy <https://saref.etsi.org/core/> ; rdfs:label "has feature of interest"@en . -### https://w3id.org/saref#hasFunction -<https://w3id.org/saref#hasFunction> rdf:type owl:ObjectProperty ; +### https://saref.etsi.org/core/hasFunction +saref:hasFunction rdf:type owl:ObjectProperty ; rdfs:comment "A relationship identifying the type of function of a device" ; - rdfs:isDefinedBy <https://w3id.org/saref#> ; + rdfs:isDefinedBy <https://saref.etsi.org/core/> ; rdfs:label "has function" . -### https://w3id.org/saref#hasProperty -<https://w3id.org/saref#hasProperty> rdf:type owl:ObjectProperty ; - owl:inverseOf <https://w3id.org/saref#isPropertyOf> ; +### https://saref.etsi.org/core/hasProperty +saref:hasProperty rdf:type owl:ObjectProperty ; + owl:inverseOf saref:isPropertyOf ; rdfs:comment "Relation between a feature of interest and its properties."@en ; - rdfs:isDefinedBy <https://w3id.org/saref#> ; + rdfs:isDefinedBy <https://saref.etsi.org/core/> ; rdfs:label "has property"@en . -### https://w3id.org/saref#hasState -<https://w3id.org/saref#hasState> rdf:type owl:ObjectProperty ; - rdfs:isDefinedBy <https://w3id.org/saref#> ; +### https://saref.etsi.org/core/hasState +saref:hasState rdf:type owl:ObjectProperty ; + rdfs:isDefinedBy <https://saref.etsi.org/core/> ; rdfs:label "has state"@en . -### https://w3id.org/saref#isAccomplishedBy -<https://w3id.org/saref#isAccomplishedBy> rdf:type owl:ObjectProperty ; +### https://saref.etsi.org/core/isAccomplishedBy +saref:isAccomplishedBy rdf:type owl:ObjectProperty ; rdfs:comment "A relationship indentifying the task accomplished by a certain entity (e.g., a device)" ; - rdfs:isDefinedBy <https://w3id.org/saref#> ; + rdfs:isDefinedBy <https://saref.etsi.org/core/> ; rdfs:label "is accomplished by" . -### https://w3id.org/saref#isCommandOf -<https://w3id.org/saref#isCommandOf> rdf:type owl:ObjectProperty ; +### https://saref.etsi.org/core/isCommandOf +saref:isCommandOf rdf:type owl:ObjectProperty ; rdfs:comment "A relationship between a command and a function." ; - rdfs:isDefinedBy <https://w3id.org/saref#> ; + rdfs:isDefinedBy <https://saref.etsi.org/core/> ; 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#> ; +### https://saref.etsi.org/core/isControlledByDevice +saref:isControlledByDevice rdf:type owl:ObjectProperty ; + rdfs:isDefinedBy <https://saref.etsi.org/core/> ; rdfs:label "is controlled by device"@en . -### https://w3id.org/saref#isFeatureOfInterestOf -<https://w3id.org/saref#isFeatureOfInterestOf> rdf:type owl:ObjectProperty ; +### https://saref.etsi.org/core/isFeatureOfInterestOf +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:isDefinedBy <https://saref.etsi.org/core/> ; rdfs:label "is feature of interest of"@en . -### https://w3id.org/saref#isMeasuredByDevice -<https://w3id.org/saref#isMeasuredByDevice> rdf:type owl:ObjectProperty ; - rdfs:isDefinedBy <https://w3id.org/saref#> ; +### https://saref.etsi.org/core/isMeasuredByDevice +saref:isMeasuredByDevice rdf:type owl:ObjectProperty ; + rdfs:isDefinedBy <https://saref.etsi.org/core/> ; 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#> ; +### https://saref.etsi.org/core/isMeasuredIn +saref:isMeasuredIn rdf:type owl:ObjectProperty ; + rdfs:isDefinedBy <https://saref.etsi.org/core/> ; rdfs:label "is measured in"@en . -### https://w3id.org/saref#isPropertyOf -<https://w3id.org/saref#isPropertyOf> rdf:type owl:ObjectProperty ; +### https://saref.etsi.org/core/isPropertyOf +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:isDefinedBy <https://saref.etsi.org/core/> ; rdfs:label "is property of"@en . -### https://w3id.org/saref#makesMeasurement -<https://w3id.org/saref#makesMeasurement> rdf:type owl:ObjectProperty ; - owl:inverseOf <https://w3id.org/saref#measurementMadeBy> ; - rdfs:isDefinedBy <https://w3id.org/saref#> ; +### https://saref.etsi.org/core/makesMeasurement +saref:makesMeasurement rdf:type owl:ObjectProperty ; + owl:inverseOf saref:measurementMadeBy ; + rdfs:isDefinedBy <https://saref.etsi.org/core/> ; rdfs:label "makes measurement"@en . -### https://w3id.org/saref#measurementMadeBy -<https://w3id.org/saref#measurementMadeBy> rdf:type owl:ObjectProperty ; +### https://saref.etsi.org/core/measurementMadeBy +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:isDefinedBy <https://saref.etsi.org/core/> ; rdfs:label "measurement made by"@en . -### https://w3id.org/saref#measuresProperty -<https://w3id.org/saref#measuresProperty> rdf:type owl:ObjectProperty ; - rdfs:isDefinedBy <https://w3id.org/saref#> ; +### https://saref.etsi.org/core/measuresProperty +saref:measuresProperty rdf:type owl:ObjectProperty ; + rdfs:isDefinedBy <https://saref.etsi.org/core/> ; 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#> ; +### https://saref.etsi.org/core/relatesToMeasurement +saref:relatesToMeasurement rdf:type owl:ObjectProperty ; + rdfs:isDefinedBy <https://saref.etsi.org/core/> ; 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#> ; +### https://saref.etsi.org/core/relatesToProperty +saref:relatesToProperty rdf:type owl:ObjectProperty ; + rdfs:isDefinedBy <https://saref.etsi.org/core/> ; rdfs:label "relates to property"@en . @@ -470,21 +471,21 @@ xsd:duration rdf:type rdfs:Datatype . ################################################################# ### https://saref.etsi.org/saref4agri/hasBirthDate -:hasBirthDate rdf:type owl:DatatypeProperty ; +s4agri:hasBirthDate rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:comment "A relation to express the birth date of an animal." ; rdfs:label "has birth date" . ### https://saref.etsi.org/saref4agri/hasDeathDate -:hasDeathDate rdf:type owl:DatatypeProperty ; +s4agri:hasDeathDate rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:comment "A relation to express the death date of an animal." ; rdfs:label "has death date" . ### https://saref.etsi.org/saref4agri/hasHarvestDate -:hasHarvestDate rdf:type owl:DatatypeProperty ; +s4agri:hasHarvestDate rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf owl:topDataProperty ; rdfs:range xsd:dateTime ; rdfs:comment "A relation to express the day the crop is harvested." ; @@ -492,59 +493,59 @@ xsd:duration rdf:type rdfs:Datatype . ### https://saref.etsi.org/saref4agri/hasName -:hasName rdf:type owl:DatatypeProperty ; +s4agri:hasName rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "A relation to express the name of an entity (e.g.,animal)." , "has name" . ### https://saref.etsi.org/saref4agri/hasPlantDate -:hasPlantDate rdf:type owl:DatatypeProperty ; +s4agri:hasPlantDate rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf owl:topDataProperty ; rdfs:range xsd:dateTime ; rdfs:comment "A relation to express the day the crop is planted." ; rdfs:label "has plant date" . -### https://w3id.org/saref#hasDescription -<https://w3id.org/saref#hasDescription> rdf:type owl:DatatypeProperty ; +### https://saref.etsi.org/core/hasDescription +saref:hasDescription rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "A relationship providing a description of an entity (e.g., device)" ; - rdfs:isDefinedBy <https://w3id.org/saref#> ; + rdfs:isDefinedBy <https://saref.etsi.org/core/> ; rdfs:label "has description"@en . -### https://w3id.org/saref#hasManufacturer -<https://w3id.org/saref#hasManufacturer> rdf:type owl:DatatypeProperty ; +### https://saref.etsi.org/core/hasManufacturer +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:isDefinedBy <https://saref.etsi.org/core/> ; rdfs:label "has manufacturer" . -### https://w3id.org/saref#hasModel -<https://w3id.org/saref#hasModel> rdf:type owl:DatatypeProperty ; +### https://saref.etsi.org/core/hasModel +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:isDefinedBy <https://saref.etsi.org/core/> ; rdfs:label "has model" . -### https://w3id.org/saref#hasName -<https://w3id.org/saref#hasName> rdf:type owl:DatatypeProperty ; - rdfs:isDefinedBy <https://w3id.org/saref#> ; +### https://saref.etsi.org/core/hasName +saref:hasName rdf:type owl:DatatypeProperty ; + rdfs:isDefinedBy <https://saref.etsi.org/core/> ; 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#> ; +### https://saref.etsi.org/core/hasTimestamp +saref:hasTimestamp rdf:type owl:DatatypeProperty ; + rdfs:isDefinedBy <https://saref.etsi.org/core/> ; 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#> ; +### https://saref.etsi.org/core/hasValue +saref:hasValue rdf:type owl:DatatypeProperty ; + rdfs:isDefinedBy <https://saref.etsi.org/core/> ; rdfs:label "has value"@en . @@ -683,37 +684,37 @@ sameThing(P1, P2) :- type(P1, Point), type(P2, Point), spaciallyIntersects(P1, P ### https://saref.etsi.org/saref4agri/Animal -:Animal rdf:type owl:Class ; - rdfs:subClassOf <https://w3id.org/saref#FeatureOfInterest> , +s4agri:Animal rdf:type owl:Class ; + rdfs:subClassOf saref:FeatureOfInterest , [ rdf:type owl:Restriction ; owl:onProperty <http://purl.obolibrary.org/obo/TAXRANK_1000000> ; owl:someValuesFrom <http://purl.obolibrary.org/obo/TAXRANK_0000000> ] , [ rdf:type owl:Restriction ; - owl:onProperty :isLocatedIn ; + owl:onProperty s4agri:isLocatedIn ; owl:someValuesFrom <http://www.opengis.net/ont/geosparql#Feature> ] , [ rdf:type owl:Restriction ; - owl:onProperty :isMemberOf ; - owl:someValuesFrom :AnimalGroup + owl:onProperty s4agri:isMemberOf ; + owl:someValuesFrom s4agri:AnimalGroup ] , [ rdf:type owl:Restriction ; - owl:onProperty :hasID ; + owl:onProperty s4agri:hasID ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass :ID + owl:onClass s4agri:ID ] , [ rdf:type owl:Restriction ; - owl:onProperty :hasBirthDate ; + owl:onProperty s4agri:hasBirthDate ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:dateTime ] , [ rdf:type owl:Restriction ; - owl:onProperty :hasDeathDate ; + owl:onProperty s4agri:hasDeathDate ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:dateTime ] , [ rdf:type owl:Restriction ; - owl:onProperty :hasName ; + owl:onProperty s4agri:hasName ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:string ] ; @@ -722,18 +723,18 @@ sameThing(P1, P2) :- type(P1, Point), type(P2, Point), spaciallyIntersects(P1, P ### https://saref.etsi.org/saref4agri/AnimalGroup -:AnimalGroup rdf:type owl:Class ; - rdfs:subClassOf <https://w3id.org/saref#FeatureOfInterest> , +s4agri:AnimalGroup rdf:type owl:Class ; + rdfs:subClassOf saref:FeatureOfInterest , [ rdf:type owl:Restriction ; - owl:onProperty :hasMember ; - owl:someValuesFrom :Animal + owl:onProperty s4agri:hasMember ; + owl:someValuesFrom s4agri:Animal ] , [ rdf:type owl:Restriction ; - owl:onProperty :isLocatedIn ; + owl:onProperty s4agri:isLocatedIn ; owl:someValuesFrom <http://www.opengis.net/ont/geosparql#Feature> ] , [ rdf:type owl:Restriction ; - owl:onProperty :hasName ; + owl:onProperty s4agri:hasName ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:string ] ; @@ -742,14 +743,14 @@ sameThing(P1, P2) :- type(P1, Point), type(P2, Point), spaciallyIntersects(P1, P ### https://saref.etsi.org/saref4agri/Building -:Building rdf:type owl:Class ; +s4agri:Building rdf:type owl:Class ; rdfs:subClassOf <http://www.opengis.net/ont/geosparql#Feature> , [ rdf:type owl:Restriction ; - owl:onProperty :contains ; - owl:someValuesFrom :BuildingSpace + owl:onProperty s4agri:contains ; + owl:someValuesFrom s4agri:BuildingSpace ] , [ rdf:type owl:Restriction ; - owl:onProperty :hasName ; + owl:onProperty s4agri:hasName ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "A building represents a structure that provides shelter for its occupants or contents and stands in one place. The building is also used to provide a basic element within the spatial structure hierarchy for the components of a building project (together with site, storey, and space)."@en ; @@ -757,25 +758,25 @@ sameThing(P1, P2) :- type(P1, Point), type(P2, Point), spaciallyIntersects(P1, P ### https://saref.etsi.org/saref4agri/BuildingSpace -:BuildingSpace rdf:type owl:Class ; +s4agri:BuildingSpace rdf:type owl:Class ; rdfs:subClassOf <http://www.opengis.net/ont/geosparql#Feature> ; rdfs:comment "An entity used to define the physical spaces of the building. A building space contains devices or building objects."@en ; rdfs:label "Building space"@en . ### https://saref.etsi.org/saref4agri/Crop -:Crop rdf:type owl:Class ; - rdfs:subClassOf <https://w3id.org/saref#FeatureOfInterest> , +s4agri:Crop rdf:type owl:Class ; + rdfs:subClassOf saref:FeatureOfInterest , [ rdf:type owl:Restriction ; owl:onProperty <http://purl.obolibrary.org/obo/TAXRANK_1000000> ; owl:someValuesFrom <http://purl.obolibrary.org/obo/TAXRANK_0000000> ] , [ rdf:type owl:Restriction ; - owl:onProperty :hasHarvestDate ; + owl:onProperty s4agri:hasHarvestDate ; owl:someValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; - owl:onProperty :hasPlantDate ; + owl:onProperty s4agri:hasPlantDate ; owl:someValuesFrom xsd:dateTime ] ; rdfs:comment "A collection of cultivated plants that is grown on a large scale commercially, especially a cereal, fruit, or vegetable."@en ; @@ -783,7 +784,7 @@ sameThing(P1, P2) :- type(P1, Point), type(P2, Point), spaciallyIntersects(P1, P ### https://saref.etsi.org/saref4agri/Deployment -:Deployment rdf:type owl:Class ; +s4agri:Deployment rdf:type owl:Class ; rdfs:subClassOf <http://www.w3.org/ns/ssn/Deployment> , [ rdf:type owl:Restriction ; owl:onProperty <http://www.w3.org/ns/ssn/deployedOnPlatform> ; @@ -794,11 +795,11 @@ sameThing(P1, P2) :- type(P1, Point), type(P2, Point), spaciallyIntersects(P1, P owl:someValuesFrom <http://www.w3.org/ns/ssn/System> ] , [ rdf:type owl:Restriction ; - owl:onProperty :hasDeploymentPeriod ; + owl:onProperty s4agri:hasDeploymentPeriod ; owl:someValuesFrom <http://www.w3.org/2006/time#TemporalEntity> ] , [ rdf:type owl:Restriction ; - owl:onProperty :isDeployedAtSpace ; + owl:onProperty s4agri:isDeployedAtSpace ; owl:someValuesFrom <http://www.opengis.net/ont/geosparql#SpatialObject> ] ; rdfs:comment "Deployment"@en , @@ -807,24 +808,24 @@ sameThing(P1, P2) :- type(P1, Point), type(P2, Point), spaciallyIntersects(P1, P ### https://saref.etsi.org/saref4agri/EatingActivitySensor -:EatingActivitySensor rdf:type owl:Class ; - rdfs:subClassOf <https://w3id.org/saref#Sensor> ; +s4agri:EatingActivitySensor rdf:type owl:Class ; + rdfs:subClassOf saref:Sensor ; rdfs:label "Eating activity sensor"@en . ### https://saref.etsi.org/saref4agri/Farm -:Farm rdf:type owl:Class ; +s4agri:Farm rdf:type owl:Class ; rdfs:subClassOf <http://www.opengis.net/ont/geosparql#Feature> , [ rdf:type owl:Restriction ; - owl:onProperty :contains ; - owl:someValuesFrom :Building + owl:onProperty s4agri:contains ; + owl:someValuesFrom s4agri:Building ] , [ rdf:type owl:Restriction ; - owl:onProperty :contains ; - owl:someValuesFrom :Parcel + owl:onProperty s4agri:contains ; + owl:someValuesFrom s4agri:Parcel ] , [ rdf:type owl:Restriction ; - owl:onProperty :hasName ; + owl:onProperty s4agri:hasName ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "A plot of land used for the scope of farming which can contain buildings and parcels."@en ; @@ -832,14 +833,14 @@ sameThing(P1, P2) :- type(P1, Point), type(P2, Point), spaciallyIntersects(P1, P ### https://saref.etsi.org/saref4agri/FarmHolding -:FarmHolding rdf:type owl:Class ; +s4agri:FarmHolding rdf:type owl:Class ; rdfs:subClassOf <https://schema.org/Organization> , [ rdf:type owl:Restriction ; - owl:onProperty :managesFarm ; - owl:someValuesFrom :Farm + owl:onProperty s4agri:managesFarm ; + owl:someValuesFrom s4agri:Farm ] , [ rdf:type owl:Restriction ; - owl:onProperty :hasName ; + owl:onProperty s4agri:hasName ; owl:allValuesFrom xsd:string ] ; rdfs:comment "A class to decsribe a saref4agri farm holding as subcass of an org:Organization" ; @@ -847,14 +848,14 @@ sameThing(P1, P2) :- type(P1, Point), type(P2, Point), spaciallyIntersects(P1, P ### https://saref.etsi.org/saref4agri/Farmer -:Farmer rdf:type owl:Class ; +s4agri:Farmer rdf:type owl:Class ; rdfs:subClassOf <http://xmlns.com/foaf/0.1/Person> , [ rdf:type owl:Restriction ; - owl:onProperty :managesFarm ; - owl:someValuesFrom :Farm + owl:onProperty s4agri:managesFarm ; + owl:someValuesFrom s4agri:Farm ] , [ rdf:type owl:Restriction ; - owl:onProperty :hasName ; + owl:onProperty s4agri:hasName ; owl:allValuesFrom xsd:string ] ; rdfs:comment "A class to decsribe a saref4agri farmer as subcass of a foaf:Person" ; @@ -862,31 +863,33 @@ sameThing(P1, P2) :- type(P1, Point), type(P2, Point), spaciallyIntersects(P1, P ### https://saref.etsi.org/saref4agri/ID -:ID rdf:type owl:Class ; +s4agri:ID rdf:type owl:Class ; rdfs:label "ID" . ### https://saref.etsi.org/saref4agri/MilkingSensor -:MilkingSensor rdf:type owl:Class ; - rdfs:subClassOf <https://w3id.org/saref#Sensor> ; +s4agri:MilkingSensor rdf:type owl:Class ; + rdfs:subClassOf saref:Sensor ; + rdfs:comment "Milking sensor"@en ; rdfs:label "Milking sensor"@en . ### https://saref.etsi.org/saref4agri/MovementActivitySensor -:MovementActivitySensor rdf:type owl:Class ; - rdfs:subClassOf <https://w3id.org/saref#Sensor> ; +s4agri:MovementActivitySensor rdf:type owl:Class ; + rdfs:subClassOf saref:Sensor ; + rdfs:comment "Movement activity sensor"@en ; rdfs:label "Movement activity sensor"@en . ### https://saref.etsi.org/saref4agri/Parcel -:Parcel rdf:type owl:Class ; +s4agri:Parcel rdf:type owl:Class ; rdfs:subClassOf <http://www.opengis.net/ont/geosparql#Feature> , [ rdf:type owl:Restriction ; - owl:onProperty :contains ; - owl:someValuesFrom :Crop + owl:onProperty s4agri:contains ; + owl:someValuesFrom s4agri:Crop ] , [ rdf:type owl:Restriction ; - owl:onProperty :hasName ; + owl:onProperty s4agri:hasName ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:string ] ; @@ -895,252 +898,253 @@ sameThing(P1, P2) :- type(P1, Point), type(P2, Point), spaciallyIntersects(P1, P ### https://saref.etsi.org/saref4agri/Platform -:Platform rdf:type owl:Class ; +s4agri:Platform rdf:type owl:Class ; rdfs:subClassOf <http://www.w3.org/ns/sosa/Platform> ; rdfs:label "Platform" . ### https://saref.etsi.org/saref4agri/Pluviometer -:Pluviometer rdf:type owl:Class ; - rdfs:subClassOf <https://w3id.org/saref#Sensor> ; +s4agri:Pluviometer rdf:type owl:Class ; + rdfs:subClassOf saref:Sensor ; rdfs:comment "A sensor that measures the rain fall."@en ; rdfs:label "Pluviometer"@en . ### https://saref.etsi.org/saref4agri/Soil -:Soil rdf:type owl:Class ; - rdfs:subClassOf <https://w3id.org/saref#FeatureOfInterest> ; +s4agri:Soil rdf:type owl:Class ; + rdfs:subClassOf saref:FeatureOfInterest ; rdfs:comment "Upper layer of the earth in which plants grow." ; rdfs:label "Soil" . ### https://saref.etsi.org/saref4agri/SoilTensiometer -:SoilTensiometer rdf:type owl:Class ; - rdfs:subClassOf <https://w3id.org/saref#Sensor> ; +s4agri:SoilTensiometer rdf:type owl:Class ; + rdfs:subClassOf saref:Sensor ; rdfs:comment "A sensor that measures the soil moisture."@en ; rdfs:label "Soil tensiometer"@en . ### https://saref.etsi.org/saref4agri/Thermometer -:Thermometer rdf:type owl:Class ; - rdfs:subClassOf <https://w3id.org/saref#Sensor> ; +s4agri:Thermometer rdf:type owl:Class ; + rdfs:subClassOf saref:Sensor ; rdfs:label "Thermometer"@en . ### https://saref.etsi.org/saref4agri/WateringGun -:WateringGun rdf:type owl:Class ; - rdfs:subClassOf <https://w3id.org/saref#Actuator> ; +s4agri:WateringGun rdf:type owl:Class ; + rdfs:subClassOf saref:Actuator ; rdfs:comment "An actuator to irrigate an space."@en ; rdfs:label "Watering gun"@en . ### https://saref.etsi.org/saref4agri/WateringSystem -:WateringSystem rdf:type owl:Class ; +s4agri:WateringSystem rdf:type owl:Class ; rdfs:subClassOf <http://www.w3.org/ns/ssn/System> ; rdfs:label "Watering system"@en . ### https://saref.etsi.org/saref4agri/WateringValve -:WateringValve rdf:type owl:Class ; - rdfs:subClassOf <https://w3id.org/saref#Actuator> ; +s4agri:WateringValve rdf:type owl:Class ; + rdfs:subClassOf saref:Actuator ; + rdfs:comment "Watering valve"@en ; rdfs:label "Watering valve"@en . ### https://saref.etsi.org/saref4agri/WeatherStation -:WeatherStation rdf:type owl:Class ; +s4agri:WeatherStation rdf:type owl:Class ; rdfs:subClassOf <http://www.w3.org/ns/ssn/System> , - <https://w3id.org/saref#Sensor> ; + saref:Sensor ; rdfs:comment "A sensor o system that measure weather conditions."@en ; rdfs:label "Weather station"@en . ### https://saref.etsi.org/saref4agri/WeightSensor -:WeightSensor rdf:type owl:Class ; - rdfs:subClassOf <https://w3id.org/saref#Sensor> ; +s4agri:WeightSensor rdf:type owl:Class ; + rdfs:subClassOf saref:Sensor ; rdfs:label "Weight sensor"@en . -### 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#> ; +### https://saref.etsi.org/core/Actuator +saref:Actuator rdf:type owl:Class ; + rdfs:subClassOf saref:Device ; + rdfs:isDefinedBy <https://saref.etsi.org/core/> ; rdfs:label "Actuator"@en . -### https://w3id.org/saref#Command -<https://w3id.org/saref#Command> rdf:type owl:Class ; +### https://saref.etsi.org/core/Command +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> + owl:onProperty saref:actsUpon ; + owl:allValuesFrom saref:State ] , [ rdf:type owl:Restriction ; - owl:onProperty <https://w3id.org/saref#isCommandOf> ; + owl:onProperty saref:isCommandOf ; owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass <https://w3id.org/saref#Function> + owl:onClass saref:Function ] , [ rdf:type owl:Restriction ; - owl:onProperty <https://w3id.org/saref#hasDescription> ; + owl:onProperty 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 -<https://w3id.org/saref#Device> rdf:type owl:Class ; +### https://saref.etsi.org/core/Device +saref:Device rdf:type owl:Class ; rdfs:subClassOf <http://www.w3.org/ns/ssn/System> ; - rdfs:isDefinedBy <https://w3id.org/saref#> ; + rdfs:isDefinedBy <https://saref.etsi.org/core/> ; rdfs:label "Device"@en . -### https://w3id.org/saref#FeatureOfInterest -<https://w3id.org/saref#FeatureOfInterest> rdf:type owl:Class ; +### https://saref.etsi.org/core/FeatureOfInterest +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> + owl:onProperty saref:hasProperty ; + owl:allValuesFrom saref:Property ] , [ rdf:type owl:Restriction ; - owl:onProperty <https://w3id.org/saref#isFeatureOfInterestOf> ; - owl:allValuesFrom <https://w3id.org/saref#Measurement> + owl:onProperty saref:isFeatureOfInterestOf ; + owl:allValuesFrom saref:Measurement ] ; - rdfs:comment <https://w3id.org/saref#> ; + rdfs:comment <https://saref.etsi.org/core/> ; rdfs:label "Feature of interest"@en . -### https://w3id.org/saref#Function -<https://w3id.org/saref#Function> rdf:type owl:Class ; +### https://saref.etsi.org/core/Function +saref:Function rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty <https://w3id.org/saref#hasCommand> ; + owl:onProperty saref:hasCommand ; owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass <https://w3id.org/saref#Command> + owl:onClass 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> ; +### https://saref.etsi.org/core/Humidity +saref:Humidity rdf:type owl:Class ; + rdfs:subClassOf 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 "Humidiy"@en , "Humidity" . -### https://w3id.org/saref#Measurement -<https://w3id.org/saref#Measurement> rdf:type owl:Class ; +### https://saref.etsi.org/core/Measurement +saref:Measurement rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty <https://w3id.org/saref#hasFeatureOfInterest> ; - owl:allValuesFrom <https://w3id.org/saref#FeatureOfInterest> + owl:onProperty saref:hasFeatureOfInterest ; + owl:allValuesFrom saref:FeatureOfInterest ] , [ rdf:type owl:Restriction ; - owl:onProperty <https://w3id.org/saref#isMeasuredIn> ; - owl:allValuesFrom <https://w3id.org/saref#UnitOfMeasure> + owl:onProperty saref:isMeasuredIn ; + owl:allValuesFrom saref:UnitOfMeasure ] , [ rdf:type owl:Restriction ; - owl:onProperty <https://w3id.org/saref#relatesToProperty> ; - owl:allValuesFrom <https://w3id.org/saref#Property> + owl:onProperty saref:relatesToProperty ; + owl:allValuesFrom saref:Property ] , [ rdf:type owl:Restriction ; - owl:onProperty <https://w3id.org/saref#isMeasuredIn> ; + owl:onProperty saref:isMeasuredIn ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass <https://w3id.org/saref#UnitOfMeasure> + owl:onClass saref:UnitOfMeasure ] , [ rdf:type owl:Restriction ; - owl:onProperty <https://w3id.org/saref#relatesToProperty> ; + owl:onProperty saref:relatesToProperty ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass <https://w3id.org/saref#Property> + owl:onClass saref:Property ] , [ rdf:type owl:Restriction ; - owl:onProperty <https://w3id.org/saref#hasTimestamp> ; + owl:onProperty saref:hasTimestamp ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; - owl:onProperty <https://w3id.org/saref#hasValue> ; + owl:onProperty saref:hasValue ; owl:cardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; - owl:onProperty <https://w3id.org/saref#hasValue> ; + owl:onProperty saref:hasValue ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:float ] ; - owl:disjointWith <https://w3id.org/saref#Property> , - <https://w3id.org/saref#UnitOfMeasure> ; + owl:disjointWith saref:Property , + 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:isDefinedBy <https://saref.etsi.org/core/> ; rdfs:label "Measurement"@en . -### https://w3id.org/saref#Property -<https://w3id.org/saref#Property> rdf:type owl:Class ; +### https://saref.etsi.org/core/Property +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> + owl:onProperty saref:isControlledByDevice ; + owl:allValuesFrom saref:Device ] , [ rdf:type owl:Restriction ; - owl:onProperty <https://w3id.org/saref#isMeasuredByDevice> ; - owl:allValuesFrom <https://w3id.org/saref#Device> + owl:onProperty saref:isMeasuredByDevice ; + owl:allValuesFrom saref:Device ] , [ rdf:type owl:Restriction ; - owl:onProperty <https://w3id.org/saref#isPropertyOf> ; - owl:allValuesFrom <https://w3id.org/saref#FeatureOfInterest> + owl:onProperty saref:isPropertyOf ; + owl:allValuesFrom saref:FeatureOfInterest ] , [ rdf:type owl:Restriction ; - owl:onProperty <https://w3id.org/saref#relatesToMeasurement> ; - owl:allValuesFrom <https://w3id.org/saref#Measurement> + owl:onProperty saref:relatesToMeasurement ; + owl:allValuesFrom saref:Measurement ] ; - owl:disjointWith <https://w3id.org/saref#UnitOfMeasure> ; + owl:disjointWith 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:isDefinedBy <https://saref.etsi.org/core/> ; rdfs:label "Property"@en , "Property" . -### 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#> ; +### https://saref.etsi.org/core/Sensor +saref:Sensor rdf:type owl:Class ; + rdfs:subClassOf saref:Device ; + rdfs:isDefinedBy <https://saref.etsi.org/core/> ; rdfs:label "Sensor"@en . -### https://w3id.org/saref#State -<https://w3id.org/saref#State> rdf:type owl:Class ; +### https://saref.etsi.org/core/State +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 ; +### https://saref.etsi.org/core/Task +saref:Task rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; - owl:onProperty <https://w3id.org/saref#isAccomplishedBy> ; + owl:onProperty saref:isAccomplishedBy ; owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass <https://w3id.org/saref#Device> + owl:onClass 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> ; +### https://saref.etsi.org/core/Temperature +saref:Temperature rdf:type owl:Class ; + rdfs:subClassOf 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"@en , "Temperature" . -### https://w3id.org/saref#Time -<https://w3id.org/saref#Time> rdf:type owl:Class ; - rdfs:subClassOf <https://w3id.org/saref#Property> ; +### https://saref.etsi.org/core/Time +saref:Time rdf:type owl:Class ; + rdfs:subClassOf saref:Property ; 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 ; +### https://saref.etsi.org/core/UnitOfMeasure +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#> ; + <https://saref.etsi.org/core/> ; rdfs:label "Unit of measure"@en . @@ -1150,80 +1154,80 @@ sameThing(P1, P2) :- type(P1, Point), type(P2, Point), spaciallyIntersects(P1, P ### http://dbpedia.org/resource/DBM <http://dbpedia.org/resource/DBM> rdf:type owl:NamedIndividual , - <https://w3id.org/saref#UnitOfMeasure> ; + 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> ; + 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> ; + 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> ; + 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> ; + saref:UnitOfMeasure ; rdfs:label "millivolt"@en . ### https://saref.etsi.org/saref4agri/AirTemperature -:AirTemperature rdf:type owl:NamedIndividual , - <https://w3id.org/saref#Temperature> ; +s4agri:AirTemperature rdf:type owl:NamedIndividual , + saref:Temperature ; rdfs:comment "The degree or intensity of heat present in the air." ; rdfs:label "Air temperature"@en . ### https://saref.etsi.org/saref4agri/AmbientHumidity -:AmbientHumidity rdf:type owl:NamedIndividual , - <https://w3id.org/saref#Humidity> ; +s4agri:AmbientHumidity rdf:type owl:NamedIndividual , + saref:Humidity ; rdfs:comment "The amount of water vapour in the air." ; rdfs:label "Ambient huidity"@en , "Ambient humidity"@en . ### https://saref.etsi.org/saref4agri/IrrigationWater -:IrrigationWater rdf:type owl:NamedIndividual , - <https://w3id.org/saref#Property> ; +s4agri:IrrigationWater rdf:type owl:NamedIndividual , + saref:Property ; rdfs:comment "The amount of water falling in the soil by irrigation methods." ; rdfs:label "Irrigation water"@en . ### https://saref.etsi.org/saref4agri/PlantGrowthStage -:PlantGrowthStage rdf:type owl:NamedIndividual , - <https://w3id.org/saref#Property> ; +s4agri:PlantGrowthStage rdf:type owl:NamedIndividual , + saref:Property ; rdfs:comment "The level or stage of growth of the plant." ; rdfs:label "Plant growth stage"@en . ### https://saref.etsi.org/saref4agri/Precipitation -:Precipitation rdf:type owl:NamedIndividual , - <https://w3id.org/saref#Property> ; +s4agri:Precipitation rdf:type owl:NamedIndividual , + saref:Property ; rdfs:comment "The amount of water falling in the soil by natural process (e.g. rain)." ; rdfs:label "Precipitation"@en . ### https://saref.etsi.org/saref4agri/SoilMoisture -:SoilMoisture rdf:type owl:NamedIndividual , - <https://w3id.org/saref#Property> ; +s4agri:SoilMoisture rdf:type owl:NamedIndividual , + saref:Property ; rdfs:comment "The amount of water or humidity contained in the soil." ; rdfs:label "Soil moisture"@en . ### https://saref.etsi.org/saref4agri/SoilTemperature -:SoilTemperature rdf:type owl:NamedIndividual , - <https://w3id.org/saref#Temperature> ; +s4agri:SoilTemperature rdf:type owl:NamedIndividual , + saref:Temperature ; rdfs:comment "The degree or intensity of heat present in the soil." ; rdfs:label "Soil temperature"@en . @@ -1243,11 +1247,11 @@ sameThing(P1, P2) :- type(P1, Point), type(P2, Point), spaciallyIntersects(P1, P rdfs:label "location"@en . -:Intake rdfs:comment "The amount of food or other substance taken into the body of an animal or into the soil."@en ; +s4agri:Intake rdfs:comment "The amount of food or other substance taken into the body of an animal or into the soil."@en ; rdfs:label "Intake"@en . -:Yield rdfs:comment "The produced amount of food for animals or of agricultural products."@en ; +s4agri:Yield rdfs:comment "The produced amount of food for animals or of agricultural products."@en ; rdfs:label "Yield"@en . -- GitLab