@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/61861/work_33> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Woo ri eu sowon (Our Wishes)" ;
    ns3:childrens_chorus <http://data.carnegiehall.org/names/115695> ;
    ns3:choir <http://data.carnegiehall.org/names/115691> ;
    ns3:guzheng <http://data.carnegiehall.org/names/115694> ;
    ns3:janggu <http://data.carnegiehall.org/names/115689> ;
    ns3:ocarina <http://data.carnegiehall.org/names/115697> ;
    ns2:performer <http://data.carnegiehall.org/names/115689>,
        <http://data.carnegiehall.org/names/115691>,
        <http://data.carnegiehall.org/names/115694>,
        <http://data.carnegiehall.org/names/115695>,
        <http://data.carnegiehall.org/names/115697> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/104349> .

