@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/60893/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Magic Flute, K. 620: Excerpt (unspecified)" ;
    ns2:baritone <http://data.carnegiehall.org/names/109968>,
        <http://data.carnegiehall.org/names/113899> ;
    ns2:conductor <http://data.carnegiehall.org/names/76845> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/113134>,
        <http://data.carnegiehall.org/names/113898> ;
    ns2:soprano <http://data.carnegiehall.org/names/113891>,
        <http://data.carnegiehall.org/names/113895>,
        <http://data.carnegiehall.org/names/113896>,
        <http://data.carnegiehall.org/names/113897>,
        <http://data.carnegiehall.org/names/113900>,
        <http://data.carnegiehall.org/names/113901> ;
    ns2:tenor <http://data.carnegiehall.org/names/113875> ;
    ns1:performer <http://data.carnegiehall.org/names/109968>,
        <http://data.carnegiehall.org/names/113134>,
        <http://data.carnegiehall.org/names/113875>,
        <http://data.carnegiehall.org/names/113891>,
        <http://data.carnegiehall.org/names/113895>,
        <http://data.carnegiehall.org/names/113896>,
        <http://data.carnegiehall.org/names/113897>,
        <http://data.carnegiehall.org/names/113898>,
        <http://data.carnegiehall.org/names/113899>,
        <http://data.carnegiehall.org/names/113900>,
        <http://data.carnegiehall.org/names/113901>,
        <http://data.carnegiehall.org/names/76845> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/58059> .

