@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/71694/work_16> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Octet in E-flat Major, Op. 20: 1. Allegro moderato con fuoco" ;
    ns1:cello <http://data.carnegiehall.org/names/12128>,
        <http://data.carnegiehall.org/names/127608> ;
    ns1:viola <http://data.carnegiehall.org/names/121927>,
        <http://data.carnegiehall.org/names/71308> ;
    ns1:violin <http://data.carnegiehall.org/names/130934>,
        <http://data.carnegiehall.org/names/130942>,
        <http://data.carnegiehall.org/names/130956>,
        <http://data.carnegiehall.org/names/130957> ;
    ns2:performer <http://data.carnegiehall.org/names/12128>,
        <http://data.carnegiehall.org/names/121927>,
        <http://data.carnegiehall.org/names/127608>,
        <http://data.carnegiehall.org/names/130934>,
        <http://data.carnegiehall.org/names/130942>,
        <http://data.carnegiehall.org/names/130956>,
        <http://data.carnegiehall.org/names/130957>,
        <http://data.carnegiehall.org/names/71308> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/31485> .

