-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathroute_long_name.json
41 lines (41 loc) · 1.51 KB
/
route_long_name.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
{
"@graph": [
{
"@id": "iudx:route_long_name",
"@type": [
"iudx:TextProperty"
],
"rdfs:comment": "Full name of a route. This name is more descriptive than the routeShortName and often includes the route's destination or stop. This mostly includes the to and from destination names of the route. SameAs: 'route_long_name' field from GTFS Static Field definitions-routes.txt (https://developers.google.com/transit/gtfs/reference#routestxt)",
"rdfs:label": "route_long_name",
"rdfs:isDefinedBy": {
"@id": "iudx:"
},
"iudx:domainIncludes": [
{
"@id": "iudx:TransitManagement"
}
],
"iudx:rangeIncludes": [
{
"@id": "iudx:Text"
},
{
"@id": "iudx:ValueDescriptor"
}
],
"skos:exactMatch": {
"@id": "GTFS:route_long_name"
}
}
],
"@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#"
}
}