@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/10677/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns3:alto_saxophone <http://data.carnegiehall.org/names/31663>,
        <http://data.carnegiehall.org/names/42637> ;
    ns3:baritone_saxophone <http://data.carnegiehall.org/names/39449> ;
    ns3:clarinet <http://data.carnegiehall.org/names/31663> ;
    ns3:trombone <http://data.carnegiehall.org/names/8181> ;
    ns3:trumpet <http://data.carnegiehall.org/names/1460>,
        <http://data.carnegiehall.org/names/57407> ;
    ns1:performer <http://data.carnegiehall.org/names/1460>,
        <http://data.carnegiehall.org/names/31663>,
        <http://data.carnegiehall.org/names/39449>,
        <http://data.carnegiehall.org/names/42637>,
        <http://data.carnegiehall.org/names/57407>,
        <http://data.carnegiehall.org/names/8181> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/104450> .

