@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/42652/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:baritone_saxophone <http://data.carnegiehall.org/names/66774> ;
    ns1:bass_guitar <http://data.carnegiehall.org/names/55333> ;
    ns1:drums <http://data.carnegiehall.org/names/14646> ;
    ns1:piano <http://data.carnegiehall.org/names/37742> ;
    ns1:soprano_saxophone <http://data.carnegiehall.org/names/13801> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/13801> ;
    ns1:trombone <http://data.carnegiehall.org/names/9124> ;
    ns1:trumpet <http://data.carnegiehall.org/names/28954> ;
    ns1:vocalist <http://data.carnegiehall.org/names/17223>,
        <http://data.carnegiehall.org/names/45711>,
        <http://data.carnegiehall.org/names/61151>,
        <http://data.carnegiehall.org/names/69291> ;
    ns2:performer <http://data.carnegiehall.org/names/13801>,
        <http://data.carnegiehall.org/names/14646>,
        <http://data.carnegiehall.org/names/17223>,
        <http://data.carnegiehall.org/names/28954>,
        <http://data.carnegiehall.org/names/37742>,
        <http://data.carnegiehall.org/names/45711>,
        <http://data.carnegiehall.org/names/55333>,
        <http://data.carnegiehall.org/names/61151>,
        <http://data.carnegiehall.org/names/66774>,
        <http://data.carnegiehall.org/names/69291>,
        <http://data.carnegiehall.org/names/9124> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

