@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:5000/dataset/1981377b-3e32-43da-b83c-5f1584566d79> a dcat:Dataset ;
    dct:description "Data tentang Jumlah Kamar RSUD Tahun 2022" ;
    dct:identifier "1515808720" ;
    dct:issued "2022-12-04"^^xsd:date ;
    dct:modified "2023-02-08"^^xsd:date ;
    dct:publisher [ a foaf:Agent ;
            foaf:name "RUMAH SAKIT UMUM DAERAH" ] ;
    dct:title "Jumlah Kamar RSUD Tahun 2022" ;
    dcat:distribution <http://5.189.187.109:5000/dataset/1981377b-3e32-43da-b83c-5f1584566d79/resource/af0cbbc4-e976-4d89-a3f1-677694077384> ;
    dcat:keyword "Kamar" ;
    dcat:landingPage <-> .

<-> a foaf:Document .

<http://5.189.187.109:5000/dataset/1981377b-3e32-43da-b83c-5f1584566d79/resource/af0cbbc4-e976-4d89-a3f1-677694077384> a dcat:Distribution ;
    dct:format "XLSX" ;
    dct:issued "2026-05-14T04:46:23.684066"^^xsd:dateTime ;
    dct:modified "2026-05-14T04:46:23.662026"^^xsd:dateTime ;
    dct:title "jumlah kamar rsud tahun 2022.xlsx" ;
    dcat:accessURL <http://DATA_20221116125653-8508134958.xlsx> .

