@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/76831/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Piano Concerto No. 21 in C Major, K. 467" ;
    ns1:cello <http://data.carnegiehall.org/names/136901> ;
    ns1:double_bass <http://data.carnegiehall.org/names/136902> ;
    ns1:piano <http://data.carnegiehall.org/names/136894> ;
    ns1:viola <http://data.carnegiehall.org/names/136900> ;
    ns1:violin <http://data.carnegiehall.org/names/135810>,
        <http://data.carnegiehall.org/names/136899> ;
    ns2:performer <http://data.carnegiehall.org/names/135810>,
        <http://data.carnegiehall.org/names/136894>,
        <http://data.carnegiehall.org/names/136899>,
        <http://data.carnegiehall.org/names/136900>,
        <http://data.carnegiehall.org/names/136901>,
        <http://data.carnegiehall.org/names/136902> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/23474> .

