@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 Hauptbahnhof" ; skos:altLabel "Berlin Hbf"@de ; rail:serves dbpedia:Berlin ; owl:sameAs dbpedia:Berlin_Hauptbahnhof . :platform-13ad a rail:Platform ; skos:altLabel "13 A-D" ; rail:platform_at :station . :platform-13dg a rail:Platform ; skos:altLabel "13 D-G" ; rail:platform_at :station .