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

<https://opendata.bulukumbakab.go.id/dataset/80ddb678-abf0-4402-a53c-88c99d2398dc> a dcat:Dataset ;
    dct:description "Nama Posyandu Kecamatan Rilau Ale" ;
    dct:identifier "80ddb678-abf0-4402-a53c-88c99d2398dc" ;
    dct:issued "2024-06-14T01:46:48.093963"^^xsd:dateTime ;
    dct:modified "2026-02-09T00:04:48.963856"^^xsd:dateTime ;
    dct:publisher <https://opendata.bulukumbakab.go.id/organization/329ad9e2-90f9-4858-ae7f-d9720ba98366> ;
    dct:title "Daftar Jadwal Dan Nama Posyandu Wilayah Kecamatan Rilau Ale Tahun 2023." ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Rusdi" ;
            vcard:hasEmail <mailto:rilauale@bulukumba.go.id> ] ;
    dcat:keyword "Jadwal Posyandu",
        "Jumlah",
        "Kec.Rilau Ale" ;
    dcat:landingPage <rilauale@bulukumba.go.id> .

<https://opendata.bulukumbakab.go.id/organization/329ad9e2-90f9-4858-ae7f-d9720ba98366> a foaf:Organization ;
    foaf:name "Kecamatan Rilau Ale" .

