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

<http://data.carnegiehall.org/events/28462/work_04> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Symphony No. 5, Op. 62, \"Niagara\"" ;
    ns2:bass <http://data.carnegiehall.org/names/22577> ;
    ns2:choir <http://data.carnegiehall.org/names/58449> ;
    ns2:conductor <http://data.carnegiehall.org/names/10191> ;
    ns2:contralto <http://data.carnegiehall.org/names/63816> ;
    ns2:soprano <http://data.carnegiehall.org/names/83646> ;
    ns2:tenor <http://data.carnegiehall.org/names/50733> ;
    ns3:performer <http://data.carnegiehall.org/names/10191>,
        <http://data.carnegiehall.org/names/22577>,
        <http://data.carnegiehall.org/names/50733>,
        <http://data.carnegiehall.org/names/58449>,
        <http://data.carnegiehall.org/names/63816>,
        <http://data.carnegiehall.org/names/83646> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/22941> ;
    rdfs:comment "world premiere" .

