@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/22804/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/3377> ;
    ns1:double_bass <http://data.carnegiehall.org/names/34149> ;
    ns1:drums <http://data.carnegiehall.org/names/42289> ;
    ns1:flute <http://data.carnegiehall.org/names/3377> ;
    ns1:guitar <http://data.carnegiehall.org/names/11038> ;
    ns1:piano <http://data.carnegiehall.org/names/32723> ;
    ns1:soprano_saxophone <http://data.carnegiehall.org/names/3377> ;
    ns1:trombone <http://data.carnegiehall.org/names/39466> ;
    ns2:performer <http://data.carnegiehall.org/names/11038>,
        <http://data.carnegiehall.org/names/32723>,
        <http://data.carnegiehall.org/names/3377>,
        <http://data.carnegiehall.org/names/34149>,
        <http://data.carnegiehall.org/names/39466>,
        <http://data.carnegiehall.org/names/42289> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

