@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/53648/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Unexpected" ;
    ns3:alto_saxophone <http://data.carnegiehall.org/names/95222>,
        <http://data.carnegiehall.org/names/95225> ;
    ns3:double_bass <http://data.carnegiehall.org/names/95218> ;
    ns3:drums <http://data.carnegiehall.org/names/95219> ;
    ns3:piano <http://data.carnegiehall.org/names/95223> ;
    ns3:tenor_saxophone <http://data.carnegiehall.org/names/97587> ;
    ns3:trombone <http://data.carnegiehall.org/names/97586> ;
    ns2:performer <http://data.carnegiehall.org/names/95218>,
        <http://data.carnegiehall.org/names/95219>,
        <http://data.carnegiehall.org/names/95222>,
        <http://data.carnegiehall.org/names/95223>,
        <http://data.carnegiehall.org/names/95225>,
        <http://data.carnegiehall.org/names/97586>,
        <http://data.carnegiehall.org/names/97587> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/90815> .

