@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/bedaf818-00d3-4e71-90d6-b4506e2296e4> a dcat:Dataset ;
    dct:description "test Link API nocode" ;
    dct:identifier "bedaf818-00d3-4e71-90d6-b4506e2296e4" ;
    dct:issued "2025-06-27T06:29:15.536183"^^xsd:dateTime ;
    dct:modified "2025-07-16T03:11:29.215825"^^xsd:dateTime ;
    dct:publisher <https://data.dmr.go.th/organization/6b294c90-6a5c-48f2-a70d-c3b5f9505df9> ;
    dct:title "ทดสอบ nocode" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "IT" ;
            vcard:hasEmail <mailto:nutjaree@dmr.mail.go.th> ] ;
    dcat:keyword "nocodeapi" .

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

