@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<https://data.example.org/id/pub/f9021d3b9db7ec22f16ac2ecf2b2a757> a skos:ConceptScheme ;
    dcterms:hasFormat <https://context.data.razu.nl/pub.json> ;
    skos:description "Publications (works)"@en,
        "Publicaties (werken)"@nl ;
    skos:prefLabel "Publicaties"@nl .

