@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/9475f7bc-366e-46f3-89c6-ce4ce21d5dcc> a dcat:Dataset ;
    dct:description "Pengunjung perpustakaan adalah orang yang berkunjung kepustaka baik membaca maupun minjam buku" ;
    dct:identifier "1307" ;
    dct:issued "2021"^^xsd:gYear ;
    dct:modified "2022-12-15"^^xsd:date ;
    dct:publisher [ a foaf:Agent ;
            foaf:name "Dinas Perpustakaan Dan Kearsipan" ] ;
    dct:title "Jumlah Pengunjung Perpustakaan Tahun 2021" ;
    dcat:distribution <http://5.189.187.109/dataset/9475f7bc-366e-46f3-89c6-ce4ce21d5dcc/resource/b21744ba-598a-4424-b147-1a965ed1689d> ;
    dcat:keyword "data",
        "dataset",
        "rohil",
        "satudata",
        "sdi" ;
    dcat:landingPage <https://satudata.rohilkab.go.id/sodapcsv-394> .

<http://5.189.187.109/dataset/9475f7bc-366e-46f3-89c6-ce4ce21d5dcc/resource/b21744ba-598a-4424-b147-1a965ed1689d> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:issued "2024-10-03T08:52:27.697127"^^xsd:dateTime ;
    dct:modified "2024-10-03T08:52:27.646196"^^xsd:dateTime ;
    dct:title "jumlah-pengunjung-perpustakaan-per-tahun" ;
    dcat:accessURL <http://tes> .

<https://satudata.rohilkab.go.id/sodapcsv-394> a foaf:Document .

