@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/49edaf98-e29b-4e27-8966-99e2304fada6> a dcat:Dataset ;
    dct:description """Data set ini berisi nama buah-buahan, jumlah pohon dan jumlah panen\r
""" ;
    dct:identifier "49edaf98-e29b-4e27-8966-99e2304fada6" ;
    dct:issued "2023-06-13T10:24:15.913063"^^xsd:dateTime ;
    dct:modified "2023-06-13T10:24:15.913068"^^xsd:dateTime ;
    dct:publisher <http://5.189.187.109/organization/c6d816cb-777f-44b0-a4e9-4b1592b97cdf> ;
    dct:title "Data Hasil Tanaman Buah-buahan di Kecamatan Pontianak Utara" ;
    dcat:distribution <http://5.189.187.109/dataset/49edaf98-e29b-4e27-8966-99e2304fada6/resource/23adfa5d-a4c7-4f31-a1f6-a309da6d59e1> ;
    dcat:keyword "Hasil Buah-buahan",
        "Kecamatan Pontianak Utara",
        "Tahun 2018" ;
    dcat:landingPage <xlxs> .

<http://5.189.187.109/dataset/49edaf98-e29b-4e27-8966-99e2304fada6/resource/23adfa5d-a4c7-4f31-a1f6-a309da6d59e1> a dcat:Distribution ;
    dct:format "XLSX" ;
    dct:issued "2020-07-01T08:27:45.417097"^^xsd:dateTime ;
    dct:modified "2023-06-13T10:24:15.905096"^^xsd:dateTime ;
    dct:title "Data Hasil Tanaman Buah-buahan Tahun 2018 di Kecamatan Pontianak Utara.xlsx" ;
    dcat:accessURL <https://data.pontianak.go.id/dataset/49edaf98-e29b-4e27-8966-99e2304fada6/resource/23adfa5d-a4c7-4f31-a1f6-a309da6d59e1/download/data-hasil-tanaman-buah-buahan-tahun-2018-di-kecamatan-pontianak-utara.xlsx> ;
    dcat:byteSize "11637"^^xsd:nonNegativeInteger ;
    dcat:mediaType "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" .

<http://5.189.187.109/organization/c6d816cb-777f-44b0-a4e9-4b1592b97cdf> a foaf:Agent ;
    foaf:name "Kota Pontianak" .

<xlxs> a foaf:Document .

