@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/1b7cb6e1-f619-4adc-8e1c-004bfba0e56e> a dcat:Dataset ;
    dct:identifier "f1515ffa-cce5-4d55-900f-d7a4fe4a0f08" ;
    dct:issued "2018-02-26T13:45:10"^^xsd:dateTime ;
    dct:language "en" ;
    dct:modified "2018-02-26T13:45:10"^^xsd:dateTime ;
    dct:publisher [ a foaf:Agent ;
            foaf:mbox "ikm@un.org" ;
            foaf:name "InforMEA" ] ;
    dct:spatial [ a dct:Location ] ;
    dct:title "Meeting of the Bureau of the Conference of the Parties to the Rotterdam Convention" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "InforMEA" ;
            vcard:hasEmail <mailto:ikm@un.org> ] ;
    dcat:keyword "CH",
        "Geneva",
        "meeting",
        "rotterdam" ;
    dcat:landingPage <http://www.pic.int/TheConvention/ConferenceoftheParties/Bureau/COPBureau2018/Overview/tabid/6266/language/en-US/Default.aspx> .

<http://www.pic.int/TheConvention/ConferenceoftheParties/Bureau/COPBureau2018/Overview/tabid/6266/language/en-US/Default.aspx> a foaf:Document .

