@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/30810/work_32> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns3:alto_saxophone <http://data.carnegiehall.org/names/55724> ;
    ns3:clarinet <http://data.carnegiehall.org/names/55724> ;
    ns3:guitar <http://data.carnegiehall.org/names/27663> ;
    ns3:trombone <http://data.carnegiehall.org/names/15162> ;
    ns3:trumpet <http://data.carnegiehall.org/names/30382>,
        <http://data.carnegiehall.org/names/49201> ;
    ns3:vocalist <http://data.carnegiehall.org/names/6737> ;
    ns1:performer <http://data.carnegiehall.org/names/15162>,
        <http://data.carnegiehall.org/names/27663>,
        <http://data.carnegiehall.org/names/30382>,
        <http://data.carnegiehall.org/names/49201>,
        <http://data.carnegiehall.org/names/55724>,
        <http://data.carnegiehall.org/names/6737> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/104450> .

