@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/61870/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Fantasia for Piano, Chorus, and Orchestra, Op. 80" ;
    ns1:choir <http://data.carnegiehall.org/names/100902>,
        <http://data.carnegiehall.org/names/107339>,
        <http://data.carnegiehall.org/names/107340>,
        <http://data.carnegiehall.org/names/115756>,
        <http://data.carnegiehall.org/names/115757>,
        <http://data.carnegiehall.org/names/115758>,
        <http://data.carnegiehall.org/names/115759>,
        <http://data.carnegiehall.org/names/115760>,
        <http://data.carnegiehall.org/names/115761>,
        <http://data.carnegiehall.org/names/115762>,
        <http://data.carnegiehall.org/names/115763>,
        <http://data.carnegiehall.org/names/80008>,
        <http://data.carnegiehall.org/names/8632> ;
    ns1:piano <http://data.carnegiehall.org/names/107164> ;
    ns2:performer <http://data.carnegiehall.org/names/100902>,
        <http://data.carnegiehall.org/names/107164>,
        <http://data.carnegiehall.org/names/107339>,
        <http://data.carnegiehall.org/names/107340>,
        <http://data.carnegiehall.org/names/115756>,
        <http://data.carnegiehall.org/names/115757>,
        <http://data.carnegiehall.org/names/115758>,
        <http://data.carnegiehall.org/names/115759>,
        <http://data.carnegiehall.org/names/115760>,
        <http://data.carnegiehall.org/names/115761>,
        <http://data.carnegiehall.org/names/115762>,
        <http://data.carnegiehall.org/names/115763>,
        <http://data.carnegiehall.org/names/80008>,
        <http://data.carnegiehall.org/names/8632> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/10404> .

