@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/34151/work_19> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/11174> ;
    ns1:baritone_saxophone <http://data.carnegiehall.org/names/5035> ;
    ns1:clarinet <http://data.carnegiehall.org/names/18612> ;
    ns1:double_bass <http://data.carnegiehall.org/names/43950>,
        <http://data.carnegiehall.org/names/43951> ;
    ns1:drums <http://data.carnegiehall.org/names/27288> ;
    ns1:guitar <http://data.carnegiehall.org/names/4358> ;
    ns1:piano <http://data.carnegiehall.org/names/21981> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/17807> ;
    ns1:trombone <http://data.carnegiehall.org/names/19911>,
        <http://data.carnegiehall.org/names/46045>,
        <http://data.carnegiehall.org/names/55453> ;
    ns1:trumpet <http://data.carnegiehall.org/names/21980>,
        <http://data.carnegiehall.org/names/30382>,
        <http://data.carnegiehall.org/names/43949> ;
    ns1:violin <http://data.carnegiehall.org/names/764> ;
    ns2:performer <http://data.carnegiehall.org/names/11174>,
        <http://data.carnegiehall.org/names/17807>,
        <http://data.carnegiehall.org/names/18612>,
        <http://data.carnegiehall.org/names/19911>,
        <http://data.carnegiehall.org/names/21980>,
        <http://data.carnegiehall.org/names/21981>,
        <http://data.carnegiehall.org/names/27288>,
        <http://data.carnegiehall.org/names/30382>,
        <http://data.carnegiehall.org/names/4358>,
        <http://data.carnegiehall.org/names/43949>,
        <http://data.carnegiehall.org/names/43950>,
        <http://data.carnegiehall.org/names/43951>,
        <http://data.carnegiehall.org/names/46045>,
        <http://data.carnegiehall.org/names/5035>,
        <http://data.carnegiehall.org/names/55453>,
        <http://data.carnegiehall.org/names/764> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

