-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathResource.owl
More file actions
561 lines (355 loc) · 23.2 KB
/
Resource.owl
File metadata and controls
561 lines (355 loc) · 23.2 KB
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
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
<?xml version="1.0"?>
<rdf:RDF xmlns="http://ontology.eil.utoronto.ca/icity/Resource/"
xml:base="http://ontology.eil.utoronto.ca/icity/Resource/"
xmlns:adms="http://www.w3.org/ns/adms#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:ns="http://creativecommons.org/ns#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:ns5="http://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:terms="http://purl.org/dc/terms/"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:om-1="http://www.wurvoc.org/vocabularies/om-1.8/"
xmlns:wgs84_pos="http://www.w3.org/2003/01/geo/wgs84_pos#"
xmlns:bibo="http://purl.org/ontology/bibo/"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:OM="http://ontology.eil.utoronto.ca/icity/OM/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:WV="http://www.wurvoc.org/vocabularies/WV/"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<owl:Ontology rdf:about="http://ontology.eil.utoronto.ca/icity/Resource/">
<owl:versionIRI rdf:resource="http://ontology.eil.utoronto.ca/icity/Resource/1.2/"/>
<owl:imports rdf:resource="http://ontology.eil.utoronto.ca/icity/OM/1.2/"/>
<owl:imports rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/1.2/"/>
<adms:relatedDocumentation>Under development. Please see report on iCity Ontology v1.</adms:relatedDocumentation>
<vann:preferredNamespacePrefix>icity-resource</vann:preferredNamespacePrefix>
<dc:title>Resource Ontology</dc:title>
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1.2</owl:versionInfo>
<dc:creator>Megan Katsumi</dc:creator>
<owl:priorVersion rdf:datatype="http://www.w3.org/2001/XMLSchema#string">http://ontology.eil.utoronto.ca/icity/Resource/1.2/</owl:priorVersion>
<ns:license>http://creativecommons.org/licenses/by/3.0/</ns:license>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">November 6, 2017</dc:issued>
<dc:description>This ontology provides a generic representation of resources that contain core properties generic across all transportation uses. We take the view presented in the TOVE model (Fadel, Fox, and Gruninger, 1994) that "...being a resource is not an innate property of an object but a property that is derived from the role the object plays with respect to an activity". The definition of a resource is dependent on its participation in an activity occurrence, so the Resource ontology is in fact an extension of the Activity ontology. In this sense, Resources are a class of manifestations, so that rather than have a specialized Resource-perdurant (PD) class, a Resource is a manifestation of some other perdurant class in the ontology. For example, an instance of a Vehicle that is a manifestation of some VehiclePD may also be an instance of a resource, whereas some other instance of a Vehicle that is some later manifestation of the same VehiclePD may not be a Resource, or it may be a different Resource.
</dc:description>
<rdfs:comment>Developed as part of the overall iCity ontology effort, the iCity-Resource ontology is designed to capture concepts related to resources.
Changes from previous version:
-Updated Activity ontology (via updates to SpatialLoc)
Copyright @ 2016 Megan Katsumi, iCity Research Group</rdfs:comment>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://creativecommons.org/ns#license -->
<owl:AnnotationProperty rdf:about="http://creativecommons.org/ns#license"/>
<!-- http://purl.org/dc/elements/1.1/date -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/date"/>
<!-- http://purl.org/dc/elements/1.1/description -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/description"/>
<!-- http://purl.org/dc/elements/1.1/title -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/title"/>
<!-- http://purl.org/dc/terms/creator -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/creator"/>
<!-- http://purl.org/dc/terms/description -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/description"/>
<!-- http://purl.org/dc/terms/issued -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/issued"/>
<!-- http://purl.org/dc/terms/modified -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/modified"/>
<!-- http://purl.org/dc/terms/rights -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/rights"/>
<!-- http://purl.org/dc/terms/title -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/title"/>
<!-- http://purl.org/vocab/vann/preferredNamespacePrefix -->
<owl:AnnotationProperty rdf:about="http://purl.org/vocab/vann/preferredNamespacePrefix"/>
<!-- http://purl.org/vocab/vann/preferredNamespaceUri -->
<owl:AnnotationProperty rdf:about="http://purl.org/vocab/vann/preferredNamespaceUri"/>
<!-- http://www.w3.org/2002/07/owl#versionInfo -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2002/07/owl#versionInfo"/>
<!-- http://www.w3.org/2003/01/geo/wgs84_pos#alt -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#alt">
<rdfs:comment>The WGS84 altitude of a SpatialThing (decimal meters
above the local reference ellipsoid).</rdfs:comment>
<rdfs:label>altitude</rdfs:label>
<rdfs:domain rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"/>
</owl:AnnotationProperty>
<!-- http://www.w3.org/2003/01/geo/wgs84_pos#lat -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#lat">
<rdfs:comment>The WGS84 latitude of a SpatialThing (decimal degrees).</rdfs:comment>
<rdfs:label>latitude</rdfs:label>
<rdfs:domain rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"/>
</owl:AnnotationProperty>
<!-- http://www.w3.org/2003/01/geo/wgs84_pos#location -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#location">
<rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/based_near"/>
</owl:AnnotationProperty>
<!-- http://www.w3.org/2003/01/geo/wgs84_pos#long -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#long">
<rdfs:comment>The WGS84 longitude of a SpatialThing (decimal degrees).</rdfs:comment>
<rdfs:label>longitude</rdfs:label>
<rdfs:domain rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"/>
</owl:AnnotationProperty>
<!-- http://www.w3.org/ns/adms#relatedDocumentation -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/ns/adms#relatedDocumentation"/>
<!-- http://xmlns.com/foaf/0.1/based_near -->
<owl:AnnotationProperty rdf:about="http://xmlns.com/foaf/0.1/based_near"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://ontology.eil.utoronto.ca/icity/Activity/participatesIn -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/participatesIn"/>
<!-- http://ontology.eil.utoronto.ca/icity/Activity/preconditionOf -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/preconditionOf"/>
<!-- http://ontology.eil.utoronto.ca/icity/Change/existsAt -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Change/existsAt"/>
<!-- http://ontology.eil.utoronto.ca/icity/Resource/ResourceOntologyProperty -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Resource/ResourceOntologyProperty">
<dc:description>Added for organizational purposes, to identify all properties defined in the Resource ontology.</dc:description>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Resource/capacityInUse -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Resource/capacityInUse">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Resource/ResourceOntologyProperty"/>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Resource/consumedBy -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Resource/consumedBy">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/preconditionOf"/>
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Resource/ResourceOntologyProperty"/>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Resource/hasAvailableCapacity -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Resource/hasAvailableCapacity">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Resource/ResourceOntologyProperty"/>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Resource/hasCapacity -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Resource/hasCapacity">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Resource/ResourceOntologyProperty"/>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Resource/hasOwner -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Resource/hasOwner">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Resource/ResourceOntologyProperty"/>
<owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Resource/ownedBy"/>
<rdfs:domain rdf:resource="http://ontology.eil.utoronto.ca/icity/Resource/Resource"/>
<rdfs:comment>A Resource may have some owner. The owner of a resource is subject to change over time.</rdfs:comment>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Resource/hasResourceType -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Resource/hasResourceType">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Resource/ResourceOntologyProperty"/>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Resource/ownedBy -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Resource/ownedBy">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Resource/ResourceOntologyProperty"/>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Resource/usedBy -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Resource/usedBy">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/preconditionOf"/>
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Resource/ResourceOntologyProperty"/>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/SpatialLoc/hasLocation -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/SpatialLoc/hasLocation"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://ontology.eil.utoronto.ca/icity/Activity/Activity -->
<owl:Class rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/Activity"/>
<!-- http://ontology.eil.utoronto.ca/icity/Change/Manifestation -->
<owl:Class rdf:about="http://ontology.eil.utoronto.ca/icity/Change/Manifestation"/>
<!-- http://ontology.eil.utoronto.ca/icity/OM/CapacitySize -->
<owl:Class rdf:about="http://ontology.eil.utoronto.ca/icity/OM/CapacitySize"/>
<!-- http://ontology.eil.utoronto.ca/icity/Resource/DivisibleResource -->
<owl:Class rdf:about="http://ontology.eil.utoronto.ca/icity/Resource/DivisibleResource">
<rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Resource/Resource"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Resource/hasAvailableCapacity"/>
<owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/OM/CapacitySize"/>
</owl:Restriction>
</rdfs:subClassOf>
<owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/icity/Resource/NonDivisibleResource"/>
</owl:Class>
<!-- http://ontology.eil.utoronto.ca/icity/Resource/NonDivisibleResource -->
<owl:Class rdf:about="http://ontology.eil.utoronto.ca/icity/Resource/NonDivisibleResource">
<rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Resource/Resource"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Resource/usedBy"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/Activity"/>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<!-- http://ontology.eil.utoronto.ca/icity/Resource/Resource -->
<owl:Class rdf:about="http://ontology.eil.utoronto.ca/icity/Resource/Resource">
<rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Change/Manifestation"/>
<rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Resource/ResourceOntologyThing"/>
<rdfs:subClassOf>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Resource/consumedBy"/>
<owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/Activity"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Resource/usedBy"/>
<owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/Activity"/>
</owl:Restriction>
</owl:unionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Resource/capacityInUse"/>
<owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/OM/CapacitySize"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Resource/hasCapacity"/>
<owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/OM/CapacitySize"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Resource/usedBy"/>
<owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/Activity"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/SpatialLoc/associatedLocation"/>
<owl:allValuesFrom rdf:resource="http://www.opengis.net/ont/geosparql#Feature"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/SpatialLoc/hasLocation"/>
<owl:allValuesFrom rdf:resource="http://www.opengis.net/ont/geosparql#Feature"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/participatesIn"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/Activity"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Change/existsAt"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://www.w3.org/2006/time#TemporalEntity"/>
</owl:Restriction>
</rdfs:subClassOf>
<owl:disjointUnionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://ontology.eil.utoronto.ca/icity/Resource/DivisibleResource"/>
<rdf:Description rdf:about="http://ontology.eil.utoronto.ca/icity/Resource/NonDivisibleResource"/>
</owl:disjointUnionOf>
<dc:description>A Resource is a generic representation of some Thing that can be "used" in an Activity.
A Resource may have some Location, amount or availability, according to the definition of the Manifestation or TimeVaryingEntity.
A Resource must be classified as some Resource Type.
A Resource may participate in some Activity Occurrence.
A specific Resource may be used in or consumed in some activity occurrence.
A Resource may have some associated location. This property captures an approximate location that may or may not differ from its actual location. For example, a landmark may be associated with a particular point (single set of coordinates), whereas the landmark itself in fact has a location that extends beyond this single point. It may even be the case that the associated location is distinct from (ie. not contained in) the actual location.</dc:description>
</owl:Class>
<!-- http://ontology.eil.utoronto.ca/icity/Resource/ResourceOntologyThing -->
<owl:Class rdf:about="http://ontology.eil.utoronto.ca/icity/Resource/ResourceOntologyThing">
<dc:description>Added for organizational purposes, to identify all classes defined in the Resource ontology.</dc:description>
</owl:Class>
<!-- http://www.opengis.net/ont/geosparql#Feature -->
<owl:Class rdf:about="http://www.opengis.net/ont/geosparql#Feature"/>
<!-- http://www.w3.org/2006/time#TemporalEntity -->
<owl:Class rdf:about="http://www.w3.org/2006/time#TemporalEntity"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotations
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<rdf:Description rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#">
<dc:date>$Date: 2009/04/20 15:00:30 $</dc:date>
<rdfs:label>geo</rdfs:label>
<dc:description>A vocabulary for representing latitude, longitude and
altitude information in the WGS84 geodetic reference datum.
Version $Id: wgs84_pos.rdf,v 1.22 2009/04/20 15:00:30 timbl Exp $. See http://www.w3.org/2003/01/geo/ for more details.</dc:description>
<rdfs:comment>
Recent changes to this namespace:
$Log: wgs84_pos.rdf,v $
Revision 1.22 2009/04/20 15:00:30 timbl
Remove the time bits which have been deal with elsewhere eg in iCal.
Revision 1.21 2009/04/20 12:52:47 timbl
try again
Revision 1.20 2009/04/20 12:42:11 timbl
Add Event (edited ages ago and never checked in), and location (following discussion http://chatlogs.planetrdf.com/swig/2009-04-20#T12-36-09)
Revision 1.19 2009/04/20 12:36:31 timbl
Add Event (edited ages ago and never checked in), and location (following discussion http://chatlogs.planetrdf.com/swig/2009-04-20#T12-36-09)
Revision 1.18 2006/02/01 22:01:04 danbri
Clarified that lat and long are decimal degrees, and that alt is decimal metres about local reference ellipsoid
Revision 1.17 2004/02/06 17:38:12 danbri
Fixed a bad commit screwup
Revision 1.15 2003/04/19 11:24:08 danbri
Fixed the typo even more.
Revision 1.14 2003/04/19 11:16:56 danbri
fixed a typo
Revision 1.13 2003/02/19 22:27:27 connolly
relaxed domain constraints on lat/long/alt from Point to SpatialThing
Revision 1.12 2003/01/12 01:41:41 danbri
Trying local copy of XSLT doc.
Revision 1.11 2003/01/12 01:20:18 danbri
added a link to morten's xslt rdfs viewer.
Revision 1.10 2003/01/11 18:56:49 danbri
Removed datatype range from lat and long properties, since they would
have required each occurance of the property to mention the datatype.
Revision 1.9 2003/01/11 11:41:31 danbri
Another typo; repaired rdfs:Property to rdf:Property x4
Revision 1.8 2003/01/11 11:05:02 danbri
Added an rdfs:range for each lat/long/alt property,
http://www.w3.org/2001/XMLSchema#float
Revision 1.7 2003/01/10 20:25:16 danbri
Longer rdfs:comment for Point, trying to be Earth-centric and neutral about
coordinate system(s) at the same time. Feedback welcomed.
Revision 1.6 2003/01/10 20:18:30 danbri
Added CVS log comments into the RDF/XML as an rdfs:comment property of the
vocabulary. Note that this is not common practice (but seems both harmless
and potentially useful).
revision 1.5
date: 2003/01/10 20:14:31; author: danbri; state: Exp; lines: +16 -5
Updated schema:
Added a dc:date, added url for more info. Changed the rdfs:label of the
namespace from gp to geo. Added a class Point, set as the rdfs:domain of
each property. Added XML comment on the lat_long property suggesting that
we might not need it (based on #rdfig commentary from implementors).
revision 1.4
date: 2003/01/10 20:01:07; author: danbri; state: Exp; lines: +6 -5
Fixed typo; several rdfs:about attributes are now rdf:about. Thanks to MortenF in
#rdfig for catching this error.
revision 1.3
date: 2003/01/10 11:59:03; author: danbri; state: Exp; lines: +4 -3
fixed buglet in vocab, added more wgs links
revision 1.2
date: 2003/01/10 11:01:11; author: danbri; state: Exp; lines: +4 -4
Removed alt from the as-a-flat-string property, and switched from
space separated to comma separated.
revision 1.1
date: 2003/01/10 10:53:23; author: danbri; state: Exp;
basic geo vocab
</rdfs:comment>
<dc:title>WGS84 Geo Positioning: an RDF vocabulary</dc:title>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#lat_long">
<rdfs:comment>A comma-separated representation of a latitude, longitude coordinate.</rdfs:comment>
<rdfs:label>lat/long</rdfs:label>
</rdf:Description>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi -->