@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/10305/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in C Minor, K. 427, \"Great\"" ;
    ns1:baritone <http://data.carnegiehall.org/names/48446> ;
    ns1:choir <http://data.carnegiehall.org/names/10647>,
        <http://data.carnegiehall.org/names/22841>,
        <http://data.carnegiehall.org/names/26271>,
        <http://data.carnegiehall.org/names/29859>,
        <http://data.carnegiehall.org/names/33728>,
        <http://data.carnegiehall.org/names/55402>,
        <http://data.carnegiehall.org/names/56611> ;
    ns1:conductor <http://data.carnegiehall.org/names/9215> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/34118> ;
    ns1:soprano <http://data.carnegiehall.org/names/29989> ;
    ns1:tenor <http://data.carnegiehall.org/names/49165> ;
    ns2:performer <http://data.carnegiehall.org/names/10647>,
        <http://data.carnegiehall.org/names/22841>,
        <http://data.carnegiehall.org/names/26271>,
        <http://data.carnegiehall.org/names/29859>,
        <http://data.carnegiehall.org/names/29989>,
        <http://data.carnegiehall.org/names/33728>,
        <http://data.carnegiehall.org/names/34118>,
        <http://data.carnegiehall.org/names/48446>,
        <http://data.carnegiehall.org/names/49165>,
        <http://data.carnegiehall.org/names/55402>,
        <http://data.carnegiehall.org/names/56611>,
        <http://data.carnegiehall.org/names/9215> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/7009> .

