@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/48595/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass of the Children" ;
    ns1:baritone <http://data.carnegiehall.org/names/77399> ;
    ns1:boys_chorus <http://data.carnegiehall.org/names/87859> ;
    ns1:childrens_chorus <http://data.carnegiehall.org/names/44748>,
        <http://data.carnegiehall.org/names/87855>,
        <http://data.carnegiehall.org/names/87858> ;
    ns1:choir <http://data.carnegiehall.org/names/51910>,
        <http://data.carnegiehall.org/names/61943>,
        <http://data.carnegiehall.org/names/64808>,
        <http://data.carnegiehall.org/names/77139>,
        <http://data.carnegiehall.org/names/80473>,
        <http://data.carnegiehall.org/names/87856>,
        <http://data.carnegiehall.org/names/87857> ;
    ns1:soprano <http://data.carnegiehall.org/names/75921> ;
    ns2:performer <http://data.carnegiehall.org/names/44748>,
        <http://data.carnegiehall.org/names/51910>,
        <http://data.carnegiehall.org/names/61943>,
        <http://data.carnegiehall.org/names/64808>,
        <http://data.carnegiehall.org/names/75921>,
        <http://data.carnegiehall.org/names/77139>,
        <http://data.carnegiehall.org/names/77399>,
        <http://data.carnegiehall.org/names/80473>,
        <http://data.carnegiehall.org/names/87855>,
        <http://data.carnegiehall.org/names/87856>,
        <http://data.carnegiehall.org/names/87857>,
        <http://data.carnegiehall.org/names/87858>,
        <http://data.carnegiehall.org/names/87859> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/61793> .

