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

<https://data.jatengprov.go.id/dataset/7f7232d2-f580-4300-923e-c708b2428fd2> a dcat:Dataset ;
    dct:description "Dataset ini berisi tentang jumlah produksi jagung per tahun 2014-2021" ;
    dct:identifier "7f7232d2-f580-4300-923e-c708b2428fd2" ;
    dct:issued "2023-01-18T09:56:30.263687"^^xsd:dateTime ;
    dct:modified "2023-01-18T09:56:30.263693"^^xsd:dateTime ;
    dct:publisher <https://data.jatengprov.go.id/organization/a1af786d-42d9-47b7-ba47-8cbaaf416f8f> ;
    dct:title "Produksi Jagung di Kota Surakarta" ;
    dcat:distribution <https://data.jatengprov.go.id/dataset/7f7232d2-f580-4300-923e-c708b2428fd2/resource/1e7eaea4-466c-475b-b76d-675d3976f329> ;
    dcat:keyword "Surakarta",
        "jagung",
        "pertanian" .

<https://data.jatengprov.go.id/dataset/7f7232d2-f580-4300-923e-c708b2428fd2/resource/1e7eaea4-466c-475b-b76d-675d3976f329> a dcat:Distribution ;
    dct:description "tabel terdiri atas kolom tahun, isian data, dan satuan" ;
    dct:format "CSV" ;
    dct:title "Produksi jagung 2014-2021.csv" ;
    dcat:accessURL <https://data.surakarta.go.id/dataset/7f7232d2-f580-4300-923e-c708b2428fd2/resource/1e7eaea4-466c-475b-b76d-675d3976f329/download/produksi-jagung-2014-2021.csv> ;
    dcat:byteSize 205.0 ;
    dcat:mediaType "text/csv" .

<https://data.jatengprov.go.id/organization/a1af786d-42d9-47b7-ba47-8cbaaf416f8f> a foaf:Organization ;
    foaf:name "Pemerintah Kota Surakarta" .

