@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/23628/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "String Quartet in F Major, Op. 17, No. 3: 3. Adagio" ;
    ns2:cello <http://data.carnegiehall.org/names/33475> ;
    ns2:string_quartet <http://data.carnegiehall.org/names/55587> ;
    ns2:viola <http://data.carnegiehall.org/names/24512> ;
    ns2:violin <http://data.carnegiehall.org/names/19732>,
        <http://data.carnegiehall.org/names/19733> ;
    ns3:performer <http://data.carnegiehall.org/names/19732>,
        <http://data.carnegiehall.org/names/19733>,
        <http://data.carnegiehall.org/names/24512>,
        <http://data.carnegiehall.org/names/33475>,
        <http://data.carnegiehall.org/names/55587> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/21726> .

