@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@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" ;
    ns3:cello <http://data.carnegiehall.org/names/64977> ;
    ns3:clarinet <http://data.carnegiehall.org/names/17188> ;
    ns3:conductor <http://data.carnegiehall.org/names/68305> ;
    ns3:double_bass <http://data.carnegiehall.org/names/62871> ;
    ns3:flute <http://data.carnegiehall.org/names/9554> ;
    ns3:piano <http://data.carnegiehall.org/names/10751> ;
    ns3:viola <http://data.carnegiehall.org/names/57958> ;
    ns3: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> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/65070> .

