@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://api.agrimetrics.co.uk/catalog/data-sets/b21eb709-15e3-4ae7-8d3c-132903b7ba4f> a dcat:Dataset ;
    dct:description "This data set contains the location of Smoke Control Areas and exemptions in England. The data is indicative only." ;
    dct:identifier "b21eb709-15e3-4ae7-8d3c-132903b7ba4f" ;
    dct:issued "2023-03-13T17:05:47.797741"^^xsd:dateTime ;
    dct:modified "2022-03-01T00:00:00+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Department for Environment, Food & Rural Affairs" ] ;
    dct:title "English Smoke Control Areas" ;
    dcat:keyword "Smoke Control Areas" .

