@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/5a765bc7-fb47-4bed-9100-b58f2c94305f> a dcat:Dataset ;
    dct:identifier "84f968e7-1581-45f4-a1c4-7cbd424b70d8" ;
    dct:issued "2014-11-04T00:00:00"^^xsd:dateTime ;
    dct:language "en" ;
    dct:modified "2020-06-16T16:29:26"^^xsd:dateTime ;
    dct:publisher [ a foaf:Agent ;
            foaf:mbox "ikm@un.org" ;
            foaf:name "InforMEA" ] ;
    dct:title "Conservation and Management of the African Lion, Panthera leo" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "InforMEA" ;
            vcard:hasEmail <mailto:ikm@un.org> ] ;
    dcat:keyword "cms",
        "decision",
        "resolution" ;
    dcat:landingPage <https://www.cms.int/node/6632> ;
    dcat:theme <resolution> .

<https://www.cms.int/node/6632> a foaf:Document .

