@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/54206/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Turbae ad passionem gregorianam, Op. 43" ;
    ns2:baritone <http://data.carnegiehall.org/names/91898>,
        <http://data.carnegiehall.org/names/99773> ;
    ns2:choir <http://data.carnegiehall.org/names/91724>,
        <http://data.carnegiehall.org/names/99771>,
        <http://data.carnegiehall.org/names/99772> ;
    ns2:orchestra <http://data.carnegiehall.org/names/99770> ;
    ns2:tenor <http://data.carnegiehall.org/names/99774> ;
    ns3:performer <http://data.carnegiehall.org/names/91724>,
        <http://data.carnegiehall.org/names/91898>,
        <http://data.carnegiehall.org/names/99770>,
        <http://data.carnegiehall.org/names/99771>,
        <http://data.carnegiehall.org/names/99772>,
        <http://data.carnegiehall.org/names/99773>,
        <http://data.carnegiehall.org/names/99774> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/91812> .

