@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/3619/work_18> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Heads Up" ;
    ns2:clarinet <http://data.carnegiehall.org/names/57108> ;
    ns2:double_bass <http://data.carnegiehall.org/names/14086> ;
    ns2:drums <http://data.carnegiehall.org/names/20972> ;
    ns2:piano <http://data.carnegiehall.org/names/11052> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/43393> ;
    ns2:trombone <http://data.carnegiehall.org/names/22527> ;
    ns2:trumpet <http://data.carnegiehall.org/names/10694> ;
    ns2: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> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/62254> .

