@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/20998/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "I Remember Clifford" ;
    ns3:alto_saxophone <http://data.carnegiehall.org/names/19749>,
        <http://data.carnegiehall.org/names/27105> ;
    ns3:baritone_saxophone <http://data.carnegiehall.org/names/16203> ;
    ns3:congas <http://data.carnegiehall.org/names/51614> ;
    ns3:double_bass <http://data.carnegiehall.org/names/7455> ;
    ns3:drums <http://data.carnegiehall.org/names/3736> ;
    ns3:guitar <http://data.carnegiehall.org/names/52307> ;
    ns3:jazz_ensemble <http://data.carnegiehall.org/names/479> ;
    ns3:piano <http://data.carnegiehall.org/names/30756> ;
    ns3:tenor_saxophone <http://data.carnegiehall.org/names/23110>,
        <http://data.carnegiehall.org/names/29240> ;
    ns3:trombone <http://data.carnegiehall.org/names/12298>,
        <http://data.carnegiehall.org/names/18232>,
        <http://data.carnegiehall.org/names/39466>,
        <http://data.carnegiehall.org/names/57202> ;
    ns3:trumpet <http://data.carnegiehall.org/names/25463>,
        <http://data.carnegiehall.org/names/43561>,
        <http://data.carnegiehall.org/names/5345>,
        <http://data.carnegiehall.org/names/5358>,
        <http://data.carnegiehall.org/names/8571> ;
    ns2:performer <http://data.carnegiehall.org/names/12298>,
        <http://data.carnegiehall.org/names/16203>,
        <http://data.carnegiehall.org/names/18232>,
        <http://data.carnegiehall.org/names/19749>,
        <http://data.carnegiehall.org/names/23110>,
        <http://data.carnegiehall.org/names/25463>,
        <http://data.carnegiehall.org/names/27105>,
        <http://data.carnegiehall.org/names/29240>,
        <http://data.carnegiehall.org/names/30756>,
        <http://data.carnegiehall.org/names/3736>,
        <http://data.carnegiehall.org/names/39466>,
        <http://data.carnegiehall.org/names/43561>,
        <http://data.carnegiehall.org/names/479>,
        <http://data.carnegiehall.org/names/51614>,
        <http://data.carnegiehall.org/names/52307>,
        <http://data.carnegiehall.org/names/5345>,
        <http://data.carnegiehall.org/names/5358>,
        <http://data.carnegiehall.org/names/57202>,
        <http://data.carnegiehall.org/names/7455>,
        <http://data.carnegiehall.org/names/8571> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/74205> .

