@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/639bc21c-18da-4ae6-b75e-94b067709969> a dcat:Dataset ;
    dct:description "Locations of play areas within the Metropolitan Borough of Stockport." ;
    dct:identifier "vq6d7" ;
    dct:issued "2017-02-17T14:41:05+00:00"^^xsd:dateTime ;
    dct:modified "2017-03-15T09:35:50+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Stockport Metropolitan Borough Council" ] ;
    dct:title "Stockport Play Areas" ;
    dcat:keyword "children",
        "exercise",
        "green space",
        "leisure",
        "parks",
        "play areas",
        "stockport" ;
    dcat:landingPage <https://datamillnorth.org/dataset/stockport-play-areas-vq6d7> .

