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

<http://data.carnegiehall.org/events/41927/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "String Quintet No. 2 in G Major, Op. 111: 1. Allegro non troppo, ma con brio" ;
    ns2:cello <http://data.carnegiehall.org/names/62558> ;
    ns2:string_quintet <http://data.carnegiehall.org/names/68067> ;
    ns2:viola <http://data.carnegiehall.org/names/50643>,
        <http://data.carnegiehall.org/names/68037> ;
    ns2:violin <http://data.carnegiehall.org/names/25906>,
        <http://data.carnegiehall.org/names/68048> ;
    ns1:performer <http://data.carnegiehall.org/names/25906>,
        <http://data.carnegiehall.org/names/50643>,
        <http://data.carnegiehall.org/names/62558>,
        <http://data.carnegiehall.org/names/68037>,
        <http://data.carnegiehall.org/names/68048>,
        <http://data.carnegiehall.org/names/68067> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/17257> .

