@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/18006/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Das Rheingold" ;
    ns1:bass <http://data.carnegiehall.org/names/23649>,
        <http://data.carnegiehall.org/names/33212>,
        <http://data.carnegiehall.org/names/40596>,
        <http://data.carnegiehall.org/names/40603> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/27336> ;
    ns1:contralto <http://data.carnegiehall.org/names/10296> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/21337>,
        <http://data.carnegiehall.org/names/34158> ;
    ns1:soprano <http://data.carnegiehall.org/names/17042>,
        <http://data.carnegiehall.org/names/52735>,
        <http://data.carnegiehall.org/names/58585> ;
    ns1:tenor <http://data.carnegiehall.org/names/15949>,
        <http://data.carnegiehall.org/names/25064>,
        <http://data.carnegiehall.org/names/46755> ;
    ns2:performer <http://data.carnegiehall.org/names/10296>,
        <http://data.carnegiehall.org/names/15949>,
        <http://data.carnegiehall.org/names/17042>,
        <http://data.carnegiehall.org/names/21337>,
        <http://data.carnegiehall.org/names/23649>,
        <http://data.carnegiehall.org/names/25064>,
        <http://data.carnegiehall.org/names/27336>,
        <http://data.carnegiehall.org/names/33212>,
        <http://data.carnegiehall.org/names/34158>,
        <http://data.carnegiehall.org/names/40596>,
        <http://data.carnegiehall.org/names/40603>,
        <http://data.carnegiehall.org/names/46755>,
        <http://data.carnegiehall.org/names/52735>,
        <http://data.carnegiehall.org/names/58585> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/41377> .

