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

<http://data.carnegiehall.org/events/22085/work_17> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "How High the Moon" ;
    ns2:clarinet <http://data.carnegiehall.org/names/30156> ;
    ns2:double_bass <http://data.carnegiehall.org/names/58435> ;
    ns2:drums <http://data.carnegiehall.org/names/40453> ;
    ns2:jazz_quartet <http://data.carnegiehall.org/names/47567> ;
    ns2:piano <http://data.carnegiehall.org/names/1195> ;
    ns2:vibraphone <http://data.carnegiehall.org/names/41532> ;
    ns3:performer <http://data.carnegiehall.org/names/1195>,
        <http://data.carnegiehall.org/names/30156>,
        <http://data.carnegiehall.org/names/40453>,
        <http://data.carnegiehall.org/names/41532>,
        <http://data.carnegiehall.org/names/47567>,
        <http://data.carnegiehall.org/names/58435> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/7788> .

