@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 void: <http://rdfs.org/ns/void#> .

<http://ontologi.es/rail/routes/gb/VTB.ttl> rdf:type foaf:Document ;
                                            dc:title "About: Victoria To Brighton Line"@en ;
                                            <http://www.w3.org/1999/xhtml/vocab#> <http://ontologi.es/rail/screen.css> ;
                                            dc:hasFormat <http://ontologi.es/rail/routes/gb/VTB.json> ,
                                                         <http://ontologi.es/rail/routes/gb/VTB.nt> ,
                                                         <http://ontologi.es/rail/routes/gb/VTB.rdf> ,
                                                         <http://ontologi.es/rail/routes/gb/VTB.ttl> ,
                                                         <http://ontologi.es/rail/routes/gb/VTB.xhtml> ;
                                            dc:isFormatOf <http://ontologi.es/rail/routes/gb/VTB.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/VTB> rdf:type rail:Route ;
                                        foaf:name "Victoria To Brighton Line"@en ;
                                        rail:elr "VTB"@zxx ;
                                        dc:hasPart <http://ontologi.es/rail/routes/gb/VTB1> ,
                                                   <http://ontologi.es/rail/routes/gb/VTB2> ,
                                                   <http://ontologi.es/rail/routes/gb/VTB3> ;
                                        foaf:page <http://ontologi.es/rail/routes/gb/VTB.xhtml> .

<http://ontologi.es/rail/routes/gb/VTB1> rdf:type rail:Route ;
                                         foaf:page <http://ontologi.es/rail/routes/gb/VTB1.xhtml> ;
                                         foaf:name "Victoria to Windmill Bridge Junction"@en ;
                                         dc:isPartOf <http://ontologi.es/rail/routes/gb/VTB> .

<http://ontologi.es/rail/routes/gb/VTB1.xhtml> foaf:primaryTopic <http://ontologi.es/rail/routes/gb/VTB1> .

<http://ontologi.es/rail/routes/gb/VTB2> rdf:type rail:Route ;
                                         foaf:page <http://ontologi.es/rail/routes/gb/VTB2.xhtml> ;
                                         foaf:name "Windmill Bridge Junction to Earlswood mileage change"@en ;
                                         dc:isPartOf <http://ontologi.es/rail/routes/gb/VTB> .

<http://ontologi.es/rail/routes/gb/VTB2.xhtml> foaf:primaryTopic <http://ontologi.es/rail/routes/gb/VTB2> .

<http://ontologi.es/rail/routes/gb/VTB3> rdf:type rail:Route ;
                                         foaf:page <http://ontologi.es/rail/routes/gb/VTB3.xhtml> ;
                                         foaf:name "Earlswood mileage change to Brighton"@en ;
                                         dc:isPartOf <http://ontologi.es/rail/routes/gb/VTB> .

<http://ontologi.es/rail/routes/gb/VTB3.xhtml> foaf:primaryTopic <http://ontologi.es/rail/routes/gb/VTB3> .

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

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

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

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

_:arcd788b4 void:exampleResource <http://ontologi.es/rail/routes/gb/VTB> .

<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 _:arcd788b7 ,
                                                          _:arcd788b8 ,
                                                          _:arcd788b9 ,
                                                          _:arcd788b10 ;
                                           void:exampleResource <http://ontologi.es/rail/routes/gb/VTB> .

<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> .

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

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

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

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