@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/dataset/0e239439-b7c1-488b-8bbe-41b7a225a14b> a dcat:Dataset ;
    dct:description "Jumlah Bayi Baru Lahir" ;
    dct:identifier "468499e2-b795-4d3a-97f8-b765840fd7f3" ;
    dct:issued "2022-07-27"^^xsd:date ;
    dct:modified "2022-07-27"^^xsd:date ;
    dct:publisher [ a foaf:Agent ;
            foaf:name "DINAS KESEHATAN" ] ;
    dct:title "Jumlah Bayi Baru Lahir" ;
    dcat:distribution <http://5.189.187.109/dataset/0e239439-b7c1-488b-8bbe-41b7a225a14b/resource/a87878cd-16f2-4330-ab25-14f9d4140d7b> ;
    dcat:keyword "satu" .

<http://5.189.187.109/dataset/0e239439-b7c1-488b-8bbe-41b7a225a14b/resource/a87878cd-16f2-4330-ab25-14f9d4140d7b> a dcat:Distribution ;
    dct:description "Jumlah Bayi Baru Lahir" ;
    dct:format "XLSX" ;
    dct:issued "2022-10-31T08:57:34.875413"^^xsd:dateTime ;
    dct:modified "2023-04-12T11:20:35.945143"^^xsd:dateTime ;
    dct:title "Jumlah Bayi Baru Lahir Tahun 2021" ;
    dcat:accessURL <https://satudata.mubakab.go.id/api/Assets/Files/Appl/File/opd_10102/jumlah-bayi-baru-lahir-tahun-2021.xlsx> ;
    dcat:mediaType "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" .

