-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmy-source.ttl
40 lines (30 loc) · 1.57 KB
/
my-source.ttl
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
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix gtfs: <http://vocab.gtfs.org/terms#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<https://www.cefriel.com/data/AMV> a gtfs:Stop;
foaf:page "http://samplefeed.com/stops/AMV";
gtfs:parentStation <https://www.cefriel.com/data/AMV_STATION_INFERENCE_DEMO> .
<https://www.cefriel.com/data/BEATTY_AIRPORT> a gtfs:Stop;
foaf:page "http://samplefeed.com/stops/BEATTY_AIRPORT".
<https://www.cefriel.com/data/AMV_STATION_INFERENCE_DEMO> dct:identifier "AMV_STATION_INFERENCE_DEMO";
geo:lat 3.6641496E1;
geo:long -1.1640094E2;
gtfs:locationType <http://transport.linkeddata.es/resource/LocationType/1> ;
foaf:name "AMV Station (Inference Demo)" .
<https://www.cefriel.com/data/BULLFROG> a gtfs:Stop;
foaf:page "http://samplefeed.com/stops/BULLFROG".
<https://www.cefriel.com/data/DADAN> a gtfs:Stop;
foaf:page "http://samplefeed.com/stops/DADAN".
<https://www.cefriel.com/data/EMSI> a gtfs:Stop;
foaf:page "http://samplefeed.com/stops/EMSI".
<https://www.cefriel.com/data/FUR_CREEK_RES> a gtfs:Stop;
foaf:page "http://samplefeed.com/stops/FUR_CREEK_RES".
<https://www.cefriel.com/data/NADAV> a gtfs:Stop;
foaf:page "http://samplefeed.com/stops/NADAV".
<https://www.cefriel.com/data/NANAA> a gtfs:Stop;
foaf:page "http://samplefeed.com/stops/NANAA".
<https://www.cefriel.com/data/STAGECOACH> a gtfs:Stop;
foaf:page "http://samplefeed.com/stops/STAGECOACH".