@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/29293/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Manfred, Op. 115" ;
    ns2:actor <http://data.carnegiehall.org/names/3890>,
        <http://data.carnegiehall.org/names/3891>,
        <http://data.carnegiehall.org/names/50502> ;
    ns2:baritone <http://data.carnegiehall.org/names/40314> ;
    ns2:bass <http://data.carnegiehall.org/names/28889>,
        <http://data.carnegiehall.org/names/55413> ;
    ns2:choir <http://data.carnegiehall.org/names/58449> ;
    ns2:soprano <http://data.carnegiehall.org/names/3660> ;
    ns2:tenor <http://data.carnegiehall.org/names/5143> ;
    ns2:unspecified_voice <http://data.carnegiehall.org/names/49783> ;
    ns1:performer <http://data.carnegiehall.org/names/28889>,
        <http://data.carnegiehall.org/names/3660>,
        <http://data.carnegiehall.org/names/3890>,
        <http://data.carnegiehall.org/names/3891>,
        <http://data.carnegiehall.org/names/40314>,
        <http://data.carnegiehall.org/names/49783>,
        <http://data.carnegiehall.org/names/50502>,
        <http://data.carnegiehall.org/names/5143>,
        <http://data.carnegiehall.org/names/55413>,
        <http://data.carnegiehall.org/names/58449> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/25949> .

