@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/27157/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:alto <http://data.carnegiehall.org/names/12953> ;
    ns2:folk_ensemble <http://data.carnegiehall.org/names/17743> ;
    ns2:keyboard <http://data.carnegiehall.org/names/37358> ;
    ns2:narrator <http://data.carnegiehall.org/names/7463> ;
    ns2:percussion <http://data.carnegiehall.org/names/22506>,
        <http://data.carnegiehall.org/names/24481>,
        <http://data.carnegiehall.org/names/29280>,
        <http://data.carnegiehall.org/names/9900> ;
    ns2:tenor <http://data.carnegiehall.org/names/37357> ;
    ns1:performer <http://data.carnegiehall.org/names/12953>,
        <http://data.carnegiehall.org/names/17743>,
        <http://data.carnegiehall.org/names/22506>,
        <http://data.carnegiehall.org/names/24481>,
        <http://data.carnegiehall.org/names/29280>,
        <http://data.carnegiehall.org/names/37357>,
        <http://data.carnegiehall.org/names/37358>,
        <http://data.carnegiehall.org/names/7463>,
        <http://data.carnegiehall.org/names/9900> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

