@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/20114/work_18> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/17365> ;
    ns2:bass_clarinet <http://data.carnegiehall.org/names/39948> ;
    ns2:double_bass <http://data.carnegiehall.org/names/17643> ;
    ns2:drums <http://data.carnegiehall.org/names/29097> ;
    ns2:flugelhorn <http://data.carnegiehall.org/names/17414> ;
    ns2:flute <http://data.carnegiehall.org/names/17365> ;
    ns2:french_horn <http://data.carnegiehall.org/names/38750> ;
    ns2:piano <http://data.carnegiehall.org/names/41370> ;
    ns2:trombone <http://data.carnegiehall.org/names/50998> ;
    ns2:vibraphone <http://data.carnegiehall.org/names/28620> ;
    ns2:vocalist <http://data.carnegiehall.org/names/41370> ;
    ns1:performer <http://data.carnegiehall.org/names/17365>,
        <http://data.carnegiehall.org/names/17414>,
        <http://data.carnegiehall.org/names/17643>,
        <http://data.carnegiehall.org/names/28620>,
        <http://data.carnegiehall.org/names/29097>,
        <http://data.carnegiehall.org/names/38750>,
        <http://data.carnegiehall.org/names/39948>,
        <http://data.carnegiehall.org/names/41370>,
        <http://data.carnegiehall.org/names/50998> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

