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

<http://data.carnegiehall.org/events/57641/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "3 Pieces for Trombone Quartet" ;
    ns3:bass_trombone <http://data.carnegiehall.org/names/107472> ;
    ns3:trombone <http://data.carnegiehall.org/names/107458>,
        <http://data.carnegiehall.org/names/107459>,
        <http://data.carnegiehall.org/names/107471> ;
    ns1:performer <http://data.carnegiehall.org/names/107458>,
        <http://data.carnegiehall.org/names/107459>,
        <http://data.carnegiehall.org/names/107471>,
        <http://data.carnegiehall.org/names/107472> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/98312> .

