summaryrefslogtreecommitdiff
path: root/data/rail/de/station/mannheim.ttl
blob: cf4c22ee55f2c0b2c317f67e5c436df4fb3874e6 (plain)
  1. @base <http://data.jones.dk/rail/de/station/mannheim> .
  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 "Mannheim Hauptbahnhof" ;
  13. skos:altLabel "Mannheim Hbf"@de ;
  14. rail:serves dbpedia:Mannheim ;
  15. owl:sameAs dbpedia:Mannheim_Hauptbahnhof .