@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix gsp: <http://www.opengis.net/ont/geosparql#> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix spdx: <http://spdx.org/rdf/terms#> .
@prefix time: <http://www.w3.org/2006/time> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://youthlink.gbdi.cloud/dataset/fa7d882f-74b2-48a1-864d-7c60538c843c> a dcat:Dataset ;
    dct:description "test" ;
    dct:identifier "fa7d882f-74b2-48a1-864d-7c60538c843c" ;
    dct:issued "2022-11-28T07:00:21.389052"^^xsd:dateTime ;
    dct:modified "2022-11-28T07:01:20.555598"^^xsd:dateTime ;
    dct:publisher <https://youthlink.gbdi.cloud/organization/4e0982d5-4814-4a1a-a895-4e1cd34c7397> ;
    dct:title "test" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "test" ;
            vcard:hasEmail <mailto:TEST@TEST.com> ] ;
    dcat:distribution <https://youthlink.gbdi.cloud/dataset/fa7d882f-74b2-48a1-864d-7c60538c843c/resource/ebcf995c-a645-47a7-bb96-b1446715d77a> ;
    dcat:keyword "test" .

<https://youthlink.gbdi.cloud/dataset/fa7d882f-74b2-48a1-864d-7c60538c843c/resource/ebcf995c-a645-47a7-bb96-b1446715d77a> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:title "DataDict" .

<https://youthlink.gbdi.cloud/organization/4e0982d5-4814-4a1a-a895-4e1cd34c7397> a foaf:Organization ;
    foaf:name "กรมการพัฒนาชุมชน" .

