@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/7868e686-a06f-4383-b5fc-12293af418a0> a dcat:Dataset ;
    dct:identifier "5dd1f9ec-6696-4dcf-b507-70f580253a2b" ;
    dct:issued "2016-12-04T00: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 "Cooperation with other organizations, conventions and initiatives" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "InforMEA" ;
            vcard:hasEmail <mailto:ikm@un.org> ] ;
    dcat:keyword "cartagena",
        "decision" ;
    dcat:landingPage <http://www.cbd.int/decision/cop/default.shtml?id=13537> ;
    dcat:theme <decision> .

<http://www.cbd.int/decision/cop/default.shtml?id=13537> a foaf:Document .

