@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/b5f54763-6b70-40a5-8e80-cfaddf17a3e3> a dcat:Dataset ;
    dct:description "Menampilkan data dayah, nama pimpinan, alamat dan nomor hand pone" ;
    dct:identifier "b5f54763-6b70-40a5-8e80-cfaddf17a3e3" ;
    dct:issued "2022-10-30T23:37:20.533039"^^xsd:dateTime ;
    dct:modified "2024-08-14T12:33:33.922566"^^xsd:dateTime ;
    dct:publisher <http://5.189.187.109/organization/39e89799-112d-4fcd-bcbb-15acc0996386> ;
    dct:title "Data Dayah 2019" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Huzair Saputra" ;
            vcard:hasEmail <mailto:huzairsaputra@gmail.com> ] ;
    dcat:distribution <http://5.189.187.109/dataset/b5f54763-6b70-40a5-8e80-cfaddf17a3e3/resource/2555e592-4568-419b-858c-597df2d51524> ;
    dcat:keyword "datadayah" ;
    dcat:landingPage <http://data.bandaacehkota.go.id/index.php/dataset/single/data-dayah-2019/b5f54763-6b70-40a5-8e80-cfaddf17a3e3> .

<http://5.189.187.109/dataset/b5f54763-6b70-40a5-8e80-cfaddf17a3e3/resource/2555e592-4568-419b-858c-597df2d51524> a dcat:Distribution ;
    dct:description "menampilkan data dayah, nama pimpinan, alamat dan nomor hand phone" ;
    dct:format "CSV" ;
    dct:issued "2019-10-30T15:19:03"^^xsd:dateTime ;
    dct:modified "2024-08-14T12:33:33.932682"^^xsd:dateTime ;
    dct:title "Data Dayah 2019" ;
    dcat:accessURL <http://data.bandaacehkota.go.id/assets/csv/Daftar_Dayah_2019.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-dayah-2019/b5f54763-6b70-40a5-8e80-cfaddf17a3e3> a foaf:Document .

