@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/25184/work_28> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Testament of Freedom: 1. The God who gave us life" ;
    ns1:organ <http://data.carnegiehall.org/names/50981> ;
    ns1:percussion <http://data.carnegiehall.org/names/65638> ;
    ns1:piano <http://data.carnegiehall.org/names/65634> ;
    ns1:timpani <http://data.carnegiehall.org/names/60312> ;
    ns1:trumpet <http://data.carnegiehall.org/names/65635>,
        <http://data.carnegiehall.org/names/65636>,
        <http://data.carnegiehall.org/names/65637> ;
    ns2: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/20111> .

