@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/1826/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Ancient Voices of Children" ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/22620> ;
    ns2:conductor <http://data.carnegiehall.org/names/8676> ;
    ns2:electric_piano <http://data.carnegiehall.org/names/36522> ;
    ns2:harp <http://data.carnegiehall.org/names/50619> ;
    ns2:mandolin <http://data.carnegiehall.org/names/28096> ;
    ns2:musical_saw <http://data.carnegiehall.org/names/6043> ;
    ns2:oboe <http://data.carnegiehall.org/names/25907> ;
    ns2:percussion <http://data.carnegiehall.org/names/48968>,
        <http://data.carnegiehall.org/names/7138>,
        <http://data.carnegiehall.org/names/73681> ;
    ns2:soprano <http://data.carnegiehall.org/names/18262>,
        <http://data.carnegiehall.org/names/60901> ;
    ns1:performer <http://data.carnegiehall.org/names/18262>,
        <http://data.carnegiehall.org/names/22620>,
        <http://data.carnegiehall.org/names/25907>,
        <http://data.carnegiehall.org/names/28096>,
        <http://data.carnegiehall.org/names/36522>,
        <http://data.carnegiehall.org/names/48968>,
        <http://data.carnegiehall.org/names/50619>,
        <http://data.carnegiehall.org/names/6043>,
        <http://data.carnegiehall.org/names/60901>,
        <http://data.carnegiehall.org/names/7138>,
        <http://data.carnegiehall.org/names/73681>,
        <http://data.carnegiehall.org/names/8676> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/7876> .

