-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtravelTime.json
38 lines (38 loc) · 1.26 KB
/
travelTime.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
{
"@graph": [
{
"@id": "iudx:travelTime",
"@type": [
"iudx:TimeProperty"
],
"rdfs:comment": "The time taken to travel between the orgin bus stop and the destination bus stop corresponding to this observation in HH:MM:SS format(HH:MM:SS is also accepted, if the hour begins with 0).",
"rdfs:label": "travelTime",
"rdfs:isDefinedBy": {
"@id": "iudx:"
},
"iudx:domainIncludes": [
{
"@id": "iudx:TransitManagement"
}
],
"iudx:rangeIncludes": [
{
"@id": "iudx:Text"
},
{
"@id": "iudx:ValueDescriptor"
}
]
}
],
"@context": {
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl": "http://www.w3.org/2002/07/owl#",
"skos": "http://www.w3.org/2004/02/skos/core#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"geojson": "https://purl.org/geojson/vocab#",
"schema": "http://schema.org/",
"iudx": "https://voc.iudx.org.in/",
"xsd": "http://www.w3.org/2001/XMLSchema#"
}
}