@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/bb4fdcfd-c21d-46b2-bf3a-9d050300be24> a dcat:Dataset ;
    dct:description "This dataset shows the total number of council tax banded residential dwellings in Leeds." ;
    dct:identifier "e61r0" ;
    dct:issued "2017-09-25T11:06:17+00:00"^^xsd:dateTime ;
    dct:modified "2018-07-11T14:36:24.795000+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Leeds City Council" ] ;
    dct:title "Leeds property count" ;
    dcat:keyword "Band",
        "Council Tax",
        "Count",
        "Dwelling",
        "Housing",
        "Leeds",
        "Property",
        "Residential" ;
    dcat:landingPage <https://datamillnorth.org/dataset/leeds-property-count-e61r0> .

