@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/74969/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in D Minor, H.XXII:11, \"Nelson Mass\"" ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/132974> ;
    ns1:choir <http://data.carnegiehall.org/names/134512>,
        <http://data.carnegiehall.org/names/134513>,
        <http://data.carnegiehall.org/names/134514>,
        <http://data.carnegiehall.org/names/134515>,
        <http://data.carnegiehall.org/names/134516>,
        <http://data.carnegiehall.org/names/90283> ;
    ns1:conductor <http://data.carnegiehall.org/names/127755>,
        <http://data.carnegiehall.org/names/134511> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/134455> ;
    ns1:soprano <http://data.carnegiehall.org/names/134509> ;
    ns1:tenor <http://data.carnegiehall.org/names/134510> ;
    ns2:performer <http://data.carnegiehall.org/names/127755>,
        <http://data.carnegiehall.org/names/132974>,
        <http://data.carnegiehall.org/names/134455>,
        <http://data.carnegiehall.org/names/134509>,
        <http://data.carnegiehall.org/names/134510>,
        <http://data.carnegiehall.org/names/134511>,
        <http://data.carnegiehall.org/names/134512>,
        <http://data.carnegiehall.org/names/134513>,
        <http://data.carnegiehall.org/names/134514>,
        <http://data.carnegiehall.org/names/134515>,
        <http://data.carnegiehall.org/names/134516>,
        <http://data.carnegiehall.org/names/90283> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/5238> .

