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

<http://data.carnegiehall.org/events/748/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:bassoon <http://data.carnegiehall.org/names/28448> ;
    ns2:cello <http://data.carnegiehall.org/names/19251>,
        <http://data.carnegiehall.org/names/43641> ;
    ns2:clarinet <http://data.carnegiehall.org/names/24316> ;
    ns2:double_bass <http://data.carnegiehall.org/names/43642> ;
    ns2:french_horn <http://data.carnegiehall.org/names/39441> ;
    ns2:oboe <http://data.carnegiehall.org/names/28447> ;
    ns2:percussion <http://data.carnegiehall.org/names/3586>,
        <http://data.carnegiehall.org/names/47841> ;
    ns2:piano <http://data.carnegiehall.org/names/10630>,
        <http://data.carnegiehall.org/names/17256>,
        <http://data.carnegiehall.org/names/5727> ;
    ns2:trombone <http://data.carnegiehall.org/names/10757> ;
    ns2:trumpet <http://data.carnegiehall.org/names/14242> ;
    ns2:viola <http://data.carnegiehall.org/names/32346>,
        <http://data.carnegiehall.org/names/6493> ;
    ns2:violin <http://data.carnegiehall.org/names/19393>,
        <http://data.carnegiehall.org/names/33062>,
        <http://data.carnegiehall.org/names/39260>,
        <http://data.carnegiehall.org/names/54762> ;
    ns1:performer <http://data.carnegiehall.org/names/10630>,
        <http://data.carnegiehall.org/names/10757>,
        <http://data.carnegiehall.org/names/14242>,
        <http://data.carnegiehall.org/names/17256>,
        <http://data.carnegiehall.org/names/19251>,
        <http://data.carnegiehall.org/names/19393>,
        <http://data.carnegiehall.org/names/24316>,
        <http://data.carnegiehall.org/names/28447>,
        <http://data.carnegiehall.org/names/28448>,
        <http://data.carnegiehall.org/names/32346>,
        <http://data.carnegiehall.org/names/33062>,
        <http://data.carnegiehall.org/names/3586>,
        <http://data.carnegiehall.org/names/39260>,
        <http://data.carnegiehall.org/names/39441>,
        <http://data.carnegiehall.org/names/43641>,
        <http://data.carnegiehall.org/names/43642>,
        <http://data.carnegiehall.org/names/47841>,
        <http://data.carnegiehall.org/names/54762>,
        <http://data.carnegiehall.org/names/5727>,
        <http://data.carnegiehall.org/names/6493> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

