@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/53809/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in C Major, K. 317, \"Coronation\"" ;
    ns1:alto <http://data.carnegiehall.org/names/76229> ;
    ns1:bass <http://data.carnegiehall.org/names/63000> ;
    ns1:chamber_orchestra <http://data.carnegiehall.org/names/61706> ;
    ns1:choir <http://data.carnegiehall.org/names/39352>,
        <http://data.carnegiehall.org/names/71267>,
        <http://data.carnegiehall.org/names/72723>,
        <http://data.carnegiehall.org/names/73959>,
        <http://data.carnegiehall.org/names/74802>,
        <http://data.carnegiehall.org/names/83969>,
        <http://data.carnegiehall.org/names/85815> ;
    ns1:conductor <http://data.carnegiehall.org/names/61708> ;
    ns1:soprano <http://data.carnegiehall.org/names/98166> ;
    ns1:tenor <http://data.carnegiehall.org/names/76289> ;
    ns2:performer <http://data.carnegiehall.org/names/39352>,
        <http://data.carnegiehall.org/names/61706>,
        <http://data.carnegiehall.org/names/61708>,
        <http://data.carnegiehall.org/names/63000>,
        <http://data.carnegiehall.org/names/71267>,
        <http://data.carnegiehall.org/names/72723>,
        <http://data.carnegiehall.org/names/73959>,
        <http://data.carnegiehall.org/names/74802>,
        <http://data.carnegiehall.org/names/76229>,
        <http://data.carnegiehall.org/names/76289>,
        <http://data.carnegiehall.org/names/83969>,
        <http://data.carnegiehall.org/names/85815>,
        <http://data.carnegiehall.org/names/98166> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/51501> .

