@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/47337/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Let the Sun Shine in the Night Time" ;
    ns2:erhu <http://data.carnegiehall.org/names/84246> ;
    ns2:flute <http://data.carnegiehall.org/names/84254> ;
    ns2:guitar <http://data.carnegiehall.org/names/16974> ;
    ns2:narrator <http://data.carnegiehall.org/names/62977> ;
    ns2:percussion <http://data.carnegiehall.org/names/84255> ;
    ns2:pipa <http://data.carnegiehall.org/names/84247> ;
    ns2:tar <http://data.carnegiehall.org/names/84248> ;
    ns1:performer <http://data.carnegiehall.org/names/16974>,
        <http://data.carnegiehall.org/names/62977>,
        <http://data.carnegiehall.org/names/84246>,
        <http://data.carnegiehall.org/names/84247>,
        <http://data.carnegiehall.org/names/84248>,
        <http://data.carnegiehall.org/names/84254>,
        <http://data.carnegiehall.org/names/84255> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/79361> .

