@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#> .

<http://5.189.187.109/dataset/4470bee1-67ca-4dae-9872-d030ea21f999> a dcat:Dataset ;
    dct:description "berisi tentang luas penggunaan lahan Kecamatan Sayung dirinci menurut desa tahun 2016 " ;
    dct:identifier "4470bee1-67ca-4dae-9872-d030ea21f999" ;
    dct:issued "2023-05-22T09:30:18.714272"^^xsd:dateTime ;
    dct:modified "2023-05-22T09:30:18.714282"^^xsd:dateTime ;
    dct:publisher <http://5.189.187.109/organization/028931cd-d793-4343-91dd-c56b50fbd813> ;
    dct:title "Luas Penggunaan Lahan Kecamatan Sayung tahun 2016" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Kecamatan Sayung " ;
            vcard:hasEmail <mailto:kecsayung@gmail.com> ] ;
    dcat:keyword "Daftar SD di Kabupaten Demak",
        "kecamatan sayung",
        "penggunaan lahan",
        "tahun 2016" ;
    dcat:landingPage <https://demakkab.bps.go.id/> .

<http://5.189.187.109/organization/028931cd-d793-4343-91dd-c56b50fbd813> a foaf:Agent ;
    foaf:name "Kabupaten Demak" .

<https://demakkab.bps.go.id/> a foaf:Document .

