@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/36947/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:bass <http://data.carnegiehall.org/names/27906> ;
    ns1:choir <http://data.carnegiehall.org/names/45427> ;
    ns1:narrator <http://data.carnegiehall.org/names/15702> ;
    ns1:piano <http://data.carnegiehall.org/names/27907>,
        <http://data.carnegiehall.org/names/53727> ;
    ns1:unspecified_voice <http://data.carnegiehall.org/names/631> ;
    ns2:performer <http://data.carnegiehall.org/names/15702>,
        <http://data.carnegiehall.org/names/27906>,
        <http://data.carnegiehall.org/names/27907>,
        <http://data.carnegiehall.org/names/45427>,
        <http://data.carnegiehall.org/names/53727>,
        <http://data.carnegiehall.org/names/631> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

