@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://dataportal.opdc.go.th/dataset/100bd571-b01d-4bb0-9328-d67f56d43031> a dcat:Dataset ;
    dct:description "..." ;
    dct:identifier "100bd571-b01d-4bb0-9328-d67f56d43031" ;
    dct:issued "2025-08-26T07:58:11.174506"^^xsd:dateTime ;
    dct:modified "2026-05-17T14:14:10.627500"^^xsd:dateTime ;
    dct:publisher <https://dataportal.opdc.go.th/organization/7ef1aff9-f291-46da-9489-ba17da1a2984> ;
    dct:title "คะแนนประเมินความคุ้มค่าเพื่อพัฒนาองค์การมหาชน" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "กองกิจการองค์การมหาชนและหน่วยงานของรัฐรูปแบบอื่น" ;
            vcard:hasEmail <mailto:po@opdc.go.th> ] ;
    dcat:keyword "PA",
        "PO",
        "ความคุ้มค่า",
        "คะแนน",
        "ประเมิน" .

<https://dataportal.opdc.go.th/organization/7ef1aff9-f291-46da-9489-ba17da1a2984> a foaf:Organization ;
    foaf:name "กองกิจการองค์การมหาชนและหน่วยงานของรัฐรูปแบบอื่น - PO" .

