@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/28790/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Kammersymphonie No. 1, Op. 9" ;
    ns1:bass_clarinet <http://data.carnegiehall.org/names/21084> ;
    ns1:bassoon <http://data.carnegiehall.org/names/4809> ;
    ns1:cello <http://data.carnegiehall.org/names/21078> ;
    ns1:clarinet <http://data.carnegiehall.org/names/14987> ;
    ns1:contrabassoon <http://data.carnegiehall.org/names/60058> ;
    ns1:double_bass <http://data.carnegiehall.org/names/37700> ;
    ns1:e_flat_clarinet <http://data.carnegiehall.org/names/27219> ;
    ns1:english_horn <http://data.carnegiehall.org/names/27218> ;
    ns1:flute <http://data.carnegiehall.org/names/23954> ;
    ns1:french_horn <http://data.carnegiehall.org/names/10896>,
        <http://data.carnegiehall.org/names/17007> ;
    ns1:oboe <http://data.carnegiehall.org/names/54015> ;
    ns1:piccolo <http://data.carnegiehall.org/names/23954> ;
    ns1:viola <http://data.carnegiehall.org/names/48763> ;
    ns1:violin <http://data.carnegiehall.org/names/19828>,
        <http://data.carnegiehall.org/names/40434> ;
    ns2:performer <http://data.carnegiehall.org/names/10896>,
        <http://data.carnegiehall.org/names/14987>,
        <http://data.carnegiehall.org/names/17007>,
        <http://data.carnegiehall.org/names/19828>,
        <http://data.carnegiehall.org/names/21078>,
        <http://data.carnegiehall.org/names/21084>,
        <http://data.carnegiehall.org/names/23954>,
        <http://data.carnegiehall.org/names/27218>,
        <http://data.carnegiehall.org/names/27219>,
        <http://data.carnegiehall.org/names/37700>,
        <http://data.carnegiehall.org/names/40434>,
        <http://data.carnegiehall.org/names/4809>,
        <http://data.carnegiehall.org/names/48763>,
        <http://data.carnegiehall.org/names/54015>,
        <http://data.carnegiehall.org/names/60058> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/55808> .

