@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/49953/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Magic Flute, K. 620: Aria (unspecified)" ;
    ns2:baritone <http://data.carnegiehall.org/names/90972> ;
    ns2:bass <http://data.carnegiehall.org/names/90982> ;
    ns2:conductor <http://data.carnegiehall.org/names/90993> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/81880>,
        <http://data.carnegiehall.org/names/90987>,
        <http://data.carnegiehall.org/names/90991> ;
    ns2:opera_company <http://data.carnegiehall.org/names/84181> ;
    ns2:piano <http://data.carnegiehall.org/names/90981> ;
    ns2:soprano <http://data.carnegiehall.org/names/77994>,
        <http://data.carnegiehall.org/names/90979>,
        <http://data.carnegiehall.org/names/90986>,
        <http://data.carnegiehall.org/names/90988>,
        <http://data.carnegiehall.org/names/90990>,
        <http://data.carnegiehall.org/names/90992> ;
    ns2:tenor <http://data.carnegiehall.org/names/90985>,
        <http://data.carnegiehall.org/names/90989> ;
    ns1:performer <http://data.carnegiehall.org/names/77994>,
        <http://data.carnegiehall.org/names/81880>,
        <http://data.carnegiehall.org/names/84181>,
        <http://data.carnegiehall.org/names/90972>,
        <http://data.carnegiehall.org/names/90979>,
        <http://data.carnegiehall.org/names/90981>,
        <http://data.carnegiehall.org/names/90982>,
        <http://data.carnegiehall.org/names/90985>,
        <http://data.carnegiehall.org/names/90986>,
        <http://data.carnegiehall.org/names/90987>,
        <http://data.carnegiehall.org/names/90988>,
        <http://data.carnegiehall.org/names/90989>,
        <http://data.carnegiehall.org/names/90990>,
        <http://data.carnegiehall.org/names/90991>,
        <http://data.carnegiehall.org/names/90992>,
        <http://data.carnegiehall.org/names/90993> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/15760> .

