@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/58033/work_05> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Now does the glorious day appear, Z. 332: By Beauteous softness" ;
    ns2:countertenor <http://data.carnegiehall.org/names/91409> ;
    ns2:piano <http://data.carnegiehall.org/names/79295> ;
    ns2:soprano <http://data.carnegiehall.org/names/108128> ;
    ns2:tenor <http://data.carnegiehall.org/names/14521> ;
    ns1:performer <http://data.carnegiehall.org/names/108128>,
        <http://data.carnegiehall.org/names/14521>,
        <http://data.carnegiehall.org/names/79295>,
        <http://data.carnegiehall.org/names/91409> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/100355> ;
    rdfs:comment "world premiere" .

