@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/a490ecc2-44d1-43f7-9331-ca2660bff37c> a dcat:Dataset ;
    dct:description "data pelayanan bulan mei 2023" ;
    dct:identifier "a490ecc2-44d1-43f7-9331-ca2660bff37c" ;
    dct:issued "2023-06-07T04:46:07.325726"^^xsd:dateTime ;
    dct:modified "2023-10-25T06:39:57.698015"^^xsd:dateTime ;
    dct:publisher <http://5.189.187.109/organization/0112e446-8d3e-49d4-913e-35e01f78e2be> ;
    dct:title "Data Pelayanan Masyarakat Kelurahan Bumiayu Kota Malang bulan Mei 2023" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Wiwin" ;
            vcard:hasEmail <mailto:wiens.wiwin@gmail.com> ] ;
    dcat:keyword "Kelurahan Bumiayu",
        "Kota Malang",
        "Pelayanan" ;
    dcat:landingPage <Kelurahan%20Bumiayu> .

<Kelurahan%20Bumiayu> a foaf:Document .

<http://5.189.187.109/organization/0112e446-8d3e-49d4-913e-35e01f78e2be> a foaf:Agent ;
    foaf:name "Kota Malang" .

