@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/53772/work_16> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "After the Dazzle of Day" ;
    ns1:choir <http://data.carnegiehall.org/names/92264> ;
    ns1:conductor <http://data.carnegiehall.org/names/51693> ;
    ns1:string_orchestra <http://data.carnegiehall.org/names/74002> ;
    ns1:wind_ensemble <http://data.carnegiehall.org/names/61599> ;
    ns3:performer <http://data.carnegiehall.org/names/51693>,
        <http://data.carnegiehall.org/names/61599>,
        <http://data.carnegiehall.org/names/74002>,
        <http://data.carnegiehall.org/names/92264> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/91063> ;
    rdfs:comment "world premiere" .

