@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/47744/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass of the Children" ;
    ns1:baritone <http://data.carnegiehall.org/names/85220> ;
    ns1:boys_chorus <http://data.carnegiehall.org/names/52498> ;
    ns1:choir <http://data.carnegiehall.org/names/76738>,
        <http://data.carnegiehall.org/names/77923>,
        <http://data.carnegiehall.org/names/78018>,
        <http://data.carnegiehall.org/names/80476>,
        <http://data.carnegiehall.org/names/85222>,
        <http://data.carnegiehall.org/names/85223>,
        <http://data.carnegiehall.org/names/85224>,
        <http://data.carnegiehall.org/names/85225>,
        <http://data.carnegiehall.org/names/85226> ;
    ns1:conductor <http://data.carnegiehall.org/names/70547> ;
    ns1:girls_chorus <http://data.carnegiehall.org/names/85221> ;
    ns1:soprano <http://data.carnegiehall.org/names/85212> ;
    ns2:performer <http://data.carnegiehall.org/names/52498>,
        <http://data.carnegiehall.org/names/70547>,
        <http://data.carnegiehall.org/names/76738>,
        <http://data.carnegiehall.org/names/77923>,
        <http://data.carnegiehall.org/names/78018>,
        <http://data.carnegiehall.org/names/80476>,
        <http://data.carnegiehall.org/names/85212>,
        <http://data.carnegiehall.org/names/85220>,
        <http://data.carnegiehall.org/names/85221>,
        <http://data.carnegiehall.org/names/85222>,
        <http://data.carnegiehall.org/names/85223>,
        <http://data.carnegiehall.org/names/85224>,
        <http://data.carnegiehall.org/names/85225>,
        <http://data.carnegiehall.org/names/85226> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/61793> .

