@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/40385/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Gypsy Bulgar" ;
    ns1:accordion <http://data.carnegiehall.org/names/67370> ;
    ns1:bass_clarinet <http://data.carnegiehall.org/names/21084> ;
    ns1:clarinet <http://data.carnegiehall.org/names/21084> ;
    ns1:double_bass <http://data.carnegiehall.org/names/61768> ;
    ns1:drums <http://data.carnegiehall.org/names/67371> ;
    ns1:electric_guitar <http://data.carnegiehall.org/names/67369> ;
    ns1:klezmer_band <http://data.carnegiehall.org/names/67368> ;
    ns2:performer <http://data.carnegiehall.org/names/21084>,
        <http://data.carnegiehall.org/names/61768>,
        <http://data.carnegiehall.org/names/67368>,
        <http://data.carnegiehall.org/names/67369>,
        <http://data.carnegiehall.org/names/67370>,
        <http://data.carnegiehall.org/names/67371> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/64227> .

