@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/32764/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:folk_ensemble <http://data.carnegiehall.org/names/11364> ;
    ns1:guitar <http://data.carnegiehall.org/names/132360>,
        <http://data.carnegiehall.org/names/33437> ;
    ns1:unspecified_instrument <http://data.carnegiehall.org/names/133021> ;
    ns1:vocalist <http://data.carnegiehall.org/names/19706>,
        <http://data.carnegiehall.org/names/38595>,
        <http://data.carnegiehall.org/names/57289> ;
    ns2:performer <http://data.carnegiehall.org/names/11364>,
        <http://data.carnegiehall.org/names/132360>,
        <http://data.carnegiehall.org/names/133021>,
        <http://data.carnegiehall.org/names/19706>,
        <http://data.carnegiehall.org/names/33437>,
        <http://data.carnegiehall.org/names/38595>,
        <http://data.carnegiehall.org/names/57289> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

