@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/68643/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Carmina Burana" ;
    ns2:baritone <http://data.carnegiehall.org/names/113325> ;
    ns2:choir <http://data.carnegiehall.org/names/99421> ;
    ns2:percussion_quartet <http://data.carnegiehall.org/names/126937> ;
    ns2:piano <http://data.carnegiehall.org/names/2376>,
        <http://data.carnegiehall.org/names/27071>,
        <http://data.carnegiehall.org/names/79271>,
        <http://data.carnegiehall.org/names/8420> ;
    ns2:soprano <http://data.carnegiehall.org/names/109235> ;
    ns2:tenor <http://data.carnegiehall.org/names/126938> ;
    ns1:performer <http://data.carnegiehall.org/names/109235>,
        <http://data.carnegiehall.org/names/113325>,
        <http://data.carnegiehall.org/names/126937>,
        <http://data.carnegiehall.org/names/126938>,
        <http://data.carnegiehall.org/names/2376>,
        <http://data.carnegiehall.org/names/27071>,
        <http://data.carnegiehall.org/names/79271>,
        <http://data.carnegiehall.org/names/8420>,
        <http://data.carnegiehall.org/names/99421> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/47353> .

