@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/2266> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Tannhäuser: Act II, Scene 1. Dich, teure Halle" ;
    dcterms:creator <http://data.carnegiehall.org/names/1000277> ;
    ns1:dateCreated "1843-1845" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n82162722>,
        <https://musicbrainz.org/work/0334f476-44e3-399d-b6ff-64a5a6c8c33a> .

