@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/51990/work_16> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Death and the Flower" ;
    ns1:double_bass <http://data.carnegiehall.org/names/94386> ;
    ns1:drums <http://data.carnegiehall.org/names/94387> ;
    ns1:jazz_trio <http://data.carnegiehall.org/names/94384> ;
    ns1:piano <http://data.carnegiehall.org/names/94385> ;
    ns1:reciter <http://data.carnegiehall.org/names/94383> ;
    ns2:performer <http://data.carnegiehall.org/names/94383>,
        <http://data.carnegiehall.org/names/94384>,
        <http://data.carnegiehall.org/names/94385>,
        <http://data.carnegiehall.org/names/94386>,
        <http://data.carnegiehall.org/names/94387> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/87371> .

