@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/49731/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Melaprapti" ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/90680> ;
    ns1:conductor <http://data.carnegiehall.org/names/90681> ;
    ns1:flute <http://data.carnegiehall.org/names/90685> ;
    ns1:mridangam <http://data.carnegiehall.org/names/90683> ;
    ns1:violin <http://data.carnegiehall.org/names/90684> ;
    ns1:vocalist <http://data.carnegiehall.org/names/90682> ;
    ns2:performer <http://data.carnegiehall.org/names/90680>,
        <http://data.carnegiehall.org/names/90681>,
        <http://data.carnegiehall.org/names/90682>,
        <http://data.carnegiehall.org/names/90683>,
        <http://data.carnegiehall.org/names/90684>,
        <http://data.carnegiehall.org/names/90685> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/84045> .

