@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/46405/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass of the Children" ;
    ns2:bass <http://data.carnegiehall.org/names/27137> ;
    ns2:boys_chorus <http://data.carnegiehall.org/names/82050> ;
    ns2:childrens_chorus <http://data.carnegiehall.org/names/61058>,
        <http://data.carnegiehall.org/names/82043>,
        <http://data.carnegiehall.org/names/82044>,
        <http://data.carnegiehall.org/names/82052> ;
    ns2:choir <http://data.carnegiehall.org/names/61868>,
        <http://data.carnegiehall.org/names/82042>,
        <http://data.carnegiehall.org/names/82045>,
        <http://data.carnegiehall.org/names/82046>,
        <http://data.carnegiehall.org/names/82047>,
        <http://data.carnegiehall.org/names/82048>,
        <http://data.carnegiehall.org/names/82049>,
        <http://data.carnegiehall.org/names/82051> ;
    ns2:soprano <http://data.carnegiehall.org/names/67166> ;
    ns1:performer <http://data.carnegiehall.org/names/27137>,
        <http://data.carnegiehall.org/names/61058>,
        <http://data.carnegiehall.org/names/61868>,
        <http://data.carnegiehall.org/names/67166>,
        <http://data.carnegiehall.org/names/82042>,
        <http://data.carnegiehall.org/names/82043>,
        <http://data.carnegiehall.org/names/82044>,
        <http://data.carnegiehall.org/names/82045>,
        <http://data.carnegiehall.org/names/82046>,
        <http://data.carnegiehall.org/names/82047>,
        <http://data.carnegiehall.org/names/82048>,
        <http://data.carnegiehall.org/names/82049>,
        <http://data.carnegiehall.org/names/82050>,
        <http://data.carnegiehall.org/names/82051>,
        <http://data.carnegiehall.org/names/82052> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/61793> .

