@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/29277/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Ancient Voices of Children" ;
    ns1:conductor <http://data.carnegiehall.org/names/29925> ;
    ns1:harp <http://data.carnegiehall.org/names/50619> ;
    ns1:mandolin <http://data.carnegiehall.org/names/3529> ;
    ns1:oboe <http://data.carnegiehall.org/names/32339> ;
    ns1:percussion <http://data.carnegiehall.org/names/15302>,
        <http://data.carnegiehall.org/names/20212>,
        <http://data.carnegiehall.org/names/55014> ;
    ns1:piano <http://data.carnegiehall.org/names/40236> ;
    ns1:soprano <http://data.carnegiehall.org/names/57424>,
        <http://data.carnegiehall.org/names/60901> ;
    ns2:performer <http://data.carnegiehall.org/names/15302>,
        <http://data.carnegiehall.org/names/20212>,
        <http://data.carnegiehall.org/names/29925>,
        <http://data.carnegiehall.org/names/32339>,
        <http://data.carnegiehall.org/names/3529>,
        <http://data.carnegiehall.org/names/40236>,
        <http://data.carnegiehall.org/names/50619>,
        <http://data.carnegiehall.org/names/55014>,
        <http://data.carnegiehall.org/names/57424>,
        <http://data.carnegiehall.org/names/60901> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/7876> .

