@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/6092/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Symphonie de chambre No. 2, Op. 49, 'Pastorale'" ;
    ns1:cello <http://data.carnegiehall.org/names/35618> ;
    ns1:double_bass <http://data.carnegiehall.org/names/10717> ;
    ns1:english_horn <http://data.carnegiehall.org/names/4726> ;
    ns1:flute <http://data.carnegiehall.org/names/31056> ;
    ns1:viola <http://data.carnegiehall.org/names/49699> ;
    ns1:violin <http://data.carnegiehall.org/names/18056> ;
    ns2:performer <http://data.carnegiehall.org/names/10717>,
        <http://data.carnegiehall.org/names/18056>,
        <http://data.carnegiehall.org/names/31056>,
        <http://data.carnegiehall.org/names/35618>,
        <http://data.carnegiehall.org/names/4726>,
        <http://data.carnegiehall.org/names/49699> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/19232> .

