@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/48421/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Vesperae solennes de confessore, K. 339" ;
    ns3:bass_baritone <http://data.carnegiehall.org/names/82977> ;
    ns3:choir <http://data.carnegiehall.org/names/4435>,
        <http://data.carnegiehall.org/names/51739>,
        <http://data.carnegiehall.org/names/61381>,
        <http://data.carnegiehall.org/names/63296>,
        <http://data.carnegiehall.org/names/77140>,
        <http://data.carnegiehall.org/names/85309>,
        <http://data.carnegiehall.org/names/9557> ;
    ns3:conductor <http://data.carnegiehall.org/names/87170> ;
    ns3:mezzo_soprano <http://data.carnegiehall.org/names/87169> ;
    ns3:soprano <http://data.carnegiehall.org/names/74508> ;
    ns3:tenor <http://data.carnegiehall.org/names/64017> ;
    ns2:performer <http://data.carnegiehall.org/names/4435>,
        <http://data.carnegiehall.org/names/51739>,
        <http://data.carnegiehall.org/names/61381>,
        <http://data.carnegiehall.org/names/63296>,
        <http://data.carnegiehall.org/names/64017>,
        <http://data.carnegiehall.org/names/74508>,
        <http://data.carnegiehall.org/names/77140>,
        <http://data.carnegiehall.org/names/82977>,
        <http://data.carnegiehall.org/names/85309>,
        <http://data.carnegiehall.org/names/87169>,
        <http://data.carnegiehall.org/names/87170>,
        <http://data.carnegiehall.org/names/9557> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/17433> .

