@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/39982/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Ophelia Dances, Book 1, Op. 13" ;
    ns1:celesta <http://data.carnegiehall.org/names/62403> ;
    ns1:cello <http://data.carnegiehall.org/names/35510> ;
    ns1:clarinet <http://data.carnegiehall.org/names/13983> ;
    ns1:conductor <http://data.carnegiehall.org/names/48968> ;
    ns1:english_horn <http://data.carnegiehall.org/names/19465> ;
    ns1:flute <http://data.carnegiehall.org/names/58261> ;
    ns1:french_horn <http://data.carnegiehall.org/names/23397> ;
    ns1:piano <http://data.carnegiehall.org/names/2857> ;
    ns1:viola <http://data.carnegiehall.org/names/62688> ;
    ns1:violin <http://data.carnegiehall.org/names/50735> ;
    ns2:performer <http://data.carnegiehall.org/names/13983>,
        <http://data.carnegiehall.org/names/19465>,
        <http://data.carnegiehall.org/names/23397>,
        <http://data.carnegiehall.org/names/2857>,
        <http://data.carnegiehall.org/names/35510>,
        <http://data.carnegiehall.org/names/48968>,
        <http://data.carnegiehall.org/names/50735>,
        <http://data.carnegiehall.org/names/58261>,
        <http://data.carnegiehall.org/names/62403>,
        <http://data.carnegiehall.org/names/62688> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/63676> .

