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

<http://data.carnegiehall.org/events/33502/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Ring Dem Bells" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/21591> ;
    ns1:baritone_saxophone <http://data.carnegiehall.org/names/29100> ;
    ns1:clarinet <http://data.carnegiehall.org/names/23410> ;
    ns1:percussion <http://data.carnegiehall.org/names/54274> ;
    ns1:trombone <http://data.carnegiehall.org/names/58247> ;
    ns1:trumpet <http://data.carnegiehall.org/names/6855> ;
    ns1:vocalist <http://data.carnegiehall.org/names/6855> ;
    ns2:performer <http://data.carnegiehall.org/names/21591>,
        <http://data.carnegiehall.org/names/23410>,
        <http://data.carnegiehall.org/names/29100>,
        <http://data.carnegiehall.org/names/54274>,
        <http://data.carnegiehall.org/names/58247>,
        <http://data.carnegiehall.org/names/6855> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/26167> .

