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

<http://data.carnegiehall.org/events/8665/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Oopapada" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/40705> ;
    ns2:piano <http://data.carnegiehall.org/names/78338> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/39743> ;
    ns2:trumpet <http://data.carnegiehall.org/names/25463> ;
    ns2:vocal_ensemble <http://data.carnegiehall.org/names/10078>,
        <http://data.carnegiehall.org/names/78337> ;
    ns2:vocalist <http://data.carnegiehall.org/names/25463>,
        <http://data.carnegiehall.org/names/3869> ;
    ns1:performer <http://data.carnegiehall.org/names/10078>,
        <http://data.carnegiehall.org/names/25463>,
        <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> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/9241> .

