@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://wesr-search.unep.org/dataset/52aba41e-77e6-46c5-a961-ec753478ea01> a dcat:Dataset ;
    dct:identifier "4662ad10-ed68-481e-a3f8-5b775ea0be00" ;
    dct:issued "2015-10-12T00:00:00"^^xsd:dateTime ;
    dct:language "en" ;
    dct:modified "2022-09-30T15:41:04"^^xsd:dateTime ;
    dct:publisher [ a foaf:Agent ;
            foaf:mbox "ikm@un.org" ;
            foaf:name "InforMEA" ] ;
    dct:title "Improving the efficiency of the Committee on Science and Technology" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "InforMEA" ;
            vcard:hasEmail <mailto:ikm@un.org> ] ;
    dcat:keyword "decision",
        "unccd" ;
    dcat:landingPage <https://www.unccd.int/official-documentscop-12-ankara-2015/19cop12> ;
    dcat:theme <decision> .

<https://www.unccd.int/official-documentscop-12-ankara-2015/19cop12> a foaf:Document .

