@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://ckan.sabasi.io/dataset/034233e6-3f27-4b55-ace1-467aa8bf4930> a dcat:Dataset ;
    dct:identifier "034233e6-3f27-4b55-ace1-467aa8bf4930" ;
    dct:issued "2026-02-02T18:38:05.360955"^^xsd:dateTime ;
    dct:modified "2026-02-02T18:40:52.100495"^^xsd:dateTime ;
    dct:publisher <https://ckan.sabasi.io/organization/6122a6e5-b3ee-450e-a58d-21f78f6d9a0a> ;
    dct:title "Total number of Households by County" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "KNBS" ] ;
    dcat:keyword "population" .

<https://ckan.sabasi.io/organization/6122a6e5-b3ee-450e-a58d-21f78f6d9a0a> a foaf:Agent ;
    foaf:name "Kilifi County Data Portal" .

