@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/53382/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Die Walküre: Selection (unspecified)" ;
    ns1:conductor <http://data.carnegiehall.org/names/97066> ;
    ns1:contralto <http://data.carnegiehall.org/names/97063> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/93746>,
        <http://data.carnegiehall.org/names/97065> ;
    ns1:opera_company <http://data.carnegiehall.org/names/84181> ;
    ns1:soprano <http://data.carnegiehall.org/names/53526>,
        <http://data.carnegiehall.org/names/84843>,
        <http://data.carnegiehall.org/names/97062>,
        <http://data.carnegiehall.org/names/97064> ;
    ns2:performer <http://data.carnegiehall.org/names/53526>,
        <http://data.carnegiehall.org/names/84181>,
        <http://data.carnegiehall.org/names/84843>,
        <http://data.carnegiehall.org/names/93746>,
        <http://data.carnegiehall.org/names/97062>,
        <http://data.carnegiehall.org/names/97063>,
        <http://data.carnegiehall.org/names/97064>,
        <http://data.carnegiehall.org/names/97065>,
        <http://data.carnegiehall.org/names/97066> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/38232> .

