@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/b03271c2-4d23-41d9-9f31-b494fc5b4551> a dcat:Dataset ;
    dct:description "Locations of premises licensed as bookmakers in the Metropolitan Borough of Stockport." ;
    dct:identifier "exk5d" ;
    dct:issued "2017-02-17T14:15:48+00:00"^^xsd:dateTime ;
    dct:modified "2017-03-15T09:34:41+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Stockport Metropolitan Borough Council" ] ;
    dct:title "Stockport Gambling Licensed Premises" ;
    dcat:keyword "betting",
        "betting shop",
        "bookmakers",
        "gambling",
        "licensing",
        "stockport" ;
    dcat:landingPage <https://datamillnorth.org/dataset/stockport-gambling-licensed-premises-exk5d> .

