@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/4ec11e20-0aca-4e59-bacb-61e2268b4784> a dcat:Dataset ;
    dct:identifier "53136aed-f221-4ea3-aab0-ab87661a4220" ;
    dct:issued "1995-03-28T00: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 "Establishment of a multilateral consultative process for the resolution of questions regarding the implementation of the Convention (Article 13)" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "InforMEA" ;
            vcard:hasEmail <mailto:ikm@un.org> ] ;
    dcat:keyword "decision",
        "unfccc" ;
    dcat:landingPage <https://unfccc.int/documents/1168> ;
    dcat:theme <decision> .

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

