@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/41477/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass of the Children" ;
    ns2:bass <http://data.carnegiehall.org/names/54395> ;
    ns2:childrens_chorus <http://data.carnegiehall.org/names/31102> ;
    ns2:choir <http://data.carnegiehall.org/names/63839>,
        <http://data.carnegiehall.org/names/69719>,
        <http://data.carnegiehall.org/names/69720>,
        <http://data.carnegiehall.org/names/69721>,
        <http://data.carnegiehall.org/names/69722>,
        <http://data.carnegiehall.org/names/69723>,
        <http://data.carnegiehall.org/names/69724>,
        <http://data.carnegiehall.org/names/69725>,
        <http://data.carnegiehall.org/names/69726> ;
    ns2:conductor <http://data.carnegiehall.org/names/12375> ;
    ns2:soprano <http://data.carnegiehall.org/names/45166> ;
    ns1:performer <http://data.carnegiehall.org/names/12375>,
        <http://data.carnegiehall.org/names/31102>,
        <http://data.carnegiehall.org/names/45166>,
        <http://data.carnegiehall.org/names/54395>,
        <http://data.carnegiehall.org/names/63839>,
        <http://data.carnegiehall.org/names/69719>,
        <http://data.carnegiehall.org/names/69720>,
        <http://data.carnegiehall.org/names/69721>,
        <http://data.carnegiehall.org/names/69722>,
        <http://data.carnegiehall.org/names/69723>,
        <http://data.carnegiehall.org/names/69724>,
        <http://data.carnegiehall.org/names/69725>,
        <http://data.carnegiehall.org/names/69726> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/61793> .

