@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/31002/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Carmina Burana" ;
    ns1:baritone <http://data.carnegiehall.org/names/22507> ;
    ns1:choir <http://data.carnegiehall.org/names/126602>,
        <http://data.carnegiehall.org/names/126603>,
        <http://data.carnegiehall.org/names/126604>,
        <http://data.carnegiehall.org/names/77875> ;
    ns1:conductor <http://data.carnegiehall.org/names/41413> ;
    ns1:soprano <http://data.carnegiehall.org/names/39673> ;
    ns1:tenor <http://data.carnegiehall.org/names/58758> ;
    ns1:womens_chorus <http://data.carnegiehall.org/names/92521> ;
    ns2:performer <http://data.carnegiehall.org/names/126602>,
        <http://data.carnegiehall.org/names/126603>,
        <http://data.carnegiehall.org/names/126604>,
        <http://data.carnegiehall.org/names/22507>,
        <http://data.carnegiehall.org/names/39673>,
        <http://data.carnegiehall.org/names/41413>,
        <http://data.carnegiehall.org/names/58758>,
        <http://data.carnegiehall.org/names/77875>,
        <http://data.carnegiehall.org/names/92521> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/29228> .

