@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/f01c9c23-e3d8-433e-97e2-6b39b570c70c> a dcat:Dataset ;
    dct:description "Dataset ini berisi tentang jumlah restoran yang ada di kota surakarta per tahun 2014-2021" ;
    dct:identifier "f01c9c23-e3d8-433e-97e2-6b39b570c70c" ;
    dct:issued "2023-01-18T09:57:30.857770"^^xsd:dateTime ;
    dct:modified "2023-01-18T09:57:30.857777"^^xsd:dateTime ;
    dct:publisher <https://data.jatengprov.go.id/organization/a1af786d-42d9-47b7-ba47-8cbaaf416f8f> ;
    dct:title "Jumlah Restoran di Kota Surakarta" ;
    dcat:distribution <https://data.jatengprov.go.id/dataset/f01c9c23-e3d8-433e-97e2-6b39b570c70c/resource/bb57267b-857a-440b-bc8b-f80abe89119b> ;
    dcat:keyword "pariwisata",
        "restoran",
        "surakarta" .

<https://data.jatengprov.go.id/dataset/f01c9c23-e3d8-433e-97e2-6b39b570c70c/resource/bb57267b-857a-440b-bc8b-f80abe89119b> a dcat:Distribution ;
    dct:description "tabel terdiri atas kolom tahun, isian data, dan satuan" ;
    dct:format "CSV" ;
    dct:title "Jumlah Restoran 2014-2021.csv" ;
    dcat:accessURL <https://data.surakarta.go.id/dataset/f01c9c23-e3d8-433e-97e2-6b39b570c70c/resource/bb57267b-857a-440b-bc8b-f80abe89119b/download/jumlah-restoran-2014-2021.csv> ;
    dcat:byteSize 254.0 ;
    dcat:mediaType "text/csv" .

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

