@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/48447/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Kya Maloom" ;
    ns1:bass_guitar <http://data.carnegiehall.org/names/86279> ;
    ns1:concert_band <http://data.carnegiehall.org/names/86275> ;
    ns1:drums <http://data.carnegiehall.org/names/86280> ;
    ns1:guitar <http://data.carnegiehall.org/names/86276> ;
    ns1:recorder <http://data.carnegiehall.org/names/86280> ;
    ns1:tabla <http://data.carnegiehall.org/names/86277> ;
    ns1:vocalist <http://data.carnegiehall.org/names/86276>,
        <http://data.carnegiehall.org/names/86279>,
        <http://data.carnegiehall.org/names/87304> ;
    ns2:performer <http://data.carnegiehall.org/names/86275>,
        <http://data.carnegiehall.org/names/86276>,
        <http://data.carnegiehall.org/names/86277>,
        <http://data.carnegiehall.org/names/86279>,
        <http://data.carnegiehall.org/names/86280>,
        <http://data.carnegiehall.org/names/87304> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/81594> .

