@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://id.loc.gov/vocabulary/relators/> .
@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/117147> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "A Midsummer's Night Dream, Op. 61: Bunte Shlangen, zweizüngt! (Ye spotted snakes, with double tongues)" ;
    ns2:aut <http://data.carnegiehall.org/names/1019635>,
        <http://data.carnegiehall.org/names/1023703> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1019635>,
        <http://data.carnegiehall.org/names/1023703> ;
    dcterms:creator <http://data.carnegiehall.org/names/1010675> ;
    ns1:dateCreated "1843" ;
    skos:exactMatch <https://musicbrainz.org/work/9f545f28-82eb-460e-835f-152f747b838d> .

