@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/48421/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Carmina Burana" ;
    ns2:baritone <http://data.carnegiehall.org/names/87171> ;
    ns2:choir <http://data.carnegiehall.org/names/31983>,
        <http://data.carnegiehall.org/names/61386>,
        <http://data.carnegiehall.org/names/87177>,
        <http://data.carnegiehall.org/names/87178>,
        <http://data.carnegiehall.org/names/87179>,
        <http://data.carnegiehall.org/names/87180>,
        <http://data.carnegiehall.org/names/87181> ;
    ns2:conductor <http://data.carnegiehall.org/names/85033> ;
    ns2:piano <http://data.carnegiehall.org/names/55060>,
        <http://data.carnegiehall.org/names/87172> ;
    ns2:soprano <http://data.carnegiehall.org/names/73859> ;
    ns2:tenor <http://data.carnegiehall.org/names/64017> ;
    ns1:performer <http://data.carnegiehall.org/names/31983>,
        <http://data.carnegiehall.org/names/55060>,
        <http://data.carnegiehall.org/names/61386>,
        <http://data.carnegiehall.org/names/64017>,
        <http://data.carnegiehall.org/names/73859>,
        <http://data.carnegiehall.org/names/85033>,
        <http://data.carnegiehall.org/names/87171>,
        <http://data.carnegiehall.org/names/87172>,
        <http://data.carnegiehall.org/names/87177>,
        <http://data.carnegiehall.org/names/87178>,
        <http://data.carnegiehall.org/names/87179>,
        <http://data.carnegiehall.org/names/87180>,
        <http://data.carnegiehall.org/names/87181> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/47353> .

