@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 :station . :station a rail:Station ; skos:prefLabel "Berlin Ostbahnhof" ; rail:serves dbpedia:Berlin ; owl:sameAs dbpedia:Berlin_Ostbahnhof . :platform-6ad a rail:Platform ; skos:altLabel "6 A-D" ; rail:platform_at :station . :platform-6dg a rail:Platform ; skos:altLabel "6 D-G" ; rail:platform_at :station .