@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://5.189.187.109/dataset/8d5ae246-a5fd-441c-9c28-25b59300cadb> a dcat:Dataset ;
    dct:description "testing simplified" ;
    dct:identifier "8d5ae246-a5fd-441c-9c28-25b59300cadb" ;
    dct:issued "2024-11-20T09:18:16.332995"^^xsd:dateTime ;
    dct:modified "2024-11-20T09:18:16.333005"^^xsd:dateTime ;
    dct:publisher <http://5.189.187.109/organization/d74bc691-26cd-4b6d-aa1a-bcd53c7ce931> ;
    dct:title "testing simplified" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Dinas Komunikasi dan Informatika" ] ;
    dcat:distribution <http://5.189.187.109/dataset/8d5ae246-a5fd-441c-9c28-25b59300cadb/resource/6de60612-cb05-4787-91dc-be5c84f12ced> .

<http://5.189.187.109/dataset/8d5ae246-a5fd-441c-9c28-25b59300cadb/resource/6de60612-cb05-4787-91dc-be5c84f12ced> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:issued "2024-11-14T04:33:23.983693"^^xsd:dateTime ;
    dct:modified "2024-11-20T09:18:16.327879"^^xsd:dateTime ;
    dct:title "testingsimplified.csv" ;
    dcat:accessURL <https://satudata.bukittinggikota.go.id/dataset/8d5ae246-a5fd-441c-9c28-25b59300cadb/resource/6de60612-cb05-4787-91dc-be5c84f12ced/download/testingsimplified.csv> ;
    dcat:byteSize "18"^^xsd:nonNegativeInteger ;
    dcat:mediaType "text/csv" .

<http://5.189.187.109/organization/d74bc691-26cd-4b6d-aa1a-bcd53c7ce931> a foaf:Agent ;
    foaf:name "Kota Bukittinggi" .

