@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/53107/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Kammermusik No. 1, Op. 24a" ;
    ns2:bassoon <http://data.carnegiehall.org/names/96322> ;
    ns2:cello <http://data.carnegiehall.org/names/96320> ;
    ns2:clarinet <http://data.carnegiehall.org/names/96311> ;
    ns2:conductor <http://data.carnegiehall.org/names/23397> ;
    ns2:double_bass <http://data.carnegiehall.org/names/96321> ;
    ns2:flute <http://data.carnegiehall.org/names/81335> ;
    ns2:harmonium <http://data.carnegiehall.org/names/96325> ;
    ns2:percussion <http://data.carnegiehall.org/names/87867>,
        <http://data.carnegiehall.org/names/96324> ;
    ns2:piano <http://data.carnegiehall.org/names/91395> ;
    ns2:trumpet <http://data.carnegiehall.org/names/96323> ;
    ns2:viola <http://data.carnegiehall.org/names/96319> ;
    ns2:violin <http://data.carnegiehall.org/names/94169>,
        <http://data.carnegiehall.org/names/96318> ;
    ns3:performer <http://data.carnegiehall.org/names/23397>,
        <http://data.carnegiehall.org/names/81335>,
        <http://data.carnegiehall.org/names/87867>,
        <http://data.carnegiehall.org/names/91395>,
        <http://data.carnegiehall.org/names/94169>,
        <http://data.carnegiehall.org/names/96311>,
        <http://data.carnegiehall.org/names/96318>,
        <http://data.carnegiehall.org/names/96319>,
        <http://data.carnegiehall.org/names/96320>,
        <http://data.carnegiehall.org/names/96321>,
        <http://data.carnegiehall.org/names/96322>,
        <http://data.carnegiehall.org/names/96323>,
        <http://data.carnegiehall.org/names/96324>,
        <http://data.carnegiehall.org/names/96325> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/49456> .

