@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/43823/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Gardner Meditations" ;
    ns1:cello <http://data.carnegiehall.org/names/75580> ;
    ns1:clarinet <http://data.carnegiehall.org/names/10030> ;
    ns1:double_bass <http://data.carnegiehall.org/names/75581> ;
    ns1:drums <http://data.carnegiehall.org/names/75583> ;
    ns1:flute <http://data.carnegiehall.org/names/65976> ;
    ns1:marimba <http://data.carnegiehall.org/names/59676> ;
    ns1:piano <http://data.carnegiehall.org/names/75582> ;
    ns1:trombone <http://data.carnegiehall.org/names/39466> ;
    ns1:vibraphone <http://data.carnegiehall.org/names/59676> ;
    ns1:viola <http://data.carnegiehall.org/names/25686> ;
    ns2:performer <http://data.carnegiehall.org/names/10030>,
        <http://data.carnegiehall.org/names/25686>,
        <http://data.carnegiehall.org/names/39466>,
        <http://data.carnegiehall.org/names/59676>,
        <http://data.carnegiehall.org/names/65976>,
        <http://data.carnegiehall.org/names/75580>,
        <http://data.carnegiehall.org/names/75581>,
        <http://data.carnegiehall.org/names/75582>,
        <http://data.carnegiehall.org/names/75583> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/71752> .

