@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/16375/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/13980>,
        <http://data.carnegiehall.org/names/43936> ;
    ns1:baritone_saxophone <http://data.carnegiehall.org/names/39948> ;
    ns1:bass_trombone <http://data.carnegiehall.org/names/84506> ;
    ns1:cello <http://data.carnegiehall.org/names/44867> ;
    ns1:double_bass <http://data.carnegiehall.org/names/88161> ;
    ns1:drums <http://data.carnegiehall.org/names/19140> ;
    ns1:guitar <http://data.carnegiehall.org/names/88160> ;
    ns1:percussion <http://data.carnegiehall.org/names/33534> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/11417>,
        <http://data.carnegiehall.org/names/88159> ;
    ns1:trombone <http://data.carnegiehall.org/names/40006>,
        <http://data.carnegiehall.org/names/6372> ;
    ns1:trumpet <http://data.carnegiehall.org/names/30544>,
        <http://data.carnegiehall.org/names/37077>,
        <http://data.carnegiehall.org/names/88158> ;
    ns1:viola <http://data.carnegiehall.org/names/7521> ;
    ns1:violin <http://data.carnegiehall.org/names/88162>,
        <http://data.carnegiehall.org/names/88163> ;
    ns2:performer <http://data.carnegiehall.org/names/11417>,
        <http://data.carnegiehall.org/names/13980>,
        <http://data.carnegiehall.org/names/19140>,
        <http://data.carnegiehall.org/names/30544>,
        <http://data.carnegiehall.org/names/33534>,
        <http://data.carnegiehall.org/names/37077>,
        <http://data.carnegiehall.org/names/39948>,
        <http://data.carnegiehall.org/names/40006>,
        <http://data.carnegiehall.org/names/43936>,
        <http://data.carnegiehall.org/names/44867>,
        <http://data.carnegiehall.org/names/6372>,
        <http://data.carnegiehall.org/names/7521>,
        <http://data.carnegiehall.org/names/84506>,
        <http://data.carnegiehall.org/names/88158>,
        <http://data.carnegiehall.org/names/88159>,
        <http://data.carnegiehall.org/names/88160>,
        <http://data.carnegiehall.org/names/88161>,
        <http://data.carnegiehall.org/names/88162>,
        <http://data.carnegiehall.org/names/88163> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

