@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/48455/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Im wunderschönen Monat Mai" ;
    ns2:bass_clarinet <http://data.carnegiehall.org/names/87340> ;
    ns2:bassoon <http://data.carnegiehall.org/names/87341> ;
    ns2:cello <http://data.carnegiehall.org/names/87354>,
        <http://data.carnegiehall.org/names/87355> ;
    ns2:clarinet <http://data.carnegiehall.org/names/87338> ;
    ns2:double_bass <http://data.carnegiehall.org/names/87356> ;
    ns2:english_horn <http://data.carnegiehall.org/names/87336> ;
    ns2:flute <http://data.carnegiehall.org/names/87334> ;
    ns2:french_horn <http://data.carnegiehall.org/names/87342> ;
    ns2:harp <http://data.carnegiehall.org/names/87350> ;
    ns2:oboe <http://data.carnegiehall.org/names/87336> ;
    ns2:piano <http://data.carnegiehall.org/names/11119> ;
    ns2:viola <http://data.carnegiehall.org/names/87353> ;
    ns2:violin <http://data.carnegiehall.org/names/87351>,
        <http://data.carnegiehall.org/names/87352> ;
    ns2:vocalist <http://data.carnegiehall.org/names/64897> ;
    ns1:performer <http://data.carnegiehall.org/names/11119>,
        <http://data.carnegiehall.org/names/64897>,
        <http://data.carnegiehall.org/names/87334>,
        <http://data.carnegiehall.org/names/87336>,
        <http://data.carnegiehall.org/names/87338>,
        <http://data.carnegiehall.org/names/87340>,
        <http://data.carnegiehall.org/names/87341>,
        <http://data.carnegiehall.org/names/87342>,
        <http://data.carnegiehall.org/names/87350>,
        <http://data.carnegiehall.org/names/87351>,
        <http://data.carnegiehall.org/names/87352>,
        <http://data.carnegiehall.org/names/87353>,
        <http://data.carnegiehall.org/names/87354>,
        <http://data.carnegiehall.org/names/87355>,
        <http://data.carnegiehall.org/names/87356> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/34876> .

