summaryrefslogtreecommitdiff
path: root/data/rail/de/station/gütersloh.ttl
blob: 163b3b4dd1efbcb43467e3cbbe307fbb18044af4 (plain)
  1. @base <http://data.jones.dk/rail/de/station/gütersloh> .
  2. @prefix : <#> .
  3. @prefix dbpedia: <http://dbpedia.org/resource/> .
  4. @prefix foaf: <http://xmlns.com/foaf/0.1/> .
  5. @prefix org: <http://www.w3.org/ns/org#> .
  6. @prefix owl: <http://www.w3.org/2002/07/owl#> .
  7. @prefix rail: <http://ontologi.es/rail/vocab#> .
  8. @prefix skos: <http://www.w3.org/2004/02/skos/core#> .
  9. #TODO: use unique key (not skos:altName) for station name abbreviation
  10. <> foaf:primaryTopic :org .
  11. :station a rail:Station ;
  12. skos:prefLabel "Gütersloh Hauptbahnhof" ;
  13. skos:altLabel "Gütersloh Hbf"@de ;
  14. rail:serves dbpedia:Gütersloh ;
  15. owl:sameAs dbpedia:Gütersloh_Hauptbahnhof .