@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/39237/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Schicksalslied, Op. 54" ;
    ns2:choir <http://data.carnegiehall.org/names/3726>,
        <http://data.carnegiehall.org/names/38689>,
        <http://data.carnegiehall.org/names/41878>,
        <http://data.carnegiehall.org/names/64087>,
        <http://data.carnegiehall.org/names/65449>,
        <http://data.carnegiehall.org/names/65450>,
        <http://data.carnegiehall.org/names/65451>,
        <http://data.carnegiehall.org/names/65452> ;
    ns2:conductor <http://data.carnegiehall.org/names/50901> ;
    ns1:performer <http://data.carnegiehall.org/names/3726>,
        <http://data.carnegiehall.org/names/38689>,
        <http://data.carnegiehall.org/names/41878>,
        <http://data.carnegiehall.org/names/50901>,
        <http://data.carnegiehall.org/names/64087>,
        <http://data.carnegiehall.org/names/65449>,
        <http://data.carnegiehall.org/names/65450>,
        <http://data.carnegiehall.org/names/65451>,
        <http://data.carnegiehall.org/names/65452> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/37081> .

