@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/54494/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "String Quintet No. 2 in B-flat Major, Op. 87" ;
    ns1:cello <http://data.carnegiehall.org/names/89883> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/76579> ;
    ns1:viola <http://data.carnegiehall.org/names/96651>,
        <http://data.carnegiehall.org/names/96654> ;
    ns1:violin <http://data.carnegiehall.org/names/91365>,
        <http://data.carnegiehall.org/names/97464> ;
    ns2:performer <http://data.carnegiehall.org/names/76579>,
        <http://data.carnegiehall.org/names/89883>,
        <http://data.carnegiehall.org/names/91365>,
        <http://data.carnegiehall.org/names/96651>,
        <http://data.carnegiehall.org/names/96654>,
        <http://data.carnegiehall.org/names/97464> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/17514> .

