@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 ovterms: <http://open.vocab.org/terms/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix geonames: <http://www.geonames.org/ontology#> .
@prefix unit: <http://www.w3.org/2007/ont/unit#> .
@prefix rf: <http://ontologi.es/rail/vocab#facilities/> .
@prefix void: <http://rdfs.org/ns/void#> .

<http://ontologi.es/rail/stations/gb/ABC.ttl> rdf:type foaf:Document ;
                                              dc:title "About: Altnabreac"@en ;
                                              <http://www.w3.org/1999/xhtml/vocab#> <http://ontologi.es/rail/screen.css> ;
                                              rdfs:seeAlso <http://ontologi.es/rail/stations-contrib/gb/ABC> ;
                                              dc:hasFormat <http://ontologi.es/rail/stations/gb/ABC.json> ,
                                                           <http://ontologi.es/rail/stations/gb/ABC.nt> ,
                                                           <http://ontologi.es/rail/stations/gb/ABC.rdf> ,
                                                           <http://ontologi.es/rail/stations/gb/ABC.ttl> ,
                                                           <http://ontologi.es/rail/stations/gb/ABC.xhtml> ;
                                              dc:isFormatOf <http://ontologi.es/rail/stations/gb/ABC.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/stations/gb/ABC> rdf:type rail:Station ;
                                          foaf:name "Altnabreac"@en ;
                                          ovterms:canonicalUri "http://ontologi.es/rail/stations/gb/ABC"@en ;
                                          ovterms:similarTo <http://dbpedia.org/resource/Altnabreac_railway_station> ,
                                                            <http://sws.geonames.org/2657412/> ;
                                          rail:crs "ABC"@zxx ;
                                          rail:nlc "860600"@zxx ;
                                          rail:tiploc "ALTNBRC"@zxx ;
                                          rail:stanox "01010"@zxx ;
                                          vcard:label "Altnabreac Highland KW12 6UR"@en ;
                                          geo:lat_long "58.383333,-3.700000"@zxx ;
                                          geo:lat "58.383333"@zxx ;
                                          geo:long "-3.700000"@zxx ;
                                          ovterms:national-grid-reference "ND003456"@zxx ;
                                          rail:serves <http://sws.geonames.org/2651083/> ;
                                          geonames:nearby <http://sws.geonames.org/2651083/> ,
                                                          <http://sws.geonames.org/2648374/> ,
                                                          <http://sws.geonames.org/2654961/> ;
                                          rail:located_at _:arc711cb4 ;
                                          rail:adjacent <http://ontologi.es/rail/stations/gb/FRS> ,
                                                        <http://ontologi.es/rail/stations/gb/SCT> ;
                                          rail:provides _:arc711cb9 ,
                                                        _:arc711cb10 ,
                                                        _:arc711cb11 ,
                                                        _:arc711cb12 ;
                                          foaf:homepage <http://nationalrail.co.uk/stations/ABC/details.html> ;
                                          ovterms:wikiPage <http://en.wikipedia.org/wiki/Altnabreac_railway_station> ;
                                          rail:arrivals <http://www.livedepartureboards.co.uk/ldb/sumarr.aspx?T=ABC> ;
                                          rail:departures <http://www.livedepartureboards.co.uk/ldb/sumdep.aspx?T=ABC> ;
                                          foaf:page <http://ontologi.es/rail/stations/gb/ABC.xhtml> .

<http://sws.geonames.org/2651083/> foaf:page <http://www.geonames.org/2651083/dorrery.html> ;
                                   rdfs:label "Dorrery"@en ;
                                   geonames:nearby <http://ontologi.es/rail/stations/gb/ABC> .

<http://sws.geonames.org/2648374/> foaf:page <http://www.geonames.org/2648374/gobernuisgeach.html> ;
                                   rdfs:label "Gobernuisgeach"@en ;
                                   geonames:nearby <http://ontologi.es/rail/stations/gb/ABC> .

<http://sws.geonames.org/2654961/> foaf:page <http://www.geonames.org/2654961/braemore.html> ;
                                   rdfs:label "Braemore"@en ;
                                   geonames:nearby <http://ontologi.es/rail/stations/gb/ABC> .

<http://ontologi.es/rail/routes/gb/WCK> rdf:type rail:Route ;
                                        rdfs:seeAlso <http://ontologi.es/rail/routes/gb/WCK.xhtml> ;
                                        foaf:name "Wick Line (Inverness to Wick)"@en .

_:arc711cb4 rail:along_route <http://ontologi.es/rail/routes/gb/WCK> ;
            rail:distance _:arc711cb6 .

_:arc711cb6 unit:m "215571"@en .

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

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

_:arc711cb9 rdf:type rf:Staffing ;
            rdfs:label "Staffing"@en ;
            rf:availability '<span xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ophr">Monday-Friday Closed</span> <span xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ophr">Saturday Closed</span> <span xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ophr">Sunday Closed</span>'^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .

_:arc711cb10 rdf:type rf:Ticketing ;
             rdfs:label "Ticket Office"@en ;
             rf:availability '<span xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="ophr">Monday-Sunday Closed</span>'^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .

_:arc711cb11 rdf:type rf:WaitingRoom ;
             rdfs:label "Waiting Room(s)"@en ;
             rf:note "Waiting shelter"@en .

_:arc711cb12 rdf:type rf:Ramps ;
             rdfs:label "Ramp for Train Access"@en ;
             rf:note '<br/><p xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">If you need assistance we recommend that you book at least 24 hours in advance of travel.</p>'^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .

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

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

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

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

_:arc711cb13 void:exampleResource <http://ontologi.es/rail/stations/gb/ABC> .

<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 _:arc711cb16 ,
                                                          _:arc711cb17 ,
                                                          _:arc711cb18 ,
                                                          _:arc711cb19 ;
                                           void:exampleResource <http://ontologi.es/rail/stations/gb/ABC> .

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

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

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

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

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