@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/27741/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Purim (Carnival in Israel)" ;
    ns1:cello <http://data.carnegiehall.org/names/10208> ;
    ns1:clarinet <http://data.carnegiehall.org/names/39752> ;
    ns1:piano <http://data.carnegiehall.org/names/2977> ;
    ns1:string_quartet <http://data.carnegiehall.org/names/13591> ;
    ns1:trumpet <http://data.carnegiehall.org/names/33231> ;
    ns1:viola <http://data.carnegiehall.org/names/25765> ;
    ns1:violin <http://data.carnegiehall.org/names/13424>,
        <http://data.carnegiehall.org/names/42778> ;
    ns2:performer <http://data.carnegiehall.org/names/10208>,
        <http://data.carnegiehall.org/names/13424>,
        <http://data.carnegiehall.org/names/13591>,
        <http://data.carnegiehall.org/names/25765>,
        <http://data.carnegiehall.org/names/2977>,
        <http://data.carnegiehall.org/names/33231>,
        <http://data.carnegiehall.org/names/39752>,
        <http://data.carnegiehall.org/names/42778> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/14912> .

