@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/54449/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "String Quintet No. 2 in B-flat Major, Op. 87: 3. Adagio e lento" ;
    ns2:cello <http://data.carnegiehall.org/names/100755> ;
    ns2:string_quintet <http://data.carnegiehall.org/names/100750> ;
    ns2:viola <http://data.carnegiehall.org/names/100753>,
        <http://data.carnegiehall.org/names/100754> ;
    ns2:violin <http://data.carnegiehall.org/names/100751>,
        <http://data.carnegiehall.org/names/100752> ;
    ns3:performer <http://data.carnegiehall.org/names/100750>,
        <http://data.carnegiehall.org/names/100751>,
        <http://data.carnegiehall.org/names/100752>,
        <http://data.carnegiehall.org/names/100753>,
        <http://data.carnegiehall.org/names/100754>,
        <http://data.carnegiehall.org/names/100755> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/1622> .

