@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/17101/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Music for Twelve Players" ;
    ns2:bassoon <http://data.carnegiehall.org/names/16095> ;
    ns2:cello <http://data.carnegiehall.org/names/13921> ;
    ns2:clarinet <http://data.carnegiehall.org/names/45705> ;
    ns2:double_bass <http://data.carnegiehall.org/names/16094> ;
    ns2:flute <http://data.carnegiehall.org/names/34104> ;
    ns2:french_horn <http://data.carnegiehall.org/names/39441> ;
    ns2:harp <http://data.carnegiehall.org/names/34100> ;
    ns2:percussion <http://data.carnegiehall.org/names/45706> ;
    ns2:piano <http://data.carnegiehall.org/names/48308> ;
    ns2:trombone <http://data.carnegiehall.org/names/10757> ;
    ns2:trumpet <http://data.carnegiehall.org/names/12385> ;
    ns2:violin <http://data.carnegiehall.org/names/55171> ;
    ns1:performer <http://data.carnegiehall.org/names/10757>,
        <http://data.carnegiehall.org/names/12385>,
        <http://data.carnegiehall.org/names/13921>,
        <http://data.carnegiehall.org/names/16094>,
        <http://data.carnegiehall.org/names/16095>,
        <http://data.carnegiehall.org/names/34100>,
        <http://data.carnegiehall.org/names/34104>,
        <http://data.carnegiehall.org/names/39441>,
        <http://data.carnegiehall.org/names/45705>,
        <http://data.carnegiehall.org/names/45706>,
        <http://data.carnegiehall.org/names/48308>,
        <http://data.carnegiehall.org/names/55171> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/7750> .

