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

<http://data.carnegiehall.org/events/54444/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Fantasia for Piano, Chorus, and Orchestra, Op. 80" ;
    ns1:baritone <http://data.carnegiehall.org/names/97602> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/100652> ;
    ns1:choir <http://data.carnegiehall.org/names/92647> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/100650> ;
    ns1:piano <http://data.carnegiehall.org/names/75850> ;
    ns1:soprano <http://data.carnegiehall.org/names/68084>,
        <http://data.carnegiehall.org/names/93931> ;
    ns1:tenor <http://data.carnegiehall.org/names/100651> ;
    ns2:performer <http://data.carnegiehall.org/names/100650>,
        <http://data.carnegiehall.org/names/100651>,
        <http://data.carnegiehall.org/names/100652>,
        <http://data.carnegiehall.org/names/68084>,
        <http://data.carnegiehall.org/names/75850>,
        <http://data.carnegiehall.org/names/92647>,
        <http://data.carnegiehall.org/names/93931>,
        <http://data.carnegiehall.org/names/97602> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/10404> .

