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

<http://data.carnegiehall.org/events/1624/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Ancient Voices of Children" ;
    ns3:chamber_ensemble <http://data.carnegiehall.org/names/26697> ;
    ns3:conductor <http://data.carnegiehall.org/names/44362> ;
    ns3:harp <http://data.carnegiehall.org/names/57457> ;
    ns3:mandolin <http://data.carnegiehall.org/names/15680> ;
    ns3:musical_saw <http://data.carnegiehall.org/names/9606> ;
    ns3:oboe <http://data.carnegiehall.org/names/21693> ;
    ns3:percussion <http://data.carnegiehall.org/names/20212>,
        <http://data.carnegiehall.org/names/52162>,
        <http://data.carnegiehall.org/names/59764> ;
    ns3:piano <http://data.carnegiehall.org/names/40236> ;
    ns3:soprano <http://data.carnegiehall.org/names/48544>,
        <http://data.carnegiehall.org/names/58656> ;
    ns2:performer <http://data.carnegiehall.org/names/15680>,
        <http://data.carnegiehall.org/names/20212>,
        <http://data.carnegiehall.org/names/21693>,
        <http://data.carnegiehall.org/names/26697>,
        <http://data.carnegiehall.org/names/40236>,
        <http://data.carnegiehall.org/names/44362>,
        <http://data.carnegiehall.org/names/48544>,
        <http://data.carnegiehall.org/names/52162>,
        <http://data.carnegiehall.org/names/57457>,
        <http://data.carnegiehall.org/names/58656>,
        <http://data.carnegiehall.org/names/59764>,
        <http://data.carnegiehall.org/names/9606> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/7876> .

