@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/41777/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/29100>,
        <http://data.carnegiehall.org/names/42939> ;
    ns2:bass_clarinet <http://data.carnegiehall.org/names/29100> ;
    ns2:clarinet <http://data.carnegiehall.org/names/29100> ;
    ns2:flugelhorn <http://data.carnegiehall.org/names/41233> ;
    ns2:jazz_trio <http://data.carnegiehall.org/names/53528>,
        <http://data.carnegiehall.org/names/70577> ;
    ns2:piano <http://data.carnegiehall.org/names/16444>,
        <http://data.carnegiehall.org/names/46564> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/6340> ;
    ns2:vocalist <http://data.carnegiehall.org/names/47408> ;
    ns3:performer <http://data.carnegiehall.org/names/16444>,
        <http://data.carnegiehall.org/names/29100>,
        <http://data.carnegiehall.org/names/41233>,
        <http://data.carnegiehall.org/names/42939>,
        <http://data.carnegiehall.org/names/46564>,
        <http://data.carnegiehall.org/names/47408>,
        <http://data.carnegiehall.org/names/53528>,
        <http://data.carnegiehall.org/names/6340>,
        <http://data.carnegiehall.org/names/70577> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/104450> .

