@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/a308657a-6baa-4ea0-a6f5-273643a508de> a dcat:Dataset ;
    dct:description "Data tentang 2024 Jumlah Kamar RSUD Tahun 2024" ;
    dct:identifier "9124299321" ;
    dct:issued "2025-01-08"^^xsd:date ;
    dct:modified "2025-02-25"^^xsd:date ;
    dct:publisher [ a foaf:Agent ;
            foaf:name "RUMAH SAKIT UMUM DAERAH" ] ;
    dct:title "2024 Jumlah Kamar RSUD Tahun 2024" ;
    dcat:distribution <http://5.189.187.109:5000/dataset/a308657a-6baa-4ea0-a6f5-273643a508de/resource/97e4043e-3f3d-4f7f-af64-a35dabc38601> ;
    dcat:keyword "Kamar" ;
    dcat:landingPage <-> .

<-> a foaf:Document .

<http://5.189.187.109:5000/dataset/a308657a-6baa-4ea0-a6f5-273643a508de/resource/97e4043e-3f3d-4f7f-af64-a35dabc38601> a dcat:Distribution ;
    dct:format "XLSX" ;
    dct:issued "2026-05-14T06:02:57.604869"^^xsd:dateTime ;
    dct:modified "2026-05-14T06:02:57.586210"^^xsd:dateTime ;
    dct:title "2024 jumlah kamar rsud tahun 2024.xlsx" ;
    dcat:accessURL <http://DATA_20241223090015-2001610969.xlsx> .

