@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/62252/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Temptation Rag (after Benny Goodman)" ;
    ns3:bass_clarinet <http://data.carnegiehall.org/names/78634> ;
    ns3:clarinet <http://data.carnegiehall.org/names/103842>,
        <http://data.carnegiehall.org/names/111113>,
        <http://data.carnegiehall.org/names/112001>,
        <http://data.carnegiehall.org/names/85614>,
        <http://data.carnegiehall.org/names/91341> ;
    ns3:percussion <http://data.carnegiehall.org/names/116613> ;
    ns2:performer <http://data.carnegiehall.org/names/103842>,
        <http://data.carnegiehall.org/names/111113>,
        <http://data.carnegiehall.org/names/112001>,
        <http://data.carnegiehall.org/names/116613>,
        <http://data.carnegiehall.org/names/78634>,
        <http://data.carnegiehall.org/names/85614>,
        <http://data.carnegiehall.org/names/91341> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/105058> .

