@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/25184/work_29> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Testament of Freedom: 4. I shall not die without a hope" ;
    ns2:organ <http://data.carnegiehall.org/names/50981> ;
    ns2:percussion <http://data.carnegiehall.org/names/65638> ;
    ns2:piano <http://data.carnegiehall.org/names/65634> ;
    ns2:timpani <http://data.carnegiehall.org/names/60312> ;
    ns2:trumpet <http://data.carnegiehall.org/names/65635>,
        <http://data.carnegiehall.org/names/65636>,
        <http://data.carnegiehall.org/names/65637> ;
    ns1:performer <http://data.carnegiehall.org/names/50981>,
        <http://data.carnegiehall.org/names/60312>,
        <http://data.carnegiehall.org/names/65634>,
        <http://data.carnegiehall.org/names/65635>,
        <http://data.carnegiehall.org/names/65636>,
        <http://data.carnegiehall.org/names/65637>,
        <http://data.carnegiehall.org/names/65638> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/27454> .

