@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/6176/work_19> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns3:double_bass <http://data.carnegiehall.org/names/28772> ;
    ns3:drums <http://data.carnegiehall.org/names/45503>,
        <http://data.carnegiehall.org/names/54662> ;
    ns3:guitar <http://data.carnegiehall.org/names/2185> ;
    ns3:piano <http://data.carnegiehall.org/names/44395> ;
    ns3:saxophone <http://data.carnegiehall.org/names/48668> ;
    ns3:soprano_saxophone <http://data.carnegiehall.org/names/13189> ;
    ns3:trombone <http://data.carnegiehall.org/names/35754>,
        <http://data.carnegiehall.org/names/39404>,
        <http://data.carnegiehall.org/names/8811> ;
    ns3:trumpet <http://data.carnegiehall.org/names/11040>,
        <http://data.carnegiehall.org/names/1460>,
        <http://data.carnegiehall.org/names/57566> ;
    ns3:tuba <http://data.carnegiehall.org/names/16203> ;
    ns3:violin <http://data.carnegiehall.org/names/34473> ;
    ns1:performer <http://data.carnegiehall.org/names/11040>,
        <http://data.carnegiehall.org/names/13189>,
        <http://data.carnegiehall.org/names/1460>,
        <http://data.carnegiehall.org/names/16203>,
        <http://data.carnegiehall.org/names/2185>,
        <http://data.carnegiehall.org/names/28772>,
        <http://data.carnegiehall.org/names/34473>,
        <http://data.carnegiehall.org/names/35754>,
        <http://data.carnegiehall.org/names/39404>,
        <http://data.carnegiehall.org/names/44395>,
        <http://data.carnegiehall.org/names/45503>,
        <http://data.carnegiehall.org/names/48668>,
        <http://data.carnegiehall.org/names/54662>,
        <http://data.carnegiehall.org/names/57566>,
        <http://data.carnegiehall.org/names/8811> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/104450> .

