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

<http://data.carnegiehall.org/events/53246/work_22> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Jingle Bells" ;
    ns1:choir <http://data.carnegiehall.org/names/88839> ;
    ns1:conductor <http://data.carnegiehall.org/names/88844> ;
    ns1:flute <http://data.carnegiehall.org/names/1619>,
        <http://data.carnegiehall.org/names/46115> ;
    ns1:flute_choir <http://data.carnegiehall.org/names/96808> ;
    ns3:performer <http://data.carnegiehall.org/names/1619>,
        <http://data.carnegiehall.org/names/46115>,
        <http://data.carnegiehall.org/names/88839>,
        <http://data.carnegiehall.org/names/88844>,
        <http://data.carnegiehall.org/names/96808> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/90076> .

