@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/24122/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Ancient Voices of Children: 1. The little boy was looking for his voice" ;
    ns1:boy_soprano <http://data.carnegiehall.org/names/24733> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/5389> ;
    ns1:percussion <http://data.carnegiehall.org/names/32062>,
        <http://data.carnegiehall.org/names/37814>,
        <http://data.carnegiehall.org/names/55814> ;
    ns1:piano <http://data.carnegiehall.org/names/4> ;
    ns2:performer <http://data.carnegiehall.org/names/24733>,
        <http://data.carnegiehall.org/names/32062>,
        <http://data.carnegiehall.org/names/37814>,
        <http://data.carnegiehall.org/names/4>,
        <http://data.carnegiehall.org/names/5389>,
        <http://data.carnegiehall.org/names/55814> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/30491> .

