@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.publishing.service.gov.uk/dataset/a94dcff0-c52e-418f-92a0-be0783e288d5> a dcat:Dataset ;
    dct:description "Helpful information about clean air indoors in Camden. Information about where you can borrow an indoor air quality monitor for free." ;
    dct:identifier <https://opendata.camden.gov.uk/api/views/vmni-he64> ;
    dct:issued "2026-06-12T00:00:00"^^xsd:dateTime ;
    dct:modified "2026-07-03T00:00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "opendata.camden.gov.uk" ] ;
    dct:title "Camden Indoor Air Quality" ;
    dcat:keyword "air quality",
        "clean air",
        "public health",
        "wider determinants of health" ;
    dcat:landingPage <https://opendata.camden.gov.uk/d/vmni-he64> .

