@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/40768/work_15> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Picture of Dorian Gray" ;
    ns2:cello <http://data.carnegiehall.org/names/64977> ;
    ns2:clarinet <http://data.carnegiehall.org/names/17188> ;
    ns2:conductor <http://data.carnegiehall.org/names/68305> ;
    ns2:double_bass <http://data.carnegiehall.org/names/62871> ;
    ns2:flute <http://data.carnegiehall.org/names/9554> ;
    ns2:piano <http://data.carnegiehall.org/names/10751> ;
    ns2:viola <http://data.carnegiehall.org/names/57958> ;
    ns2:violin <http://data.carnegiehall.org/names/33428>,
        <http://data.carnegiehall.org/names/68304> ;
    ns1:performer <http://data.carnegiehall.org/names/10751>,
        <http://data.carnegiehall.org/names/17188>,
        <http://data.carnegiehall.org/names/33428>,
        <http://data.carnegiehall.org/names/57958>,
        <http://data.carnegiehall.org/names/62871>,
        <http://data.carnegiehall.org/names/64977>,
        <http://data.carnegiehall.org/names/68304>,
        <http://data.carnegiehall.org/names/68305>,
        <http://data.carnegiehall.org/names/9554> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/65070> .

