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

<https://data.jatengprov.go.id/dataset/4c91b9f7-50fb-4e83-b6d9-33cdbc6b2e17> a dcat:Dataset ;
    dct:description "LAPORAN KUNJUNGAN PASIEN RADIOLOGI TAHUN 2020" ;
    dct:identifier "4c91b9f7-50fb-4e83-b6d9-33cdbc6b2e17" ;
    dct:issued "2021-05-08T13:15:25.960626"^^xsd:dateTime ;
    dct:modified "2021-05-08T13:15:25.960637"^^xsd:dateTime ;
    dct:publisher <https://data.jatengprov.go.id/organization/c7ff23b0-0f6a-422a-97e9-ff04daf587f6> ;
    dct:title "KUNJUNGAN PASIEN RADIOLOGI TAHUN 2020" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "RSUD TUGUREJO" ;
            vcard:hasEmail <mailto:tugurejo@jatengprov.go.id> ] ;
    dcat:landingPage <RSUD%20TUGUREJO> .

<https://data.jatengprov.go.id/organization/c7ff23b0-0f6a-422a-97e9-ff04daf587f6> a foaf:Organization ;
    foaf:name "RSUD Tugurejo " .

