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

<http://data.carnegiehall.org/events/25544/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:narrator <http://data.carnegiehall.org/names/48290> ;
    ns1:piano <http://data.carnegiehall.org/names/33897>,
        <http://data.carnegiehall.org/names/54634> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/2289> ;
    ns1:trombone <http://data.carnegiehall.org/names/5617> ;
    ns1:trumpet <http://data.carnegiehall.org/names/11002> ;
    ns2:performer <http://data.carnegiehall.org/names/11002>,
        <http://data.carnegiehall.org/names/2289>,
        <http://data.carnegiehall.org/names/33897>,
        <http://data.carnegiehall.org/names/48290>,
        <http://data.carnegiehall.org/names/54634>,
        <http://data.carnegiehall.org/names/5617> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

