@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/50373/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:baritone <http://data.carnegiehall.org/names/92077>,
        <http://data.carnegiehall.org/names/92078> ;
    ns1:countertenor <http://data.carnegiehall.org/names/92074> ;
    ns1:soprano <http://data.carnegiehall.org/names/92071>,
        <http://data.carnegiehall.org/names/92072>,
        <http://data.carnegiehall.org/names/92073> ;
    ns1:tenor <http://data.carnegiehall.org/names/92075>,
        <http://data.carnegiehall.org/names/92076> ;
    ns1:video_artist <http://data.carnegiehall.org/names/63958> ;
    ns2:performer <http://data.carnegiehall.org/names/63958>,
        <http://data.carnegiehall.org/names/92071>,
        <http://data.carnegiehall.org/names/92072>,
        <http://data.carnegiehall.org/names/92073>,
        <http://data.carnegiehall.org/names/92074>,
        <http://data.carnegiehall.org/names/92075>,
        <http://data.carnegiehall.org/names/92076>,
        <http://data.carnegiehall.org/names/92077>,
        <http://data.carnegiehall.org/names/92078> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

