@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/74812/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in C Major, K. 317, \"Coronation\"" ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/133723> ;
    ns1:choir <http://data.carnegiehall.org/names/105182>,
        <http://data.carnegiehall.org/names/112885>,
        <http://data.carnegiehall.org/names/126791>,
        <http://data.carnegiehall.org/names/133724>,
        <http://data.carnegiehall.org/names/133725>,
        <http://data.carnegiehall.org/names/77686>,
        <http://data.carnegiehall.org/names/77687> ;
    ns1:conductor <http://data.carnegiehall.org/names/118116> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/132591> ;
    ns1:soprano <http://data.carnegiehall.org/names/133721> ;
    ns1:tenor <http://data.carnegiehall.org/names/133722> ;
    ns2:performer <http://data.carnegiehall.org/names/105182>,
        <http://data.carnegiehall.org/names/112885>,
        <http://data.carnegiehall.org/names/118116>,
        <http://data.carnegiehall.org/names/126791>,
        <http://data.carnegiehall.org/names/132591>,
        <http://data.carnegiehall.org/names/133721>,
        <http://data.carnegiehall.org/names/133722>,
        <http://data.carnegiehall.org/names/133723>,
        <http://data.carnegiehall.org/names/133724>,
        <http://data.carnegiehall.org/names/133725>,
        <http://data.carnegiehall.org/names/77686>,
        <http://data.carnegiehall.org/names/77687> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/51501> .

