@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/eee23440-5422-4cf8-b6f7-4076daad4930> a dcat:Dataset ;
    dct:identifier "a828d83a-9b5d-4aee-b630-743bf045121e" ;
    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 "Operation and activities of the Biosafety Clearing-House" ;
    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=13517> ;
    dcat:theme <decision> .

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

