@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/4237/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/17365> ;
    ns2:bass_guitar <http://data.carnegiehall.org/names/75308> ;
    ns2:drums <http://data.carnegiehall.org/names/75309> ;
    ns2:guitar <http://data.carnegiehall.org/names/64306> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/44391> ;
    ns2:trombone <http://data.carnegiehall.org/names/75311> ;
    ns2:trumpet <http://data.carnegiehall.org/names/50414>,
        <http://data.carnegiehall.org/names/75310> ;
    ns1:performer <http://data.carnegiehall.org/names/17365>,
        <http://data.carnegiehall.org/names/44391>,
        <http://data.carnegiehall.org/names/50414>,
        <http://data.carnegiehall.org/names/64306>,
        <http://data.carnegiehall.org/names/75308>,
        <http://data.carnegiehall.org/names/75309>,
        <http://data.carnegiehall.org/names/75310>,
        <http://data.carnegiehall.org/names/75311> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

