@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/45147/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Falak-e Sûzi (Tajikstan)" ;
    ns2:daf <http://data.carnegiehall.org/names/79146> ;
    ns2:dancer <http://data.carnegiehall.org/names/79144> ;
    ns2:ghaychak <http://data.carnegiehall.org/names/79145> ;
    ns2:music_ensemble <http://data.carnegiehall.org/names/79142> ;
    ns2:rabab <http://data.carnegiehall.org/names/79143>,
        <http://data.carnegiehall.org/names/79149> ;
    ns2:setar <http://data.carnegiehall.org/names/79148> ;
    ns2:tanbur <http://data.carnegiehall.org/names/79147> ;
    ns2:vocalist <http://data.carnegiehall.org/names/79143>,
        <http://data.carnegiehall.org/names/79144>,
        <http://data.carnegiehall.org/names/79147>,
        <http://data.carnegiehall.org/names/79149> ;
    ns1:performer <http://data.carnegiehall.org/names/79142>,
        <http://data.carnegiehall.org/names/79143>,
        <http://data.carnegiehall.org/names/79144>,
        <http://data.carnegiehall.org/names/79145>,
        <http://data.carnegiehall.org/names/79146>,
        <http://data.carnegiehall.org/names/79147>,
        <http://data.carnegiehall.org/names/79148>,
        <http://data.carnegiehall.org/names/79149> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/74956> .

