@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:5000/dataset/bb8d2246-4112-4b8e-b1a0-bcbf4194e7e8> a dcat:Dataset ;
    dct:description """Dataset ini berisi nama pengurus, alamat, keterangan dan satuan\r
""" ;
    dct:identifier "bb8d2246-4112-4b8e-b1a0-bcbf4194e7e8" ;
    dct:issued "2023-06-13T12:36:13.195680"^^xsd:dateTime ;
    dct:modified "2023-06-13T12:36:13.195687"^^xsd:dateTime ;
    dct:publisher <http://5.189.187.109:5000/organization/c6d816cb-777f-44b0-a4e9-4b1592b97cdf> ;
    dct:title "Data Poskamling Kelurahan Batulayang Kecamatan Pontianak Utara" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Bidang Statistik Sektoral" ;
            vcard:hasEmail <mailto:statistikdki@pontianak.go.id> ] ;
    dcat:distribution <http://5.189.187.109:5000/dataset/bb8d2246-4112-4b8e-b1a0-bcbf4194e7e8/resource/4c29ce7d-85d8-483a-98b2-a6d5959fa0e1> ;
    dcat:keyword "Data Poskamling",
        "Kelurahan Batulayang" ;
    dcat:landingPage <xlsx> .

<http://5.189.187.109:5000/dataset/bb8d2246-4112-4b8e-b1a0-bcbf4194e7e8/resource/4c29ce7d-85d8-483a-98b2-a6d5959fa0e1> a dcat:Distribution ;
    dct:format "XLSX" ;
    dct:issued "2023-02-07T03:55:38.321319"^^xsd:dateTime ;
    dct:modified "2023-06-13T12:36:13.187808"^^xsd:dateTime ;
    dct:title "Data Poskamling Kelurahan Batulayang Kecamatan Pontianak Utara Tahun 2021.xlsx" ;
    dcat:accessURL <https://data.pontianak.go.id/dataset/bb8d2246-4112-4b8e-b1a0-bcbf4194e7e8/resource/4c29ce7d-85d8-483a-98b2-a6d5959fa0e1/download/data-poskamling-kelurahan-batulayang-kecamatan-pontianak-utara-tahun-2021.xlsx> ;
    dcat:byteSize "10856"^^xsd:nonNegativeInteger ;
    dcat:mediaType "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" .

<http://5.189.187.109:5000/organization/c6d816cb-777f-44b0-a4e9-4b1592b97cdf> a foaf:Agent ;
    foaf:name "Kota Pontianak" .

<xlsx> a foaf:Document .

