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

<http://data.carnegiehall.org/events/52389/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Piano Quintet in A Major D. 667, \"Die Forelle\"" ;
    ns3:cello <http://data.carnegiehall.org/names/83114> ;
    ns3:chamber_ensemble <http://data.carnegiehall.org/names/39337> ;
    ns3:double_bass <http://data.carnegiehall.org/names/95257> ;
    ns3:piano <http://data.carnegiehall.org/names/19146> ;
    ns3:viola <http://data.carnegiehall.org/names/640> ;
    ns3:violin <http://data.carnegiehall.org/names/24800> ;
    ns2:performer <http://data.carnegiehall.org/names/19146>,
        <http://data.carnegiehall.org/names/24800>,
        <http://data.carnegiehall.org/names/39337>,
        <http://data.carnegiehall.org/names/640>,
        <http://data.carnegiehall.org/names/83114>,
        <http://data.carnegiehall.org/names/95257> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/27073> .

