@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/24502/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Kaleidoscope: Orientale, Op. 50, No. 9" ;
    ns1:cello <http://data.carnegiehall.org/names/471> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/11997> ;
    ns1:double_bass <http://data.carnegiehall.org/names/11069> ;
    ns1:harp <http://data.carnegiehall.org/names/59045> ;
    ns1:viola <http://data.carnegiehall.org/names/470> ;
    ns1:violin <http://data.carnegiehall.org/names/1432>,
        <http://data.carnegiehall.org/names/7815> ;
    ns2:performer <http://data.carnegiehall.org/names/11069>,
        <http://data.carnegiehall.org/names/11997>,
        <http://data.carnegiehall.org/names/1432>,
        <http://data.carnegiehall.org/names/470>,
        <http://data.carnegiehall.org/names/471>,
        <http://data.carnegiehall.org/names/59045>,
        <http://data.carnegiehall.org/names/7815> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/10018> .

