@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/1632/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/21175> ;
    ns1:baritone_saxophone <http://data.carnegiehall.org/names/29100> ;
    ns1:double_bass <http://data.carnegiehall.org/names/39899>,
        <http://data.carnegiehall.org/names/43961>,
        <http://data.carnegiehall.org/names/50101> ;
    ns1:drums <http://data.carnegiehall.org/names/40583>,
        <http://data.carnegiehall.org/names/58923> ;
    ns1:piano <http://data.carnegiehall.org/names/14271>,
        <http://data.carnegiehall.org/names/28939>,
        <http://data.carnegiehall.org/names/42407>,
        <http://data.carnegiehall.org/names/9792> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/43393>,
        <http://data.carnegiehall.org/names/6340> ;
    ns1:trombone <http://data.carnegiehall.org/names/16883> ;
    ns1:trumpet <http://data.carnegiehall.org/names/58121>,
        <http://data.carnegiehall.org/names/59692> ;
    ns1:vocalist <http://data.carnegiehall.org/names/53447> ;
    ns2:performer <http://data.carnegiehall.org/names/14271>,
        <http://data.carnegiehall.org/names/16883>,
        <http://data.carnegiehall.org/names/21175>,
        <http://data.carnegiehall.org/names/28939>,
        <http://data.carnegiehall.org/names/29100>,
        <http://data.carnegiehall.org/names/39899>,
        <http://data.carnegiehall.org/names/40583>,
        <http://data.carnegiehall.org/names/42407>,
        <http://data.carnegiehall.org/names/43393>,
        <http://data.carnegiehall.org/names/43961>,
        <http://data.carnegiehall.org/names/50101>,
        <http://data.carnegiehall.org/names/53447>,
        <http://data.carnegiehall.org/names/58121>,
        <http://data.carnegiehall.org/names/58923>,
        <http://data.carnegiehall.org/names/59692>,
        <http://data.carnegiehall.org/names/6340>,
        <http://data.carnegiehall.org/names/9792> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

