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

<https://data.jatengprov.go.id/dataset/5a03fd72-044d-4707-8e70-8ca4d33f0c61> a dcat:Dataset ;
    dct:description "test" ;
    dct:identifier "5a03fd72-044d-4707-8e70-8ca4d33f0c61" ;
    dct:issued "2023-09-25T12:47:07.089318"^^xsd:dateTime ;
    dct:modified "2023-09-26T12:52:57.550162"^^xsd:dateTime ;
    dct:publisher <https://data.jatengprov.go.id/organization/e81625fe-6913-44cc-a98f-9c109eec0337> ;
    dct:title "data set upload tes" ;
    owl:versionInfo "1" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "soehadi" ] ;
    dcat:keyword "PPID",
        "RSUD" ;
    dcat:landingPage <http://www.rssoehadi.sragenkab.go.id/informasi-berkala> .

<https://data.jatengprov.go.id/organization/e81625fe-6913-44cc-a98f-9c109eec0337> a foaf:Organization ;
    foaf:name "Pemerintah Kabupaten Sragen" .

