@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/7486/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Le roi David" ;
    ns1:bass <http://data.carnegiehall.org/names/22865> ;
    ns1:choir <http://data.carnegiehall.org/names/55447> ;
    ns1:conductor <http://data.carnegiehall.org/names/43172> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/21450> ;
    ns1:soprano <http://data.carnegiehall.org/names/57343> ;
    ns1:tenor <http://data.carnegiehall.org/names/49589> ;
    ns1:unspecified_voice <http://data.carnegiehall.org/names/33633> ;
    ns2:performer <http://data.carnegiehall.org/names/21450>,
        <http://data.carnegiehall.org/names/22865>,
        <http://data.carnegiehall.org/names/33633>,
        <http://data.carnegiehall.org/names/43172>,
        <http://data.carnegiehall.org/names/49589>,
        <http://data.carnegiehall.org/names/55447>,
        <http://data.carnegiehall.org/names/57343> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/38783> .

