@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/41747/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Vesperae solennes de confessore, K. 339" ;
    ns1:baritone <http://data.carnegiehall.org/names/37876> ;
    ns1:choir <http://data.carnegiehall.org/names/35765>,
        <http://data.carnegiehall.org/names/4481>,
        <http://data.carnegiehall.org/names/70415>,
        <http://data.carnegiehall.org/names/70417>,
        <http://data.carnegiehall.org/names/70419>,
        <http://data.carnegiehall.org/names/70420>,
        <http://data.carnegiehall.org/names/70421> ;
    ns1:conductor <http://data.carnegiehall.org/names/32733> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/31676> ;
    ns1:soprano <http://data.carnegiehall.org/names/67731> ;
    ns1:tenor <http://data.carnegiehall.org/names/68359> ;
    ns2:performer <http://data.carnegiehall.org/names/31676>,
        <http://data.carnegiehall.org/names/32733>,
        <http://data.carnegiehall.org/names/35765>,
        <http://data.carnegiehall.org/names/37876>,
        <http://data.carnegiehall.org/names/4481>,
        <http://data.carnegiehall.org/names/67731>,
        <http://data.carnegiehall.org/names/68359>,
        <http://data.carnegiehall.org/names/70415>,
        <http://data.carnegiehall.org/names/70417>,
        <http://data.carnegiehall.org/names/70419>,
        <http://data.carnegiehall.org/names/70420>,
        <http://data.carnegiehall.org/names/70421> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/17433> .

