@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/30725> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Tannhäuser: Act III. Wie Todesahnung ... O du mein holder Abendstern" ;
    dcterms:creator <http://data.carnegiehall.org/names/1000277> ;
    ns1:dateCreated "1843-1845" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q7811203>,
        <https://id.loc.gov/authorities/names/n84097708>,
        <https://musicbrainz.org/work/2ea39bc5-6190-476b-a360-cdd6ed9e6007> .

