@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/51923/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Four Seasons of Afghanistan" ;
    ns2:cello <http://data.carnegiehall.org/names/90758> ;
    ns2:dilruba <http://data.carnegiehall.org/names/94275> ;
    ns2:ghaychak <http://data.carnegiehall.org/names/94250>,
        <http://data.carnegiehall.org/names/94276> ;
    ns2:rabab <http://data.carnegiehall.org/names/94271>,
        <http://data.carnegiehall.org/names/94272> ;
    ns2:sarod <http://data.carnegiehall.org/names/94251> ;
    ns2:sitar <http://data.carnegiehall.org/names/94254> ;
    ns2:tabla <http://data.carnegiehall.org/names/94277> ;
    ns2:tanbur <http://data.carnegiehall.org/names/94273> ;
    ns2:trumpet <http://data.carnegiehall.org/names/94253> ;
    ns2:xylophone <http://data.carnegiehall.org/names/94274> ;
    ns1:performer <http://data.carnegiehall.org/names/90758>,
        <http://data.carnegiehall.org/names/94250>,
        <http://data.carnegiehall.org/names/94251>,
        <http://data.carnegiehall.org/names/94253>,
        <http://data.carnegiehall.org/names/94254>,
        <http://data.carnegiehall.org/names/94271>,
        <http://data.carnegiehall.org/names/94272>,
        <http://data.carnegiehall.org/names/94273>,
        <http://data.carnegiehall.org/names/94274>,
        <http://data.carnegiehall.org/names/94275>,
        <http://data.carnegiehall.org/names/94276>,
        <http://data.carnegiehall.org/names/94277> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/87190> .

