@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/39219/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Carmina Burana" ;
    ns2:baritone <http://data.carnegiehall.org/names/65398> ;
    ns2:childrens_chorus <http://data.carnegiehall.org/names/44748> ;
    ns2:choir <http://data.carnegiehall.org/names/2142>,
        <http://data.carnegiehall.org/names/36391>,
        <http://data.carnegiehall.org/names/51910>,
        <http://data.carnegiehall.org/names/65399>,
        <http://data.carnegiehall.org/names/65400>,
        <http://data.carnegiehall.org/names/65401>,
        <http://data.carnegiehall.org/names/65402>,
        <http://data.carnegiehall.org/names/65403>,
        <http://data.carnegiehall.org/names/7165> ;
    ns2:soprano <http://data.carnegiehall.org/names/65397> ;
    ns2:tenor <http://data.carnegiehall.org/names/8132> ;
    ns1:performer <http://data.carnegiehall.org/names/2142>,
        <http://data.carnegiehall.org/names/36391>,
        <http://data.carnegiehall.org/names/44748>,
        <http://data.carnegiehall.org/names/51910>,
        <http://data.carnegiehall.org/names/65397>,
        <http://data.carnegiehall.org/names/65398>,
        <http://data.carnegiehall.org/names/65399>,
        <http://data.carnegiehall.org/names/65400>,
        <http://data.carnegiehall.org/names/65401>,
        <http://data.carnegiehall.org/names/65402>,
        <http://data.carnegiehall.org/names/65403>,
        <http://data.carnegiehall.org/names/7165>,
        <http://data.carnegiehall.org/names/8132> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/29228> .

