@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/48563/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Carmina Burana" ;
    ns1:baritone <http://data.carnegiehall.org/names/85066> ;
    ns1:choir <http://data.carnegiehall.org/names/61558>,
        <http://data.carnegiehall.org/names/7517>,
        <http://data.carnegiehall.org/names/80008>,
        <http://data.carnegiehall.org/names/87723>,
        <http://data.carnegiehall.org/names/87724>,
        <http://data.carnegiehall.org/names/87725>,
        <http://data.carnegiehall.org/names/87726> ;
    ns1:conductor <http://data.carnegiehall.org/names/52439> ;
    ns1:duo_pianists <http://data.carnegiehall.org/names/87717> ;
    ns1:piano <http://data.carnegiehall.org/names/41288>,
        <http://data.carnegiehall.org/names/87718> ;
    ns1:soprano <http://data.carnegiehall.org/names/84049> ;
    ns1:tenor <http://data.carnegiehall.org/names/65408> ;
    ns2:performer <http://data.carnegiehall.org/names/41288>,
        <http://data.carnegiehall.org/names/52439>,
        <http://data.carnegiehall.org/names/61558>,
        <http://data.carnegiehall.org/names/65408>,
        <http://data.carnegiehall.org/names/7517>,
        <http://data.carnegiehall.org/names/80008>,
        <http://data.carnegiehall.org/names/84049>,
        <http://data.carnegiehall.org/names/85066>,
        <http://data.carnegiehall.org/names/87717>,
        <http://data.carnegiehall.org/names/87718>,
        <http://data.carnegiehall.org/names/87723>,
        <http://data.carnegiehall.org/names/87724>,
        <http://data.carnegiehall.org/names/87725>,
        <http://data.carnegiehall.org/names/87726> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/47353> .

