@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@prefix ns2: <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/581> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "Die tote Stadt, Op. 12: Act II. Mein Sehnen, mein Wähnen, es träumt sich zurück" ;
    ns1:lbt <http://data.carnegiehall.org/names/1000627>,
        <http://data.carnegiehall.org/names/1026756> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1000627>,
        <http://data.carnegiehall.org/names/1026756> ;
    dcterms:creator <http://data.carnegiehall.org/names/1000627> ;
    ns2:dateCreated "1920" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no96009798>,
        <https://musicbrainz.org/work/b9e8b8b1-d322-4bfb-b0f5-c123fe028427> .

