@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/4aabd905-2253-407e-98a7-d6ee7c521162> a dcat:Dataset ;
    dct:identifier "558d2b35-817a-4896-a3ab-c5a892784009" ;
    dct:issued "2004-02-23T00: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 "Procedures and mechanisms for facilitating decision-making by Parties of import (Article 10, paragraph 7)" ;
    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=8282> ;
    dcat:theme <decision> .

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

