@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/3619/work_17> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Hit the Deck!: Hallelujah" ;
    ns3:clarinet <http://data.carnegiehall.org/names/57108> ;
    ns3:double_bass <http://data.carnegiehall.org/names/14086> ;
    ns3:drums <http://data.carnegiehall.org/names/20972> ;
    ns3:piano <http://data.carnegiehall.org/names/11052> ;
    ns3:tenor_saxophone <http://data.carnegiehall.org/names/43393> ;
    ns3:trombone <http://data.carnegiehall.org/names/22527> ;
    ns3:trumpet <http://data.carnegiehall.org/names/10694> ;
    ns3:vibraphone <http://data.carnegiehall.org/names/23179> ;
    ns1:performer <http://data.carnegiehall.org/names/10694>,
        <http://data.carnegiehall.org/names/11052>,
        <http://data.carnegiehall.org/names/14086>,
        <http://data.carnegiehall.org/names/20972>,
        <http://data.carnegiehall.org/names/22527>,
        <http://data.carnegiehall.org/names/23179>,
        <http://data.carnegiehall.org/names/43393>,
        <http://data.carnegiehall.org/names/57108> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/59411> .

