This repository was archived by the owner on May 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstatic.ttl
More file actions
57 lines (46 loc) · 1.63 KB
/
static.ttl
File metadata and controls
57 lines (46 loc) · 1.63 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
@base <http://lod.opentransportdata.swiss/> .
@prefix schema: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
<stationtype/Elevator> a schema:CivicStructure ;
rdfs:label "Lift"@de ;
rdfs:label "Elevator"@en .
<stationtype/AerialLift> a schema:CivicStructure ;
rdfs:label "Luftseilbahn"@de ;
rdfs:label "Aerial lift"@en .
<stationtype/Bus> a schema:CivicStructure ;
rdfs:subClassOf schema:BusStop ;
rdfs:label "Bus Station"@de ;
rdfs:label "Bus station"@en .
<stationtype/Ship> a schema:CivicStructure ;
rdfs:label "Schiff"@de ;
rdfs:label "Ship"@en .
<stationtype/Funicular> a schema:CivicStructure ;
rdfs:label "Standseilbahn"@de ;
rdfs:label "Funicular"@en ;
rdfs:label "Funiculaire"@fr ;
rdfs:label "Funicolare"@it .
<stationtype/Tram> a schema:CivicStructure ;
rdfs:label "Tram"@de-CH ;
rdfs:label "Straßenbahn"@de-DE ;
rdfs:label "Tram"@en ;
rdfs:label "Tram"@fr ;
rdfs:label "Tram"@it .
<stationtype/Train> a schema:CivicStructure ;
rdfs:subClassOf schema:TrainStation ;
rdfs:label "Zug"@de-CH ;
rdfs:label "Bahn"@de-DE .
<stationtype/Subway> a schema:CivicStructure ;
rdfs:subClassOf schema:SubwayStation ;
rdfs:label "Metro"@de ;
rdfs:label "Subway station"@en .
<stationtype/RackRailway> a schema:CivicStructure ;
rdfs:label "Zahnradbahn"@de ;
rdfs:label "Rack railway"@en .
# Properties for Place/Shops that did not match to schema.org:
<vocab/floor> a rdf:Property ;
rdfs:label "Etage"@de-CH ;
rdfs:label "Geschoss"@de ;
rdfs:label "Floor"@en ;
rdfs:label "Étage"@fr ;
rdfs:label "Piano"@it .