@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix ns3: <http://schema.org/> .
@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/8381/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in B Minor, BWV 232" ;
    ns1:bass <http://data.carnegiehall.org/names/38371> ;
    ns1:boys_chorus <http://data.carnegiehall.org/names/40030> ;
    ns1:countertenor <http://data.carnegiehall.org/names/770> ;
    ns1:flute <http://data.carnegiehall.org/names/35248> ;
    ns1:french_horn <http://data.carnegiehall.org/names/18303> ;
    ns4:amore <http://data.carnegiehall.org/names/12457> ;
    ns1:soprano <http://data.carnegiehall.org/names/37848>,
        <http://data.carnegiehall.org/names/392> ;
    ns1:tenor <http://data.carnegiehall.org/names/14429> ;
    ns1:violin <http://data.carnegiehall.org/names/48632> ;
    ns2:performer <http://data.carnegiehall.org/names/12457>,
        <http://data.carnegiehall.org/names/14429>,
        <http://data.carnegiehall.org/names/18303>,
        <http://data.carnegiehall.org/names/35248>,
        <http://data.carnegiehall.org/names/37848>,
        <http://data.carnegiehall.org/names/38371>,
        <http://data.carnegiehall.org/names/392>,
        <http://data.carnegiehall.org/names/40030>,
        <http://data.carnegiehall.org/names/48632>,
        <http://data.carnegiehall.org/names/770> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/39192> .

