@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/1f09822f-68c1-4520-8f4e-09c914821a5e> a dcat:Dataset ;
    dct:identifier "3640" ;
    dct:issued "2021"^^xsd:gYear ;
    dct:modified "2023-03-31"^^xsd:date ;
    dct:publisher [ a foaf:Agent ;
            foaf:name "Dinas Ketahanan Pangan Dan Pertanian" ] ;
    dct:title "Luas Panen Kacang Hijau Tahun 2021" ;
    dcat:distribution <http://5.189.187.109/dataset/1f09822f-68c1-4520-8f4e-09c914821a5e/resource/d3677266-df50-4d1e-9835-e210852c06fb> ;
    dcat:keyword "data",
        "dataset",
        "rohil",
        "satudata",
        "sdi" ;
    dcat:landingPage <https://satudata.rohilkab.go.id/sodapcsv-> .

<http://5.189.187.109/dataset/1f09822f-68c1-4520-8f4e-09c914821a5e/resource/d3677266-df50-4d1e-9835-e210852c06fb> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:issued "2024-10-03T08:51:09.382531"^^xsd:dateTime ;
    dct:modified "2024-10-03T08:51:09.362876"^^xsd:dateTime ;
    dct:title "luas-panen-kacang-hijau" ;
    dcat:accessURL <http://tes> .

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

