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

