@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://opendata.kuburayakab.go.id/dataset/abc62179-0cd7-42cc-9841-950f33c38f91> a dcat:Dataset ;
    dct:description "Prakiraan Cuaca Wilayah Kalimantan Barat" ;
    dct:identifier "abc62179-0cd7-42cc-9841-950f33c38f91" ;
    dct:issued "2024-05-30T09:24:24.605771"^^xsd:dateTime ;
    dct:modified "2024-05-30T09:28:56.057154"^^xsd:dateTime ;
    dct:publisher <https://opendata.kuburayakab.go.id/organization/9b661a85-7aa5-40a7-92ee-429b3a6c4184> ;
    dct:title "Prakiraan Cuaca" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Diskominfo Kabupaten Kubu Raya" ;
            vcard:hasEmail <mailto:diskominfo@kuburayakab.go.id> ] ;
    dcat:keyword "cuaca" ;
    dcat:landingPage <https://data.bmkg.go.id/DataMKG/MEWS/DigitalForecast/DigitalForecast-KalimantanBarat.xml> .

<https://opendata.kuburayakab.go.id/organization/9b661a85-7aa5-40a7-92ee-429b3a6c4184> a foaf:Organization ;
    foaf:name "BMKG Stasiun Metrologi Kelas I Supadio" .

