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

<http://data.carnegiehall.org/events/53078/work_05> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q1363276> ;
    rdfs:label "String Quartet in D Major, Op. 76, No. 5, H.III:79: 3. Largo cantabile e mesto" ;
    ns2:cello <http://data.carnegiehall.org/names/96236> ;
    ns2:string_quartet <http://data.carnegiehall.org/names/96232> ;
    ns2:viola <http://data.carnegiehall.org/names/96235> ;
    ns2:violin <http://data.carnegiehall.org/names/96233>,
        <http://data.carnegiehall.org/names/96234> ;
    ns3:performer <http://data.carnegiehall.org/names/96232>,
        <http://data.carnegiehall.org/names/96233>,
        <http://data.carnegiehall.org/names/96234>,
        <http://data.carnegiehall.org/names/96235>,
        <http://data.carnegiehall.org/names/96236> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/89465> .

