@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/ec6f63b2-32ac-4090-9825-8a91c477ad86> a dcat:Dataset ;
    dct:identifier "24977419-53e0-4d9d-8e77-927fe11f2ee8" ;
    dct:issued "1998-11-02T00: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 "National communications from Parties included in Annex I to the Convention" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "InforMEA" ;
            vcard:hasEmail <mailto:ikm@un.org> ] ;
    dcat:keyword "decision",
        "unfccc" ;
    dcat:landingPage <https://unfccc.int/documents/1572> ;
    dcat:theme <decision> .

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

