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

<http://data.carnegiehall.org/events/55596/work_15> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "2 Elegiac Melodies, Op. 34: 2. Letzter Frühling" ;
    ns1:conductor <http://data.carnegiehall.org/names/101253>,
        <http://data.carnegiehall.org/names/74859> ;
    ns1:orchestra <http://data.carnegiehall.org/names/101252> ;
    ns3:performer <http://data.carnegiehall.org/names/101252>,
        <http://data.carnegiehall.org/names/101253>,
        <http://data.carnegiehall.org/names/74859> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/2871> .

