@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/a9346388-c80f-4814-9d59-4f3d28340bc2> a dcat:Dataset ;
    dct:identifier "5262c77c-02f3-4ec4-9e5e-19f9729830cd" ;
    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 "Public awareness, education and participation (Article 23)" ;
    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=13546> ;
    dcat:theme <decision> .

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

