@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/53001/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:bass_guitar <http://data.carnegiehall.org/names/96126> ;
    ns1:button_accordion <http://data.carnegiehall.org/names/96128> ;
    ns1:djembe <http://data.carnegiehall.org/names/84984>,
        <http://data.carnegiehall.org/names/84985> ;
    ns1:fiddle <http://data.carnegiehall.org/names/96127> ;
    ns1:flute <http://data.carnegiehall.org/names/65466> ;
    ns1:guitar <http://data.carnegiehall.org/names/84028>,
        <http://data.carnegiehall.org/names/88821> ;
    ns1:host <http://data.carnegiehall.org/names/93743> ;
    ns1:percussion <http://data.carnegiehall.org/names/91003> ;
    ns1:piano <http://data.carnegiehall.org/names/76566> ;
    ns1:vocalist <http://data.carnegiehall.org/names/81371>,
        <http://data.carnegiehall.org/names/84984>,
        <http://data.carnegiehall.org/names/88821>,
        <http://data.carnegiehall.org/names/96129> ;
    ns2:performer <http://data.carnegiehall.org/names/65466>,
        <http://data.carnegiehall.org/names/76566>,
        <http://data.carnegiehall.org/names/81371>,
        <http://data.carnegiehall.org/names/84028>,
        <http://data.carnegiehall.org/names/84984>,
        <http://data.carnegiehall.org/names/84985>,
        <http://data.carnegiehall.org/names/88821>,
        <http://data.carnegiehall.org/names/91003>,
        <http://data.carnegiehall.org/names/93743>,
        <http://data.carnegiehall.org/names/96126>,
        <http://data.carnegiehall.org/names/96127>,
        <http://data.carnegiehall.org/names/96128>,
        <http://data.carnegiehall.org/names/96129> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

