@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/31278/work_22> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:clarinet <http://data.carnegiehall.org/names/25378> ;
    ns1:double_bass <http://data.carnegiehall.org/names/28772> ;
    ns1:french_horn <http://data.carnegiehall.org/names/17165>,
        <http://data.carnegiehall.org/names/21564> ;
    ns1:guitar <http://data.carnegiehall.org/names/11307> ;
    ns1:percussion <http://data.carnegiehall.org/names/13083> ;
    ns1:trombone <http://data.carnegiehall.org/names/12318>,
        <http://data.carnegiehall.org/names/39404>,
        <http://data.carnegiehall.org/names/8181> ;
    ns1:trumpet <http://data.carnegiehall.org/names/1460>,
        <http://data.carnegiehall.org/names/20136>,
        <http://data.carnegiehall.org/names/35499> ;
    ns1:tuba <http://data.carnegiehall.org/names/58216> ;
    ns1:woodwinds <http://data.carnegiehall.org/names/18238>,
        <http://data.carnegiehall.org/names/57977> ;
    ns2:performer <http://data.carnegiehall.org/names/11307>,
        <http://data.carnegiehall.org/names/12318>,
        <http://data.carnegiehall.org/names/13083>,
        <http://data.carnegiehall.org/names/1460>,
        <http://data.carnegiehall.org/names/17165>,
        <http://data.carnegiehall.org/names/18238>,
        <http://data.carnegiehall.org/names/20136>,
        <http://data.carnegiehall.org/names/21564>,
        <http://data.carnegiehall.org/names/25378>,
        <http://data.carnegiehall.org/names/28772>,
        <http://data.carnegiehall.org/names/35499>,
        <http://data.carnegiehall.org/names/39404>,
        <http://data.carnegiehall.org/names/57977>,
        <http://data.carnegiehall.org/names/58216>,
        <http://data.carnegiehall.org/names/8181> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

