@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/71556/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Fiddler's Tale" ;
    ns2:bassoon <http://data.carnegiehall.org/names/13448> ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/131031> ;
    ns2:clarinet <http://data.carnegiehall.org/names/112114> ;
    ns2:conductor <http://data.carnegiehall.org/names/94019> ;
    ns2:double_bass <http://data.carnegiehall.org/names/131032> ;
    ns2:narrator <http://data.carnegiehall.org/names/78944> ;
    ns2:percussion <http://data.carnegiehall.org/names/131033> ;
    ns2:trombone <http://data.carnegiehall.org/names/78716> ;
    ns2:trumpet <http://data.carnegiehall.org/names/70077> ;
    ns2:violin <http://data.carnegiehall.org/names/68668> ;
    ns1:performer <http://data.carnegiehall.org/names/112114>,
        <http://data.carnegiehall.org/names/131031>,
        <http://data.carnegiehall.org/names/131032>,
        <http://data.carnegiehall.org/names/131033>,
        <http://data.carnegiehall.org/names/13448>,
        <http://data.carnegiehall.org/names/68668>,
        <http://data.carnegiehall.org/names/70077>,
        <http://data.carnegiehall.org/names/78716>,
        <http://data.carnegiehall.org/names/78944>,
        <http://data.carnegiehall.org/names/94019> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/115447> .

