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

<http://data.carnegiehall.org/events/62936/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass of the Children" ;
    ns1:baritone <http://data.carnegiehall.org/names/96551> ;
    ns1:childrens_chorus <http://data.carnegiehall.org/names/118280> ;
    ns1:choir <http://data.carnegiehall.org/names/118275>,
        <http://data.carnegiehall.org/names/118277>,
        <http://data.carnegiehall.org/names/118278>,
        <http://data.carnegiehall.org/names/118279>,
        <http://data.carnegiehall.org/names/118281>,
        <http://data.carnegiehall.org/names/118282>,
        <http://data.carnegiehall.org/names/55447> ;
    ns1:conductor <http://data.carnegiehall.org/names/118270> ;
    ns1:soprano <http://data.carnegiehall.org/names/76129> ;
    ns2:performer <http://data.carnegiehall.org/names/118270>,
        <http://data.carnegiehall.org/names/118275>,
        <http://data.carnegiehall.org/names/118277>,
        <http://data.carnegiehall.org/names/118278>,
        <http://data.carnegiehall.org/names/118279>,
        <http://data.carnegiehall.org/names/118280>,
        <http://data.carnegiehall.org/names/118281>,
        <http://data.carnegiehall.org/names/118282>,
        <http://data.carnegiehall.org/names/55447>,
        <http://data.carnegiehall.org/names/76129>,
        <http://data.carnegiehall.org/names/96551> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/61793> .

