@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/58921/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Magic Flute, K. 620: Pa-pa-pa-pa Papagena" ;
    ns3:childrens_chorus <http://data.carnegiehall.org/names/109877>,
        <http://data.carnegiehall.org/names/109878>,
        <http://data.carnegiehall.org/names/109879>,
        <http://data.carnegiehall.org/names/109880>,
        <http://data.carnegiehall.org/names/109881>,
        <http://data.carnegiehall.org/names/109882>,
        <http://data.carnegiehall.org/names/109883>,
        <http://data.carnegiehall.org/names/109884>,
        <http://data.carnegiehall.org/names/81922> ;
    ns3:conductor <http://data.carnegiehall.org/names/64086> ;
    ns3:piano <http://data.carnegiehall.org/names/109872> ;
    ns1:performer <http://data.carnegiehall.org/names/109872>,
        <http://data.carnegiehall.org/names/109877>,
        <http://data.carnegiehall.org/names/109878>,
        <http://data.carnegiehall.org/names/109879>,
        <http://data.carnegiehall.org/names/109880>,
        <http://data.carnegiehall.org/names/109881>,
        <http://data.carnegiehall.org/names/109882>,
        <http://data.carnegiehall.org/names/109883>,
        <http://data.carnegiehall.org/names/109884>,
        <http://data.carnegiehall.org/names/64086>,
        <http://data.carnegiehall.org/names/81922> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/93131> .

