@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/50745/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Carmina Burana" ;
    ns2:baritone <http://data.carnegiehall.org/names/92943> ;
    ns2:choir <http://data.carnegiehall.org/names/66753>,
        <http://data.carnegiehall.org/names/87914>,
        <http://data.carnegiehall.org/names/87915>,
        <http://data.carnegiehall.org/names/92936>,
        <http://data.carnegiehall.org/names/92944> ;
    ns2:conductor <http://data.carnegiehall.org/names/61963> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/14362> ;
    ns2:orchestra <http://data.carnegiehall.org/names/92939> ;
    ns2:tenor <http://data.carnegiehall.org/names/92942> ;
    ns1:performer <http://data.carnegiehall.org/names/14362>,
        <http://data.carnegiehall.org/names/61963>,
        <http://data.carnegiehall.org/names/66753>,
        <http://data.carnegiehall.org/names/87914>,
        <http://data.carnegiehall.org/names/87915>,
        <http://data.carnegiehall.org/names/92936>,
        <http://data.carnegiehall.org/names/92939>,
        <http://data.carnegiehall.org/names/92942>,
        <http://data.carnegiehall.org/names/92943>,
        <http://data.carnegiehall.org/names/92944> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/29228> .

