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

<http://data.carnegiehall.org/events/45468/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Christmas Oratorio, BWV 248" ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/38348> ;
    ns2:bassoon <http://data.carnegiehall.org/names/40294> ;
    ns2:cello <http://data.carnegiehall.org/names/26010> ;
    ns2:contralto <http://data.carnegiehall.org/names/77540> ;
    ns2:english_horn <http://data.carnegiehall.org/names/5264>,
        <http://data.carnegiehall.org/names/64397> ;
    ns2:flute <http://data.carnegiehall.org/names/53444>,
        <http://data.carnegiehall.org/names/64676> ;
    ns2:french_horn <http://data.carnegiehall.org/names/3046>,
        <http://data.carnegiehall.org/names/53122> ;
    ns2:oboe <http://data.carnegiehall.org/names/11753>,
        <http://data.carnegiehall.org/names/33290> ;
    ns3:amore <http://data.carnegiehall.org/names/11753>,
        <http://data.carnegiehall.org/names/33290> ;
    ns2:organ <http://data.carnegiehall.org/names/57663> ;
    ns2:soprano <http://data.carnegiehall.org/names/13786> ;
    ns2:tenor <http://data.carnegiehall.org/names/26944> ;
    ns2:trumpet <http://data.carnegiehall.org/names/21921> ;
    ns2:violin <http://data.carnegiehall.org/names/16283>,
        <http://data.carnegiehall.org/names/39917> ;
    ns1:performer <http://data.carnegiehall.org/names/11753>,
        <http://data.carnegiehall.org/names/13786>,
        <http://data.carnegiehall.org/names/16283>,
        <http://data.carnegiehall.org/names/21921>,
        <http://data.carnegiehall.org/names/26010>,
        <http://data.carnegiehall.org/names/26944>,
        <http://data.carnegiehall.org/names/3046>,
        <http://data.carnegiehall.org/names/33290>,
        <http://data.carnegiehall.org/names/38348>,
        <http://data.carnegiehall.org/names/39917>,
        <http://data.carnegiehall.org/names/40294>,
        <http://data.carnegiehall.org/names/5264>,
        <http://data.carnegiehall.org/names/53122>,
        <http://data.carnegiehall.org/names/53444>,
        <http://data.carnegiehall.org/names/57663>,
        <http://data.carnegiehall.org/names/64397>,
        <http://data.carnegiehall.org/names/64676>,
        <http://data.carnegiehall.org/names/77540> ;
    ns4:workPerformed <http://data.carnegiehall.org/works/21688> .

