@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.integration.publishing.service.gov.uk/dataset/e8335ded-838b-4309-af6a-eb4b05d494f5> a dcat:Dataset ;
    dct:description "Data about the My World, My City, My Neighbourhood project delivered by Leeds 2023. Visualisations and further explanation of the data can be found on the Leeds 2023 data microsite. This dataset has been published under the following license: CC-BY 4.0" ;
    dct:identifier "emdoy" ;
    dct:issued "2022-10-05T10:42:54.560000+00:00"^^xsd:dateTime ;
    dct:modified "2022-11-11T15:33:53.472000+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Leeds 2023" ] ;
    dct:title "Leeds 2023 My World My City My Neighbourhood" ;
    dcat:keyword "Arts",
        "Culture",
        "Leeds 2023",
        "Local Community" ;
    dcat:landingPage <https://datamillnorth.org/dataset/leeds-2023-my-world-my-city-my-neighbourhood-emdoy> .

