@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 void: <http://rdfs.org/ns/void#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://ontologi.es/rail/void.ttl> rdf:type foaf:Document ;
                                   dc:title "About: Linked Railway Data Project Datasets"@en ;
                                   <http://www.w3.org/1999/xhtml/vocab#> <http://ontologi.es/rail/screen.css> ;
                                   foaf:topic _:arc095fb1 ,
                                              <http://ontologi.es/rail/void#dataset_0.1> .

_:arc095fb1 foaf:page <http://ontologi.es/rail/void.ttl> .

<http://ontologi.es/rail/void#dataset_0.1> rdf:type void:Dataset ;
                                           dc:title "Dataset 0.1"@en ;
                                           rdfs:label "Dataset 0.1"@en ;
                                           dc:description "This dataset contains information for virtually all UK railway stations and for the lines (routes) that the stations lie on. Links are included between the stations and routes, and between adjacent stations. External links are included to Wikipedia, dbpedia.org, the National Rail Enquiries website and geonames.org. Stations and routes are promarily described using the rail vocabulary."@en ;
                                           rdfs:comment "This dataset contains information for virtually all UK railway stations and for the lines (routes) that the stations lie on. Links are included between the stations and routes, and between adjacent stations. External links are included to Wikipedia, dbpedia.org, the National Rail Enquiries website and geonames.org. Stations and routes are promarily described using the rail vocabulary."@en ,
                                                        "URIs for stations take the form <http://ontologi.es/rail/stations/gb/XXX> where XXX is the three-letter CRS code for the station. It is possible that the dataset is missing information for some stations; in these cases, the URI is still considered to be correct, even if no corresponding information is published currently."@en ,
                                                        'This dataset only includes "main line" stations &#8212; it excludes London Underground stations and other local light rail schemes. Dataset 0.2 may include London Underground stations as well. For stations such as Victoria which include both main line and Underground services, the two parts of the station are considered separate stations, so you must not use <http://ontologi.es/rail/stations/gb/VIC> to refer to the tube station &#8212; dbpedia.org resources <http://dbpedia.org/resource/London_Victoria_station%23London_Underground> are currently recommended instead.'@en ,
                                                        "URIs for routes take the form <http://ontologi.es/rail/routes/gb/XXX> where XXX is the three-letter or three-letter-plus-one-digit Engineers' Line Reference for the route. These routes correspond to physical tracks and not necessarily to journeys for which tickets may be purchased. They are probably of limited use for most people."@en ;
                                           void:vocabulary <http://ontologi.es/rail/vocab#> ;
                                           void:uriRegexPattern "http://ontologi.es/rail/stations/gb/[A-Z]{3}"@en ,
                                                                "http://ontologi.es/rail/routes/gb/[A-Z]{3}[0-9]{0,1}"@en ;
                                           void:exampleResource <http://ontologi.es/rail/stations/gb/VIC> ,
                                                                _:arc095fb2 ,
                                                                <http://ontologi.es/rail/stations/gb/MAN> ,
                                                                <http://ontologi.es/rail/stations/gb/HYM> ,
                                                                <http://ontologi.es/rail/stations/gb/CDF> ,
                                                                <http://ontologi.es/rail/routes/gb/MLN1> ,
                                                                _:arc095fb3 ,
                                                                <http://ontologi.es/rail/routes/gb/VTB> ;
                                           void:subset _:arc095fb5 ,
                                                       _:arc095fb6 ,
                                                       _:arc095fb9 ;
                                           foaf:page <http://ontologi.es/rail/void.ttl> .

_:arc095fb5 rdf:type void:Linkset ;
            void:subjectsTarget <http://ontologi.es/rail/void.ttl#dataset_0.1> ;
            void:linkPredicate <http://open.vocab.org/terms/similarTo> ;
            void:objectsTarget <http://lod.openlinksw.com/void/Dataset/dbpedia> ;
            void:dataDump <http://ontologi.es/rail/links_dbpedia.ttl> .

_:arc095fb6 rdf:type void:Linkset ;
            void:subjectsTarget <http://ontologi.es/rail/void.ttl#dataset_0.1> ;
            void:linkPredicate <http://open.vocab.org/terms/similarTo> ;
            void:objectsTarget _:arc095fb8 ;
            void:dataDump <http://ontologi.es/rail/links_geonames_stations.ttl> .

_:arc095fb8 rdf:type void:Dataset ;
            rdfs:label "Geonames Railway Stations"@en .

<http://lod.openlinksw.com/void/Dataset/geonames> void:subset _:arc095fb8 ,
                                                              _:arc095fb11 .

_:arc095fb9 rdf:type void:Linkset ;
            void:subjectsTarget <http://ontologi.es/rail/void.ttl#dataset_0.1> ;
            void:linkPredicate <http://ontologi.es/rail/vocab#serves> ;
            void:objectsTarget _:arc095fb11 ;
            void:dataDump <http://ontologi.es/rail/links_geonames_towns.ttl> .

_:arc095fb11 rdf:type void:Dataset ;
             rdfs:label "Geonames Populated Areas"@en .
