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

<http://data.carnegiehall.org/events/58301/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Fantasia for Piano, Chorus, and Orchestra, Op. 80" ;
    ns3:alto <http://data.carnegiehall.org/names/86108> ;
    ns3:baritone <http://data.carnegiehall.org/names/108359> ;
    ns3:bass_baritone <http://data.carnegiehall.org/names/108356> ;
    ns3:choir <http://data.carnegiehall.org/names/108360>,
        <http://data.carnegiehall.org/names/108362>,
        <http://data.carnegiehall.org/names/108363>,
        <http://data.carnegiehall.org/names/36391>,
        <http://data.carnegiehall.org/names/70042>,
        <http://data.carnegiehall.org/names/70043>,
        <http://data.carnegiehall.org/names/99718> ;
    ns3:conductor <http://data.carnegiehall.org/names/74652> ;
    ns3:piano <http://data.carnegiehall.org/names/108357> ;
    ns3:soprano <http://data.carnegiehall.org/names/108358>,
        <http://data.carnegiehall.org/names/98056> ;
    ns3:tenor <http://data.carnegiehall.org/names/108355> ;
    ns1:performer <http://data.carnegiehall.org/names/108355>,
        <http://data.carnegiehall.org/names/108356>,
        <http://data.carnegiehall.org/names/108357>,
        <http://data.carnegiehall.org/names/108358>,
        <http://data.carnegiehall.org/names/108359>,
        <http://data.carnegiehall.org/names/108360>,
        <http://data.carnegiehall.org/names/108362>,
        <http://data.carnegiehall.org/names/108363>,
        <http://data.carnegiehall.org/names/36391>,
        <http://data.carnegiehall.org/names/70042>,
        <http://data.carnegiehall.org/names/70043>,
        <http://data.carnegiehall.org/names/74652>,
        <http://data.carnegiehall.org/names/86108>,
        <http://data.carnegiehall.org/names/98056>,
        <http://data.carnegiehall.org/names/99718> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/10404> .

