@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/41712/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/32000> ;
    ns1:double_bass <http://data.carnegiehall.org/names/70173> ;
    ns1:drums <http://data.carnegiehall.org/names/34809> ;
    ns1:guitar <http://data.carnegiehall.org/names/24355> ;
    ns1:piano <http://data.carnegiehall.org/names/28524> ;
    ns1:saxophone <http://data.carnegiehall.org/names/70175> ;
    ns1:speaker <http://data.carnegiehall.org/names/70176> ;
    ns1:trombone <http://data.carnegiehall.org/names/39466> ;
    ns1:trumpet <http://data.carnegiehall.org/names/18132>,
        <http://data.carnegiehall.org/names/56538>,
        <http://data.carnegiehall.org/names/70174> ;
    ns1:vibraphone <http://data.carnegiehall.org/names/59676> ;
    ns2:performer <http://data.carnegiehall.org/names/18132>,
        <http://data.carnegiehall.org/names/24355>,
        <http://data.carnegiehall.org/names/28524>,
        <http://data.carnegiehall.org/names/32000>,
        <http://data.carnegiehall.org/names/34809>,
        <http://data.carnegiehall.org/names/39466>,
        <http://data.carnegiehall.org/names/56538>,
        <http://data.carnegiehall.org/names/59676>,
        <http://data.carnegiehall.org/names/70173>,
        <http://data.carnegiehall.org/names/70174>,
        <http://data.carnegiehall.org/names/70175>,
        <http://data.carnegiehall.org/names/70176> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

