@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/5ac8b8d6-3ef3-459c-99b7-91dc8f9097bf> a dcat:Dataset ;
    dct:identifier "b8607f61-7183-462b-8484-c34a9ec97b84" ;
    dct:issued "2000-05-15T00: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 "Tribute to the Government and people of Kenya" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "InforMEA" ;
            vcard:hasEmail <mailto:ikm@un.org> ] ;
    dcat:keyword "cbd",
        "decision" ;
    dcat:landingPage <http://www.cbd.int/decision/cop/default.shtml?id=7170> ;
    dcat:theme <decision> .

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

