@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/27010/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Fantasia for Piano, Chorus, and Orchestra, Op. 80" ;
    ns2:choir <http://data.carnegiehall.org/names/3276>,
        <http://data.carnegiehall.org/names/35099>,
        <http://data.carnegiehall.org/names/4925> ;
    ns2:conductor <http://data.carnegiehall.org/names/12375> ;
    ns2:piano <http://data.carnegiehall.org/names/26618> ;
    ns2:soprano <http://data.carnegiehall.org/names/23033> ;
    ns2:tenor <http://data.carnegiehall.org/names/49910> ;
    ns2:unspecified_voice <http://data.carnegiehall.org/names/1348>,
        <http://data.carnegiehall.org/names/28058>,
        <http://data.carnegiehall.org/names/28059>,
        <http://data.carnegiehall.org/names/34863>,
        <http://data.carnegiehall.org/names/37199>,
        <http://data.carnegiehall.org/names/41695>,
        <http://data.carnegiehall.org/names/42640>,
        <http://data.carnegiehall.org/names/56368>,
        <http://data.carnegiehall.org/names/57366>,
        <http://data.carnegiehall.org/names/9687> ;
    ns1:performer <http://data.carnegiehall.org/names/12375>,
        <http://data.carnegiehall.org/names/1348>,
        <http://data.carnegiehall.org/names/23033>,
        <http://data.carnegiehall.org/names/26618>,
        <http://data.carnegiehall.org/names/28058>,
        <http://data.carnegiehall.org/names/28059>,
        <http://data.carnegiehall.org/names/3276>,
        <http://data.carnegiehall.org/names/34863>,
        <http://data.carnegiehall.org/names/35099>,
        <http://data.carnegiehall.org/names/37199>,
        <http://data.carnegiehall.org/names/41695>,
        <http://data.carnegiehall.org/names/42640>,
        <http://data.carnegiehall.org/names/4925>,
        <http://data.carnegiehall.org/names/49910>,
        <http://data.carnegiehall.org/names/56368>,
        <http://data.carnegiehall.org/names/57366>,
        <http://data.carnegiehall.org/names/9687> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/10404> .

