@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/71662/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    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" ;
    ns3:cello <http://data.carnegiehall.org/names/54304> ;
    ns3:viola <http://data.carnegiehall.org/names/76752> ;
    ns3:violin <http://data.carnegiehall.org/names/129101>,
        <http://data.carnegiehall.org/names/72357> ;
    ns2:performer <http://data.carnegiehall.org/names/129101>,
        <http://data.carnegiehall.org/names/54304>,
        <http://data.carnegiehall.org/names/72357>,
        <http://data.carnegiehall.org/names/76752> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/88385> .

