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

<http://data.carnegiehall.org/events/8754/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in B Minor, BWV 232" ;
    ns3:baritone <http://data.carnegiehall.org/names/23649> ;
    ns3:contralto <http://data.carnegiehall.org/names/50316> ;
    ns3:flute <http://data.carnegiehall.org/names/34711> ;
    ns3:french_horn <http://data.carnegiehall.org/names/59082> ;
    ns4:amore <http://data.carnegiehall.org/names/51678>,
        <http://data.carnegiehall.org/names/8446> ;
    ns3:orchestra <http://data.carnegiehall.org/names/39469> ;
    ns3:organ <http://data.carnegiehall.org/names/7387> ;
    ns3:soprano <http://data.carnegiehall.org/names/48149> ;
    ns3:tenor <http://data.carnegiehall.org/names/44508> ;
    ns3:trumpet <http://data.carnegiehall.org/names/23739>,
        <http://data.carnegiehall.org/names/8443> ;
    ns3:violin <http://data.carnegiehall.org/names/2171> ;
    ns1:performer <http://data.carnegiehall.org/names/2171>,
        <http://data.carnegiehall.org/names/23649>,
        <http://data.carnegiehall.org/names/23739>,
        <http://data.carnegiehall.org/names/34711>,
        <http://data.carnegiehall.org/names/39469>,
        <http://data.carnegiehall.org/names/44508>,
        <http://data.carnegiehall.org/names/48149>,
        <http://data.carnegiehall.org/names/50316>,
        <http://data.carnegiehall.org/names/51678>,
        <http://data.carnegiehall.org/names/59082>,
        <http://data.carnegiehall.org/names/7387>,
        <http://data.carnegiehall.org/names/8443>,
        <http://data.carnegiehall.org/names/8446> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/39192> .

