@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/2b4e6371-ad5f-49a8-9238-68fa36be86df> a dcat:Dataset ;
    dct:description "Data ini berisi daftar anggota MPR RI periode 2019-2024 " ;
    dct:identifier "5c5ca63e-e593-5821-f436-818bdb09f3b0" ;
    dct:issued "0000-00-00" ;
    dct:modified "2021-04-01"^^xsd:date ;
    dct:publisher [ a foaf:Agent ;
            dct:type "pusat" ;
            foaf:name "Bagian Sistem Informasi dan Data Setjen MPR RI" ] ;
    dct:title "Daftar Anggota MPR RI" ;
    dcat:distribution <http://5.189.187.109/dataset/2b4e6371-ad5f-49a8-9238-68fa36be86df/resource/f1e90d7c-008f-4144-8a42-db062658e206> ;
    dcat:keyword "anggotampr",
        "mprri",
        "mprrumahkebangsaan" .

<http://5.189.187.109/dataset/2b4e6371-ad5f-49a8-9238-68fa36be86df/resource/f1e90d7c-008f-4144-8a42-db062658e206> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:issued "2022-11-22T16:59:54.651747"^^xsd:dateTime ;
    dct:modified "2023-04-12T10:25:11.710478"^^xsd:dateTime ;
    dct:title "daftar-anggota-mpr-ri" ;
    dcat:accessURL <https://www.mpr.go.id/api/daftar-anggota-mpr-ri.csv> ;
    dcat:mediaType "text/csv" .

