@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/52407/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Kammermusik No. 2, Op. 36, No. 1" ;
    ns2:bass_clarinet <http://data.carnegiehall.org/names/95303> ;
    ns2:bassoon <http://data.carnegiehall.org/names/92456> ;
    ns2:cello <http://data.carnegiehall.org/names/96892> ;
    ns2:clarinet <http://data.carnegiehall.org/names/91340> ;
    ns2:conductor <http://data.carnegiehall.org/names/95298> ;
    ns2:double_bass <http://data.carnegiehall.org/names/95299> ;
    ns2:flute <http://data.carnegiehall.org/names/95301> ;
    ns2:french_horn <http://data.carnegiehall.org/names/95304> ;
    ns2:oboe <http://data.carnegiehall.org/names/95302> ;
    ns2:piano <http://data.carnegiehall.org/names/15007> ;
    ns2:tenor_trombone <http://data.carnegiehall.org/names/75674> ;
    ns2:trumpet <http://data.carnegiehall.org/names/91342> ;
    ns2:viola <http://data.carnegiehall.org/names/94168> ;
    ns2:violin <http://data.carnegiehall.org/names/91331> ;
    ns1:performer <http://data.carnegiehall.org/names/15007>,
        <http://data.carnegiehall.org/names/75674>,
        <http://data.carnegiehall.org/names/91331>,
        <http://data.carnegiehall.org/names/91340>,
        <http://data.carnegiehall.org/names/91342>,
        <http://data.carnegiehall.org/names/92456>,
        <http://data.carnegiehall.org/names/94168>,
        <http://data.carnegiehall.org/names/95298>,
        <http://data.carnegiehall.org/names/95299>,
        <http://data.carnegiehall.org/names/95301>,
        <http://data.carnegiehall.org/names/95302>,
        <http://data.carnegiehall.org/names/95303>,
        <http://data.carnegiehall.org/names/95304>,
        <http://data.carnegiehall.org/names/96892> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/88386> .

