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

<http://5.189.187.109/dataset/969783a1-0302-4dfa-a6d9-bed2aef9de7c> a dcat:Dataset ;
    dct:description "<p>dataset untuk testing secara dummy</p>" ;
    dct:identifier "969783a1-0302-4dfa-a6d9-bed2aef9de7c" ;
    dct:issued "2025-11-19T22:21:50.465233"^^xsd:dateTime ;
    dct:modified "2025-11-19T22:21:50.465240"^^xsd:dateTime ;
    dct:publisher <http://5.189.187.109/organization/1679090e-4421-475d-b771-770593b2056d> ;
    dct:title "Test Dataset" ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "maintainer" ;
            vcard:hasEmail <mailto:maintainer@kalbarprov.go.id> ] ;
    dcat:distribution <http://5.189.187.109/dataset/969783a1-0302-4dfa-a6d9-bed2aef9de7c/resource/9bdc4c0a-7827-463b-a91e-3552b3015ed4> ;
    dcat:keyword "dummy" ;
    dcat:landingPage <https://google.com> .

<http://5.189.187.109/dataset/969783a1-0302-4dfa-a6d9-bed2aef9de7c/resource/9bdc4c0a-7827-463b-a91e-3552b3015ed4> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:issued "2024-03-21T17:11:28"^^xsd:dateTime ;
    dct:modified "2025-11-19T22:21:50.452615"^^xsd:dateTime ;
    dct:title "imdb.csv" ;
    dcat:accessURL <https://dev-data.kalbarprov.go.id/dataset/969783a1-0302-4dfa-a6d9-bed2aef9de7c/resource/9bdc4c0a-7827-463b-a91e-3552b3015ed4/download/a9cf406a146d7479b19522e2018759fb.csv> ;
    dcat:byteSize "660460"^^xsd:nonNegativeInteger ;
    dcat:mediaType "application/csv" .

<http://5.189.187.109/organization/1679090e-4421-475d-b771-770593b2056d> a foaf:Agent ;
    foaf:name "Provinsi Kalimantan Barat" .

<https://google.com> a foaf:Document .

