@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.staging.publishing.service.gov.uk/dataset/b8c22278-629d-4a61-90f5-44fbdfc8da07> a dcat:Dataset ;
    dct:description "This TfL feed contains the name, location, co-ordinates and maximum number of docking points for all operational Santander Cycle Hire docking stations. It also contains the number of available bikes (excluding locked or faulty bikes), and number of available docking points.Documentation is available from the TfL Unified API" ;
    dct:identifier "expzx" ;
    dct:issued "2011-06-06T12:22:59+00:00"^^xsd:dateTime ;
    dct:modified "2024-06-19T12:58:37+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Transport for London" ] ;
    dct:title "Cycle Hire availability" ;
    dcat:keyword "bicycle",
        "bike",
        "cycle-hire",
        "transport",
        "travel" ;
    dcat:landingPage <https://data.london.gov.uk/dataset/cycle-hire-availability-expzx> .

