@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/38088/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Esfahan" ;
    ns2:cello <http://data.carnegiehall.org/names/62938>,
        <http://data.carnegiehall.org/names/62939> ;
    ns2:double_bass <http://data.carnegiehall.org/names/54155> ;
    ns2:percussion <http://data.carnegiehall.org/names/20085> ;
    ns2:piano <http://data.carnegiehall.org/names/10083> ;
    ns2:tombak <http://data.carnegiehall.org/names/43805> ;
    ns2:viola <http://data.carnegiehall.org/names/62940> ;
    ns2:violin <http://data.carnegiehall.org/names/62937> ;
    ns1:performer <http://data.carnegiehall.org/names/10083>,
        <http://data.carnegiehall.org/names/20085>,
        <http://data.carnegiehall.org/names/43805>,
        <http://data.carnegiehall.org/names/54155>,
        <http://data.carnegiehall.org/names/62937>,
        <http://data.carnegiehall.org/names/62938>,
        <http://data.carnegiehall.org/names/62939>,
        <http://data.carnegiehall.org/names/62940> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/42645> .

