@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/22171/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in B Minor, BWV 232" ;
    ns1:baritone <http://data.carnegiehall.org/names/47044> ;
    ns1:bass <http://data.carnegiehall.org/names/7109> ;
    ns1:contralto <http://data.carnegiehall.org/names/16670> ;
    ns1:corno_da_caccia <http://data.carnegiehall.org/names/28508> ;
    ns1:flute <http://data.carnegiehall.org/names/52663> ;
    ns1:oboe <http://data.carnegiehall.org/names/25456>,
        <http://data.carnegiehall.org/names/30211> ;
    ns1:organ <http://data.carnegiehall.org/names/55102> ;
    ns1:piano <http://data.carnegiehall.org/names/14456> ;
    ns1:soprano <http://data.carnegiehall.org/names/33684> ;
    ns1:tenor <http://data.carnegiehall.org/names/34687> ;
    ns1:trumpet <http://data.carnegiehall.org/names/28508> ;
    ns1:violin <http://data.carnegiehall.org/names/20086>,
        <http://data.carnegiehall.org/names/21645> ;
    ns2:performer <http://data.carnegiehall.org/names/14456>,
        <http://data.carnegiehall.org/names/16670>,
        <http://data.carnegiehall.org/names/20086>,
        <http://data.carnegiehall.org/names/21645>,
        <http://data.carnegiehall.org/names/25456>,
        <http://data.carnegiehall.org/names/28508>,
        <http://data.carnegiehall.org/names/30211>,
        <http://data.carnegiehall.org/names/33684>,
        <http://data.carnegiehall.org/names/34687>,
        <http://data.carnegiehall.org/names/47044>,
        <http://data.carnegiehall.org/names/52663>,
        <http://data.carnegiehall.org/names/55102>,
        <http://data.carnegiehall.org/names/7109> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/39192> .

