@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/25789/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Six Sonatas for Wind Septet, H. 629-34 (W. 184)" ;
    ns2:bassoon <http://data.carnegiehall.org/names/20994> ;
    ns2:clarinet <http://data.carnegiehall.org/names/5237>,
        <http://data.carnegiehall.org/names/6373> ;
    ns2:flute <http://data.carnegiehall.org/names/52598>,
        <http://data.carnegiehall.org/names/7425> ;
    ns2:french_horn <http://data.carnegiehall.org/names/39441>,
        <http://data.carnegiehall.org/names/40789> ;
    ns1:performer <http://data.carnegiehall.org/names/20994>,
        <http://data.carnegiehall.org/names/39441>,
        <http://data.carnegiehall.org/names/40789>,
        <http://data.carnegiehall.org/names/5237>,
        <http://data.carnegiehall.org/names/52598>,
        <http://data.carnegiehall.org/names/6373>,
        <http://data.carnegiehall.org/names/7425> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/41290> .

