@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/16161/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:host <http://data.carnegiehall.org/names/52431> ;
    ns2:jazz_ensemble <http://data.carnegiehall.org/names/11252> ;
    ns2:piano <http://data.carnegiehall.org/names/73999> ;
    ns2:vibraphone <http://data.carnegiehall.org/names/41532> ;
    ns2:vocalist <http://data.carnegiehall.org/names/37479> ;
    ns3:performer <http://data.carnegiehall.org/names/11252>,
        <http://data.carnegiehall.org/names/37479>,
        <http://data.carnegiehall.org/names/41532>,
        <http://data.carnegiehall.org/names/52431>,
        <http://data.carnegiehall.org/names/73999> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/104450> .

