@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/58828/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Carmina Burana" ;
    ns2:baritone <http://data.carnegiehall.org/names/109555> ;
    ns2:chamber_orchestra <http://data.carnegiehall.org/names/109558> ;
    ns2:childrens_chorus <http://data.carnegiehall.org/names/35706>,
        <http://data.carnegiehall.org/names/48806> ;
    ns2:choir <http://data.carnegiehall.org/names/109559>,
        <http://data.carnegiehall.org/names/7646>,
        <http://data.carnegiehall.org/names/84940> ;
    ns2:conductor <http://data.carnegiehall.org/names/84927> ;
    ns2:soprano <http://data.carnegiehall.org/names/109553> ;
    ns2:tenor <http://data.carnegiehall.org/names/109554> ;
    ns1:performer <http://data.carnegiehall.org/names/109553>,
        <http://data.carnegiehall.org/names/109554>,
        <http://data.carnegiehall.org/names/109555>,
        <http://data.carnegiehall.org/names/109558>,
        <http://data.carnegiehall.org/names/109559>,
        <http://data.carnegiehall.org/names/35706>,
        <http://data.carnegiehall.org/names/48806>,
        <http://data.carnegiehall.org/names/7646>,
        <http://data.carnegiehall.org/names/84927>,
        <http://data.carnegiehall.org/names/84940> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/29228> .

