@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/29259/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Carmina Burana" ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/41158> ;
    ns2:percussion <http://data.carnegiehall.org/names/11868>,
        <http://data.carnegiehall.org/names/15564>,
        <http://data.carnegiehall.org/names/38555>,
        <http://data.carnegiehall.org/names/42113>,
        <http://data.carnegiehall.org/names/7065> ;
    ns2:piano <http://data.carnegiehall.org/names/28288>,
        <http://data.carnegiehall.org/names/32669> ;
    ns2:soprano <http://data.carnegiehall.org/names/53560> ;
    ns2:tenor <http://data.carnegiehall.org/names/327> ;
    ns1:performer <http://data.carnegiehall.org/names/11868>,
        <http://data.carnegiehall.org/names/15564>,
        <http://data.carnegiehall.org/names/28288>,
        <http://data.carnegiehall.org/names/32669>,
        <http://data.carnegiehall.org/names/327>,
        <http://data.carnegiehall.org/names/38555>,
        <http://data.carnegiehall.org/names/41158>,
        <http://data.carnegiehall.org/names/42113>,
        <http://data.carnegiehall.org/names/53560>,
        <http://data.carnegiehall.org/names/7065> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/47353> .

