@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/28525/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Carmina Burana" ;
    ns2:baritone <http://data.carnegiehall.org/names/30950> ;
    ns2:soprano <http://data.carnegiehall.org/names/7589> ;
    ns2:tenor <http://data.carnegiehall.org/names/57979> ;
    ns2:vocalist <http://data.carnegiehall.org/names/12884>,
        <http://data.carnegiehall.org/names/19026>,
        <http://data.carnegiehall.org/names/29832>,
        <http://data.carnegiehall.org/names/53543>,
        <http://data.carnegiehall.org/names/54268> ;
    ns1:performer <http://data.carnegiehall.org/names/12884>,
        <http://data.carnegiehall.org/names/19026>,
        <http://data.carnegiehall.org/names/29832>,
        <http://data.carnegiehall.org/names/30950>,
        <http://data.carnegiehall.org/names/53543>,
        <http://data.carnegiehall.org/names/54268>,
        <http://data.carnegiehall.org/names/57979>,
        <http://data.carnegiehall.org/names/7589> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/29228> .

