@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/21459/work_09> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Voluspaa, Op. 15: The Wise Woman's Prophecy" ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/34172> ;
    ns1:choir <http://data.carnegiehall.org/names/20386>,
        <http://data.carnegiehall.org/names/21947> ;
    ns1:contralto <http://data.carnegiehall.org/names/45143> ;
    ns1:soprano <http://data.carnegiehall.org/names/45142> ;
    ns3:performer <http://data.carnegiehall.org/names/20386>,
        <http://data.carnegiehall.org/names/21947>,
        <http://data.carnegiehall.org/names/34172>,
        <http://data.carnegiehall.org/names/45142>,
        <http://data.carnegiehall.org/names/45143> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/5678> ;
    rdfs:comment "United States premiere" .

