@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/63066/work_14> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Magic Flute, K. 620 (Abridged Version)" ;
    ns1:bass <http://data.carnegiehall.org/names/118749> ;
    ns1:conductor <http://data.carnegiehall.org/names/113894> ;
    ns1:soprano <http://data.carnegiehall.org/names/118720>,
        <http://data.carnegiehall.org/names/118748>,
        <http://data.carnegiehall.org/names/118750>,
        <http://data.carnegiehall.org/names/118751>,
        <http://data.carnegiehall.org/names/118752>,
        <http://data.carnegiehall.org/names/118753>,
        <http://data.carnegiehall.org/names/118754>,
        <http://data.carnegiehall.org/names/118755> ;
    ns1:tenor <http://data.carnegiehall.org/names/118747> ;
    ns2:performer <http://data.carnegiehall.org/names/113894>,
        <http://data.carnegiehall.org/names/118720>,
        <http://data.carnegiehall.org/names/118747>,
        <http://data.carnegiehall.org/names/118748>,
        <http://data.carnegiehall.org/names/118749>,
        <http://data.carnegiehall.org/names/118750>,
        <http://data.carnegiehall.org/names/118751>,
        <http://data.carnegiehall.org/names/118752>,
        <http://data.carnegiehall.org/names/118753>,
        <http://data.carnegiehall.org/names/118754>,
        <http://data.carnegiehall.org/names/118755> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/106621> .

