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

<http://data.carnegiehall.org/events/50623/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass of the Children" ;
    ns2:baritone <http://data.carnegiehall.org/names/32663> ;
    ns2:choir <http://data.carnegiehall.org/names/26705>,
        <http://data.carnegiehall.org/names/4491>,
        <http://data.carnegiehall.org/names/61821>,
        <http://data.carnegiehall.org/names/84237>,
        <http://data.carnegiehall.org/names/85224>,
        <http://data.carnegiehall.org/names/92577>,
        <http://data.carnegiehall.org/names/92580>,
        <http://data.carnegiehall.org/names/92581>,
        <http://data.carnegiehall.org/names/92582> ;
    ns2:conductor <http://data.carnegiehall.org/names/92573> ;
    ns2:orchestra <http://data.carnegiehall.org/names/27023> ;
    ns2:soprano <http://data.carnegiehall.org/names/92572> ;
    ns3:performer <http://data.carnegiehall.org/names/26705>,
        <http://data.carnegiehall.org/names/27023>,
        <http://data.carnegiehall.org/names/32663>,
        <http://data.carnegiehall.org/names/4491>,
        <http://data.carnegiehall.org/names/61821>,
        <http://data.carnegiehall.org/names/84237>,
        <http://data.carnegiehall.org/names/85224>,
        <http://data.carnegiehall.org/names/92572>,
        <http://data.carnegiehall.org/names/92573>,
        <http://data.carnegiehall.org/names/92577>,
        <http://data.carnegiehall.org/names/92580>,
        <http://data.carnegiehall.org/names/92581>,
        <http://data.carnegiehall.org/names/92582> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/61793> .

