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

<http://data.carnegiehall.org/events/74771/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Nonet No. 2, H. 374" ;
    ns1:bassoon <http://data.carnegiehall.org/names/86386> ;
    ns1:cello <http://data.carnegiehall.org/names/136081> ;
    ns1:clarinet <http://data.carnegiehall.org/names/17188> ;
    ns1:double_bass <http://data.carnegiehall.org/names/134025> ;
    ns1:flute <http://data.carnegiehall.org/names/37867> ;
    ns1:french_horn <http://data.carnegiehall.org/names/35225> ;
    ns1:oboe <http://data.carnegiehall.org/names/130962> ;
    ns1:viola <http://data.carnegiehall.org/names/54891> ;
    ns1:violin <http://data.carnegiehall.org/names/15752> ;
    ns2:performer <http://data.carnegiehall.org/names/130962>,
        <http://data.carnegiehall.org/names/134025>,
        <http://data.carnegiehall.org/names/136081>,
        <http://data.carnegiehall.org/names/15752>,
        <http://data.carnegiehall.org/names/17188>,
        <http://data.carnegiehall.org/names/35225>,
        <http://data.carnegiehall.org/names/37867>,
        <http://data.carnegiehall.org/names/54891>,
        <http://data.carnegiehall.org/names/86386> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/27875> .

