@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/14602/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Death" ;
    ns3:alto_saxophone <http://data.carnegiehall.org/names/27414>,
        <http://data.carnegiehall.org/names/69924> ;
    ns3:choir <http://data.carnegiehall.org/names/44133> ;
    ns3:conductor <http://data.carnegiehall.org/names/16893> ;
    ns3:double_bass <http://data.carnegiehall.org/names/85414> ;
    ns3:drums <http://data.carnegiehall.org/names/36299> ;
    ns3:electric_guitar <http://data.carnegiehall.org/names/85416> ;
    ns3:flute <http://data.carnegiehall.org/names/58006> ;
    ns3:percussion <http://data.carnegiehall.org/names/85415> ;
    ns3:piano <http://data.carnegiehall.org/names/31891> ;
    ns3:tenor_saxophone <http://data.carnegiehall.org/names/85417> ;
    ns3:trombone <http://data.carnegiehall.org/names/85420> ;
    ns3:trumpet <http://data.carnegiehall.org/names/85419> ;
    ns1:performer <http://data.carnegiehall.org/names/16893>,
        <http://data.carnegiehall.org/names/27414>,
        <http://data.carnegiehall.org/names/31891>,
        <http://data.carnegiehall.org/names/36299>,
        <http://data.carnegiehall.org/names/44133>,
        <http://data.carnegiehall.org/names/58006>,
        <http://data.carnegiehall.org/names/69924>,
        <http://data.carnegiehall.org/names/85414>,
        <http://data.carnegiehall.org/names/85415>,
        <http://data.carnegiehall.org/names/85416>,
        <http://data.carnegiehall.org/names/85417>,
        <http://data.carnegiehall.org/names/85419>,
        <http://data.carnegiehall.org/names/85420> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/80252> .

