@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/34372/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:baritone <http://data.carnegiehall.org/names/90352>,
        <http://data.carnegiehall.org/names/90360> ;
    ns1:bass <http://data.carnegiehall.org/names/90353>,
        <http://data.carnegiehall.org/names/90361> ;
    ns1:contralto <http://data.carnegiehall.org/names/90363>,
        <http://data.carnegiehall.org/names/90366> ;
    ns1:piano <http://data.carnegiehall.org/names/90367> ;
    ns1:soprano <http://data.carnegiehall.org/names/90364>,
        <http://data.carnegiehall.org/names/90365> ;
    ns1:tenor <http://data.carnegiehall.org/names/90349>,
        <http://data.carnegiehall.org/names/90350>,
        <http://data.carnegiehall.org/names/90351>,
        <http://data.carnegiehall.org/names/90357>,
        <http://data.carnegiehall.org/names/90358>,
        <http://data.carnegiehall.org/names/90359> ;
    ns1:vocal_ensemble <http://data.carnegiehall.org/names/90341>,
        <http://data.carnegiehall.org/names/90354>,
        <http://data.carnegiehall.org/names/90362> ;
    ns2:performer <http://data.carnegiehall.org/names/90341>,
        <http://data.carnegiehall.org/names/90349>,
        <http://data.carnegiehall.org/names/90350>,
        <http://data.carnegiehall.org/names/90351>,
        <http://data.carnegiehall.org/names/90352>,
        <http://data.carnegiehall.org/names/90353>,
        <http://data.carnegiehall.org/names/90354>,
        <http://data.carnegiehall.org/names/90357>,
        <http://data.carnegiehall.org/names/90358>,
        <http://data.carnegiehall.org/names/90359>,
        <http://data.carnegiehall.org/names/90360>,
        <http://data.carnegiehall.org/names/90361>,
        <http://data.carnegiehall.org/names/90362>,
        <http://data.carnegiehall.org/names/90363>,
        <http://data.carnegiehall.org/names/90364>,
        <http://data.carnegiehall.org/names/90365>,
        <http://data.carnegiehall.org/names/90366>,
        <http://data.carnegiehall.org/names/90367> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

