@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/37666/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in C Major, K. 317, \"Coronation\"" ;
    ns1:baritone <http://data.carnegiehall.org/names/61712> ;
    ns1:chamber_orchestra <http://data.carnegiehall.org/names/61706> ;
    ns1:choir <http://data.carnegiehall.org/names/54098>,
        <http://data.carnegiehall.org/names/61713>,
        <http://data.carnegiehall.org/names/61714>,
        <http://data.carnegiehall.org/names/61715>,
        <http://data.carnegiehall.org/names/61716>,
        <http://data.carnegiehall.org/names/61717>,
        <http://data.carnegiehall.org/names/61719>,
        <http://data.carnegiehall.org/names/61720> ;
    ns1:conductor <http://data.carnegiehall.org/names/61708> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/61710> ;
    ns1:soprano <http://data.carnegiehall.org/names/61709> ;
    ns1:tenor <http://data.carnegiehall.org/names/61711> ;
    ns2:performer <http://data.carnegiehall.org/names/54098>,
        <http://data.carnegiehall.org/names/61706>,
        <http://data.carnegiehall.org/names/61708>,
        <http://data.carnegiehall.org/names/61709>,
        <http://data.carnegiehall.org/names/61710>,
        <http://data.carnegiehall.org/names/61711>,
        <http://data.carnegiehall.org/names/61712>,
        <http://data.carnegiehall.org/names/61713>,
        <http://data.carnegiehall.org/names/61714>,
        <http://data.carnegiehall.org/names/61715>,
        <http://data.carnegiehall.org/names/61716>,
        <http://data.carnegiehall.org/names/61717>,
        <http://data.carnegiehall.org/names/61719>,
        <http://data.carnegiehall.org/names/61720> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/51501> .

