@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/44766/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass of the Children" ;
    ns2:baritone <http://data.carnegiehall.org/names/78017> ;
    ns2:choir <http://data.carnegiehall.org/names/52406>,
        <http://data.carnegiehall.org/names/64141>,
        <http://data.carnegiehall.org/names/78018>,
        <http://data.carnegiehall.org/names/78019>,
        <http://data.carnegiehall.org/names/78020>,
        <http://data.carnegiehall.org/names/78021>,
        <http://data.carnegiehall.org/names/78022>,
        <http://data.carnegiehall.org/names/78023>,
        <http://data.carnegiehall.org/names/78024>,
        <http://data.carnegiehall.org/names/78025> ;
    ns2:soprano <http://data.carnegiehall.org/names/24293> ;
    ns1:performer <http://data.carnegiehall.org/names/24293>,
        <http://data.carnegiehall.org/names/52406>,
        <http://data.carnegiehall.org/names/64141>,
        <http://data.carnegiehall.org/names/78017>,
        <http://data.carnegiehall.org/names/78018>,
        <http://data.carnegiehall.org/names/78019>,
        <http://data.carnegiehall.org/names/78020>,
        <http://data.carnegiehall.org/names/78021>,
        <http://data.carnegiehall.org/names/78022>,
        <http://data.carnegiehall.org/names/78023>,
        <http://data.carnegiehall.org/names/78024>,
        <http://data.carnegiehall.org/names/78025> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/61793> .

