@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/689b816e-d576-4541-af21-4b153deb0897> a dcat:Dataset ;
    dct:identifier "05a6f4a6-e716-4f79-892a-6cd86e9a5e02" ;
    dct:issued "2021-03-02T21:30:01"^^xsd:dateTime ;
    dct:language "en" ;
    dct:modified "2021-03-02T21:30:01"^^xsd:dateTime ;
    dct:publisher [ a foaf:Agent ;
            foaf:mbox "ikm@un.org" ;
            foaf:name "InforMEA" ] ;
    dct:spatial [ a dct:Location ] ;
    dct:title "World Day to Combat Desertification and Drought" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "InforMEA" ;
            vcard:hasEmail <mailto:ikm@un.org> ] ;
    dcat:keyword "Bonn",
        "DE",
        "cbd",
        "meeting" ;
    dcat:landingPage <https://www.cbd.int/meetings/006079> .

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

