@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/23073/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Le roi David" ;
    ns1:choir <http://data.carnegiehall.org/names/31065>,
        <http://data.carnegiehall.org/names/42654>,
        <http://data.carnegiehall.org/names/48928>,
        <http://data.carnegiehall.org/names/67278>,
        <http://data.carnegiehall.org/names/67279>,
        <http://data.carnegiehall.org/names/67280>,
        <http://data.carnegiehall.org/names/6774> ;
    ns1:conductor <http://data.carnegiehall.org/names/40033> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/21100> ;
    ns1:narrator <http://data.carnegiehall.org/names/9592> ;
    ns1:soprano <http://data.carnegiehall.org/names/13355> ;
    ns1:tenor <http://data.carnegiehall.org/names/52008> ;
    ns2:performer <http://data.carnegiehall.org/names/13355>,
        <http://data.carnegiehall.org/names/21100>,
        <http://data.carnegiehall.org/names/31065>,
        <http://data.carnegiehall.org/names/40033>,
        <http://data.carnegiehall.org/names/42654>,
        <http://data.carnegiehall.org/names/48928>,
        <http://data.carnegiehall.org/names/52008>,
        <http://data.carnegiehall.org/names/67278>,
        <http://data.carnegiehall.org/names/67279>,
        <http://data.carnegiehall.org/names/67280>,
        <http://data.carnegiehall.org/names/6774>,
        <http://data.carnegiehall.org/names/9592> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/38783> .

