@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/79648/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Fantasia for Piano, Chorus, and Orchestra, Op. 80" ;
    ns1:bass <http://data.carnegiehall.org/names/98370> ;
    ns1:choir <http://data.carnegiehall.org/names/127013>,
        <http://data.carnegiehall.org/names/141191>,
        <http://data.carnegiehall.org/names/141192>,
        <http://data.carnegiehall.org/names/141193>,
        <http://data.carnegiehall.org/names/141194>,
        <http://data.carnegiehall.org/names/141195>,
        <http://data.carnegiehall.org/names/98479> ;
    ns1:conductor <http://data.carnegiehall.org/names/98272> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/100693> ;
    ns1:orchestra <http://data.carnegiehall.org/names/127013> ;
    ns1:soprano <http://data.carnegiehall.org/names/78950> ;
    ns1:tenor <http://data.carnegiehall.org/names/73211> ;
    ns2:performer <http://data.carnegiehall.org/names/100693>,
        <http://data.carnegiehall.org/names/127013>,
        <http://data.carnegiehall.org/names/141191>,
        <http://data.carnegiehall.org/names/141192>,
        <http://data.carnegiehall.org/names/141193>,
        <http://data.carnegiehall.org/names/141194>,
        <http://data.carnegiehall.org/names/141195>,
        <http://data.carnegiehall.org/names/73211>,
        <http://data.carnegiehall.org/names/78950>,
        <http://data.carnegiehall.org/names/98272>,
        <http://data.carnegiehall.org/names/98370>,
        <http://data.carnegiehall.org/names/98479> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/10404> .

