@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/27016/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Fantasia for Piano, Chorus, and Orchestra, Op. 80" ;
    ns1:baritone <http://data.carnegiehall.org/names/47875>,
        <http://data.carnegiehall.org/names/47876> ;
    ns1:bass <http://data.carnegiehall.org/names/33515> ;
    ns1:conductor <http://data.carnegiehall.org/names/12739> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/10029>,
        <http://data.carnegiehall.org/names/16427>,
        <http://data.carnegiehall.org/names/22679> ;
    ns1:orchestra <http://data.carnegiehall.org/names/27023> ;
    ns1:piano <http://data.carnegiehall.org/names/40410> ;
    ns1:soprano <http://data.carnegiehall.org/names/37246>,
        <http://data.carnegiehall.org/names/37461>,
        <http://data.carnegiehall.org/names/9857> ;
    ns1:tenor <http://data.carnegiehall.org/names/43863>,
        <http://data.carnegiehall.org/names/57309>,
        <http://data.carnegiehall.org/names/6101> ;
    ns2:performer <http://data.carnegiehall.org/names/10029>,
        <http://data.carnegiehall.org/names/12739>,
        <http://data.carnegiehall.org/names/16427>,
        <http://data.carnegiehall.org/names/22679>,
        <http://data.carnegiehall.org/names/27023>,
        <http://data.carnegiehall.org/names/33515>,
        <http://data.carnegiehall.org/names/37246>,
        <http://data.carnegiehall.org/names/37461>,
        <http://data.carnegiehall.org/names/40410>,
        <http://data.carnegiehall.org/names/43863>,
        <http://data.carnegiehall.org/names/47875>,
        <http://data.carnegiehall.org/names/47876>,
        <http://data.carnegiehall.org/names/57309>,
        <http://data.carnegiehall.org/names/6101>,
        <http://data.carnegiehall.org/names/9857> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/10404> .

