@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/44370/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "3 Mélodies, Op. 7: 1. Après un rêve" ;
    ns1:cello <http://data.carnegiehall.org/names/34019> ;
    ns1:piano <http://data.carnegiehall.org/names/2741> ;
    ns1:viola <http://data.carnegiehall.org/names/52353> ;
    ns1:violin <http://data.carnegiehall.org/names/21322>,
        <http://data.carnegiehall.org/names/2777> ;
    ns3:performer <http://data.carnegiehall.org/names/21322>,
        <http://data.carnegiehall.org/names/2741>,
        <http://data.carnegiehall.org/names/2777>,
        <http://data.carnegiehall.org/names/34019>,
        <http://data.carnegiehall.org/names/52353> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/45178> .

