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

<http://data.carnegiehall.org/events/12697/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Sketches, Set I" ;
    ns1:cello <http://data.carnegiehall.org/names/27553>,
        <http://data.carnegiehall.org/names/60100> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/129388> ;
    ns1:clarinet <http://data.carnegiehall.org/names/48972> ;
    ns1:conductor <http://data.carnegiehall.org/names/48096> ;
    ns1:timpani <http://data.carnegiehall.org/names/5772> ;
    ns1:trombone <http://data.carnegiehall.org/names/54177> ;
    ns1:trumpet <http://data.carnegiehall.org/names/58344> ;
    ns2:performer <http://data.carnegiehall.org/names/129388>,
        <http://data.carnegiehall.org/names/27553>,
        <http://data.carnegiehall.org/names/48096>,
        <http://data.carnegiehall.org/names/48972>,
        <http://data.carnegiehall.org/names/54177>,
        <http://data.carnegiehall.org/names/5772>,
        <http://data.carnegiehall.org/names/58344>,
        <http://data.carnegiehall.org/names/60100> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/11489> .

