@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/41900> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Tristan und Isolde: Prelude and Liebestod" ;
    dcterms:creator <http://data.carnegiehall.org/names/1000277> ;
    ns1:dateCreated "1857-1859" ;
    skos:exactMatch <https://musicbrainz.org/work/7b4b0ef2-7928-3c37-8107-1355eb043855> .

