@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/7f270e34-66b9-42f6-9f90-c9d6db266624> a dcat:Dataset ;
    dct:description "Location and boundaries of allotments within the Metropolitan Borough of Stockport." ;
    dct:identifier "e6qlp" ;
    dct:issued "2017-02-22T10:10:14+00:00"^^xsd:dateTime ;
    dct:modified "2017-03-15T09:35:27+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Stockport Metropolitan Borough Council" ] ;
    dct:title "Stockport Allotments" ;
    dcat:keyword "allotments",
        "gardening",
        "stockport",
        "vegetables" ;
    dcat:landingPage <https://datamillnorth.org/dataset/stockport-allotments-e6qlp> .

