@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/41908/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Vesperae solennes de confessore, K. 339" ;
    ns1:bass <http://data.carnegiehall.org/names/64651> ;
    ns1:choir <http://data.carnegiehall.org/names/35099>,
        <http://data.carnegiehall.org/names/62022>,
        <http://data.carnegiehall.org/names/70852>,
        <http://data.carnegiehall.org/names/70853>,
        <http://data.carnegiehall.org/names/70854>,
        <http://data.carnegiehall.org/names/70855> ;
    ns1:conductor <http://data.carnegiehall.org/names/38230> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/70850> ;
    ns1:soprano <http://data.carnegiehall.org/names/70849> ;
    ns1:tenor <http://data.carnegiehall.org/names/70851> ;
    ns2:performer <http://data.carnegiehall.org/names/35099>,
        <http://data.carnegiehall.org/names/38230>,
        <http://data.carnegiehall.org/names/62022>,
        <http://data.carnegiehall.org/names/64651>,
        <http://data.carnegiehall.org/names/70849>,
        <http://data.carnegiehall.org/names/70850>,
        <http://data.carnegiehall.org/names/70851>,
        <http://data.carnegiehall.org/names/70852>,
        <http://data.carnegiehall.org/names/70853>,
        <http://data.carnegiehall.org/names/70854>,
        <http://data.carnegiehall.org/names/70855> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/17433> .

