@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/8a760531-0cf7-44ae-84d6-9ba0bc23d4bd> a dcat:Dataset ;
    dct:description "This package links to the London Borough of Hillingdon Open Data (beta) website. This contains open data about Hillingdon and the services that the local authority provides in XML and CSV formats. Data is grouped into the following categories Community and living Council and democracy Education and learning Environment and planning Health and social care Housing Leisure and culture Transport and streets" ;
    dct:identifier "e18jk" ;
    dct:issued "2010-08-20T09:56:35+00:00"^^xsd:dateTime ;
    dct:modified "2014-07-07T09:58:52+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "London Borough of Hillingdon" ] ;
    dct:title "Hillingdon Open Data" ;
    dcat:keyword "community",
        "council",
        "democracy",
        "education",
        "environment",
        "health",
        "housing",
        "leisure",
        "planning",
        "streets",
        "transparency",
        "transport" ;
    dcat:landingPage <https://data.london.gov.uk/dataset/hillingdon-open-data-e18jk> .

