@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/c391a95d-501b-469f-a9ea-cb3327f4f2c1> a dcat:Dataset ;
    dct:description "The 47th Meeting of the International Whaling Commission and the associated meetings of its sub-groups" ;
    dct:identifier "d11c4496-15c6-425c-a63d-737081d7f696" ;
    dct:issued "2022-06-27T11:09:50"^^xsd:dateTime ;
    dct:language "en" ;
    dct:modified "2022-06-27T11:09:50"^^xsd:dateTime ;
    dct:publisher [ a foaf:Agent ;
            foaf:mbox "ikm@un.org" ;
            foaf:name "InforMEA" ] ;
    dct:spatial [ a dct:Location ] ;
    dct:title "47th Meeting of the International Whaling Commission (IWC47)" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "InforMEA" ;
            vcard:hasEmail <mailto:ikm@un.org> ] ;
    dcat:keyword "Dublin",
        "ICRW",
        "IE",
        "meeting" ;
    dcat:landingPage <https://crm.iwc.int/data/node/7351> ;
    dcat:theme <COP> .

<https://crm.iwc.int/data/node/7351> a foaf:Document .

