@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/af27aa6d-0f2b-441d-9df2-79cc0ef8ed0e> a dcat:Dataset ;
    dct:identifier "9c7e188b-92a3-4f8a-8a6e-be566cb3305e" ;
    dct:issued "2017-11-06T00:00:00"^^xsd:dateTime ;
    dct:language "en" ;
    dct:modified "2022-06-15T10:38:46"^^xsd:dateTime ;
    dct:publisher [ a foaf:Agent ;
            foaf:mbox "ikm@un.org" ;
            foaf:name "InforMEA" ] ;
    dct:title "Third review of the Adaptation Fund" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "InforMEA" ;
            vcard:hasEmail <mailto:ikm@un.org> ] ;
    dcat:keyword "decision",
        "kyoto" ;
    dcat:landingPage <https://unfccc.int/documents/65129> ;
    dcat:theme <decision> .

<https://unfccc.int/documents/65129> a foaf:Document .

