@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/b0c361d8-2dba-4a9c-8297-0940420b8413> a dcat:Dataset ;
    dct:description "Jumlah Bayi Baru Lahir" ;
    dct:identifier "ad07f3f6-9de0-400a-9b72-a3df9297b975" ;
    dct:issued "2023-02-02"^^xsd:date ;
    dct:modified "2023-02-02"^^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/b0c361d8-2dba-4a9c-8297-0940420b8413/resource/39dc106a-61eb-44f5-9dfe-cd14e1811ea1> ;
    dcat:keyword "satu" .

<http://5.189.187.109/dataset/b0c361d8-2dba-4a9c-8297-0940420b8413/resource/39dc106a-61eb-44f5-9dfe-cd14e1811ea1> a dcat:Distribution ;
    dct:description "Jumlah Bayi Baru Lahir" ;
    dct:format "XLSX" ;
    dct:issued "2026-01-15T04:21:10.178807"^^xsd:dateTime ;
    dct:modified "2026-01-15T04:21:10.170558"^^xsd:dateTime ;
    dct:title "Jumlah Bayi Baru Lahir Tahun 2022" ;
    dcat:accessURL <https://satudata.mubakab.go.id/api/Assets/Files/Appl/File/opd_10102/jumlah-bayi-baru-lahir-tahun-2022.xlsx> .

