Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SAREF
saref4agri
Commits
29dd7bbd
Commit
29dd7bbd
authored
Jun 05, 2020
by
Maxime Lefrançois
Browse files
less blank spaces
parent
84d690aa
Pipeline
#182
failed with stage
in 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ontology/saref4agri.ttl
View file @
29dd7bbd
@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
s4agri:
<https://saref.etsi.org/saref4agri/>
.
@prefix
saref:
<https://saref.etsi.org/core/>
.
@prefix
sosa:
<http://www.w3.org/ns/sosa/>
.
@prefix
ssn:
<http://www.w3.org/ns/ssn/>
.
@prefix
time:
<http://www.w3.org/2006/time#>
.
@prefix
foaf:
<http://xmlns.com/foaf/0.1/>
.
@prefix
vann:
<http://purl.org/vocab/vann/>
.
@prefix
geo:
<http://www.opengis.net/ont/geosparql#>
.
@prefix
wgs84:
<http://www.w3.org/2003/01/geo/wgs84_pos#>
.
@base
<https://saref.etsi.org/saref4agri/>
.
...
...
@@ -25,7 +30,7 @@
dcterms:
modified
"2020-06-05"
^^
xsd:
date
;
dcterms:
publisher
<https://www.etsi.org/>
;
dcterms:
source
<https://forge.etsi.org/rep/SAREF/saref4agri/>
;
rdfs:
seeAlso
<https://www.etsi.org/deliver/etsi_ts/103400_103499/10341006/01.01.0
1
_60/ts_10341006v01010
1
p.pdf>
;
rdfs:
seeAlso
<https://www.etsi.org/deliver/etsi_ts/103400_103499/10341006/01.01.0
2
_60/ts_10341006v01010
2
p.pdf>
;
vann:
preferredNamespacePrefix
"s4agri"
;
vann:
preferredNamespaceUri
"https://saref.etsi.org/saref4agri/"
;
owl:
versionIRI
<https://saref.etsi.org/saref4agri/v1.1.2/>
;
...
...
@@ -96,29 +101,29 @@ 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
>
.
wgs84:
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
wgs84:
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
>
.
wgs84:
lat
rdf:
type
owl:
AnnotationProperty
;
rdfs:
comment
"The WGS84 latitude of a SpatialThing (decimal degrees)."
;
rdfs:
label
"latitude"
;
rdfs:
domain
wgs84:
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
>
.
wgs84:
location
rdf:
type
owl:
AnnotationProperty
;
rdfs:
subPropertyOf
foaf:
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
>
.
wgs84:
long
rdf:
type
owl:
AnnotationProperty
;
rdfs:
comment
"The WGS84 longitude of a SpatialThing (decimal degrees)."
;
rdfs:
label
"longitude"
;
rdfs:
domain
wgs84:
SpatialThing
.
### http://www.w3.org/2004/02/skos/core#definition
...
...
@@ -134,7 +139,7 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
### http://xmlns.com/foaf/0.1/based_near
<http://xmlns.com/foaf/0.1/
based_near
>
rdf:
type
owl:
AnnotationProperty
.
foaf:
based_near
rdf:
type
owl:
AnnotationProperty
.
#################################################################
...
...
@@ -155,315 +160,315 @@ xsd:duration rdf:type rdfs:Datatype .
### http://purl.obolibrary.org/obo/TAXRANK_1000000
<http://purl.obolibrary.org/obo/TAXRANK_1000000>
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"has taxon rank"
@en
.
rdfs:
label
"has taxon rank"
@en
.
### 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
;
rdfs:
isDefinedBy
<http://www.opengis.net/ont/geosparql#>
;
rdfs:
label
"has geometry"
@en
.
geo:
hasGeometry
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
geo:
Feature
;
rdfs:
range
geo:
Geometry
;
rdfs:
comment
"A spatial representation for a given feature."
@en
;
rdfs:
isDefinedBy
<http://www.opengis.net/ont/geosparql#>
;
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
.
geo:
sfContains
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
geo:
SpatialObject
;
rdfs:
range
geo:
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
.
geo:
sfWithin
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
geo:
SpatialObject
;
rdfs:
range
geo:
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
.
wgs84:
location
rdf:
type
owl:
ObjectProperty
.
### 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
.
sosa
:
hosts
rdf:
type
owl:
ObjectProperty
;
owl:
inverseOf
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
.
### 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
.
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
.
ssn
:
deployedOnPlatform
rdf:
type
owl:
ObjectProperty
;
owl:
inverseOf
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
.
ssn
:
deployedSystem
rdf:
type
owl:
ObjectProperty
;
owl:
inverseOf
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
.
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/hasSubSystem
<http://www.w3.org/ns/
ssn
/
hasSubSystem
>
rdf:
type
owl:
ObjectProperty
;
rdfs:
isDefinedBy
<http://www.w3.org/ns/ssn/>
;
rdfs:
label
"has subsystem"
@en
.
ssn
:
hasSubSystem
rdf:
type
owl:
ObjectProperty
;
rdfs:
isDefinedBy
<http://www.w3.org/ns/ssn/>
;
rdfs:
label
"has subsystem"
@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
.
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
.
### http://xmlns.com/foaf/0.1/member
<http://xmlns.com/foaf/0.1/
member
>
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"member"
@en
.
foaf:
member
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"member"
@en
.
### https://saref.etsi.org/saref4agri/contains
s4agri:
contains
rdf:
type
owl:
ObjectProperty
;
rdfs:
subPropertyOf
<http://www.opengis.net/ont/geosparql#
sfContains
>
;
owl:
inverseOf
s4agri:
isContainedIn
.
rdfs:
subPropertyOf
geo:
sfContains
;
owl:
inverseOf
s4agri:
isContainedIn
.
### https://saref.etsi.org/saref4agri/generates
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
.
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
s4agri:
hasDeploymentPeriod
rdf:
type
owl:
ObjectProperty
;
rdfs:
comment
"Relation to indicate the temporal duration or period of a deployment."
@en
,
rdfs:
comment
"Relation to indicate the temporal duration or period of a deployment."
@en
,
"has deployment period"
@en
;
rdfs:
label
"has deployment period"
.
rdfs:
label
"has deployment period"
.
### https://saref.etsi.org/saref4agri/hasID
s4agri:
hasID
rdf:
type
owl:
ObjectProperty
;
rdfs:
subPropertyOf
owl:
topObjectProperty
;
rdfs:
range
s4agri:
ID
;
rdfs:
comment
"A relation to express the unique identifier of an animal."
;
rdfs:
label
"has id"
@en
.
rdfs:
subPropertyOf
owl:
topObjectProperty
;
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
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"
.
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
s4agri:
hasReceived
rdf:
type
owl:
ObjectProperty
;
owl:
inverseOf
s4agri:
receives
;
rdfs:
label
"has received"
.
owl:
inverseOf
s4agri:
receives
;
rdfs:
label
"has received"
.
### https://saref.etsi.org/saref4agri/isContainedIn
s4agri:
isContainedIn
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"is contained in"
@en
.
rdfs:
label
"is contained in"
@en
.
### https://saref.etsi.org/saref4agri/isDeployedAtSpace
s4agri:
isDeployedAtSpace
rdf:
type
owl:
ObjectProperty
;
rdfs:
comment
"Relation to indicate the geographical componet of a deployment."
@en
,
rdfs:
comment
"Relation to indicate the geographical componet of a deployment."
@en
,
"is deployed at space"
@en
;
rdfs:
label
"is deployed at space"
.
rdfs:
label
"is deployed at space"
.
### https://saref.etsi.org/saref4agri/isLocatedIn
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"
.
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
s4agri:
isLocationOf
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"is location of"
.
rdfs:
label
"is location of"
.
### https://saref.etsi.org/saref4agri/isMemberOf
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"
.
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
s4agri:
managesFarm
rdf:
type
owl:
ObjectProperty
;
rdfs:
comment
"manages farm"
@en
;
rdfs:
label
"manages farm"
@en
.
rdfs:
comment
"manages farm"
@en
;
rdfs:
label
"manages farm"
@en
.
### https://saref.etsi.org/saref4agri/receives
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"
.
rdfs:
subPropertyOf
saref:
hasProperty
;
rdfs:
comment
"A relation to represent the intake/consumption of certain substances in a Crop."
;
rdfs:
label
"receives"
.
### 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://saref.etsi.org/core/>
;
rdfs:
label
"accomplishes"
.
owl:
inverseOf
saref:
isAccomplishedBy
;
rdfs:
comment
"A relationship between a certain entity (e.g., a device) and the task it accomplishes"
;
rdfs:
isDefinedBy
<https://saref.etsi.org/core/>
;
rdfs:
label
"accomplishes"
.
### 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://saref.etsi.org/core/>
;
rdfs:
label
"acts upon"
.
rdfs:
comment
"A relationship between a command and a state"
;
rdfs:
isDefinedBy
<https://saref.etsi.org/core/>
;
rdfs:
label
"acts upon"
.
### https://saref.etsi.org/core/controlsProperty
saref:
controlsProperty
rdf:
type
owl:
ObjectProperty
;
rdfs:
isDefinedBy
<https://saref.etsi.org/core/>
;
rdfs:
label
"controls property"
@en
.
rdfs:
isDefinedBy
<https://saref.etsi.org/core/>
;
rdfs:
label
"controls property"
@en
.
### 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://saref.etsi.org/core/>
;
rdfs:
label
"has command"
.
owl:
inverseOf
saref:
isCommandOf
;
rdfs:
comment
"A relationship between an entity (such as a function) and a command"
;
rdfs:
isDefinedBy
<https://saref.etsi.org/core/>
;
rdfs:
label
"has command"
.
### 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://saref.etsi.org/core/>
;
rdfs:
label
"has feature of interest"
@en
.
owl:
inverseOf
saref:
isFeatureOfInterestOf
;
rdfs:
comment
"Relation between a measurement and the feature of interest being measured."
@en
;
rdfs:
isDefinedBy
<https://saref.etsi.org/core/>
;
rdfs:
label
"has feature of interest"
@en
.
### 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://saref.etsi.org/core/>
;
rdfs:
label
"has function"
.
rdfs:
comment
"A relationship identifying the type of function of a device"
;
rdfs:
isDefinedBy
<https://saref.etsi.org/core/>
;
rdfs:
label
"has function"
.
### 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://saref.etsi.org/core/>
;
rdfs:
label
"has property"
@en
.
owl:
inverseOf
saref:
isPropertyOf
;
rdfs:
comment
"Relation between a feature of interest and its properties."
@en
;
rdfs:
isDefinedBy
<https://saref.etsi.org/core/>
;
rdfs:
label
"has property"
@en
.
### https://saref.etsi.org/core/hasState
saref:
hasState
rdf:
type
owl:
ObjectProperty
;
rdfs:
isDefinedBy
<https://saref.etsi.org/core/>
;
rdfs:
label
"has state"
@en
.
rdfs:
isDefinedBy
<https://saref.etsi.org/core/>
;
rdfs:
label
"has state"
@en
.
### 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://saref.etsi.org/core/>
;
rdfs:
label
"is accomplished by"
.
rdfs:
comment
"A relationship indentifying the task accomplished by a certain entity (e.g., a device)"
;
rdfs:
isDefinedBy
<https://saref.etsi.org/core/>
;
rdfs:
label
"is accomplished by"
.
### 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://saref.etsi.org/core/>
;
rdfs:
label
"is command of"
.
rdfs:
comment
"A relationship between a command and a function."
;
rdfs:
isDefinedBy
<https://saref.etsi.org/core/>
;
rdfs:
label
"is command of"
.
### 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
.
rdfs:
isDefinedBy
<https://saref.etsi.org/core/>
;
rdfs:
label
"is controlled by device"
@en
.
### 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://saref.etsi.org/core/>
;
rdfs:
label
"is feature of interest of"
@en
.
rdfs:
comment
"Relation betwwen a feature of interest and the measurments that are about it."
@en
;
rdfs:
isDefinedBy
<https://saref.etsi.org/core/>
;
rdfs:
label
"is feature of interest of"
@en
.
### 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
.
rdfs:
isDefinedBy
<https://saref.etsi.org/core/>
;
rdfs:
label
"is measured by device"
@en
.
### 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
.
rdfs:
isDefinedBy
<https://saref.etsi.org/core/>
;
rdfs:
label
"is measured in"
@en
.
### 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://saref.etsi.org/core/>
;
rdfs:
label
"is property of"
@en
.
rdfs:
comment
"Relation between a property and a feature of interest in which such property appears."
@en
;
rdfs:
isDefinedBy
<https://saref.etsi.org/core/>
;
rdfs:
label
"is property of"
@en
.
### 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
.
owl:
inverseOf
saref:
measurementMadeBy
;
rdfs:
isDefinedBy
<https://saref.etsi.org/core/>
;
rdfs:
label
"makes measurement"
@en
.
### 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://saref.etsi.org/core/>
;
rdfs:
label
"measurement made by"
@en
.
rdfs:
comment
"Relation between a measurement and the device that made it."
@en
;
rdfs:
isDefinedBy
<https://saref.etsi.org/core/>
;
rdfs:
label
"measurement made by"
@en
.
### https://saref.etsi.org/core/measuresProperty
saref:
measuresProperty
rdf:
type
owl:
ObjectProperty
;
rdfs:
isDefinedBy
<https://saref.etsi.org/core/>
;
rdfs:
label
"measures property"
@en
.
rdfs:
isDefinedBy
<https://saref.etsi.org/core/>
;
rdfs:
label
"measures property"
@en
.
### 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
.
rdfs:
isDefinedBy
<https://saref.etsi.org/core/>
;
rdfs:
label
"relates to measurement"
@en
.
### 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
.
rdfs:
isDefinedBy
<https://saref.etsi.org/core/>
;
rdfs:
label
"relates to property"
@en
.
#################################################################
...
...
@@ -472,81 +477,81 @@ saref:relatesToProperty rdf:type owl:ObjectProperty ;
### https://saref.etsi.org/saref4agri/hasBirthDate
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"
.
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
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"
.
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
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."
;
rdfs:
label
"has harvest date"
.
rdfs:
subPropertyOf
owl:
topDataProperty
;
rdfs:
range
xsd:
dateTime
;
rdfs:
comment
"A relation to express the day the crop is harvested."
;
rdfs:
label
"has harvest date"
.
### https://saref.etsi.org/saref4agri/hasName
s4agri:
hasName
rdf:
type
owl:
DatatypeProperty
;
rdfs:
range
xsd:
string
;
rdfs:
label
"A relation to express the name of an entity (e.g.,animal)."
,
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
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"
.