@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/44101/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Tristan und Isolde" ;
    ns1:baritone <http://data.carnegiehall.org/names/43682> ;
    ns1:bass <http://data.carnegiehall.org/names/42310>,
        <http://data.carnegiehall.org/names/48961>,
        <http://data.carnegiehall.org/names/60741> ;
    ns1:choir <http://data.carnegiehall.org/names/47525> ;
    ns1:soprano <http://data.carnegiehall.org/names/28794>,
        <http://data.carnegiehall.org/names/56779> ;
    ns1:tenor <http://data.carnegiehall.org/names/11672>,
        <http://data.carnegiehall.org/names/33843> ;
    ns3:performer <http://data.carnegiehall.org/names/11672>,
        <http://data.carnegiehall.org/names/28794>,
        <http://data.carnegiehall.org/names/33843>,
        <http://data.carnegiehall.org/names/42310>,
        <http://data.carnegiehall.org/names/43682>,
        <http://data.carnegiehall.org/names/47525>,
        <http://data.carnegiehall.org/names/48961>,
        <http://data.carnegiehall.org/names/56779>,
        <http://data.carnegiehall.org/names/60741> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/22956> .

