@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/472/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:bassoon <http://data.carnegiehall.org/names/20994> ;
    ns2:cello <http://data.carnegiehall.org/names/3530> ;
    ns2:double_bass <http://data.carnegiehall.org/names/6237> ;
    ns2:french_horn <http://data.carnegiehall.org/names/53165> ;
    ns2:oboe <http://data.carnegiehall.org/names/42107> ;
    ns2:percussion <http://data.carnegiehall.org/names/55255> ;
    ns2:piano <http://data.carnegiehall.org/names/19006>,
        <http://data.carnegiehall.org/names/47553> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/39742> ;
    ns2:trombone <http://data.carnegiehall.org/names/40006> ;
    ns2:trumpet <http://data.carnegiehall.org/names/39614> ;
    ns2:viola <http://data.carnegiehall.org/names/48194> ;
    ns2:violin <http://data.carnegiehall.org/names/53462>,
        <http://data.carnegiehall.org/names/57196> ;
    ns2:vocalist <http://data.carnegiehall.org/names/4076> ;
    ns1:performer <http://data.carnegiehall.org/names/19006>,
        <http://data.carnegiehall.org/names/20994>,
        <http://data.carnegiehall.org/names/3530>,
        <http://data.carnegiehall.org/names/39614>,
        <http://data.carnegiehall.org/names/39742>,
        <http://data.carnegiehall.org/names/40006>,
        <http://data.carnegiehall.org/names/4076>,
        <http://data.carnegiehall.org/names/42107>,
        <http://data.carnegiehall.org/names/47553>,
        <http://data.carnegiehall.org/names/48194>,
        <http://data.carnegiehall.org/names/53165>,
        <http://data.carnegiehall.org/names/53462>,
        <http://data.carnegiehall.org/names/55255>,
        <http://data.carnegiehall.org/names/57196>,
        <http://data.carnegiehall.org/names/6237> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

