@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/44837/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selection (unspecified)" ;
    ns1:cornet <http://data.carnegiehall.org/names/32267> ;
    ns1:double_bass <http://data.carnegiehall.org/names/28772>,
        <http://data.carnegiehall.org/names/3606> ;
    ns1:drums <http://data.carnegiehall.org/names/21222>,
        <http://data.carnegiehall.org/names/54662> ;
    ns1:guitar <http://data.carnegiehall.org/names/7735> ;
    ns1:jazz_ensemble <http://data.carnegiehall.org/names/10086> ;
    ns1:piano <http://data.carnegiehall.org/names/1195>,
        <http://data.carnegiehall.org/names/35060>,
        <http://data.carnegiehall.org/names/9974> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/34061>,
        <http://data.carnegiehall.org/names/50124> ;
    ns1:trombone <http://data.carnegiehall.org/names/2630> ;
    ns1:trumpet <http://data.carnegiehall.org/names/24822>,
        <http://data.carnegiehall.org/names/58121> ;
    ns1:vocalist <http://data.carnegiehall.org/names/37479> ;
    ns2:performer <http://data.carnegiehall.org/names/10086>,
        <http://data.carnegiehall.org/names/1195>,
        <http://data.carnegiehall.org/names/21222>,
        <http://data.carnegiehall.org/names/24822>,
        <http://data.carnegiehall.org/names/2630>,
        <http://data.carnegiehall.org/names/28772>,
        <http://data.carnegiehall.org/names/32267>,
        <http://data.carnegiehall.org/names/34061>,
        <http://data.carnegiehall.org/names/35060>,
        <http://data.carnegiehall.org/names/3606>,
        <http://data.carnegiehall.org/names/37479>,
        <http://data.carnegiehall.org/names/50124>,
        <http://data.carnegiehall.org/names/54662>,
        <http://data.carnegiehall.org/names/58121>,
        <http://data.carnegiehall.org/names/7735>,
        <http://data.carnegiehall.org/names/9974> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/15727> .

