@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/63723/work_26> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Çok Asigin Var Diyorlar" ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/120799> ;
    ns2:double_bass <http://data.carnegiehall.org/names/120808> ;
    ns2:guitar <http://data.carnegiehall.org/names/120809> ;
    ns2:kemenche <http://data.carnegiehall.org/names/120806> ;
    ns2:percussion <http://data.carnegiehall.org/names/120807> ;
    ns2:qanun <http://data.carnegiehall.org/names/120805> ;
    ns2:tanbur <http://data.carnegiehall.org/names/120798> ;
    ns2:vocalist <http://data.carnegiehall.org/names/120803>,
        <http://data.carnegiehall.org/names/120804> ;
    ns1:performer <http://data.carnegiehall.org/names/120798>,
        <http://data.carnegiehall.org/names/120799>,
        <http://data.carnegiehall.org/names/120803>,
        <http://data.carnegiehall.org/names/120804>,
        <http://data.carnegiehall.org/names/120805>,
        <http://data.carnegiehall.org/names/120806>,
        <http://data.carnegiehall.org/names/120807>,
        <http://data.carnegiehall.org/names/120808>,
        <http://data.carnegiehall.org/names/120809> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/107579> .

