@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/43542/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass No. 2 in E Minor" ;
    ns1:choir <http://data.carnegiehall.org/names/32684>,
        <http://data.carnegiehall.org/names/75110>,
        <http://data.carnegiehall.org/names/75111> ;
    ns1:conductor <http://data.carnegiehall.org/names/75109> ;
    ns2:performer <http://data.carnegiehall.org/names/32684>,
        <http://data.carnegiehall.org/names/75109>,
        <http://data.carnegiehall.org/names/75110>,
        <http://data.carnegiehall.org/names/75111> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/39998> .

