@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/41474/work_01> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Mass in C Minor, K. 427" ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/30675> ;
    ns1:choir <http://data.carnegiehall.org/names/15635> ;
    ns1:soprano <http://data.carnegiehall.org/names/55599>,
        <http://data.carnegiehall.org/names/69695> ;
    ns1:tenor <http://data.carnegiehall.org/names/69696> ;
    ns3:performer <http://data.carnegiehall.org/names/15635>,
        <http://data.carnegiehall.org/names/30675>,
        <http://data.carnegiehall.org/names/55599>,
        <http://data.carnegiehall.org/names/69695>,
        <http://data.carnegiehall.org/names/69696> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/66450> ;
    rdfs:comment "world premiere" .

