@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.dmr.go.th/dataset/48f91d07-ba0f-4279-ab1c-fd3b82c08b0e> a dcat:Dataset ;
    dct:description "ข้อมูลประกาศจัดตั้งอุทยานธรณีในประเทศไทยแต่ละระดับ" ;
    dct:identifier "48f91d07-ba0f-4279-ab1c-fd3b82c08b0e" ;
    dct:issued "2024-08-14T22:30:22.270635"^^xsd:dateTime ;
    dct:modified "2024-08-14T22:33:41.840909"^^xsd:dateTime ;
    dct:publisher <https://data.dmr.go.th/organization/6b294c90-6a5c-48f2-a70d-c3b5f9505df9> ;
    dct:title "ประกาศจัดตั้งอุทยานธรณีในประเทศไทย" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "ส่วนอนุรักษ์มรดกธรณีและอุทยานธรณี กองธรณีวิทยา" ;
            vcard:hasEmail <mailto:dmr.gcg@gmail.com> ] ;
    dcat:keyword "Geopark",
        "UNESCO",
        "ท้องถิ่น",
        "ประเทศไทย",
        "อุทยานธรณี" ;
    dcat:landingPage <https://gis.dmr.go.th/DMR-GIS/> .

<https://data.dmr.go.th/organization/6b294c90-6a5c-48f2-a70d-c3b5f9505df9> a foaf:Agent ;
    foaf:name "กรมทรัพยากรธรณี" .

<https://gis.dmr.go.th/DMR-GIS/> a foaf:Document .

