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

<http://data.carnegiehall.org/events/47340/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Piano Concerto No. 4 in G Major, Op. 58" ;
    ns3:cello <http://data.carnegiehall.org/names/84275> ;
    ns3:double_bass <http://data.carnegiehall.org/names/84276> ;
    ns3:piano <http://data.carnegiehall.org/names/1657> ;
    ns3:viola <http://data.carnegiehall.org/names/84274> ;
    ns3:violin <http://data.carnegiehall.org/names/84272>,
        <http://data.carnegiehall.org/names/84273> ;
    ns1:performer <http://data.carnegiehall.org/names/1657>,
        <http://data.carnegiehall.org/names/84272>,
        <http://data.carnegiehall.org/names/84273>,
        <http://data.carnegiehall.org/names/84274>,
        <http://data.carnegiehall.org/names/84275>,
        <http://data.carnegiehall.org/names/84276> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/1966> .

