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

<http://data.carnegiehall.org/events/7811/work_17> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Winter Wonderland" ;
    ns3:alto_saxophone <http://data.carnegiehall.org/names/47352> ;
    ns3:double_bass <http://data.carnegiehall.org/names/94322> ;
    ns3:drums <http://data.carnegiehall.org/names/48596> ;
    ns3:jazz_ensemble <http://data.carnegiehall.org/names/124203> ;
    ns3:piano <http://data.carnegiehall.org/names/44634> ;
    ns3: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/44634>,
        <http://data.carnegiehall.org/names/47352>,
        <http://data.carnegiehall.org/names/48596>,
        <http://data.carnegiehall.org/names/94322> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/109117> .

