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

<http://data.carnegiehall.org/events/26897/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Nonet in F Major, Op. 31" ;
    ns2:bassoon <http://data.carnegiehall.org/names/1444> ;
    ns2:cello <http://data.carnegiehall.org/names/55836> ;
    ns2:clarinet <http://data.carnegiehall.org/names/43213> ;
    ns2:double_bass <http://data.carnegiehall.org/names/1991> ;
    ns2:flute <http://data.carnegiehall.org/names/32271> ;
    ns2:french_horn <http://data.carnegiehall.org/names/57371> ;
    ns2:oboe <http://data.carnegiehall.org/names/8539> ;
    ns2:viola <http://data.carnegiehall.org/names/7358> ;
    ns2:violin <http://data.carnegiehall.org/names/13249> ;
    ns1:performer <http://data.carnegiehall.org/names/13249>,
        <http://data.carnegiehall.org/names/1444>,
        <http://data.carnegiehall.org/names/1991>,
        <http://data.carnegiehall.org/names/32271>,
        <http://data.carnegiehall.org/names/43213>,
        <http://data.carnegiehall.org/names/55836>,
        <http://data.carnegiehall.org/names/57371>,
        <http://data.carnegiehall.org/names/7358>,
        <http://data.carnegiehall.org/names/8539> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/17644> .

