@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/62996/work_16> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Sextet in C Major, Op. 37: 1. Allegro appassionato" ;
    ns3:cello <http://data.carnegiehall.org/names/109835> ;
    ns3:clarinet <http://data.carnegiehall.org/names/118466> ;
    ns3:french_horn <http://data.carnegiehall.org/names/118465> ;
    ns3:piano <http://data.carnegiehall.org/names/109826> ;
    ns3:viola <http://data.carnegiehall.org/names/118464> ;
    ns3:violin <http://data.carnegiehall.org/names/92810> ;
    ns2:performer <http://data.carnegiehall.org/names/109826>,
        <http://data.carnegiehall.org/names/109835>,
        <http://data.carnegiehall.org/names/118464>,
        <http://data.carnegiehall.org/names/118465>,
        <http://data.carnegiehall.org/names/118466>,
        <http://data.carnegiehall.org/names/92810> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/106500> .

