-
Notifications
You must be signed in to change notification settings - Fork 3
/
vocab.rdf
679 lines (587 loc) · 39.8 KB
/
vocab.rdf
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
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
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:bio="http://vocab.org/transit/terms/"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:dc="http://purl.org/dc/terms/"
xmlns:cc="http://web.resource.org/cc/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:ov="http://open.vocab.org/terms/"
xmlns:label="http://purl.org/net/vocab/2004/03/label#"
xmlns:st="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<owl:Ontology rdf:about="http://vocab.org/transit/terms/">
<dc:title xml:lang="en">TRANSIT: A vocabulary for describing transit systems and routes</dc:title>
<dc:date rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:date>
<dc:abstract xml:lang="en">This document describes a vocabulary for describing transit systems, routes, stops and schedules.</dc:abstract>
<dc:description rdf:parseType="Literal"><div>
<p>The TRANSIT schema is based on the General Transit Feed Specification published by Google.</p>
<p><figure><img src="/transit/core-classes.png"/><br />Figure: Transit Vocabulary Core Classes (<a href="http://vocab.org/transit/core-classes.png">PNG version</a>, <a href="http://vocab.org/transit/core-classes.svg">SVG version</a>)</figure></p>
<p>Please see <a href="https://github.com/iand/vocab-transit">https://github.com/iand/vocab-transit</a> for the master version of this vocabulary.</p>
</div></dc:description>
<dc:identifier>http://vocab.org/transit/terms/</dc:identifier>
<dc:creator><foaf:Person rdf:about="http://iandavis.com/id/me"><foaf:name>Ian Davis</foaf:name></foaf:Person></dc:creator>
<dc:rights>Copyright 2011 Ian Davis</dc:rights>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
<rdfs:seeAlso rdf:resource="http://code.google.com/transit/spec/transit_feed_specification.html" rdfs:label="General Transit Feed Specification"/>
<!--
<ov:discussionList rdf:resource="http://lists.foaf-project.org/mailman/listinfo/foaf-dev" rdfs:label="FOAF-DEV mailing list"/>
-->
<vann:preferredNamespaceUri>http://vocab.org/transit/terms/</vann:preferredNamespaceUri>
<vann:preferredNamespacePrefix>transit</vann:preferredNamespacePrefix>
<!--
<vann:termGroup rdf:resource="http://vocab.org/transit/terms/termgroup1" />
<vann:termGroup rdf:resource="http://vocab.org/transit/terms/termgroup2" />
<vann:termGroup rdf:resource="http://vocab.org/transit/terms/termgroup3" />
<vann:termGroup rdf:resource="http://vocab.org/transit/terms/termgroup4" />
<vann:termGroup rdf:resource="http://vocab.org/transit/terms/termgroup5" />
-->
</owl:Ontology>
<cc:Work rdf:about="">
<cc:license rdf:resource="http://creativecommons.org/licenses/by/1.0/"/>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/Text"/>
</cc:Work>
<cc:License rdf:about="http://creativecommons.org/licenses/by/1.0/">
<cc:permits rdf:resource="http://web.resource.org/cc/Reproduction"/>
<cc:permits rdf:resource="http://web.resource.org/cc/Distribution"/>
<cc:requires rdf:resource="http://web.resource.org/cc/Notice"/>
<cc:requires rdf:resource="http://web.resource.org/cc/Attribution"/>
<cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/>
</cc:License>
<!--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Classes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-->
<owl:Class rdf:about="http://vocab.org/transit/terms/AccessArrangement">
<rdfs:label xml:lang="en">Access Arrangement</rdfs:label>
<rdfs:comment xml:lang="en">A type of arrangement for picking up or dropping off passengers from a service stop.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Organization" />
<st:term_status>unstable</st:term_status>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</owl:Class>
<owl:Class rdf:about="http://vocab.org/transit/terms/Agency">
<rdfs:label xml:lang="en">Transit Agency</rdfs:label>
<rdfs:comment xml:lang="en">An organization that oversees public transportation for a city or region.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Organization" />
<st:term_status>unstable</st:term_status>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</owl:Class>
<owl:Class rdf:about="http://vocab.org/transit/terms/BusRoute">
<rdfs:label xml:lang="en">Bus Route</rdfs:label>
<rdfs:comment xml:lang="en">A public transportation route utilising buses on roads for short- or long-distance travel.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<st:term_status>unstable</st:term_status>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
<rdfs:subClassOf rdf:resource="http://vocab.org/transit/terms/Route" />
</owl:Class>
<owl:Class rdf:about="http://vocab.org/transit/terms/CableCarRoute">
<rdfs:label xml:lang="en">Cable Car Route</rdfs:label>
<rdfs:comment xml:lang="en">A public transportation route utilising street-level cable cars where the cable runs beneath the car.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<st:term_status>unstable</st:term_status>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
<rdfs:subClassOf rdf:resource="http://vocab.org/transit/terms/Route" />
</owl:Class>
<owl:Class rdf:about="http://vocab.org/transit/terms/Fare">
<rdfs:label xml:lang="en">Fare</rdfs:label>
<rdfs:comment xml:lang="en">A class of fare payable for public transportation.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<st:term_status>unstable</st:term_status>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</owl:Class>
<owl:Class rdf:about="http://vocab.org/transit/terms/FerryRoute">
<rdfs:label xml:lang="en">Ferry Route</rdfs:label>
<rdfs:comment xml:lang="en">A public transportation route utilising boats for short- or long-distance travel.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<st:term_status>unstable</st:term_status>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
<rdfs:subClassOf rdf:resource="http://vocab.org/transit/terms/Route" />
</owl:Class>
<owl:Class rdf:about="http://vocab.org/transit/terms/FunicularRoute">
<rdfs:label xml:lang="en">Funicular Route</rdfs:label>
<rdfs:comment xml:lang="en">A public transportation route utilising a rail system designed for steep inclines.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<st:term_status>unstable</st:term_status>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
<rdfs:subClassOf rdf:resource="http://vocab.org/transit/terms/Route" />
</owl:Class>
<owl:Class rdf:about="http://vocab.org/transit/terms/GondalaRoute">
<rdfs:label xml:lang="en">Gondala Route</rdfs:label>
<rdfs:comment xml:lang="en">A public transportation route utilising aerial cable cars where the car is suspended from the cable.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<st:term_status>unstable</st:term_status>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
<rdfs:subClassOf rdf:resource="http://vocab.org/transit/terms/Route" />
</owl:Class>
<owl:Class rdf:about="http://vocab.org/transit/terms/InboundService">
<rdfs:label xml:lang="en">Inbound Service</rdfs:label>
<rdfs:comment xml:lang="en">A service that travels in an inbound direction.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<st:term_status>unstable</st:term_status>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</owl:Class>
<owl:Class rdf:about="http://vocab.org/transit/terms/MinimumTimeTransfer">
<rdfs:label xml:lang="en">Minimum Time Transfer</rdfs:label>
<rdfs:comment xml:lang="en">A transfer point between two routes that requires a minimum amount of time between arrival and departure to ensure a connection.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<st:term_status>unstable</st:term_status>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
<rdfs:subClassOf rdf:resource="http://vocab.org/transit/terms/Transfer" />
</owl:Class>
<owl:Class rdf:about="http://vocab.org/transit/terms/OutboundService">
<rdfs:label xml:lang="en">Outbound Service</rdfs:label>
<rdfs:comment xml:lang="en">A service that travels in an outbound direction.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<st:term_status>unstable</st:term_status>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</owl:Class>
<owl:Class rdf:about="http://vocab.org/transit/terms/RailRoute">
<rdfs:label xml:lang="en">Rail Route</rdfs:label>
<rdfs:comment xml:lang="en">A public transportation route utilising a rail system for intercity or long-distance travel.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<st:term_status>unstable</st:term_status>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
<rdfs:subClassOf rdf:resource="http://vocab.org/transit/terms/Route" />
</owl:Class>
<owl:Class rdf:about="http://vocab.org/transit/terms/RecommendedTransfer">
<rdfs:label xml:lang="en">Timed Transfer</rdfs:label>
<rdfs:comment xml:lang="en">A point that is recommended for transfer between two routes.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<st:term_status>unstable</st:term_status>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
<rdfs:subClassOf rdf:resource="http://vocab.org/transit/terms/Transfer" />
</owl:Class>
<owl:Class rdf:about="http://vocab.org/transit/terms/Route">
<rdfs:label xml:lang="en">Transit Route</rdfs:label>
<rdfs:comment xml:lang="en">A public transportation route.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<st:term_status>unstable</st:term_status>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</owl:Class>
<owl:Class rdf:about="http://vocab.org/transit/terms/RouteStop">
<rdfs:label xml:lang="en">Route Stop</rdfs:label>
<rdfs:comment xml:lang="en">A location where passengers board or disembark from a transit vehicle for a specific route.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<st:term_status>unstable</st:term_status>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-08-06</dc:issued>
</owl:Class>
<owl:Class rdf:about="http://vocab.org/transit/terms/Schedule">
<rdfs:label xml:lang="en">Schedule</rdfs:label>
<rdfs:comment xml:lang="en">A public transport schedule that applies for one or more routes.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<st:term_status>unstable</st:term_status>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</owl:Class>
<owl:Class rdf:about="http://vocab.org/transit/terms/Service">
<rdfs:label xml:lang="en">Service</rdfs:label>
<rdfs:comment xml:lang="en">A public transport service that operates a route on a given schedule.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<st:term_status>unstable</st:term_status>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</owl:Class>
<owl:Class rdf:about="http://vocab.org/transit/terms/ServiceStop">
<rdfs:label xml:lang="en">Service Stop</rdfs:label>
<rdfs:comment xml:lang="en">A location where passengers board or disembark from a transit vehicle for a specific service.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<st:term_status>unstable</st:term_status>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</owl:Class>
<owl:Class rdf:about="http://vocab.org/transit/terms/Station">
<rdfs:label xml:lang="en">Transit Station</rdfs:label>
<rdfs:comment xml:lang="en">A physical structure or area that contains one or more stops.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<st:term_status>unstable</st:term_status>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</owl:Class>
<owl:Class rdf:about="http://vocab.org/transit/terms/Stop">
<rdfs:label xml:lang="en">Transit Stop</rdfs:label>
<rdfs:comment xml:lang="en">A location where passengers board or disembark from a transit vehicle.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<st:term_status>unstable</st:term_status>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</owl:Class>
<owl:Class rdf:about="http://vocab.org/transit/terms/SubwayRoute">
<rdfs:label xml:lang="en">Subway Route</rdfs:label>
<rdfs:comment xml:lang="en">A public transportation route utilising an underground rail system within a metropolitan area.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<st:term_status>unstable</st:term_status>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
<rdfs:subClassOf rdf:resource="http://vocab.org/transit/terms/Route" />
</owl:Class>
<owl:Class rdf:about="http://vocab.org/transit/terms/TimedTransfer">
<rdfs:label xml:lang="en">Timed Transfer</rdfs:label>
<rdfs:comment xml:lang="en">A transfer point between two routes where the departing vehicle is expected to wait for the arriving one with sufficient time for a passenger to transfer between routes.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<st:term_status>unstable</st:term_status>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
<rdfs:subClassOf rdf:resource="http://vocab.org/transit/terms/Transfer" />
</owl:Class>
<owl:Class rdf:about="http://vocab.org/transit/terms/TramRoute">
<rdfs:label xml:lang="en">Tram Route</rdfs:label>
<rdfs:comment xml:lang="en">A public transportation route utilising light rail or street level railed vehicles within a metropolitan area.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<st:term_status>unstable</st:term_status>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
<rdfs:subClassOf rdf:resource="http://vocab.org/transit/terms/Route" />
</owl:Class>
<owl:Class rdf:about="http://vocab.org/transit/terms/Transfer">
<rdfs:label xml:lang="en">Transfer</rdfs:label>
<rdfs:comment xml:lang="en">A transfer point between two routes.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<st:term_status>unstable</st:term_status>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</owl:Class>
<owl:Class rdf:about="http://vocab.org/transit/terms/UnavailableTransfer">
<rdfs:label xml:lang="en">Unavailable Transfer</rdfs:label>
<rdfs:comment xml:lang="en">A point where transfer between two routes is not possible despite appearing possible by proximity.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<st:term_status>unstable</st:term_status>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</owl:Class>
<!--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Properties of an agency
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-->
<rdf:Property rdf:about="http://vocab.org/transit/terms/timezone">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty" />
<rdfs:label xml:lang="en">Timezone</rdfs:label>
<rdfs:comment xml:lang="en">The timezone where a person or organisation is located.</rdfs:comment>
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</rdf:Property>
<rdf:Property rdf:about="http://vocab.org/transit/terms/language">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty" />
<rdfs:label xml:lang="en">Language</rdfs:label>
<rdfs:comment xml:lang="en">The primary language used by a person or organisation.</rdfs:comment>
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</rdf:Property>
<!--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Properties of a stop
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-->
<rdf:Property rdf:about="http://vocab.org/transit/terms/station">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty" />
<rdfs:label xml:lang="en">Station</rdfs:label>
<rdfs:comment xml:lang="en">The station that this stop is part of.</rdfs:comment>
<rdfs:domain rdf:resource="http://vocab.org/transit/terms/Stop"/>
<rdfs:range rdf:resource="http://vocab.org/transit/terms/Station"/>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</rdf:Property>
<rdf:Property rdf:about="http://vocab.org/transit/terms/transfer">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty" />
<rdfs:label xml:lang="en">Transfer</rdfs:label>
<rdfs:comment xml:lang="en">A transfer point that is associated with this stop.</rdfs:comment>
<rdfs:domain rdf:resource="http://vocab.org/transit/terms/Stop"/>
<rdfs:range rdf:resource="http://vocab.org/transit/terms/Transfer"/>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</rdf:Property>
<!--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Properties of a station
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-->
<rdf:Property rdf:about="http://vocab.org/transit/terms/stationStop">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty" />
<rdfs:label xml:lang="en">Station Stop</rdfs:label>
<rdfs:comment xml:lang="en">A stop that is associated with this station.</rdfs:comment>
<rdfs:domain rdf:resource="http://vocab.org/transit/terms/Station"/>
<rdfs:range rdf:resource="http://vocab.org/transit/terms/Stop"/>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</rdf:Property>
<!--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Properties of a route
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-->
<rdf:Property rdf:about="http://vocab.org/transit/terms/agency">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty" />
<rdfs:label xml:lang="en">Agency</rdfs:label>
<rdfs:comment xml:lang="en">The agency that operates this public transportation route.</rdfs:comment>
<rdfs:domain rdf:resource="http://vocab.org/transit/terms/Route"/>
<rdfs:range rdf:resource="http://vocab.org/transit/terms/Agency"/>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</rdf:Property>
<rdf:Property rdf:about="http://vocab.org/transit/terms/color">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty" />
<rdfs:label xml:lang="en">Color</rdfs:label>
<rdfs:comment xml:lang="en">A color associated with this route.</rdfs:comment>
<rdfs:domain rdf:resource="http://vocab.org/transit/terms/Route"/>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</rdf:Property>
<rdf:Property rdf:about="http://vocab.org/transit/terms/routeService">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty" />
<rdfs:label xml:lang="en">Route Service</rdfs:label>
<rdfs:comment xml:lang="en">A service that operates on this route.</rdfs:comment>
<rdfs:domain rdf:resource="http://vocab.org/transit/terms/Route"/>
<rdfs:range rdf:resource="http://vocab.org/transit/terms/Service"/>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</rdf:Property>
<rdf:Property rdf:about="http://vocab.org/transit/terms/routeStop">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty" />
<rdfs:label xml:lang="en">Route Stop</rdfs:label>
<rdfs:comment xml:lang="en">Links a route to a particular stop and the sequence of that stop in the route.</rdfs:comment>
<rdfs:range rdf:resource="http://vocab.org/transit/terms/RouteStop"/>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-08-06</dc:issued>
</rdf:Property>
<rdf:Property rdf:about="http://vocab.org/transit/terms/textColor">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty" />
<rdfs:label xml:lang="en">Text Color</rdfs:label>
<rdfs:comment xml:lang="en">A legible color for text drawn against a background of the color associated with a route.</rdfs:comment>
<rdfs:domain rdf:resource="http://vocab.org/transit/terms/Route"/>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</rdf:Property>
<!--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Properties of a schedule
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-->
<rdf:Property rdf:about="http://vocab.org/transit/terms/date">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty" />
<rdfs:label xml:lang="en">Date</rdfs:label>
<rdfs:comment xml:lang="en">A date on which this service is scheduled to operate.</rdfs:comment>
<rdfs:domain rdf:resource="http://vocab.org/transit/terms/Schedule"/>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</rdf:Property>
<rdf:Property rdf:about="http://vocab.org/transit/terms/scheduleService">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty" />
<rdfs:label xml:lang="en">Schedule Service</rdfs:label>
<rdfs:comment xml:lang="en">A service that operates on this schedule.</rdfs:comment>
<rdfs:domain rdf:resource="http://vocab.org/transit/terms/Schedule"/>
<rdfs:range rdf:resource="http://vocab.org/transit/terms/Service"/>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</rdf:Property>
<!--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Properties of a service
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-->
<rdf:Property rdf:about="http://vocab.org/transit/terms/schedule">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty" />
<rdfs:label xml:lang="en">Schedule</rdfs:label>
<rdfs:comment xml:lang="en">The schedule on which this service operates.</rdfs:comment>
<rdfs:domain rdf:resource="http://vocab.org/transit/terms/Service"/>
<rdfs:range rdf:resource="http://vocab.org/transit/terms/Schedule"/>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</rdf:Property>
<rdf:Property rdf:about="http://vocab.org/transit/terms/route">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty" />
<rdfs:label xml:lang="en">Route</rdfs:label>
<rdfs:comment xml:lang="en">A route associated with the given resource.</rdfs:comment>
<rdfs:range rdf:resource="http://vocab.org/transit/terms/Route"/>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
<skos:historyNote rdf:value="Relaxed domain" dc:date="2011-08-06" dc:creator="Ian Davis"/>
</rdf:Property>
<rdf:Property rdf:about="http://vocab.org/transit/terms/headsign">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty" />
<rdfs:label xml:lang="en">Date</rdfs:label>
<rdfs:comment xml:lang="en">Text that appears on a sign that identifies the service's destination to passengers.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</rdf:Property>
<!--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Properties of a transfer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-->
<rdf:Property rdf:about="http://vocab.org/transit/terms/fromStop">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty" />
<rdfs:label xml:lang="en">From Stop</rdfs:label>
<rdfs:comment xml:lang="en">A stop where a connection between routes begins.</rdfs:comment>
<rdfs:domain rdf:resource="http://vocab.org/transit/terms/Transfer"/>
<rdfs:range rdf:resource="http://vocab.org/transit/terms/Stop"/>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</rdf:Property>
<rdf:Property rdf:about="http://vocab.org/transit/terms/toStop">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty" />
<rdfs:label xml:lang="en">To Stop</rdfs:label>
<rdfs:comment xml:lang="en">A stop where a connection between routes ends.</rdfs:comment>
<rdfs:domain rdf:resource="http://vocab.org/transit/terms/Transfer"/>
<rdfs:range rdf:resource="http://vocab.org/transit/terms/Stop"/>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</rdf:Property>
<rdf:Property rdf:about="http://vocab.org/transit/terms/minTransferTime">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty" />
<rdfs:label xml:lang="en">Minimum Transfer Time</rdfs:label>
<rdfs:comment xml:lang="en">The amount of time (in seconds) that must be available in an itinerary to permit a transfer between routes at this transfer point.</rdfs:comment>
<rdfs:domain rdf:resource="http://vocab.org/transit/terms/Transfer"/>
<rdfs:range rdf:resource="http://vocab.org/transit/terms/Stop"/>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</rdf:Property>
<!--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Properties of a servicestop
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-->
<rdf:Property rdf:about="http://vocab.org/transit/terms/stop">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty" />
<rdfs:label xml:lang="en">Stop</rdfs:label>
<rdfs:comment xml:lang="en">The physical stop associated with this service stop.</rdfs:comment>
<rdfs:domain rdf:resource="http://vocab.org/transit/terms/ServiceStop"/>
<rdfs:range rdf:resource="http://vocab.org/transit/terms/Stop"/>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</rdf:Property>
<rdf:Property rdf:about="http://vocab.org/transit/terms/service">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty" />
<rdfs:label xml:lang="en">Service</rdfs:label>
<rdfs:comment xml:lang="en">The service associated with this service stop.</rdfs:comment>
<rdfs:domain rdf:resource="http://vocab.org/transit/terms/ServiceStop"/>
<rdfs:range rdf:resource="http://vocab.org/transit/terms/Stop"/>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</rdf:Property>
<rdf:Property rdf:about="http://vocab.org/transit/terms/pickup">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty" />
<rdfs:label xml:lang="en">Pick Up</rdfs:label>
<rdfs:comment xml:lang="en">The arrangement required for passengers to be picked up at this service stop.</rdfs:comment>
<rdfs:domain rdf:resource="http://vocab.org/transit/terms/ServiceStop"/>
<rdfs:range rdf:resource="http://vocab.org/transit/terms/AccessArrangement"/>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</rdf:Property>
<rdf:Property rdf:about="http://vocab.org/transit/terms/dropoff">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty" />
<rdfs:label xml:lang="en">Drop Off</rdfs:label>
<rdfs:comment xml:lang="en">The arrangement required for passengers to be dropped off at this service stop.</rdfs:comment>
<rdfs:domain rdf:resource="http://vocab.org/transit/terms/ServiceStop"/>
<rdfs:range rdf:resource="http://vocab.org/transit/terms/AccessArrangement"/>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</rdf:Property>
<rdf:Property rdf:about="http://vocab.org/transit/terms/arrivalTime">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty" />
<rdfs:label xml:lang="en">Arrival Time</rdfs:label>
<rdfs:comment xml:lang="en">The time of day at which the service arrives at the stop. The time is measured from "noon minus 12h" (effectively midnight, except for days on which daylight savings time changes occur) at the beginning of the service date. For times occurring after midnight on the service date, the time will be a value greater than 24:00:00 in HH:MM:SS local time for the day on which the trip schedule begins. Services that span multiple dates will have stop times greater than 24:00:00. For example, if a service begins at 10:30:00 p.m. and ends at 2:15:00 a.m. on the following day, the stop times would be 22:30:00 and 26:15:00. </rdfs:comment>
<rdfs:domain rdf:resource="http://vocab.org/transit/terms/ServiceStop"/>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</rdf:Property>
<rdf:Property rdf:about="http://vocab.org/transit/terms/departureTime">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty" />
<rdfs:label xml:lang="en">Departure Time</rdfs:label>
<rdfs:comment xml:lang="en">The time of day at which the service departs the stop. The time is measured from "noon minus 12h" (effectively midnight, except for days on which daylight savings time changes occur) at the beginning of the service date. For times occurring after midnight on the service date, the time will be a value greater than 24:00:00 in HH:MM:SS local time for the day on which the trip schedule begins. Services that span multiple dates will have stop times greater than 24:00:00. For example, if a service begins at 10:30:00 p.m. and ends at 2:15:00 a.m. on the following day, the stop times would be 22:30:00 and 26:15:00. </rdfs:comment>
<rdfs:domain rdf:resource="http://vocab.org/transit/terms/ServiceStop"/>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</rdf:Property>
<rdf:Property rdf:about="http://vocab.org/transit/terms/sequence">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty" />
<rdfs:label xml:lang="en">Sequence</rdfs:label>
<rdfs:comment xml:lang="en">A sequence number for a stop along a route or service. Sequence values are non-negative integers and increase along the route or service however they need not be consecutive.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
<skos:historyNote rdf:value="Relaxed domain" dc:date="2011-08-06" dc:creator="Ian Davis"/>
</rdf:Property>
<rdf:Property rdf:about="http://vocab.org/transit/terms/distance">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty" />
<rdfs:label xml:lang="en">Distance</rdfs:label>
<rdfs:comment xml:lang="en">The distance of this service stop from the first stop in sequence.</rdfs:comment>
<rdfs:domain rdf:resource="http://vocab.org/transit/terms/ServiceStop"/>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</rdf:Property>
<rdf:Property rdf:about="http://vocab.org/transit/terms/serviceStop">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty" />
<rdfs:label xml:lang="en">Service Stop</rdfs:label>
<rdfs:comment xml:lang="en">The arrival and departure time of a service at a particular stop.</rdfs:comment>
<rdfs:range rdf:resource="http://vocab.org/transit/terms/ServiceStop"/>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</rdf:Property>
<rdf:Property rdf:about="http://vocab.org/transit/terms/icaoCode">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty" />
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier" />
<rdfs:label xml:lang="en">ICAO code</rdfs:label>
<rdfs:comment xml:lang="en">The code issued by the International Civil Aviation Authority to identify an airport or airline.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2012-01-25</dc:issued>
</rdf:Property>
<rdf:Property rdf:about="http://vocab.org/transit/terms/iataCode">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty" />
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier" />
<rdfs:label xml:lang="en">IATA code</rdfs:label>
<rdfs:comment xml:lang="en">The code issued by the International Air Transport Association to identify an airport.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2012-01-25</dc:issued>
</rdf:Property>
<rdf:Property rdf:about="http://vocab.org/transit/terms/callsign">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty" />
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier" />
<rdfs:label xml:lang="en">Callsign prefix</rdfs:label>
<rdfs:comment xml:lang="en">The callsign prefix used by an airline to identify itself to air traffic control.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<st:term_status>unstable</st:term_status>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2012-01-25</dc:issued>
</rdf:Property>
<!--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Instances
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-->
<rdf:Description rdf:about="http://vocab.org/transit/terms/disallowed">
<rdf:type rdf:resource="http://vocab.org/transit/terms/AccessArrangement" />
<rdfs:label xml:lang="en">Disallowed</rdfs:label>
<rdfs:comment xml:lang="en">The particular form of access is unavailable.</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:about="http://vocab.org/transit/terms/prearranged">
<rdf:type rdf:resource="http://vocab.org/transit/terms/AccessArrangement" />
<rdfs:label xml:lang="en">Pre-arranged</rdfs:label>
<rdfs:comment xml:lang="en">The particular form of access must be pre-arranged with the transit agency.</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:about="http://vocab.org/transit/terms/standard">
<rdf:type rdf:resource="http://vocab.org/transit/terms/AccessArrangement" />
<rdfs:label xml:lang="en">Standard</rdfs:label>
<rdfs:comment xml:lang="en">The particular form of access has no special arrangement.</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:about="http://vocab.org/transit/terms/coordinated">
<rdf:type rdf:resource="http://vocab.org/transit/terms/AccessArrangement" />
<rdfs:label xml:lang="en">Coordinated</rdfs:label>
<rdfs:comment xml:lang="en">The particular form of access must be coordinated with the driver.</rdfs:comment>
</rdf:Description>
<!--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Properties of a fare
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-->
<rdf:Property rdf:about="http://vocab.org/transit/terms/price">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty" />
<rdfs:label xml:lang="en">Price</rdfs:label>
<rdfs:comment xml:lang="en">The price of the fare.</rdfs:comment>
<rdfs:domain rdf:resource="http://vocab.org/transit/terms/Fare"/>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</rdf:Property>
<rdf:Property rdf:about="http://vocab.org/transit/terms/currency">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty" />
<rdfs:label xml:lang="en">Currency</rdfs:label>
<rdfs:comment xml:lang="en">The currency of the fare price.</rdfs:comment>
<rdfs:domain rdf:resource="http://vocab.org/transit/terms/Fare"/>
<rdfs:isDefinedBy rdf:resource="http://vocab.org/transit/terms/"/>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-28</dc:issued>
</rdf:Property>
</rdf:RDF>