@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/c492a8ab-7bb2-4614-8011-caf04fee3a3d> a dcat:Dataset ;
    dct:identifier "080dfffe-0d7d-4026-a50b-860a25c0255f" ;
    dct:issued "2019-08-28T00:00:00"^^xsd:dateTime ;
    dct:language "en" ;
    dct:modified "2021-11-17T03:43:06"^^xsd:dateTime ;
    dct:publisher [ a foaf:Agent ;
            foaf:mbox "ikm@un.org" ;
            foaf:name "InforMEA" ] ;
    dct:title "Nomenclature (Cactaceae Checklist and its Supplement)" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "InforMEA" ;
            vcard:hasEmail <mailto:ikm@un.org> ] ;
    dcat:keyword "cites",
        "decision" ;
    dcat:landingPage <http://cites.org/eng/node/56230> ;
    dcat:theme <decision> .

<http://cites.org/eng/node/56230> a foaf:Document .

