@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/27147/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in D Minor, H.XXII:11, \"Nelson Mass\"" ;
    ns1:baritone <http://data.carnegiehall.org/names/50232> ;
    ns1:choir <http://data.carnegiehall.org/names/12313>,
        <http://data.carnegiehall.org/names/17307>,
        <http://data.carnegiehall.org/names/26337>,
        <http://data.carnegiehall.org/names/26347>,
        <http://data.carnegiehall.org/names/29732>,
        <http://data.carnegiehall.org/names/44748>,
        <http://data.carnegiehall.org/names/53419>,
        <http://data.carnegiehall.org/names/9200> ;
    ns1:conductor <http://data.carnegiehall.org/names/3000> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/12388> ;
    ns1:soprano <http://data.carnegiehall.org/names/9306> ;
    ns1:tenor <http://data.carnegiehall.org/names/2465> ;
    ns2:performer <http://data.carnegiehall.org/names/12313>,
        <http://data.carnegiehall.org/names/12388>,
        <http://data.carnegiehall.org/names/17307>,
        <http://data.carnegiehall.org/names/2465>,
        <http://data.carnegiehall.org/names/26337>,
        <http://data.carnegiehall.org/names/26347>,
        <http://data.carnegiehall.org/names/29732>,
        <http://data.carnegiehall.org/names/3000>,
        <http://data.carnegiehall.org/names/44748>,
        <http://data.carnegiehall.org/names/50232>,
        <http://data.carnegiehall.org/names/53419>,
        <http://data.carnegiehall.org/names/9200>,
        <http://data.carnegiehall.org/names/9306> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/5238> .

