@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/21906/work_05> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Concertino for Jazz Quartet and Strings" ;
    ns3:double_bass <http://data.carnegiehall.org/names/8492> ;
    ns3:drums <http://data.carnegiehall.org/names/52894> ;
    ns3:jazz_quartet <http://data.carnegiehall.org/names/33244> ;
    ns3:piano <http://data.carnegiehall.org/names/58864> ;
    ns3:vibraphone <http://data.carnegiehall.org/names/10424> ;
    ns1:performer <http://data.carnegiehall.org/names/10424>,
        <http://data.carnegiehall.org/names/33244>,
        <http://data.carnegiehall.org/names/52894>,
        <http://data.carnegiehall.org/names/58864>,
        <http://data.carnegiehall.org/names/8492> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/38018> ;
    rdfs:comment "New York premiere" .

