@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://data.carnegiehall.org/works/112629> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Zeher (Poison)" ;
    dcterms:creator <http://data.carnegiehall.org/names/1018808> ;
    ns1:dateCreated "2019" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no2021019781>,
        <https://musicbrainz.org/work/202d116e-e03d-4102-a58f-ddf17090ccac> .

