@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/75234/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Bartered Bride: Opening Chorus" ;
    ns1:childrens_chorus <http://data.carnegiehall.org/names/105235>,
        <http://data.carnegiehall.org/names/109877>,
        <http://data.carnegiehall.org/names/134965>,
        <http://data.carnegiehall.org/names/24238>,
        <http://data.carnegiehall.org/names/71656> ;
    ns1:choir <http://data.carnegiehall.org/names/134959>,
        <http://data.carnegiehall.org/names/134963>,
        <http://data.carnegiehall.org/names/134964>,
        <http://data.carnegiehall.org/names/71684>,
        <http://data.carnegiehall.org/names/87991> ;
    ns1:conductor <http://data.carnegiehall.org/names/64086> ;
    ns1:piano <http://data.carnegiehall.org/names/23379> ;
    ns2:performer <http://data.carnegiehall.org/names/105235>,
        <http://data.carnegiehall.org/names/109877>,
        <http://data.carnegiehall.org/names/134959>,
        <http://data.carnegiehall.org/names/134963>,
        <http://data.carnegiehall.org/names/134964>,
        <http://data.carnegiehall.org/names/134965>,
        <http://data.carnegiehall.org/names/23379>,
        <http://data.carnegiehall.org/names/24238>,
        <http://data.carnegiehall.org/names/64086>,
        <http://data.carnegiehall.org/names/71656>,
        <http://data.carnegiehall.org/names/71684>,
        <http://data.carnegiehall.org/names/87991> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/94333> .

