@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://ckan.publishing.service.gov.uk/dataset/f2a6cc82-77b3-451a-8191-43f3df656cb1> a dcat:Dataset ;
    dct:description "Station facilities and access information for each London Underground, DLR and London Overground station. All stations are marked with the famous TfL roundel. Find out more about the feeds available from Transport for London here" ;
    dct:identifier "2w9d4" ;
    dct:issued "2010-12-14T17:15:41+00:00"^^xsd:dateTime ;
    dct:modified "2014-03-25T15:12:50+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Transport for London" ] ;
    dct:title "TfL Station Facilities" ;
    dcat:keyword "accessibility",
        "transport",
        "travel",
        "tube" ;
    dcat:landingPage <https://data.london.gov.uk/dataset/tfl-station-facilities-2w9d4> .

