@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/94af6124-d507-416f-9576-44a6c89ac5cd> a dcat:Dataset ;
    dct:identifier "86a60b29-cd8b-4ea8-8829-d5af46c48f46" ;
    dct:issued "2022-05-17T10:32:19"^^xsd:dateTime ;
    dct:language "en" ;
    dct:modified "2022-05-17T10:32:19"^^xsd:dateTime ;
    dct:publisher [ a foaf:Agent ;
            foaf:mbox "ikm@un.org" ;
            foaf:name "InforMEA" ] ;
    dct:spatial [ a dct:Location ] ;
    dct:title "Joint COP5/ICCP Bureaux Meeting" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "InforMEA" ;
            vcard:hasEmail <mailto:ikm@un.org> ] ;
    dcat:keyword "KE",
        "Nairobi",
        "cbd",
        "meeting" ;
    dcat:landingPage <https://www.cbd.int/meetings/000739> .

<https://www.cbd.int/meetings/000739> a foaf:Document .

