@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/a2fd2367-cfa0-4bf5-b7c8-5758a76a20e7> a dcat:Dataset ;
    dct:identifier "c3270e8b-ffed-4a64-ab38-70ea2e9f1426" ;
    dct:issued "1999-10-23T00:00:00"^^xsd:dateTime ;
    dct:language "en" ;
    dct:modified "2022-06-15T11:44:18"^^xsd:dateTime ;
    dct:publisher [ a foaf:Agent ;
            foaf:mbox "ikm@un.org" ;
            foaf:name "InforMEA" ] ;
    dct:title "Establishment of a Register of International Projects" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "InforMEA" ;
            vcard:hasEmail <mailto:ikm@un.org> ] ;
    dcat:keyword "aewa",
        "decision",
        "resolution" ;
    dcat:landingPage <http://www.unep-aewa.org/node/1608> ;
    dcat:theme <resolution> .

<http://www.unep-aewa.org/node/1608> a foaf:Document .

