@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/28340/work_02> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Colors" ;
    ns1:cello <http://data.carnegiehall.org/names/1544> ;
    ns1:double_bass <http://data.carnegiehall.org/names/28560> ;
    ns1:oboe <http://data.carnegiehall.org/names/21882> ;
    ns1:string_quintet <http://data.carnegiehall.org/names/114368> ;
    ns1:viola <http://data.carnegiehall.org/names/32637> ;
    ns1:violin <http://data.carnegiehall.org/names/53143>,
        <http://data.carnegiehall.org/names/55009> ;
    ns2:performer <http://data.carnegiehall.org/names/114368>,
        <http://data.carnegiehall.org/names/1544>,
        <http://data.carnegiehall.org/names/21882>,
        <http://data.carnegiehall.org/names/28560>,
        <http://data.carnegiehall.org/names/32637>,
        <http://data.carnegiehall.org/names/53143>,
        <http://data.carnegiehall.org/names/55009> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/13162> ;
    rdfs:comment "New York premiere" .

