@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/13340/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Calmes, aux quais déserts, Op. 54" ;
    ns1:cello <http://data.carnegiehall.org/names/47957> ;
    ns1:contralto <http://data.carnegiehall.org/names/59971> ;
    ns1:piano <http://data.carnegiehall.org/names/26738> ;
    ns1:string_quartet <http://data.carnegiehall.org/names/64022> ;
    ns1:viola <http://data.carnegiehall.org/names/35784> ;
    ns1:violin <http://data.carnegiehall.org/names/22879>,
        <http://data.carnegiehall.org/names/33863> ;
    ns2:performer <http://data.carnegiehall.org/names/22879>,
        <http://data.carnegiehall.org/names/26738>,
        <http://data.carnegiehall.org/names/33863>,
        <http://data.carnegiehall.org/names/35784>,
        <http://data.carnegiehall.org/names/47957>,
        <http://data.carnegiehall.org/names/59971>,
        <http://data.carnegiehall.org/names/64022> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/29603> .

