@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/oboe_d'> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix ns4: <http://schema.org/> .
@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" ;
    ns2:baritone <http://data.carnegiehall.org/names/23649> ;
    ns2:contralto <http://data.carnegiehall.org/names/50316> ;
    ns2:flute <http://data.carnegiehall.org/names/34711> ;
    ns2:french_horn <http://data.carnegiehall.org/names/59082> ;
    ns1:amore <http://data.carnegiehall.org/names/51678>,
        <http://data.carnegiehall.org/names/8446> ;
    ns2:orchestra <http://data.carnegiehall.org/names/39469> ;
    ns2:organ <http://data.carnegiehall.org/names/7387> ;
    ns2:soprano <http://data.carnegiehall.org/names/48149> ;
    ns2:tenor <http://data.carnegiehall.org/names/44508> ;
    ns2:trumpet <http://data.carnegiehall.org/names/23739>,
        <http://data.carnegiehall.org/names/8443> ;
    ns2:violin <http://data.carnegiehall.org/names/2171> ;
    ns3: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> ;
    ns4:workPerformed <http://data.carnegiehall.org/works/39192> .

