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

<http://data.carnegiehall.org/events/8665/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selection (unspecified)" ;
    ns3:alto_saxophone <http://data.carnegiehall.org/names/40705> ;
    ns3:piano <http://data.carnegiehall.org/names/78338> ;
    ns3:tap_dancer <http://data.carnegiehall.org/names/31297> ;
    ns3:tenor_saxophone <http://data.carnegiehall.org/names/39743> ;
    ns3:vocal_ensemble <http://data.carnegiehall.org/names/10078>,
        <http://data.carnegiehall.org/names/78337> ;
    ns3:vocalist <http://data.carnegiehall.org/names/3869> ;
    ns1:performer <http://data.carnegiehall.org/names/10078>,
        <http://data.carnegiehall.org/names/31297>,
        <http://data.carnegiehall.org/names/3869>,
        <http://data.carnegiehall.org/names/39743>,
        <http://data.carnegiehall.org/names/40705>,
        <http://data.carnegiehall.org/names/78337>,
        <http://data.carnegiehall.org/names/78338> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/15727> .

