Newer
Older
@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/> .
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
@prefix vann: <http://purl.org/vocab/vann/>.
@base <https://saref.etsi.org/saref4agri/> .
<https://saref.etsi.org/saref4agri/> rdf:type owl:Ontology ;
dcterms: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 ;
dcterms:title "SAREF4AGRI: an extension of SAREF for the agriculture and food domain"@en ;
dcterms:created "2019-04-15"^^xsd:date ;
dcterms:creator <http://w3id.org/people/mpoveda>,
<http://www.garcia-castro.com/foaf.rdf#me> ,
<https://www.linkedin.com/in/lauradaniele> ,
<https://www.linkedin.com/in/mderoode> ;
dcterms:contributor <https://www.researchgate.net/profile/Jack_Verhoosel> ;
dcterms:description "SAREF4AGRI is an extension of SAREF for the agriculture and food domain. SAREF4AGRI is specified and published by ETSI in the TS 103 410-6 associated to this ontology file. The list of use cases, standards and requirements that guided the creation of SAREF4AGRI are described in the associated ETSI TR 103 511."@en ;
dcterms:issued "2019-04-30"^^xsd:date ;
dcterms:license <https://forge.etsi.org/etsi-software-license> ;
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.01_60/ts_10341006v010101p.pdf> ;
vann:preferredNamespacePrefix "s4agri" ;
vann:preferredNamespaceUri "https://saref.etsi.org/saref4agri/" ;
owl:versionIRI <https://saref.etsi.org/saref4agri/v1.1.2/> ;
owl:versionInfo "v1.1.2" .
#################################################################
# Annotation properties
#################################################################
### http://purl.org/dc/elements/1.1/creator
dcterms:creator rdf:type owl:AnnotationProperty .
### http://purl.org/dc/elements/1.1/description
dcterms:description rdf:type owl:AnnotationProperty .
### http://purl.org/dc/elements/1.1/title
dcterms:title rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/contributor
dcterms:contributor rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/created
dcterms:created rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/creator
dcterms:creator rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/description
dcterms:description rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/issued
dcterms:issued rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/license
dcterms:license rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/modified
dcterms:modified rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/publisher
dcterms:publisher rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/source
dcterms:source rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/title
dcterms:title rdf:type owl:AnnotationProperty .
### http://purl.org/vocab/vann/preferredNamespacePrefix
vann:preferredNamespacePrefix rdf:type owl:AnnotationProperty .
### http://purl.org/vocab/vann/preferredNamespaceUri
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
#################################################################
### http://purl.obolibrary.org/obo/TAXRANK_1000000
<http://purl.obolibrary.org/obo/TAXRANK_1000000> rdf:type owl:ObjectProperty ;
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 .
### 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 .
### 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 .
### 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/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 .
### 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 .
### http://xmlns.com/foaf/0.1/member
<http://xmlns.com/foaf/0.1/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> ;
### 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 .
### 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 ,
"has deployment period"@en ;
rdfs:label "has deployment period" .
### https://saref.etsi.org/saref4agri/hasID
s4agri:hasID rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf owl:topObjectProperty ;
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" .
### https://saref.etsi.org/saref4agri/hasReceived
s4agri:hasReceived rdf:type owl:ObjectProperty ;
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 .
### https://saref.etsi.org/saref4agri/isDeployedAtSpace
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
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
s4agri:isLocationOf rdf:type owl:ObjectProperty ;
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" .
### https://saref.etsi.org/saref4agri/managesFarm
s4agri:managesFarm rdf:type owl:ObjectProperty ;
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" .
### 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" .
### 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" .
### 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://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" .
### 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 .
### 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" .
### 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 .
### 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://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" .
### 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" .
### 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://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 .
### 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://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://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 .
### 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://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 .
### 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://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://saref.etsi.org/core/relatesToProperty
saref:relatesToProperty rdf:type owl:ObjectProperty ;
rdfs:isDefinedBy <https://saref.etsi.org/core/> ;
rdfs:label "relates to property"@en .
#################################################################
# Data properties
#################################################################
### 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" .
### 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" .
### 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" .
### 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)." ,
"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" .
### 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://saref.etsi.org/core/> ;
rdfs:label "has description"@en .
### 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://saref.etsi.org/core/> ;
rdfs:label "has manufacturer" .
### 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://saref.etsi.org/core/> ;
rdfs:label "has model" .
### 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://saref.etsi.org/core/hasTimestamp
saref:hasTimestamp rdf:type owl:DatatypeProperty ;
rdfs:isDefinedBy <https://saref.etsi.org/core/> ;
rdfs:label "has timestamp"@en .
### https://saref.etsi.org/core/hasValue
saref:hasValue rdf:type owl:DatatypeProperty ;
rdfs:isDefinedBy <https://saref.etsi.org/core/> ;
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
rdfs:label "has value"@en .
#################################################################
# Classes
#################################################################
### http://purl.obolibrary.org/obo/TAXRANK_0000000
<http://purl.obolibrary.org/obo/TAXRANK_0000000> rdf:type owl:Class ;
rdfs:label "Taxon rank"@en .
### 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> ,
<http://www.opengis.net/ont/gml> ;
rdfs:label "Feature"@en .
### 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 ;
rdfs:isDefinedBy <http://www.opengis.net/ont/geosparql> ;
rdfs:label "Geometry"@en .
### 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#hasGeometry> ;
owl:allValuesFrom <http://www.opengis.net/ont/geosparql#Geometry>
] ,
[ 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.opengis.net/ont/geosparql#sfWithin> ;
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 ;
rdfs:isDefinedBy <http://www.opengis.net/ont/geosparql> ;
rdfs:label "SpatialObject"@en .
### 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 .
### 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:comment "A temporal entity with an extent or duration"@en ;
rdfs:isDefinedBy <http://www.w3.org/2006/time#> ;
rdfs:label "Time interval"@en .
### http://www.w3.org/2006/time#TemporalEntity
<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 .
### http://www.w3.org/ns/sosa/Platform
<http://www.w3.org/ns/sosa/Platform> rdf:type owl:Class ;
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: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: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 .
### http://xmlns.com/foaf/0.1/Agent
<http://xmlns.com/foaf/0.1/Agent> rdf:type owl:Class ;
rdfs:subClassOf [ rdf:type owl:Restriction ;
owl:onProperty <http://xmlns.com/foaf/0.1/member> ;
owl:someValuesFrom <http://xmlns.com/foaf/0.1/Agent>
] ;
rdfs:label "Agent"@en .
### http://xmlns.com/foaf/0.1/Person
<http://xmlns.com/foaf/0.1/Person> rdf:type owl:Class ;
rdfs:subClassOf <http://xmlns.com/foaf/0.1/Agent> ;
rdfs:label "Person"@en .
### https://schema.org/Organization
<https://schema.org/Organization> rdf:type owl:Class ;
rdfs:subClassOf <http://xmlns.com/foaf/0.1/Agent> ;
rdfs:label "Organization"@en .
### https://saref.etsi.org/saref4agri/Animal
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:someValuesFrom <http://www.opengis.net/ont/geosparql#Feature>
] ,
[ rdf:type owl:Restriction ;
owl:onProperty s4agri:isMemberOf ;
owl:someValuesFrom s4agri:AnimalGroup
] ,
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ,
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:dateTime
] ,
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:dateTime
] ,
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:string
] ;
rdfs:comment "An individual and identifiable living organism that feeds on organic matter, typically having specialized sense organs and nervous system and able to respond rapidly to stimuli."@en ;
rdfs:label "Animal" .
### https://saref.etsi.org/saref4agri/AnimalGroup
s4agri:AnimalGroup rdf:type owl:Class ;
rdfs:subClassOf saref:FeatureOfInterest ,
[ rdf:type owl:Restriction ;
owl:onProperty s4agri:hasMember ;
owl:someValuesFrom s4agri:Animal
] ,
[ rdf:type owl:Restriction ;
owl:someValuesFrom <http://www.opengis.net/ont/geosparql#Feature>
] ,
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:string
] ;
rdfs:comment "A collection of one or multiple animals."@en ;
rdfs:label "Animal Group" .
### https://saref.etsi.org/saref4agri/Building
rdfs:subClassOf <http://www.opengis.net/ont/geosparql#Feature> ,
[ rdf:type owl:Restriction ;
owl:onProperty s4agri:contains ;
owl:someValuesFrom s4agri:BuildingSpace
] ,
[ rdf:type owl:Restriction ;
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 ;
rdfs:label "Building" .
### https://saref.etsi.org/saref4agri/BuildingSpace
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
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:someValuesFrom xsd:dateTime
] ,
[ rdf:type owl:Restriction ;
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 ;
rdfs:label "Crop" .
### https://saref.etsi.org/saref4agri/Deployment
rdfs:subClassOf <http://www.w3.org/ns/ssn/Deployment> ,
[ 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>
] ,
[ rdf:type owl:Restriction ;
owl:onProperty s4agri:hasDeploymentPeriod ;
owl:someValuesFrom <http://www.w3.org/2006/time#TemporalEntity>
] ,
[ rdf:type owl:Restriction ;
owl:onProperty s4agri:isDeployedAtSpace ;
owl:someValuesFrom <http://www.opengis.net/ont/geosparql#SpatialObject>
] ;
rdfs:comment "Deployment"@en ,
"The scenario, including temporal and spatial information, in which the systems and devices are installed."@en ;
rdfs:label "Deployment"@en .
### https://saref.etsi.org/saref4agri/EatingActivitySensor
s4agri:EatingActivitySensor rdf:type owl:Class ;
rdfs:subClassOf saref:Sensor ;
rdfs:label "Eating activity sensor"@en .
### https://saref.etsi.org/saref4agri/Farm
rdfs:subClassOf <http://www.opengis.net/ont/geosparql#Feature> ,
[ rdf:type owl:Restriction ;
owl:onProperty s4agri:contains ;
owl:someValuesFrom s4agri:Building
] ,
[ rdf:type owl:Restriction ;
owl:onProperty s4agri:contains ;
owl:someValuesFrom s4agri:Parcel
] ,
[ rdf:type owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger
] ;
rdfs:comment "A plot of land used for the scope of farming which can contain buildings and parcels."@en ;
rdfs:label "Farm" .
### https://saref.etsi.org/saref4agri/FarmHolding
rdfs:subClassOf <https://schema.org/Organization> ,
[ rdf:type owl:Restriction ;
owl:onProperty s4agri:managesFarm ;
owl:someValuesFrom s4agri:Farm
] ,
[ rdf:type owl:Restriction ;
owl:allValuesFrom xsd:string
] ;
rdfs:comment "A class to decsribe a saref4agri farm holding as subcass of an org:Organization" ;
rdfs:label "Farm holding"@en .
### https://saref.etsi.org/saref4agri/Farmer
rdfs:subClassOf <http://xmlns.com/foaf/0.1/Person> ,
[ rdf:type owl:Restriction ;
owl:onProperty s4agri:managesFarm ;
owl:someValuesFrom s4agri:Farm
] ,
[ rdf:type owl:Restriction ;
owl:allValuesFrom xsd:string
] ;
rdfs:comment "A class to decsribe a saref4agri farmer as subcass of a foaf:Person" ;
rdfs:label "Farmer"@en .
### https://saref.etsi.org/saref4agri/ID
rdfs:label "ID" .
### https://saref.etsi.org/saref4agri/MilkingSensor
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
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
rdfs:subClassOf <http://www.opengis.net/ont/geosparql#Feature> ,
[ rdf:type owl:Restriction ;
owl:onProperty s4agri:contains ;
owl:someValuesFrom s4agri:Crop
] ,
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:string
] ;
rdfs:comment "An area of land, which might be used for grazing animals or planting crops. The parcel is defined as an undividable logical area of land which contains homogeneous items."@en ;
rdfs:label "Parcel" .
### https://saref.etsi.org/saref4agri/Platform
rdfs:subClassOf <http://www.w3.org/ns/sosa/Platform> ;
rdfs:label "Platform" .
### https://saref.etsi.org/saref4agri/Pluviometer
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
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
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
s4agri:Thermometer rdf:type owl:Class ;
rdfs:subClassOf saref:Sensor ;
rdfs:label "Thermometer"@en .
### https://saref.etsi.org/saref4agri/WateringGun
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
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
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
s4agri:WeatherStation rdf:type owl:Class ;
rdfs:subClassOf <http://www.w3.org/ns/ssn/System> ,
rdfs:comment "A sensor o system that measure weather conditions."@en ;
rdfs:label "Weather station"@en .
### https://saref.etsi.org/saref4agri/WeightSensor
s4agri:WeightSensor rdf:type owl:Class ;
rdfs:subClassOf saref:Sensor ;
rdfs:label "Weight sensor"@en .
### 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://saref.etsi.org/core/Command
saref:Command rdf:type owl:Class ;
rdfs:subClassOf [ rdf:type owl:Restriction ;
owl:onProperty saref:actsUpon ;
owl:allValuesFrom saref:State
] ,
[ rdf:type owl:Restriction ;
owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ,
[ rdf:type owl:Restriction ;
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://saref.etsi.org/core/Device
saref:Device rdf:type owl:Class ;
rdfs:subClassOf <http://www.w3.org/ns/ssn/System> ;
rdfs:isDefinedBy <https://saref.etsi.org/core/> ;
rdfs:label "Device"@en .
### https://saref.etsi.org/core/FeatureOfInterest