@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/oboe_d'> .
@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/31939/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Christmas Oratorio, BWV 248" ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/37611> ;
    ns1:contralto <http://data.carnegiehall.org/names/19036> ;
    ns1:flute <http://data.carnegiehall.org/names/23018> ;
    ns1:harpsichord <http://data.carnegiehall.org/names/32093> ;
    ns1:oboe <http://data.carnegiehall.org/names/59353> ;
    ns2:amore <http://data.carnegiehall.org/names/17917>,
        <http://data.carnegiehall.org/names/2525> ;
    ns1:organ <http://data.carnegiehall.org/names/47380> ;
    ns1:soprano <http://data.carnegiehall.org/names/38006> ;
    ns1:tenor <http://data.carnegiehall.org/names/33271>,
        <http://data.carnegiehall.org/names/56924> ;
    ns1:trumpet <http://data.carnegiehall.org/names/19896> ;
    ns1:violin <http://data.carnegiehall.org/names/56986> ;
    ns3:performer <http://data.carnegiehall.org/names/17917>,
        <http://data.carnegiehall.org/names/19036>,
        <http://data.carnegiehall.org/names/19896>,
        <http://data.carnegiehall.org/names/23018>,
        <http://data.carnegiehall.org/names/2525>,
        <http://data.carnegiehall.org/names/32093>,
        <http://data.carnegiehall.org/names/33271>,
        <http://data.carnegiehall.org/names/37611>,
        <http://data.carnegiehall.org/names/38006>,
        <http://data.carnegiehall.org/names/47380>,
        <http://data.carnegiehall.org/names/56924>,
        <http://data.carnegiehall.org/names/56986>,
        <http://data.carnegiehall.org/names/59353> ;
    ns4:workPerformed <http://data.carnegiehall.org/works/21688> .

