@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/c54d5efe-8aef-42c2-b62f-d33e8e7ba0a3> a dcat:Dataset ;
    dct:identifier "ca401319-11e2-4306-9c3e-1ee271abc8ea" ;
    dct:issued "2008-10-13T00:00:00"^^xsd:dateTime ;
    dct:language "en" ;
    dct:modified "2022-06-15T11:44:18"^^xsd:dateTime ;
    dct:publisher [ a foaf:Agent ;
            foaf:mbox "ikm@un.org" ;
            foaf:name "InforMEA" ] ;
    dct:title "Pentachlorobenzene" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "InforMEA" ;
            vcard:hasEmail <mailto:ikm@un.org> ] ;
    dcat:keyword "decision",
        "stockholm" ;
    dcat:landingPage <https://www.informea.org/node/68982> ;
    dcat:theme <decision> .

<https://www.informea.org/node/68982> a foaf:Document .

