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

<http://data.carnegiehall.org/events/59160/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Symphony No. 3 in E-flat Major, Op. 55, \"Eroica\": 1. Allegro con brio" ;
    ns3:cello <http://data.carnegiehall.org/names/110544> ;
    ns3:double_bass <http://data.carnegiehall.org/names/110545> ;
    ns3:oud <http://data.carnegiehall.org/names/110546> ;
    ns3:piano <http://data.carnegiehall.org/names/106213> ;
    ns3:viola <http://data.carnegiehall.org/names/110543> ;
    ns3:violin <http://data.carnegiehall.org/names/110541>,
        <http://data.carnegiehall.org/names/110542> ;
    ns2:performer <http://data.carnegiehall.org/names/106213>,
        <http://data.carnegiehall.org/names/110541>,
        <http://data.carnegiehall.org/names/110542>,
        <http://data.carnegiehall.org/names/110543>,
        <http://data.carnegiehall.org/names/110544>,
        <http://data.carnegiehall.org/names/110545>,
        <http://data.carnegiehall.org/names/110546> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/28173> .

