@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/44326/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Le roi David" ;
    ns2:baritone <http://data.carnegiehall.org/names/74156> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/76843> ;
    ns2:narrator <http://data.carnegiehall.org/names/76842> ;
    ns2:soprano <http://data.carnegiehall.org/names/58822> ;
    ns2:tenor <http://data.carnegiehall.org/names/67159> ;
    ns2:treble_voice <http://data.carnegiehall.org/names/76844> ;
    ns2:vocalist <http://data.carnegiehall.org/names/65988> ;
    ns1:performer <http://data.carnegiehall.org/names/58822>,
        <http://data.carnegiehall.org/names/65988>,
        <http://data.carnegiehall.org/names/67159>,
        <http://data.carnegiehall.org/names/74156>,
        <http://data.carnegiehall.org/names/76842>,
        <http://data.carnegiehall.org/names/76843>,
        <http://data.carnegiehall.org/names/76844> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/38783> .

