@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/74666/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Fiddler's Tale: Suite" ;
    ns1:bassoon <http://data.carnegiehall.org/names/125738> ;
    ns1:clarinet <http://data.carnegiehall.org/names/125737> ;
    ns1:conductor <http://data.carnegiehall.org/names/132446> ;
    ns1:cornet <http://data.carnegiehall.org/names/31173> ;
    ns1:double_bass <http://data.carnegiehall.org/names/128957> ;
    ns1:narrator <http://data.carnegiehall.org/names/137353> ;
    ns1:percussion <http://data.carnegiehall.org/names/129100> ;
    ns1:trombone <http://data.carnegiehall.org/names/80037> ;
    ns1:violin <http://data.carnegiehall.org/names/80227> ;
    ns2:performer <http://data.carnegiehall.org/names/125737>,
        <http://data.carnegiehall.org/names/125738>,
        <http://data.carnegiehall.org/names/128957>,
        <http://data.carnegiehall.org/names/129100>,
        <http://data.carnegiehall.org/names/132446>,
        <http://data.carnegiehall.org/names/137353>,
        <http://data.carnegiehall.org/names/31173>,
        <http://data.carnegiehall.org/names/80037>,
        <http://data.carnegiehall.org/names/80227> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/118770> .

