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

<http://data.carnegiehall.org/events/53786/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concert à quatre" ;
    ns2:cello <http://data.carnegiehall.org/names/9383> ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/97994> ;
    ns2:flute <http://data.carnegiehall.org/names/20494> ;
    ns2:oboe <http://data.carnegiehall.org/names/18656> ;
    ns2:piano <http://data.carnegiehall.org/names/28105> ;
    ns1:performer <http://data.carnegiehall.org/names/18656>,
        <http://data.carnegiehall.org/names/20494>,
        <http://data.carnegiehall.org/names/28105>,
        <http://data.carnegiehall.org/names/9383>,
        <http://data.carnegiehall.org/names/97994> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/91099> .

