@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/59350/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Symphony No. 7 in E Major" ;
    ns2:cello <http://data.carnegiehall.org/names/110845> ;
    ns2:clarinet <http://data.carnegiehall.org/names/110842> ;
    ns2:double_bass <http://data.carnegiehall.org/names/110846> ;
    ns2:french_horn <http://data.carnegiehall.org/names/23397> ;
    ns2:harmonium <http://data.carnegiehall.org/names/80320> ;
    ns2:piano <http://data.carnegiehall.org/names/104145>,
        <http://data.carnegiehall.org/names/3078> ;
    ns2:timpani <http://data.carnegiehall.org/names/110847> ;
    ns2:viola <http://data.carnegiehall.org/names/110844> ;
    ns2:violin <http://data.carnegiehall.org/names/110843>,
        <http://data.carnegiehall.org/names/60838> ;
    ns1:performer <http://data.carnegiehall.org/names/104145>,
        <http://data.carnegiehall.org/names/110842>,
        <http://data.carnegiehall.org/names/110843>,
        <http://data.carnegiehall.org/names/110844>,
        <http://data.carnegiehall.org/names/110845>,
        <http://data.carnegiehall.org/names/110846>,
        <http://data.carnegiehall.org/names/110847>,
        <http://data.carnegiehall.org/names/23397>,
        <http://data.carnegiehall.org/names/3078>,
        <http://data.carnegiehall.org/names/60838>,
        <http://data.carnegiehall.org/names/80320> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/100573> .

