@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/33241/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:bass <http://data.carnegiehall.org/names/18465> ;
    ns1:host <http://data.carnegiehall.org/names/28576> ;
    ns1:narrator <http://data.carnegiehall.org/names/28576> ;
    ns1:trombone <http://data.carnegiehall.org/names/26802>,
        <http://data.carnegiehall.org/names/57620>,
        <http://data.carnegiehall.org/names/6087> ;
    ns1:trumpet <http://data.carnegiehall.org/names/12886>,
        <http://data.carnegiehall.org/names/45971>,
        <http://data.carnegiehall.org/names/5130> ;
    ns1:tuba <http://data.carnegiehall.org/names/4639> ;
    ns2:performer <http://data.carnegiehall.org/names/12886>,
        <http://data.carnegiehall.org/names/18465>,
        <http://data.carnegiehall.org/names/26802>,
        <http://data.carnegiehall.org/names/28576>,
        <http://data.carnegiehall.org/names/45971>,
        <http://data.carnegiehall.org/names/4639>,
        <http://data.carnegiehall.org/names/5130>,
        <http://data.carnegiehall.org/names/57620>,
        <http://data.carnegiehall.org/names/6087> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

