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

<http://data.carnegiehall.org/events/15908/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Stuffy" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/21175> ;
    ns1:double_bass <http://data.carnegiehall.org/names/39899> ;
    ns1:drums <http://data.carnegiehall.org/names/40583> ;
    ns1:piano <http://data.carnegiehall.org/names/28939> ;
    ns3:performer <http://data.carnegiehall.org/names/21175>,
        <http://data.carnegiehall.org/names/28939>,
        <http://data.carnegiehall.org/names/39899>,
        <http://data.carnegiehall.org/names/40583> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/35492> .

