@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/ed32b5ab-bc1b-498f-8edd-f97df9bed917> a dcat:Dataset ;
    dct:description "Learn more about the trees of London Borough of Camden. Find out about the age, diversity, canopy coverage, annual street tree planting and removal and much more." ;
    dct:identifier <https://opendata.camden.gov.uk/api/views/ad58-u6q7> ;
    dct:issued "2017-08-09T00:00:00"^^xsd:dateTime ;
    dct:modified "2025-04-28T00:00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "opendata.camden.gov.uk" ] ;
    dct:title "Camden Tree Statistics" ;
    dcat:landingPage <https://opendata.camden.gov.uk/d/ad58-u6q7> .

