@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/22451/work_20> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selection (unspecified)" ;
    ns1:bass <http://data.carnegiehall.org/names/45480> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/11506>,
        <http://data.carnegiehall.org/names/47134> ;
    ns1:choir <http://data.carnegiehall.org/names/18598>,
        <http://data.carnegiehall.org/names/19201>,
        <http://data.carnegiehall.org/names/49727> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/55848>,
        <http://data.carnegiehall.org/names/7595> ;
    ns1:soprano <http://data.carnegiehall.org/names/1876>,
        <http://data.carnegiehall.org/names/54444> ;
    ns2:performer <http://data.carnegiehall.org/names/11506>,
        <http://data.carnegiehall.org/names/18598>,
        <http://data.carnegiehall.org/names/1876>,
        <http://data.carnegiehall.org/names/19201>,
        <http://data.carnegiehall.org/names/45480>,
        <http://data.carnegiehall.org/names/47134>,
        <http://data.carnegiehall.org/names/49727>,
        <http://data.carnegiehall.org/names/54444>,
        <http://data.carnegiehall.org/names/55848>,
        <http://data.carnegiehall.org/names/7595> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/23958> .

