@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/35902/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:baritone <http://data.carnegiehall.org/names/73142> ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/45432> ;
    ns2:dancer <http://data.carnegiehall.org/names/40421>,
        <http://data.carnegiehall.org/names/55822> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/26014> ;
    ns2:piano <http://data.carnegiehall.org/names/11264> ;
    ns2:reader <http://data.carnegiehall.org/names/51197> ;
    ns2:soprano <http://data.carnegiehall.org/names/53246> ;
    ns2:vibraphone <http://data.carnegiehall.org/names/8469> ;
    ns2:violin <http://data.carnegiehall.org/names/82954> ;
    ns1:performer <http://data.carnegiehall.org/names/11264>,
        <http://data.carnegiehall.org/names/26014>,
        <http://data.carnegiehall.org/names/40421>,
        <http://data.carnegiehall.org/names/45432>,
        <http://data.carnegiehall.org/names/51197>,
        <http://data.carnegiehall.org/names/53246>,
        <http://data.carnegiehall.org/names/55822>,
        <http://data.carnegiehall.org/names/73142>,
        <http://data.carnegiehall.org/names/82954>,
        <http://data.carnegiehall.org/names/8469> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

