@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/38610/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass of the Children" ;
    ns2:childrens_chorus <http://data.carnegiehall.org/names/64119>,
        <http://data.carnegiehall.org/names/64123> ;
    ns2:choir <http://data.carnegiehall.org/names/1438>,
        <http://data.carnegiehall.org/names/26281>,
        <http://data.carnegiehall.org/names/41270>,
        <http://data.carnegiehall.org/names/64117>,
        <http://data.carnegiehall.org/names/64118>,
        <http://data.carnegiehall.org/names/64120>,
        <http://data.carnegiehall.org/names/64121>,
        <http://data.carnegiehall.org/names/64122>,
        <http://data.carnegiehall.org/names/64124>,
        <http://data.carnegiehall.org/names/64125>,
        <http://data.carnegiehall.org/names/64126>,
        <http://data.carnegiehall.org/names/64127>,
        <http://data.carnegiehall.org/names/64128>,
        <http://data.carnegiehall.org/names/8131> ;
    ns1:performer <http://data.carnegiehall.org/names/1438>,
        <http://data.carnegiehall.org/names/26281>,
        <http://data.carnegiehall.org/names/41270>,
        <http://data.carnegiehall.org/names/64117>,
        <http://data.carnegiehall.org/names/64118>,
        <http://data.carnegiehall.org/names/64119>,
        <http://data.carnegiehall.org/names/64120>,
        <http://data.carnegiehall.org/names/64121>,
        <http://data.carnegiehall.org/names/64122>,
        <http://data.carnegiehall.org/names/64123>,
        <http://data.carnegiehall.org/names/64124>,
        <http://data.carnegiehall.org/names/64125>,
        <http://data.carnegiehall.org/names/64126>,
        <http://data.carnegiehall.org/names/64127>,
        <http://data.carnegiehall.org/names/64128>,
        <http://data.carnegiehall.org/names/8131> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/61793> .

