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

<http://data.carnegiehall.org/events/18213/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Christmas Oratorio, BWV 248" ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/28272> ;
    ns2:bassoon <http://data.carnegiehall.org/names/57251> ;
    ns2:cello <http://data.carnegiehall.org/names/27553> ;
    ns2:flute <http://data.carnegiehall.org/names/22873> ;
    ns2:french_horn <http://data.carnegiehall.org/names/12487> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/9679> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/45456> ;
    ns2:oboe <http://data.carnegiehall.org/names/34346>,
        <http://data.carnegiehall.org/names/34351> ;
    ns2:soprano <http://data.carnegiehall.org/names/21804>,
        <http://data.carnegiehall.org/names/51351> ;
    ns2:tenor <http://data.carnegiehall.org/names/45455> ;
    ns2:trumpet <http://data.carnegiehall.org/names/38972> ;
    ns2:violin <http://data.carnegiehall.org/names/4709>,
        <http://data.carnegiehall.org/names/61170> ;
    ns1:performer <http://data.carnegiehall.org/names/12487>,
        <http://data.carnegiehall.org/names/21804>,
        <http://data.carnegiehall.org/names/22873>,
        <http://data.carnegiehall.org/names/27553>,
        <http://data.carnegiehall.org/names/28272>,
        <http://data.carnegiehall.org/names/34346>,
        <http://data.carnegiehall.org/names/34351>,
        <http://data.carnegiehall.org/names/38972>,
        <http://data.carnegiehall.org/names/45455>,
        <http://data.carnegiehall.org/names/45456>,
        <http://data.carnegiehall.org/names/4709>,
        <http://data.carnegiehall.org/names/51351>,
        <http://data.carnegiehall.org/names/57251>,
        <http://data.carnegiehall.org/names/61170>,
        <http://data.carnegiehall.org/names/9679> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/21688> .

