@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/16414/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Rediscovery" ;
    ns2:double_bass <http://data.carnegiehall.org/names/58802> ;
    ns2:drums <http://data.carnegiehall.org/names/22048> ;
    ns2:electronics <http://data.carnegiehall.org/names/39194> ;
    ns2:flugelhorn <http://data.carnegiehall.org/names/4426> ;
    ns2:percussion <http://data.carnegiehall.org/names/22048> ;
    ns2:piano <http://data.carnegiehall.org/names/44159> ;
    ns2:soprano_saxophone <http://data.carnegiehall.org/names/39194> ;
    ns2:trombone <http://data.carnegiehall.org/names/9435> ;
    ns2:trumpet <http://data.carnegiehall.org/names/4426> ;
    ns3:performer <http://data.carnegiehall.org/names/22048>,
        <http://data.carnegiehall.org/names/39194>,
        <http://data.carnegiehall.org/names/44159>,
        <http://data.carnegiehall.org/names/4426>,
        <http://data.carnegiehall.org/names/58802>,
        <http://data.carnegiehall.org/names/9435> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/22981> .

