@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/b32b1cdf-0d9f-466b-8401-bfc2eea12a2a> a dcat:Dataset ;
    dct:description "menampilkan data balai pengajian, nama pimpinan dan alamat serta nomor hand phone" ;
    dct:identifier "b32b1cdf-0d9f-466b-8401-bfc2eea12a2a" ;
    dct:issued "2022-10-30T23:37:15.273826"^^xsd:dateTime ;
    dct:modified "2024-08-14T12:33:25.973470"^^xsd:dateTime ;
    dct:publisher <http://5.189.187.109/organization/39e89799-112d-4fcd-bcbb-15acc0996386> ;
    dct:title "data balai pengajian 2019" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Huzair Saputra" ;
            vcard:hasEmail <mailto:huzairsaputra@gmail.com> ] ;
    dcat:distribution <http://5.189.187.109/dataset/b32b1cdf-0d9f-466b-8401-bfc2eea12a2a/resource/9a98986a-23c6-4170-ac53-7aa9f2295844> ;
    dcat:keyword "databalaipengajian" ;
    dcat:landingPage <http://data.bandaacehkota.go.id/index.php/dataset/single/data-balai-pengajian-2019/b32b1cdf-0d9f-466b-8401-bfc2eea12a2a> .

<http://5.189.187.109/dataset/b32b1cdf-0d9f-466b-8401-bfc2eea12a2a/resource/9a98986a-23c6-4170-ac53-7aa9f2295844> a dcat:Distribution ;
    dct:description "menampilkan data balai pengajian, nama pimpinan, alamat dan nonor hand phonen" ;
    dct:format "CSV" ;
    dct:issued "2019-10-30T15:41:37"^^xsd:dateTime ;
    dct:modified "2024-08-14T12:33:25.982804"^^xsd:dateTime ;
    dct:title "data balai pengajian 2019" ;
    dcat:accessURL <http://data.bandaacehkota.go.id/assets/csv/Daftar_Balai_Pengajian_20191.csv> ;
    dcat:mediaType "csv" .

<http://5.189.187.109/organization/39e89799-112d-4fcd-bcbb-15acc0996386> a foaf:Agent ;
    foaf:name "Kota Banda Aceh" .

<http://data.bandaacehkota.go.id/index.php/dataset/single/data-balai-pengajian-2019/b32b1cdf-0d9f-466b-8401-bfc2eea12a2a> a foaf:Document .

