@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/48489/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Octet in E-flat Major, Op. 20: 4. Presto" ;
    ns1:cello <http://data.carnegiehall.org/names/81329>,
        <http://data.carnegiehall.org/names/87517> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/87510> ;
    ns1:viola <http://data.carnegiehall.org/names/87515>,
        <http://data.carnegiehall.org/names/87516> ;
    ns1:violin <http://data.carnegiehall.org/names/87511>,
        <http://data.carnegiehall.org/names/87512>,
        <http://data.carnegiehall.org/names/87513>,
        <http://data.carnegiehall.org/names/87514> ;
    ns2:performer <http://data.carnegiehall.org/names/81329>,
        <http://data.carnegiehall.org/names/87510>,
        <http://data.carnegiehall.org/names/87511>,
        <http://data.carnegiehall.org/names/87512>,
        <http://data.carnegiehall.org/names/87513>,
        <http://data.carnegiehall.org/names/87514>,
        <http://data.carnegiehall.org/names/87515>,
        <http://data.carnegiehall.org/names/87516>,
        <http://data.carnegiehall.org/names/87517> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/48926> .

