@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/e08bda49-4497-4534-9119-690f06ac659e> a dcat:Dataset ;
    dct:description "Multimodal working timetable data from the TfL Journey Planner, including Tube, Bus and DLR. Please note that this data is updated weekly (every Thursday morning) by Transport for London. You should check the TfL Developer portal for details of the latest data updates." ;
    dct:identifier "2ry6o" ;
    dct:issued "2010-09-02T17:14:39+00:00"^^xsd:dateTime ;
    dct:modified "2014-04-15T13:26:58+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Transport for London" ] ;
    dct:title "TfL Timetable Listings" ;
    dcat:keyword "bus",
        "dlr",
        "riverboat",
        "timetable",
        "transport",
        "travel",
        "tube" ;
    dcat:landingPage <https://data.london.gov.uk/dataset/tfl-timetable-listings-2ry6o> .

