@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/76356/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Roméo et Juliette: Act I. Je veux vivre dans ce rêve" ;
    ns1:cello <http://data.carnegiehall.org/names/88957> ;
    ns1:double_bass <http://data.carnegiehall.org/names/71710> ;
    ns1:piano <http://data.carnegiehall.org/names/129089> ;
    ns1:soprano <http://data.carnegiehall.org/names/136236> ;
    ns1:string_sextet <http://data.carnegiehall.org/names/136234> ;
    ns1:viola <http://data.carnegiehall.org/names/90201> ;
    ns1:violin <http://data.carnegiehall.org/names/107033>,
        <http://data.carnegiehall.org/names/107034>,
        <http://data.carnegiehall.org/names/50855> ;
    ns2:performer <http://data.carnegiehall.org/names/107033>,
        <http://data.carnegiehall.org/names/107034>,
        <http://data.carnegiehall.org/names/129089>,
        <http://data.carnegiehall.org/names/136234>,
        <http://data.carnegiehall.org/names/136236>,
        <http://data.carnegiehall.org/names/50855>,
        <http://data.carnegiehall.org/names/71710>,
        <http://data.carnegiehall.org/names/88957>,
        <http://data.carnegiehall.org/names/90201> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/7575> .

