@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/37606/work_21> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Piano Quartet in G Minor, K. 478: 1. Allegro" ;
    ns1:cello <http://data.carnegiehall.org/names/59650> ;
    ns1:piano <http://data.carnegiehall.org/names/61417> ;
    ns1:piano_quartet <http://data.carnegiehall.org/names/61416> ;
    ns1:viola <http://data.carnegiehall.org/names/42150> ;
    ns1:violin <http://data.carnegiehall.org/names/61418> ;
    ns3:performer <http://data.carnegiehall.org/names/42150>,
        <http://data.carnegiehall.org/names/59650>,
        <http://data.carnegiehall.org/names/61416>,
        <http://data.carnegiehall.org/names/61417>,
        <http://data.carnegiehall.org/names/61418> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/21437> .

