@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/25a0ccef-5933-4245-8fd4-9a6f8bc4051d> a dcat:Dataset ;
    dct:identifier "4af5e4fd-fd68-47ae-bdac-d24d58fc04b7" ;
    dct:issued "2013-11-11T00:00:00"^^xsd:dateTime ;
    dct:language "en" ;
    dct:modified "2021-11-10T01:46:55"^^xsd:dateTime ;
    dct:publisher [ a foaf:Agent ;
            foaf:mbox "ikm@un.org" ;
            foaf:name "InforMEA" ] ;
    dct:title "Work of the Adaptation Committee" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "InforMEA" ;
            vcard:hasEmail <mailto:ikm@un.org> ] ;
    dcat:keyword "decision",
        "unfccc" ;
    dcat:landingPage <https://unfccc.int/documents/8387> ;
    dcat:theme <decision> .

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

