-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstop_headsign.json
44 lines (44 loc) · 1.5 KB
/
stop_headsign.json
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
{
"@graph": [
{
"@id": "iudx:stop_headsign",
"@type": [
"iudx:TextProperty"
],
"rdfs:comment": "This field contains the text that appears on a sign that identifies the trip\u2019s destination to passengers. SameAs: 'stop_headsign' field from GTFS Static Field definitions-stop_times.txt (https://developers.google.com/transit/gtfs/reference#stop_timestxt)",
"rdfs:label": "stop_headsign",
"rdfs:isDefinedBy": {
"@id": "iudx:"
},
"iudx:domainIncludes": [
{
"@id": "iudx:TripDetails"
},
{
"@id": "iudx:TransitManagement"
}
],
"iudx:rangeIncludes": [
{
"@id": "iudx:Text"
},
{
"@id": "iudx:ValueDescriptor"
}
],
"skos:exactMatch": {
"@id": "GTFS: stop_headsign"
}
}
],
"@context": {
"iudx": "https://voc.iudx.org.in/",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"geojson": "https://purl.org/geojson/vocab#",
"owl": "http://www.w3.org/2002/07/owl#",
"skos": "http://www.w3.org/2004/02/skos/core#",
"schema": "http://schema.org/",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"xsd": "http://www.w3.org/2001/XMLSchema#"
}
}