@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/5f7868b3-1f67-43b8-85ea-3bdfd3029aac> a dcat:Dataset ;
    dct:description "TfL's Journey Planner allows customers to plan public transport, walking and cycling journeys in and around London. The API allows developers to incorporate Journey Planner requests and solutions within their applications. It allows a high level of control over all the main options within the Journey Planner. Note that this service is currently in Beta." ;
    dct:identifier "vd6nn" ;
    dct:issued "2011-08-05T10:52:42+00:00"^^xsd:dateTime ;
    dct:modified "2014-04-15T13:24:19+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Transport for London" ] ;
    dct:title "Journey Planner API Beta" ;
    dcat:keyword "api",
        "transport",
        "travel" ;
    dcat:landingPage <https://data.london.gov.uk/dataset/journey-planner-api-beta-vd6nn> .

