@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/18004/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns3:baritone_saxophone <http://data.carnegiehall.org/names/13471> ;
    ns3:double_bass <http://data.carnegiehall.org/names/13671> ;
    ns3:drums <http://data.carnegiehall.org/names/12805> ;
    ns3:flute <http://data.carnegiehall.org/names/7771> ;
    ns3:jazz_quartet <http://data.carnegiehall.org/names/18030> ;
    ns3:piano <http://data.carnegiehall.org/names/30481>,
        <http://data.carnegiehall.org/names/54055> ;
    ns3:vocalist <http://data.carnegiehall.org/names/21596>,
        <http://data.carnegiehall.org/names/56192>,
        <http://data.carnegiehall.org/names/56435> ;
    ns3:whistler <http://data.carnegiehall.org/names/56427> ;
    ns1:performer <http://data.carnegiehall.org/names/12805>,
        <http://data.carnegiehall.org/names/13471>,
        <http://data.carnegiehall.org/names/13671>,
        <http://data.carnegiehall.org/names/18030>,
        <http://data.carnegiehall.org/names/21596>,
        <http://data.carnegiehall.org/names/30481>,
        <http://data.carnegiehall.org/names/54055>,
        <http://data.carnegiehall.org/names/56192>,
        <http://data.carnegiehall.org/names/56427>,
        <http://data.carnegiehall.org/names/56435>,
        <http://data.carnegiehall.org/names/7771> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/104450> .

