@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/77260/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Symphony No. 15 in A Major, Op. 141" ;
    ns1:celesta <http://data.carnegiehall.org/names/42456> ;
    ns1:cello <http://data.carnegiehall.org/names/136081> ;
    ns1:percussion <http://data.carnegiehall.org/names/129100>,
        <http://data.carnegiehall.org/names/133139>,
        <http://data.carnegiehall.org/names/99884> ;
    ns1:piano <http://data.carnegiehall.org/names/42456> ;
    ns1:timpani <http://data.carnegiehall.org/names/133139> ;
    ns1:violin <http://data.carnegiehall.org/names/72357> ;
    ns2:performer <http://data.carnegiehall.org/names/129100>,
        <http://data.carnegiehall.org/names/133139>,
        <http://data.carnegiehall.org/names/136081>,
        <http://data.carnegiehall.org/names/42456>,
        <http://data.carnegiehall.org/names/72357>,
        <http://data.carnegiehall.org/names/99884> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/121578> .

