@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/81beddd8-8f56-4838-8418-27c462ef03ff> a dcat:Dataset ;
    dct:identifier <https://opendata.camden.gov.uk/api/views/dwzc-va83> ;
    dct:issued "2022-09-22T00:00:00"^^xsd:dateTime ;
    dct:modified "2024-11-07T00:00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "opendata.camden.gov.uk" ] ;
    dct:title "Camden Freedom Of Information Response Search" ;
    dcat:landingPage <https://opendata.camden.gov.uk/d/dwzc-va83> .

