@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/5a03fd72-044d-4707-8e70-8ca4d33f0c61> a dcat:Dataset ;
    dct:description "test" ;
    dct:identifier "5a03fd72-044d-4707-8e70-8ca4d33f0c61" ;
    dct:issued "2023-10-30T12:26:20.666237"^^xsd:dateTime ;
    dct:modified "2023-10-30T12:26:20.666246"^^xsd:dateTime ;
    dct:publisher <http://5.189.187.109/organization/60d68950-0c63-49aa-8bbc-7a6689de6cda> ;
    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> .

<http://5.189.187.109/organization/60d68950-0c63-49aa-8bbc-7a6689de6cda> a foaf:Agent ;
    foaf:name "Provinsi Jawa Tengah" .

<http://www.rssoehadi.sragenkab.go.id/informasi-berkala> a foaf:Document .

