@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rail: <http://ontologi.es/rail/vocab#> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix void: <http://rdfs.org/ns/void#> .

<http://ontologi.es/rail/routes/gb/ATL.ttl> rdf:type foaf:Document ;
                                            dc:title "About: Atlantic Line/South London Line (Peckham Rye to Battersea Park)"@en ;
                                            <http://www.w3.org/1999/xhtml/vocab#> <http://ontologi.es/rail/screen.css> ;
                                            dc:hasFormat <http://ontologi.es/rail/routes/gb/ATL.json> ,
                                                         <http://ontologi.es/rail/routes/gb/ATL.nt> ,
                                                         <http://ontologi.es/rail/routes/gb/ATL.rdf> ,
                                                         <http://ontologi.es/rail/routes/gb/ATL.ttl> ,
                                                         <http://ontologi.es/rail/routes/gb/ATL.xhtml> ;
                                            dc:isFormatOf <http://ontologi.es/rail/routes/gb/ATL.ttl> ;
                                            dc:format "Turtle"@en ;
                                            rdfs:comment "Disclaimer: this site is not affiliated, associated, or in any other way connected officially with the National Rail Enquiries site."@en .

<http://ontologi.es/rail/routes/gb/ATL> rdf:type rail:Route ;
                                        foaf:name "Atlantic Line/South London Line (Peckham Rye to Battersea Park)"@en ;
                                        rail:elr "ATL"@zxx ;
                                        rail:route_origin _:arcb542b2 ;
                                        rail:stations <http://ontologi.es/rail/routes/gb/ATL.ttl#list> ;
                                        foaf:page <http://ontologi.es/rail/routes/gb/ATL.xhtml> .

_:arcb542b2 rdf:type geo:SpatialThing ;
            rdfs:label "London Bridge"@en .

<http://ontologi.es/rail/routes/gb/ATL.ttl#list> dc:title "Stations"@en ;
                                                 rdfs:member <http://ontologi.es/rail/stations/gb/DMK> ,
                                                             <http://ontologi.es/rail/stations/gb/CLP> ,
                                                             <http://ontologi.es/rail/stations/gb/WWR> ,
                                                             <http://ontologi.es/rail/stations/gb/BAK> ;
                                                 rdf:type rdf:List ;
                                                 rdf:first <http://ontologi.es/rail/stations/gb/DMK> ;
                                                 rdf:rest _:arcb542b5 .

<http://ontologi.es/rail/stations/gb/DMK> rdf:type rail:Station ;
                                          foaf:page <http://ontologi.es/rail/stations/gb/DMK.xhtml> ;
                                          foaf:name "Denmark Hill"@en .

<http://ontologi.es/rail/stations/gb/DMK.xhtml> foaf:primaryTopic <http://ontologi.es/rail/stations/gb/DMK> .

<http://ontologi.es/rail/stations/gb/CLP> rdf:type rail:Station ;
                                          foaf:page <http://ontologi.es/rail/stations/gb/CLP.xhtml> ;
                                          foaf:name "Clapham High Street"@en .

<http://ontologi.es/rail/stations/gb/CLP.xhtml> foaf:primaryTopic <http://ontologi.es/rail/stations/gb/CLP> .

<http://ontologi.es/rail/stations/gb/WWR> rdf:type rail:Station ;
                                          foaf:page <http://ontologi.es/rail/stations/gb/WWR.xhtml> ;
                                          foaf:name "Wandsworth Road"@en .

<http://ontologi.es/rail/stations/gb/WWR.xhtml> foaf:primaryTopic <http://ontologi.es/rail/stations/gb/WWR> .

<http://ontologi.es/rail/stations/gb/BAK> rdf:type rail:Station ;
                                          foaf:page <http://ontologi.es/rail/stations/gb/BAK.xhtml> ;
                                          foaf:name "Battersea Park"@en .

<http://ontologi.es/rail/stations/gb/BAK.xhtml> foaf:primaryTopic <http://ontologi.es/rail/stations/gb/BAK> .

_:arcb542b5 rdf:type rdf:List ;
            rdf:first <http://ontologi.es/rail/stations/gb/CLP> ;
            rdf:rest _:arcb542b7 .

_:arcb542b7 rdf:type rdf:List ;
            rdf:first <http://ontologi.es/rail/stations/gb/WWR> ;
            rdf:rest _:arcb542b9 .

_:arcb542b9 rdf:type rdf:List ;
            rdf:first <http://ontologi.es/rail/stations/gb/BAK> ;
            rdf:rest <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .

<http://ontologi.es/rail/routes/gb/ATL.xhtml> foaf:primaryTopic <http://ontologi.es/rail/routes/gb/ATL> ;
                                              dc:isFormatOf <http://ontologi.es/rail/routes/gb/ATL.ttl> ;
                                              dc:format "XHTML+RDFa"@en .

<http://ontologi.es/rail/routes/gb/ATL.json> dc:isFormatOf <http://ontologi.es/rail/routes/gb/ATL.ttl> ;
                                             dc:format "JSON"@en .

<http://ontologi.es/rail/routes/gb/ATL.nt> dc:isFormatOf <http://ontologi.es/rail/routes/gb/ATL.ttl> ;
                                           dc:format "N-Triples"@en .

<http://ontologi.es/rail/routes/gb/ATL.rdf> dc:isFormatOf <http://ontologi.es/rail/routes/gb/ATL.ttl> ;
                                            dc:format "RDF/XML"@en .

_:arcb542b11 void:exampleResource <http://ontologi.es/rail/routes/gb/ATL> .

<http://ontologi.es/rail/void#dataset_0.1> rdf:type void:Dataset ;
                                           foaf:homepage <http://ontologi.es/rail/> ;
                                           dc:title "Linked Railway Data Project"@en ;
                                           foaf:maker <http://tobyinkster.co.uk/#i> ;
                                           dc:creator <http://tobyinkster.co.uk/#i> ;
                                           dc:contributor _:arcb542b14 ,
                                                          _:arcb542b15 ,
                                                          _:arcb542b16 ,
                                                          _:arcb542b17 ;
                                           void:exampleResource <http://ontologi.es/rail/routes/gb/ATL> .

<http://tobyinkster.co.uk/#i> rdf:type foaf:Person ;
                              foaf:homepage <http://tobyinkster.co.uk/> ;
                              foaf:name "Toby Inkster"@en ;
                              foaf:made <http://ontologi.es/rail/void#dataset_0.1> .

_:arcb542b14 rdf:type foaf:Person ;
             foaf:homepage <http://deaves47.users.btopenworld.com/index.htm> ;
             foaf:name "Phil Deaves"@en .

_:arcb542b15 rdf:type foaf:Group ;
             foaf:homepage <http://en.wikipedia.org/wiki/Wikipedia:WikiProject_Trains> ;
             foaf:name "WikiProject Trains"@en .

_:arcb542b16 rdf:type foaf:Organization ;
             foaf:homepage <http://www.geonames.org/> ;
             foaf:name "GeoNames"@en .

_:arcb542b17 rdf:type foaf:Organization ;
             foaf:homepage <http://nationalrail.co.uk/> ;
             foaf:name "National Rail"@en .
