@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/25338/work_02> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Ite angeli veloces: 3. Cantique de l’espérance" ;
    ns1:baritone <http://data.carnegiehall.org/names/2345> ;
    ns1:choir <http://data.carnegiehall.org/names/3219>,
        <http://data.carnegiehall.org/names/37862> ;
    ns1:concert_band <http://data.carnegiehall.org/names/4963> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/51649> ;
    ns1:soprano <http://data.carnegiehall.org/names/10063> ;
    ns2:performer <http://data.carnegiehall.org/names/10063>,
        <http://data.carnegiehall.org/names/2345>,
        <http://data.carnegiehall.org/names/3219>,
        <http://data.carnegiehall.org/names/37862>,
        <http://data.carnegiehall.org/names/4963>,
        <http://data.carnegiehall.org/names/51649> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/48108> ;
    rdfs:comment "New York premiere" .

