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

<http://data.carnegiehall.org/events/44825/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Big Noise from Winnetka" ;
    ns3:clarinet <http://data.carnegiehall.org/names/31663> ;
    ns3:double_bass <http://data.carnegiehall.org/names/18487> ;
    ns3:drums <http://data.carnegiehall.org/names/22897> ;
    ns3:jazz_ensemble <http://data.carnegiehall.org/names/37540> ;
    ns3:piano <http://data.carnegiehall.org/names/22984> ;
    ns3:tenor_saxophone <http://data.carnegiehall.org/names/22979> ;
    ns3:trombone <http://data.carnegiehall.org/names/2630>,
        <http://data.carnegiehall.org/names/39257> ;
    ns3:trumpet <http://data.carnegiehall.org/names/41564> ;
    ns1:performer <http://data.carnegiehall.org/names/18487>,
        <http://data.carnegiehall.org/names/22897>,
        <http://data.carnegiehall.org/names/22979>,
        <http://data.carnegiehall.org/names/22984>,
        <http://data.carnegiehall.org/names/2630>,
        <http://data.carnegiehall.org/names/31663>,
        <http://data.carnegiehall.org/names/37540>,
        <http://data.carnegiehall.org/names/39257>,
        <http://data.carnegiehall.org/names/41564> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/74093> .

