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

<http://data.carnegiehall.org/events/43823/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Queen's Suite: Sunset and the Mockingbird" ;
    ns3:cello <http://data.carnegiehall.org/names/75580> ;
    ns3:clarinet <http://data.carnegiehall.org/names/10030> ;
    ns3:double_bass <http://data.carnegiehall.org/names/75581> ;
    ns3:drums <http://data.carnegiehall.org/names/75583> ;
    ns3:flute <http://data.carnegiehall.org/names/65976> ;
    ns3:marimba <http://data.carnegiehall.org/names/59676> ;
    ns3:piano <http://data.carnegiehall.org/names/75582> ;
    ns3:trombone <http://data.carnegiehall.org/names/39466> ;
    ns3:vibraphone <http://data.carnegiehall.org/names/59676> ;
    ns3: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> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/71750> .

