@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/30362/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Kammermusik No. 3, Op. 36, No. 2" ;
    ns1:bassoon <http://data.carnegiehall.org/names/34203> ;
    ns1:cello <http://data.carnegiehall.org/names/43811>,
        <http://data.carnegiehall.org/names/5536> ;
    ns1:clarinet <http://data.carnegiehall.org/names/2790> ;
    ns1:double_bass <http://data.carnegiehall.org/names/10717> ;
    ns1:flute <http://data.carnegiehall.org/names/32974> ;
    ns1:french_horn <http://data.carnegiehall.org/names/21564> ;
    ns1:oboe <http://data.carnegiehall.org/names/4726> ;
    ns1:trombone <http://data.carnegiehall.org/names/89958> ;
    ns1:trumpet <http://data.carnegiehall.org/names/46231> ;
    ns1:violin <http://data.carnegiehall.org/names/18056> ;
    ns2:performer <http://data.carnegiehall.org/names/10717>,
        <http://data.carnegiehall.org/names/18056>,
        <http://data.carnegiehall.org/names/21564>,
        <http://data.carnegiehall.org/names/2790>,
        <http://data.carnegiehall.org/names/32974>,
        <http://data.carnegiehall.org/names/34203>,
        <http://data.carnegiehall.org/names/43811>,
        <http://data.carnegiehall.org/names/46231>,
        <http://data.carnegiehall.org/names/4726>,
        <http://data.carnegiehall.org/names/5536>,
        <http://data.carnegiehall.org/names/89958> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/588> .

