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

<http://5.189.187.109:5000/dataset/e93ff2a0-73af-4339-b6bb-f3627d75157d> a dcat:Dataset ;
    dct:description """Data set ini berisi nama, Kecamatan, nama-nama musholla, ID musholla, tipologi, alamat, luas tanah, status tanah, luas bangunan, tahun berdiri, jumlah jamaah, no telepon/hp dan keterangan\r
""" ;
    dct:identifier "e93ff2a0-73af-4339-b6bb-f3627d75157d" ;
    dct:issued "2023-06-13T13:33:41.131160"^^xsd:dateTime ;
    dct:modified "2023-06-13T13:33:41.131166"^^xsd:dateTime ;
    dct:publisher <http://5.189.187.109:5000/organization/c6d816cb-777f-44b0-a4e9-4b1592b97cdf> ;
    dct:title "Data Musholla di Kecamatan Pontianak Utara" ;
    dcat:distribution <http://5.189.187.109:5000/dataset/e93ff2a0-73af-4339-b6bb-f3627d75157d/resource/388b3bf7-f792-430e-bc6e-7b27888e69ca> ;
    dcat:keyword "Nama-Nama Musholla",
        "di Kecamatan Pontiaanak Utara" ;
    dcat:landingPage <xlsx> .

<http://5.189.187.109:5000/dataset/e93ff2a0-73af-4339-b6bb-f3627d75157d/resource/388b3bf7-f792-430e-bc6e-7b27888e69ca> a dcat:Distribution ;
    dct:format "XLSX" ;
    dct:issued "2019-10-14T00:52:40.053769"^^xsd:dateTime ;
    dct:modified "2023-06-13T13:33:41.123768"^^xsd:dateTime ;
    dct:title "Nama-Nama Musholla Di Kecamatan Pontianak Utara.xlsx" ;
    dcat:accessURL <https://data.pontianak.go.id/dataset/e93ff2a0-73af-4339-b6bb-f3627d75157d/resource/388b3bf7-f792-430e-bc6e-7b27888e69ca/download/nama-nama-musholla-di-kecamatan-pontianak-utara.xlsx> ;
    dcat:byteSize "9907"^^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 .

