@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/35018/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Kammersymphonie No. 1, Op. 9" ;
    ns2:bass_clarinet <http://data.carnegiehall.org/names/28806> ;
    ns2:bassoon <http://data.carnegiehall.org/names/60058> ;
    ns2:cello <http://data.carnegiehall.org/names/49098> ;
    ns2:clarinet <http://data.carnegiehall.org/names/4615> ;
    ns2:contrabassoon <http://data.carnegiehall.org/names/8086> ;
    ns2:double_bass <http://data.carnegiehall.org/names/57433> ;
    ns2:e_flat_clarinet <http://data.carnegiehall.org/names/18423> ;
    ns2:english_horn <http://data.carnegiehall.org/names/23606> ;
    ns2:flute <http://data.carnegiehall.org/names/47812> ;
    ns2:french_horn <http://data.carnegiehall.org/names/34322>,
        <http://data.carnegiehall.org/names/52841> ;
    ns2:oboe <http://data.carnegiehall.org/names/34237> ;
    ns2:viola <http://data.carnegiehall.org/names/8720> ;
    ns2:violin <http://data.carnegiehall.org/names/27982>,
        <http://data.carnegiehall.org/names/32069> ;
    ns1:performer <http://data.carnegiehall.org/names/18423>,
        <http://data.carnegiehall.org/names/23606>,
        <http://data.carnegiehall.org/names/27982>,
        <http://data.carnegiehall.org/names/28806>,
        <http://data.carnegiehall.org/names/32069>,
        <http://data.carnegiehall.org/names/34237>,
        <http://data.carnegiehall.org/names/34322>,
        <http://data.carnegiehall.org/names/4615>,
        <http://data.carnegiehall.org/names/47812>,
        <http://data.carnegiehall.org/names/49098>,
        <http://data.carnegiehall.org/names/52841>,
        <http://data.carnegiehall.org/names/57433>,
        <http://data.carnegiehall.org/names/60058>,
        <http://data.carnegiehall.org/names/8086>,
        <http://data.carnegiehall.org/names/8720> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/55808> .

