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

<http://data.carnegiehall.org/events/63006/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Let Your Voice Be Heard" ;
    ns3:childrens_chorus <http://data.carnegiehall.org/names/81922> ;
    ns3:choir <http://data.carnegiehall.org/names/113313>,
        <http://data.carnegiehall.org/names/118494>,
        <http://data.carnegiehall.org/names/118495>,
        <http://data.carnegiehall.org/names/118496>,
        <http://data.carnegiehall.org/names/118497>,
        <http://data.carnegiehall.org/names/118498>,
        <http://data.carnegiehall.org/names/118499> ;
    ns3:conductor <http://data.carnegiehall.org/names/94563> ;
    ns3:piano <http://data.carnegiehall.org/names/23379> ;
    ns1:performer <http://data.carnegiehall.org/names/113313>,
        <http://data.carnegiehall.org/names/118494>,
        <http://data.carnegiehall.org/names/118495>,
        <http://data.carnegiehall.org/names/118496>,
        <http://data.carnegiehall.org/names/118497>,
        <http://data.carnegiehall.org/names/118498>,
        <http://data.carnegiehall.org/names/118499>,
        <http://data.carnegiehall.org/names/23379>,
        <http://data.carnegiehall.org/names/81922>,
        <http://data.carnegiehall.org/names/94563> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/106518> .

