@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/25754/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Avalon" ;
    ns2:clarinet <http://data.carnegiehall.org/names/30156> ;
    ns2:cornet <http://data.carnegiehall.org/names/49662> ;
    ns2:double_bass <http://data.carnegiehall.org/names/58435> ;
    ns2:drums <http://data.carnegiehall.org/names/38891> ;
    ns2:guitar <http://data.carnegiehall.org/names/2185> ;
    ns2:jazz_ensemble <http://data.carnegiehall.org/names/29434> ;
    ns2:piano <http://data.carnegiehall.org/names/28939> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/50124> ;
    ns2:trombone <http://data.carnegiehall.org/names/13467> ;
    ns2:trumpet <http://data.carnegiehall.org/names/14016> ;
    ns2:vibraphone <http://data.carnegiehall.org/names/49950> ;
    ns1:performer <http://data.carnegiehall.org/names/13467>,
        <http://data.carnegiehall.org/names/14016>,
        <http://data.carnegiehall.org/names/2185>,
        <http://data.carnegiehall.org/names/28939>,
        <http://data.carnegiehall.org/names/29434>,
        <http://data.carnegiehall.org/names/30156>,
        <http://data.carnegiehall.org/names/38891>,
        <http://data.carnegiehall.org/names/49662>,
        <http://data.carnegiehall.org/names/49950>,
        <http://data.carnegiehall.org/names/50124>,
        <http://data.carnegiehall.org/names/58435> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/50930> .

