-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathagriSystem.ttl
541 lines (400 loc) · 23.5 KB
/
agriSystem.ttl
1
2
3
4
5
6
7
8
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
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
@prefix : <https://w3id.org/cybele/> .
@prefix qb: <http://purl.org/linked-data/cube#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ssn: <http://www.w3.org/ns/ssn/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sosa: <http://www.w3.org/ns/sosa/> .
@prefix stat: <http://data.europa.eu/m8g/> .
@prefix saref: <https://w3id.org/saref#> .
@prefix common: <http://portele.de/ont/inspire/baseInspire#> .
@prefix fiware: <https://uri.fiware.org/ns/data-models#> .
@prefix foodie: <http://foodie-cloud.com/model/foodie#> .
@prefix schema: <http://schema.org/> .
@prefix iso19109: <http://def.seegrid.csiro.au/isotc211/iso19109/2005/feature#> .
@prefix af-inspire: <http://inspire.ec.europa.eu/schemas/af/3.0#> .
@prefix iso19150-2: <http://def.seegrid.csiro.au/isotc211/iso19150/-2/2012/basic#> .
@prefix saref4agri: <https://w3id.org/def/saref4agri#> .
@prefix act-inspire: <http://inspire.ec.europa.eu/schemas/act-core/3.0#> .
@base <http://www.w3.org/2002/07/owl#> .
[ rdf:type owl:Ontology ;
dct:contributor [ schema:affiliation [ foaf:name "OGC"
] ;
foaf:name "Rob Atkinson"
] ,
[ schema:affiliation [ foaf:name "ICCS"
] ;
foaf:name "Ioanna Roussaki"
] ,
[ schema:affiliation "ICCS" ;
foaf:name "George Routis"
] ;
dct:creator [ schema:affiliation [ foaf:name "PSNC"
] ;
rdfs:seeAlso <http://orcid.org/0000-0003-4289-4922> ;
foaf:name "Raul Palma"
] ;
dct:description "The DEMETER AgriSystem is one of the agri profiles of DEMETER AIM. This profile was created by reusing and aligning well-known ontologies and vocabularies"@en ;
dct:rights "This vocabulary is distributed under Creative Commons Attribution 4.0 License - http://creativecommons.org/licenses/by/4.0"@en ;
dct:title "DEMETER AgriSystem"@en ;
rdfs:comment "The DEMETER Agriculture Information Model (AIM) is the common vocabulary in DEMETER project providing the basis for semantic interoperability across smart farming solutions"@en ;
owl:versionInfo "1.0" ;
foaf:maker [ foaf:homepage <https://h2020-demeter.eu/> ;
foaf:name "DEMETER project"
]
] .
#################################################################
# Annotation properties
#################################################################
### http://purl.org/dc/elements/1.1/source
<http://purl.org/dc/elements/1.1/source> rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/contributor
dct:contributor rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/creator
dct:creator rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/description
dct:description rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/rights
dct:rights rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/title
dct:title rdf:type owl:AnnotationProperty .
### http://schema.org/affiliation
schema:affiliation rdf:type owl:AnnotationProperty .
### http://www.w3.org/2004/02/skos/core#prefLabel
skos:prefLabel rdf:type owl:AnnotationProperty .
### http://xmlns.com/foaf/0.1/depiction
foaf:depiction rdf:type owl:AnnotationProperty .
### http://xmlns.com/foaf/0.1/homepage
foaf:homepage rdf:type owl:AnnotationProperty .
### http://xmlns.com/foaf/0.1/maker
foaf:maker rdf:type owl:AnnotationProperty .
### http://xmlns.com/foaf/0.1/name
foaf:name rdf:type owl:AnnotationProperty .
#################################################################
# Object Properties
#################################################################
### http://purl.oclc.org/NET/ssnx/qu/qu#generalQuantityKind
<http://purl.oclc.org/NET/ssnx/qu/qu#generalQuantityKind> rdf:type owl:ObjectProperty .
### http://purl.oclc.org/NET/ssnx/qu/qu#propertyType
<http://purl.oclc.org/NET/ssnx/qu/qu#propertyType> rdf:type owl:ObjectProperty .
### http://www.w3.org/2004/02/skos/core#inScheme
skos:inScheme rdf:type owl:ObjectProperty .
### http://www.w3.org/ns/sosa/hosts
sosa:hosts rdf:type owl:ObjectProperty ;
owl:inverseOf sosa:isHostedBy ;
rdfs:comment "Relation between a platform and the systems it hosts."@en ;
rdfs:isDefinedBy sosa: ;
rdfs:label "host"@en .
### http://www.w3.org/ns/sosa/isHostedBy
sosa:isHostedBy rdf:type owl:ObjectProperty ;
rdfs:comment "Relation between a system and its hosting platform."@en ;
rdfs:isDefinedBy sosa: ;
rdfs:label "is hosted by"@en .
### http://www.w3.org/ns/ssn/deployedOnPlatform
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 ssn: ;
rdfs:label "deployed on platform"@en .
### http://www.w3.org/ns/ssn/deployedSystem
ssn:deployedSystem rdf:type owl:ObjectProperty ;
owl:inverseOf ssn:hasDeployment ;
rdfs:comment "Relation between a deployment and the system deployed."@en ;
rdfs:isDefinedBy ssn: ;
rdfs:label "deployed system"@en .
### http://www.w3.org/ns/ssn/hasDeployment
ssn:hasDeployment rdf:type owl:ObjectProperty ;
rdfs:isDefinedBy ssn: ;
rdfs:label "has deployment"@en .
### http://www.w3.org/ns/ssn/hasSubSystem
ssn:hasSubSystem rdf:type owl:ObjectProperty ;
rdfs:isDefinedBy ssn: ;
rdfs:label "has subsystem"@en .
### http://www.w3.org/ns/ssn/inDeployment
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 ssn: ;
rdfs:label "in deployment"@en .
#################################################################
# Data properties
#################################################################
### http://foodie-cloud.com/model/foodie#code
foodie:code rdf:type owl:DatatypeProperty ;
rdfs:isDefinedBy <http://foodie-cloud.com/model/foodie> .
#################################################################
# Classes
#################################################################
### http://def.seegrid.csiro.au/isotc211/iso19150/-2/2012/basic#Datatype
iso19150-2:Datatype rdf:type owl:Class .
### http://foodie-cloud.com/model/foodie#MachineType
foodie:MachineType rdf:type owl:Class ;
rdfs:subClassOf iso19150-2:Datatype ,
sosa:Platform ,
[ rdf:type owl:Restriction ;
owl:onProperty foodie:code ;
owl:cardinality "1"^^xsd:nonNegativeInteger
] ;
rdfs:isDefinedBy <http://foodie-cloud.com/model/foodie> ;
skos:prefLabel "MachineType"@en .
### http://foodie-cloud.com/model/foodie#TractorType
foodie:TractorType rdf:type owl:Class ;
rdfs:subClassOf iso19150-2:Datatype ,
sosa:Platform ,
[ rdf:type owl:Restriction ;
owl:onProperty foodie:code ;
owl:cardinality "1"^^xsd:nonNegativeInteger
] ;
rdfs:isDefinedBy <http://foodie-cloud.com/model/foodie> ;
skos:prefLabel "TractorType"@en .
### http://purl.oclc.org/NET/ssnx/qu/dim#Energy
<http://purl.oclc.org/NET/ssnx/qu/dim#Energy> rdf:type owl:Class .
### http://purl.oclc.org/NET/ssnx/qu/dim#RotationalSpeed
<http://purl.oclc.org/NET/ssnx/qu/dim#RotationalSpeed> rdf:type owl:Class .
### http://www.w3.org/ns/sosa/Platform
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 sosa: ;
rdfs:label "Platform"@en .
### http://www.w3.org/ns/ssn/Deployment
ssn:Deployment rdf:type owl:Class ;
rdfs:isDefinedBy ssn: ;
rdfs:label "Deployment"@en .
### http://www.w3.org/ns/ssn/System
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 ssn: ;
rdfs:label "System"@en .
### https://w3id.org/def/saref4agri#EatingActivitySensor
saref4agri:EatingActivitySensor rdf:type owl:Class ;
rdfs:subClassOf saref:Sensor ;
rdfs:isDefinedBy saref4agri: ;
rdfs:label "Eating activity sensor"@en .
### https://w3id.org/def/saref4agri#MilkingSensor
saref4agri:MilkingSensor rdf:type owl:Class ;
rdfs:subClassOf saref:Sensor ;
rdfs:isDefinedBy saref4agri: ;
rdfs:label "Milking sensor"@en .
### https://w3id.org/def/saref4agri#MovementActivitySensor
saref4agri:MovementActivitySensor rdf:type owl:Class ;
rdfs:subClassOf saref:Sensor ;
rdfs:isDefinedBy saref4agri: ;
rdfs:label "Movement activity sensor"@en .
### https://w3id.org/def/saref4agri#Pluviometer
saref4agri:Pluviometer rdf:type owl:Class ;
rdfs:subClassOf saref:Sensor ;
rdfs:comment "A sensor that measures the rain fall."@en ;
rdfs:isDefinedBy saref4agri: ;
rdfs:label "Pluviometer"@en .
### https://w3id.org/def/saref4agri#SoilTensiometer
saref4agri:SoilTensiometer rdf:type owl:Class ;
rdfs:subClassOf saref:Sensor ;
rdfs:comment "A sensor that measures the soil moisture."@en ;
rdfs:isDefinedBy saref4agri: ;
rdfs:label "Soil tensiometer"@en .
### https://w3id.org/def/saref4agri#Thermometer
saref4agri:Thermometer rdf:type owl:Class ;
rdfs:subClassOf saref:Sensor ;
rdfs:isDefinedBy saref4agri: ;
rdfs:label "Thermometer"@en .
### https://w3id.org/def/saref4agri#WateringGun
saref4agri:WateringGun rdf:type owl:Class ;
rdfs:subClassOf saref:Actuator ;
rdfs:comment "An actuator to irrigate an space."@en ;
rdfs:isDefinedBy saref4agri: ;
rdfs:label "Watering gun"@en .
### https://w3id.org/def/saref4agri#WateringSystem
saref4agri:WateringSystem rdf:type owl:Class ;
rdfs:subClassOf ssn:System ;
rdfs:isDefinedBy saref4agri: ;
rdfs:label "Watering system"@en .
### https://w3id.org/def/saref4agri#WateringValve
saref4agri:WateringValve rdf:type owl:Class ;
rdfs:subClassOf saref:Actuator ;
rdfs:isDefinedBy saref4agri: ;
rdfs:label "Watering valve"@en .
### https://w3id.org/def/saref4agri#WeatherStation
saref4agri:WeatherStation rdf:type owl:Class ;
rdfs:subClassOf ssn:System ,
saref:Sensor ;
rdfs:comment "A sensor o system that measure weather conditions."@en ;
rdfs:isDefinedBy saref4agri: ;
rdfs:label "Weather station"@en .
### https://w3id.org/def/saref4agri#WeightSensor
saref4agri:WeightSensor rdf:type owl:Class ;
rdfs:subClassOf saref:Sensor ;
rdfs:isDefinedBy saref4agri: ;
rdfs:label "Weight sensor"@en .
### https://w3id.org/saref#Actuator
saref:Actuator rdf:type owl:Class ;
rdfs:subClassOf saref:Device ;
rdfs:isDefinedBy saref: ;
rdfs:label "Actuator"@en .
### https://w3id.org/saref#Device
saref:Device rdf:type owl:Class ;
rdfs:subClassOf ssn:System ;
rdfs:isDefinedBy saref: ;
rdfs:label "Device"@en .
### https://w3id.org/saref#Sensor
saref:Sensor rdf:type owl:Class ;
rdfs:subClassOf saref:Device ;
rdfs:isDefinedBy saref: ;
rdfs:label "Sensor"@en .
#################################################################
# Individuals
#################################################################
### http://purl.oclc.org/NET/ssnx/qu/dim#AcousticsScheme
<http://purl.oclc.org/NET/ssnx/qu/dim#AcousticsScheme> rdf:type owl:NamedIndividual .
### http://purl.oclc.org/NET/ssnx/qu/dim#MechanicsScheme
<http://purl.oclc.org/NET/ssnx/qu/dim#MechanicsScheme> rdf:type owl:NamedIndividual .
### http://purl.oclc.org/NET/ssnx/qu/dim#PeriodicAndRelatedPhenomenaScheme
<http://purl.oclc.org/NET/ssnx/qu/dim#PeriodicAndRelatedPhenomenaScheme> rdf:type owl:NamedIndividual .
### http://purl.oclc.org/NET/ssnx/qu/quantity#criticalBuildUpSpeed
<http://purl.oclc.org/NET/ssnx/qu/quantity#criticalBuildUpSpeed> rdf:type owl:NamedIndividual ,
<http://purl.oclc.org/NET/ssnx/qu/dim#RotationalSpeed> ;
<http://purl.oclc.org/NET/ssnx/qu/qu#generalQuantityKind> <http://purl.oclc.org/NET/ssnx/qu/quantity#rotationalSpeed> ;
<http://purl.oclc.org/NET/ssnx/qu/qu#propertyType> <http://purl.oclc.org/NET/ssnx/qu/quantity#property> ;
skos:inScheme <http://purl.oclc.org/NET/ssnx/qu/dim#AcousticsScheme> ,
<http://purl.oclc.org/NET/ssnx/qu/dim#PeriodicAndRelatedPhenomenaScheme> ;
<http://purl.org/dc/elements/1.1/source> "GELLISH" ;
rdfs:comment "critical build-up speed is a rotational speed that is the lowest speed at which the machine voltage builds up under specified conditions." ;
rdfs:label "critical build-up speed"^^xsd:string .
### http://purl.oclc.org/NET/ssnx/qu/quantity#criticalTorsionalSpeed
<http://purl.oclc.org/NET/ssnx/qu/quantity#criticalTorsionalSpeed> rdf:type owl:NamedIndividual ,
<http://purl.oclc.org/NET/ssnx/qu/dim#RotationalSpeed> ;
<http://purl.oclc.org/NET/ssnx/qu/qu#generalQuantityKind> <http://purl.oclc.org/NET/ssnx/qu/quantity#rotationalSpeed> ;
<http://purl.oclc.org/NET/ssnx/qu/qu#propertyType> <http://purl.oclc.org/NET/ssnx/qu/quantity#property> ;
skos:inScheme <http://purl.oclc.org/NET/ssnx/qu/dim#AcousticsScheme> ,
<http://purl.oclc.org/NET/ssnx/qu/dim#PeriodicAndRelatedPhenomenaScheme> ;
<http://purl.org/dc/elements/1.1/source> "GELLISH" ;
rdfs:comment "critical torsional speed is a rotational speed at which the amplitudes of the vibrations of a machine rotor due to shaft torsional vibration reach their maximum values." ;
rdfs:label "critical torsional speed"^^xsd:string .
### http://purl.oclc.org/NET/ssnx/qu/quantity#criticalWhirlingSpeed
<http://purl.oclc.org/NET/ssnx/qu/quantity#criticalWhirlingSpeed> rdf:type owl:NamedIndividual ,
<http://purl.oclc.org/NET/ssnx/qu/dim#RotationalSpeed> ;
<http://purl.oclc.org/NET/ssnx/qu/qu#generalQuantityKind> <http://purl.oclc.org/NET/ssnx/qu/quantity#rotationalSpeed> ;
<http://purl.oclc.org/NET/ssnx/qu/qu#propertyType> <http://purl.oclc.org/NET/ssnx/qu/quantity#property> ;
skos:inScheme <http://purl.oclc.org/NET/ssnx/qu/dim#AcousticsScheme> ,
<http://purl.oclc.org/NET/ssnx/qu/dim#PeriodicAndRelatedPhenomenaScheme> ;
<http://purl.org/dc/elements/1.1/source> "GELLISH" ;
rdfs:comment "critical whirling speed is a rotational speed at which the amplitudes of the vibrations of a machine rotor due to shaft whirling vibration reach their maximum values." ;
rdfs:label "critical whirling speed"^^xsd:string .
### http://purl.oclc.org/NET/ssnx/qu/quantity#property
<http://purl.oclc.org/NET/ssnx/qu/quantity#property> rdf:type owl:NamedIndividual .
### http://purl.oclc.org/NET/ssnx/qu/quantity#rotationalSpeed
<http://purl.oclc.org/NET/ssnx/qu/quantity#rotationalSpeed> rdf:type owl:NamedIndividual .
### http://purl.oclc.org/NET/ssnx/qu/quantity#synchronousPullOutTorque
<http://purl.oclc.org/NET/ssnx/qu/quantity#synchronousPullOutTorque> rdf:type owl:NamedIndividual ,
<http://purl.oclc.org/NET/ssnx/qu/dim#Energy> ;
<http://purl.oclc.org/NET/ssnx/qu/qu#generalQuantityKind> <http://purl.oclc.org/NET/ssnx/qu/quantity#torque> ;
<http://purl.oclc.org/NET/ssnx/qu/qu#propertyType> <http://purl.oclc.org/NET/ssnx/qu/quantity#property> ;
skos:inScheme <http://purl.oclc.org/NET/ssnx/qu/dim#MechanicsScheme> ;
<http://purl.org/dc/elements/1.1/source> "GELLISH" ;
rdfs:comment "synchronous pull-out torque is a torque that is the maximum torque that a synchronous machine can develop without loss of synchronism while operating at rated voltage, frequency and excitation." ;
rdfs:label "synchronous pull-out torque"^^xsd:string .
### http://purl.oclc.org/NET/ssnx/qu/quantity#synchronousSpeed
<http://purl.oclc.org/NET/ssnx/qu/quantity#synchronousSpeed> rdf:type owl:NamedIndividual ,
<http://purl.oclc.org/NET/ssnx/qu/dim#RotationalSpeed> ;
<http://purl.oclc.org/NET/ssnx/qu/qu#generalQuantityKind> <http://purl.oclc.org/NET/ssnx/qu/quantity#rotationalSpeed> ;
<http://purl.oclc.org/NET/ssnx/qu/qu#propertyType> <http://purl.oclc.org/NET/ssnx/qu/quantity#property> ;
skos:inScheme <http://purl.oclc.org/NET/ssnx/qu/dim#AcousticsScheme> ,
<http://purl.oclc.org/NET/ssnx/qu/dim#PeriodicAndRelatedPhenomenaScheme> ;
<http://purl.org/dc/elements/1.1/source> "GELLISH" ;
rdfs:comment "synchronous speed is a rotational speed that results from the frequency of the system to which the machine is connected and either the number of poles or the number of projections in the machine." ;
rdfs:label "synchronous speed"^^xsd:string .
### http://purl.oclc.org/NET/ssnx/qu/quantity#torque
<http://purl.oclc.org/NET/ssnx/qu/quantity#torque> rdf:type owl:NamedIndividual .
[ schema:affiliation [ foaf:name "OGC"
] ;
foaf:name "Rob Atkinson"
] .
[ schema:affiliation [ foaf:name "ICCS"
] ;
foaf:name "Ioanna Roussaki"
] .
[ schema:affiliation "ICCS" ;
foaf:name "George Routis"
] .
[ schema:affiliation [ foaf:name "PSNC"
] ;
rdfs:seeAlso <http://orcid.org/0000-0003-4289-4922> ;
foaf:name "Raul Palma"
] .
[ foaf:homepage <https://h2020-demeter.eu/> ;
foaf:name "DEMETER project"
] .
[ schema:affiliation [ foaf:name "ICCS"
] ;
foaf:name "Ioanna Roussaki"
] .
[ schema:affiliation [ foaf:name "PSNC"
] ;
rdfs:seeAlso <http://orcid.org/0000-0003-4289-4922> ;
foaf:name "Raul Palma"
] .
[ schema:affiliation [ foaf:name "OGC"
] ;
foaf:name "Rob Atkinson"
] .
[ schema:affiliation [ foaf:name "ICCS"
] ;
foaf:name "Ioanna Roussaki"
] .
[ foaf:homepage <https://h2020-demeter.eu/> ;
foaf:name "DEMETER project"
] .
[ schema:affiliation [ foaf:name "PSNC"
] ;
rdfs:seeAlso <http://orcid.org/0000-0003-4289-4922> ;
foaf:name "Raul Palma"
] .
[ foaf:homepage <https://h2020-demeter.eu/> ;
foaf:name "DEMETER project"
] .
[ schema:affiliation [ foaf:name "OGC"
] ;
foaf:name "Rob Atkinson"
] .
[ foaf:homepage <https://h2020-demeter.eu/> ;
foaf:name "DEMETER project"
] .
[ schema:affiliation [ foaf:name "OGC"
] ;
foaf:name "Rob Atkinson"
] .
[ schema:affiliation [ foaf:name "ICCS"
] ;
foaf:name "Ioanna Roussaki"
] .
[ schema:affiliation [ foaf:name "ICCS"
] ;
foaf:name "Ioanna Roussaki"
] .
[ foaf:homepage <https://h2020-demeter.eu/> ;
foaf:name "DEMETER project"
] .
[ schema:affiliation [ foaf:name "OGC"
] ;
foaf:name "Rob Atkinson"
] .
[ schema:affiliation [ foaf:name "PSNC"
] ;
rdfs:seeAlso <http://orcid.org/0000-0003-4289-4922> ;
foaf:name "Raul Palma"
] .
[ schema:affiliation [ foaf:name "PSNC"
] ;
rdfs:seeAlso <http://orcid.org/0000-0003-4289-4922> ;
foaf:name "Raul Palma"
] .
[ schema:affiliation "ICCS" ;
foaf:name "George Routis"
] .
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi