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

<http://data.carnegiehall.org/events/60437/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Serenade No. 1 in D Major, Op. 11: 2. Scherzo. Allegro non troppo" ;
    ns2:bassoon <http://data.carnegiehall.org/names/86674> ;
    ns2:cello <http://data.carnegiehall.org/names/83114> ;
    ns2:clarinet <http://data.carnegiehall.org/names/85615> ;
    ns2:double_bass <http://data.carnegiehall.org/names/76340> ;
    ns2:flute <http://data.carnegiehall.org/names/92164> ;
    ns2:french_horn <http://data.carnegiehall.org/names/92152> ;
    ns2:oboe <http://data.carnegiehall.org/names/80126> ;
    ns2:viola <http://data.carnegiehall.org/names/88532> ;
    ns2:violin <http://data.carnegiehall.org/names/22083> ;
    ns3:performer <http://data.carnegiehall.org/names/22083>,
        <http://data.carnegiehall.org/names/76340>,
        <http://data.carnegiehall.org/names/80126>,
        <http://data.carnegiehall.org/names/83114>,
        <http://data.carnegiehall.org/names/85615>,
        <http://data.carnegiehall.org/names/86674>,
        <http://data.carnegiehall.org/names/88532>,
        <http://data.carnegiehall.org/names/92152>,
        <http://data.carnegiehall.org/names/92164> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/11253> .

