@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/45574/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "String Quartet in A Minor, Op. 41, No. 1: 3. Adagio" ;
    ns2:cello <http://data.carnegiehall.org/names/65090> ;
    ns2:string_quartet <http://data.carnegiehall.org/names/65086> ;
    ns2:viola <http://data.carnegiehall.org/names/65089> ;
    ns2:violin <http://data.carnegiehall.org/names/65087>,
        <http://data.carnegiehall.org/names/65088> ;
    ns3:performer <http://data.carnegiehall.org/names/65086>,
        <http://data.carnegiehall.org/names/65087>,
        <http://data.carnegiehall.org/names/65088>,
        <http://data.carnegiehall.org/names/65089>,
        <http://data.carnegiehall.org/names/65090> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/75959> .

