@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/45471/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Im wunderschönen Monat Mai" ;
    ns2:bassoon <http://data.carnegiehall.org/names/70441> ;
    ns2:cello <http://data.carnegiehall.org/names/73286>,
        <http://data.carnegiehall.org/names/76125> ;
    ns2:clarinet <http://data.carnegiehall.org/names/62683>,
        <http://data.carnegiehall.org/names/73284> ;
    ns2:double_bass <http://data.carnegiehall.org/names/79650> ;
    ns2:flute <http://data.carnegiehall.org/names/64024> ;
    ns2:french_horn <http://data.carnegiehall.org/names/79167> ;
    ns2:harp <http://data.carnegiehall.org/names/71093> ;
    ns2:oboe <http://data.carnegiehall.org/names/79166> ;
    ns2:viola <http://data.carnegiehall.org/names/79333> ;
    ns2:violin <http://data.carnegiehall.org/names/66631>,
        <http://data.carnegiehall.org/names/78878> ;
    ns2:vocalist <http://data.carnegiehall.org/names/64897> ;
    ns3:performer <http://data.carnegiehall.org/names/62683>,
        <http://data.carnegiehall.org/names/64024>,
        <http://data.carnegiehall.org/names/64897>,
        <http://data.carnegiehall.org/names/66631>,
        <http://data.carnegiehall.org/names/70441>,
        <http://data.carnegiehall.org/names/71093>,
        <http://data.carnegiehall.org/names/73284>,
        <http://data.carnegiehall.org/names/73286>,
        <http://data.carnegiehall.org/names/76125>,
        <http://data.carnegiehall.org/names/78878>,
        <http://data.carnegiehall.org/names/79166>,
        <http://data.carnegiehall.org/names/79167>,
        <http://data.carnegiehall.org/names/79333>,
        <http://data.carnegiehall.org/names/79650> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/34876> .

