@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/56216/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "String Quintet in C Major D. 956: 1. Allegro ma non troppo" ;
    ns1:cello <http://data.carnegiehall.org/names/104499>,
        <http://data.carnegiehall.org/names/104500> ;
    ns1:string_quintet <http://data.carnegiehall.org/names/104495> ;
    ns1:viola <http://data.carnegiehall.org/names/104498> ;
    ns1:violin <http://data.carnegiehall.org/names/104496>,
        <http://data.carnegiehall.org/names/104497> ;
    ns2:performer <http://data.carnegiehall.org/names/104495>,
        <http://data.carnegiehall.org/names/104496>,
        <http://data.carnegiehall.org/names/104497>,
        <http://data.carnegiehall.org/names/104498>,
        <http://data.carnegiehall.org/names/104499>,
        <http://data.carnegiehall.org/names/104500> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/11745> .

