@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/7811/work_15> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Silent Night" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/47352> ;
    ns2:baritone_saxophone <http://data.carnegiehall.org/names/4048> ;
    ns2:double_bass <http://data.carnegiehall.org/names/94322> ;
    ns2:drums <http://data.carnegiehall.org/names/48596> ;
    ns2:jazz_ensemble <http://data.carnegiehall.org/names/124203> ;
    ns2:piano <http://data.carnegiehall.org/names/44634> ;
    ns2:soprano <http://data.carnegiehall.org/names/36165> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/20324> ;
    ns2:trombone <http://data.carnegiehall.org/names/31923> ;
    ns2:trumpet <http://data.carnegiehall.org/names/2022> ;
    ns1:performer <http://data.carnegiehall.org/names/124203>,
        <http://data.carnegiehall.org/names/2022>,
        <http://data.carnegiehall.org/names/20324>,
        <http://data.carnegiehall.org/names/31923>,
        <http://data.carnegiehall.org/names/36165>,
        <http://data.carnegiehall.org/names/4048>,
        <http://data.carnegiehall.org/names/44634>,
        <http://data.carnegiehall.org/names/47352>,
        <http://data.carnegiehall.org/names/48596>,
        <http://data.carnegiehall.org/names/94322> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/109126> .

