@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/7578/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Vespro della Beata Vergine, SV 206" ;
    ns2:baritone <http://data.carnegiehall.org/names/1494> ;
    ns2:brass_ensemble <http://data.carnegiehall.org/names/20307> ;
    ns2:cello <http://data.carnegiehall.org/names/24614> ;
    ns2:chamber_orchestra <http://data.carnegiehall.org/names/27204> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/55813> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/19478> ;
    ns2:organ <http://data.carnegiehall.org/names/6775> ;
    ns2:soprano <http://data.carnegiehall.org/names/15761>,
        <http://data.carnegiehall.org/names/9170> ;
    ns2:tenor <http://data.carnegiehall.org/names/33271>,
        <http://data.carnegiehall.org/names/58603> ;
    ns1:performer <http://data.carnegiehall.org/names/1494>,
        <http://data.carnegiehall.org/names/15761>,
        <http://data.carnegiehall.org/names/19478>,
        <http://data.carnegiehall.org/names/20307>,
        <http://data.carnegiehall.org/names/24614>,
        <http://data.carnegiehall.org/names/27204>,
        <http://data.carnegiehall.org/names/33271>,
        <http://data.carnegiehall.org/names/55813>,
        <http://data.carnegiehall.org/names/58603>,
        <http://data.carnegiehall.org/names/6775>,
        <http://data.carnegiehall.org/names/9170> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/26299> .

