@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/55823/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Magic Flute, K. 620" ;
    ns1:baritone <http://data.carnegiehall.org/names/102587> ;
    ns1:bass <http://data.carnegiehall.org/names/102580> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/102590> ;
    ns1:soprano <http://data.carnegiehall.org/names/102582>,
        <http://data.carnegiehall.org/names/102583>,
        <http://data.carnegiehall.org/names/102584>,
        <http://data.carnegiehall.org/names/102585>,
        <http://data.carnegiehall.org/names/102586>,
        <http://data.carnegiehall.org/names/102589>,
        <http://data.carnegiehall.org/names/93752> ;
    ns1:tenor <http://data.carnegiehall.org/names/102581>,
        <http://data.carnegiehall.org/names/102588> ;
    ns3:performer <http://data.carnegiehall.org/names/102580>,
        <http://data.carnegiehall.org/names/102581>,
        <http://data.carnegiehall.org/names/102582>,
        <http://data.carnegiehall.org/names/102583>,
        <http://data.carnegiehall.org/names/102584>,
        <http://data.carnegiehall.org/names/102585>,
        <http://data.carnegiehall.org/names/102586>,
        <http://data.carnegiehall.org/names/102587>,
        <http://data.carnegiehall.org/names/102588>,
        <http://data.carnegiehall.org/names/102589>,
        <http://data.carnegiehall.org/names/102590>,
        <http://data.carnegiehall.org/names/93752> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/25368> .

