@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/47348/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:baritone <http://data.carnegiehall.org/names/84288> ;
    ns1:bass <http://data.carnegiehall.org/names/84289> ;
    ns1:opera_company <http://data.carnegiehall.org/names/84294> ;
    ns1:soprano <http://data.carnegiehall.org/names/84284>,
        <http://data.carnegiehall.org/names/84291> ;
    ns1:tenor <http://data.carnegiehall.org/names/84293> ;
    ns1:unspecified_voice <http://data.carnegiehall.org/names/84285>,
        <http://data.carnegiehall.org/names/84286>,
        <http://data.carnegiehall.org/names/84287>,
        <http://data.carnegiehall.org/names/84290>,
        <http://data.carnegiehall.org/names/84292> ;
    ns2:performer <http://data.carnegiehall.org/names/84284>,
        <http://data.carnegiehall.org/names/84285>,
        <http://data.carnegiehall.org/names/84286>,
        <http://data.carnegiehall.org/names/84287>,
        <http://data.carnegiehall.org/names/84288>,
        <http://data.carnegiehall.org/names/84289>,
        <http://data.carnegiehall.org/names/84290>,
        <http://data.carnegiehall.org/names/84291>,
        <http://data.carnegiehall.org/names/84292>,
        <http://data.carnegiehall.org/names/84293>,
        <http://data.carnegiehall.org/names/84294> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

