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

<http://data.carnegiehall.org/events/17963/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in B Minor, BWV 232" ;
    ns2:baritone <http://data.carnegiehall.org/names/17920> ;
    ns2:contralto <http://data.carnegiehall.org/names/10561> ;
    ns2:english_horn <http://data.carnegiehall.org/names/21365> ;
    ns2:flute <http://data.carnegiehall.org/names/5697> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/26738> ;
    ns3:amore <http://data.carnegiehall.org/names/21364>,
        <http://data.carnegiehall.org/names/61030> ;
    ns2:orchestra <http://data.carnegiehall.org/names/39469> ;
    ns2:organ <http://data.carnegiehall.org/names/55102> ;
    ns2:soprano <http://data.carnegiehall.org/names/13871> ;
    ns2:tenor <http://data.carnegiehall.org/names/13437> ;
    ns2:violin <http://data.carnegiehall.org/names/11701> ;
    ns1:performer <http://data.carnegiehall.org/names/10561>,
        <http://data.carnegiehall.org/names/11701>,
        <http://data.carnegiehall.org/names/13437>,
        <http://data.carnegiehall.org/names/13871>,
        <http://data.carnegiehall.org/names/17920>,
        <http://data.carnegiehall.org/names/21364>,
        <http://data.carnegiehall.org/names/21365>,
        <http://data.carnegiehall.org/names/26738>,
        <http://data.carnegiehall.org/names/39469>,
        <http://data.carnegiehall.org/names/55102>,
        <http://data.carnegiehall.org/names/5697>,
        <http://data.carnegiehall.org/names/61030> ;
    ns4:workPerformed <http://data.carnegiehall.org/works/39192> .

