@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/d382d3c3-85d7-4018-8f77-46c66ddbf15f> a dcat:Dataset ;
    dct:description "Locations of premises licensed to sell alcohol within the Metropolitan Borough of Stockport as at February 2016." ;
    dct:identifier "2w3xn" ;
    dct:issued "2017-02-17T14:12:16+00:00"^^xsd:dateTime ;
    dct:modified "2017-03-15T09:31:16+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Stockport Metropolitan Borough Council" ] ;
    dct:title "Stockport Alcohol Licensed Premises" ;
    dcat:keyword "alcohol",
        "bars",
        "licensed premises",
        "licensing",
        "pubs",
        "stockport" ;
    dcat:landingPage <https://datamillnorth.org/dataset/stockport-alcohol-licensed-premises-2w3xn> .

