@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/70878/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Cello Concerto in E Minor, Op. 85: 1. Adagio — Moderato" ;
    ns1:cello <http://data.carnegiehall.org/names/130533>,
        <http://data.carnegiehall.org/names/130540> ;
    ns1:piano <http://data.carnegiehall.org/names/130544> ;
    ns1:viola <http://data.carnegiehall.org/names/130543> ;
    ns1:violin <http://data.carnegiehall.org/names/130541>,
        <http://data.carnegiehall.org/names/130542> ;
    ns3:performer <http://data.carnegiehall.org/names/130533>,
        <http://data.carnegiehall.org/names/130540>,
        <http://data.carnegiehall.org/names/130541>,
        <http://data.carnegiehall.org/names/130542>,
        <http://data.carnegiehall.org/names/130543>,
        <http://data.carnegiehall.org/names/130544> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/115041> .

