@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/10545/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:alto_clarinet <http://data.carnegiehall.org/names/41726> ;
    ns2:alto_flute <http://data.carnegiehall.org/names/41726> ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/37684>,
        <http://data.carnegiehall.org/names/55812> ;
    ns2:baritone_saxophone <http://data.carnegiehall.org/names/41726> ;
    ns2:bass_clarinet <http://data.carnegiehall.org/names/33992> ;
    ns2:saxophone_quartet <http://data.carnegiehall.org/names/31187> ;
    ns2:soprano_saxophone <http://data.carnegiehall.org/names/55812> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/33992> ;
    ns1:performer <http://data.carnegiehall.org/names/31187>,
        <http://data.carnegiehall.org/names/33992>,
        <http://data.carnegiehall.org/names/37684>,
        <http://data.carnegiehall.org/names/41726>,
        <http://data.carnegiehall.org/names/55812> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

