@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/74880/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in C Major, K. 317, \"Coronation\"" ;
    ns1:bass <http://data.carnegiehall.org/names/52147> ;
    ns1:choir <http://data.carnegiehall.org/names/109665>,
        <http://data.carnegiehall.org/names/134088>,
        <http://data.carnegiehall.org/names/134089>,
        <http://data.carnegiehall.org/names/134090>,
        <http://data.carnegiehall.org/names/134091>,
        <http://data.carnegiehall.org/names/134092> ;
    ns1:conductor <http://data.carnegiehall.org/names/134080> ;
    ns1:contralto <http://data.carnegiehall.org/names/81880> ;
    ns1:soprano <http://data.carnegiehall.org/names/127772> ;
    ns1:tenor <http://data.carnegiehall.org/names/134086> ;
    ns3:performer <http://data.carnegiehall.org/names/109665>,
        <http://data.carnegiehall.org/names/127772>,
        <http://data.carnegiehall.org/names/134080>,
        <http://data.carnegiehall.org/names/134086>,
        <http://data.carnegiehall.org/names/134088>,
        <http://data.carnegiehall.org/names/134089>,
        <http://data.carnegiehall.org/names/134090>,
        <http://data.carnegiehall.org/names/134091>,
        <http://data.carnegiehall.org/names/134092>,
        <http://data.carnegiehall.org/names/52147>,
        <http://data.carnegiehall.org/names/81880> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/51501> .

