@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/3798/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Der fliegende Holländer" ;
    ns1:bass <http://data.carnegiehall.org/names/44001>,
        <http://data.carnegiehall.org/names/7243> ;
    ns1:choir <http://data.carnegiehall.org/names/10066> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/33269> ;
    ns1:soprano <http://data.carnegiehall.org/names/43133> ;
    ns1:tenor <http://data.carnegiehall.org/names/18864>,
        <http://data.carnegiehall.org/names/51551> ;
    ns3:performer <http://data.carnegiehall.org/names/10066>,
        <http://data.carnegiehall.org/names/18864>,
        <http://data.carnegiehall.org/names/33269>,
        <http://data.carnegiehall.org/names/43133>,
        <http://data.carnegiehall.org/names/44001>,
        <http://data.carnegiehall.org/names/51551>,
        <http://data.carnegiehall.org/names/7243> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/29286> .

