@base . @prefix : <#> . @prefix dbpedia: . @prefix foaf: . @prefix org: . @prefix owl: . @prefix rail: . @prefix skos: . #TODO: use unique key (not skos:altName) for station name abbreviation <> foaf:primaryTopic :org . :station a rail:Station ; skos:prefLabel "Berlin-Spandau" ; rail:serves dbpedia:Spandau_%28locality%29 ; owl:sameAs dbpedia:Berlin-Spandau_station . :platform-4ad a rail:Platform ; skos:altLabel "4 A-D" ; rail:platform_at :station . :platform-4dg a rail:Platform ; skos:altLabel "4 D-G" ; rail:platform_at :station .