@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/30975/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Ancient Voices of Children" ;
    ns2:boy_soprano <http://data.carnegiehall.org/names/18538> ;
    ns2:conductor <http://data.carnegiehall.org/names/44426> ;
    ns2:harp <http://data.carnegiehall.org/names/22155> ;
    ns2:mandolin <http://data.carnegiehall.org/names/60612> ;
    ns2:oboe <http://data.carnegiehall.org/names/15195> ;
    ns2:percussion <http://data.carnegiehall.org/names/19371>,
        <http://data.carnegiehall.org/names/30599>,
        <http://data.carnegiehall.org/names/47959> ;
    ns2:piano <http://data.carnegiehall.org/names/42900> ;
    ns2:soprano <http://data.carnegiehall.org/names/46280> ;
    ns1:performer <http://data.carnegiehall.org/names/15195>,
        <http://data.carnegiehall.org/names/18538>,
        <http://data.carnegiehall.org/names/19371>,
        <http://data.carnegiehall.org/names/22155>,
        <http://data.carnegiehall.org/names/30599>,
        <http://data.carnegiehall.org/names/42900>,
        <http://data.carnegiehall.org/names/44426>,
        <http://data.carnegiehall.org/names/46280>,
        <http://data.carnegiehall.org/names/47959>,
        <http://data.carnegiehall.org/names/60612> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/7876> .

