@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/61861/work_32> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Spring at Hometown" ;
    ns2:childrens_chorus <http://data.carnegiehall.org/names/115695> ;
    ns2:choir <http://data.carnegiehall.org/names/115691> ;
    ns2:guzheng <http://data.carnegiehall.org/names/115694> ;
    ns2:janggu <http://data.carnegiehall.org/names/115689> ;
    ns2:ocarina <http://data.carnegiehall.org/names/115697> ;
    ns1: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> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/14390> .

