@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/47028/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Donna Lee" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/31871>,
        <http://data.carnegiehall.org/names/63526> ;
    ns1:bass_clarinet <http://data.carnegiehall.org/names/63526> ;
    ns1:double_bass <http://data.carnegiehall.org/names/83391> ;
    ns1:drums <http://data.carnegiehall.org/names/40205> ;
    ns1:guitar <http://data.carnegiehall.org/names/42394> ;
    ns1:piano <http://data.carnegiehall.org/names/56778> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/83392> ;
    ns1:trombone <http://data.carnegiehall.org/names/60881> ;
    ns1:trumpet <http://data.carnegiehall.org/names/7177>,
        <http://data.carnegiehall.org/names/744> ;
    ns2:performer <http://data.carnegiehall.org/names/31871>,
        <http://data.carnegiehall.org/names/40205>,
        <http://data.carnegiehall.org/names/42394>,
        <http://data.carnegiehall.org/names/56778>,
        <http://data.carnegiehall.org/names/60881>,
        <http://data.carnegiehall.org/names/63526>,
        <http://data.carnegiehall.org/names/7177>,
        <http://data.carnegiehall.org/names/744>,
        <http://data.carnegiehall.org/names/83391>,
        <http://data.carnegiehall.org/names/83392> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/33239> .

