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

<http://data.carnegiehall.org/events/60515/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Fiddler's Tale: Fiddler's March" ;
    ns3:bassoon <http://data.carnegiehall.org/names/89190> ;
    ns3:clarinet <http://data.carnegiehall.org/names/66513> ;
    ns3:double_bass <http://data.carnegiehall.org/names/82575> ;
    ns3:percussion <http://data.carnegiehall.org/names/19637> ;
    ns3:trombone <http://data.carnegiehall.org/names/76337> ;
    ns3:trumpet <http://data.carnegiehall.org/names/80687> ;
    ns3:violin <http://data.carnegiehall.org/names/22083> ;
    ns1:performer <http://data.carnegiehall.org/names/19637>,
        <http://data.carnegiehall.org/names/22083>,
        <http://data.carnegiehall.org/names/66513>,
        <http://data.carnegiehall.org/names/76337>,
        <http://data.carnegiehall.org/names/80687>,
        <http://data.carnegiehall.org/names/82575>,
        <http://data.carnegiehall.org/names/89190> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/102150> .

