@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/11476/work_15> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selection (unspecified)" ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/19698> ;
    ns1:drums <http://data.carnegiehall.org/names/2055> ;
    ns1:guitar <http://data.carnegiehall.org/names/55731> ;
    ns1:harmonica <http://data.carnegiehall.org/names/25254>,
        <http://data.carnegiehall.org/names/33376>,
        <http://data.carnegiehall.org/names/46488>,
        <http://data.carnegiehall.org/names/46489>,
        <http://data.carnegiehall.org/names/50788>,
        <http://data.carnegiehall.org/names/6050> ;
    ns1:piano <http://data.carnegiehall.org/names/37319> ;
    ns2:performer <http://data.carnegiehall.org/names/19698>,
        <http://data.carnegiehall.org/names/2055>,
        <http://data.carnegiehall.org/names/25254>,
        <http://data.carnegiehall.org/names/33376>,
        <http://data.carnegiehall.org/names/37319>,
        <http://data.carnegiehall.org/names/46488>,
        <http://data.carnegiehall.org/names/46489>,
        <http://data.carnegiehall.org/names/50788>,
        <http://data.carnegiehall.org/names/55731>,
        <http://data.carnegiehall.org/names/6050> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/15727> .

