@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/80230/work_18> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass of the Children" ;
    ns1:childrens_chorus <http://data.carnegiehall.org/names/27459> ;
    ns1:choir <http://data.carnegiehall.org/names/130418>,
        <http://data.carnegiehall.org/names/142582>,
        <http://data.carnegiehall.org/names/142583> ;
    ns1:concert_band <http://data.carnegiehall.org/names/142575> ;
    ns1:conductor <http://data.carnegiehall.org/names/142576> ;
    ns1:piano <http://data.carnegiehall.org/names/142577> ;
    ns1:soprano <http://data.carnegiehall.org/names/137234> ;
    ns1:vocalist <http://data.carnegiehall.org/names/49861> ;
    ns1:wind_ensemble <http://data.carnegiehall.org/names/142574> ;
    ns2:performer <http://data.carnegiehall.org/names/130418>,
        <http://data.carnegiehall.org/names/137234>,
        <http://data.carnegiehall.org/names/142574>,
        <http://data.carnegiehall.org/names/142575>,
        <http://data.carnegiehall.org/names/142576>,
        <http://data.carnegiehall.org/names/142577>,
        <http://data.carnegiehall.org/names/142582>,
        <http://data.carnegiehall.org/names/142583>,
        <http://data.carnegiehall.org/names/27459>,
        <http://data.carnegiehall.org/names/49861> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/61793> .

