@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/88385> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Overture to The Flying Dutchman as Played at Sight by a Second-Rate Concert Orchestra at the Village Well at 7 O'Clock in the Morning" ;
    dcterms:creator <http://data.carnegiehall.org/names/28928> ;
    ns1:dateCreated "c. 1925" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q736496>,
        <https://id.loc.gov/authorities/names/n94109916>,
        <https://musicbrainz.org/work/0133e0d2-e4b9-4079-806b-af6d59b1bf13> .

