@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/31211/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Le consolateur, comédie en un acte" ;
    ns1:actor <http://data.carnegiehall.org/names/20251>,
        <http://data.carnegiehall.org/names/20252>,
        <http://data.carnegiehall.org/names/21484>,
        <http://data.carnegiehall.org/names/25043>,
        <http://data.carnegiehall.org/names/27139>,
        <http://data.carnegiehall.org/names/28497>,
        <http://data.carnegiehall.org/names/43050>,
        <http://data.carnegiehall.org/names/4890>,
        <http://data.carnegiehall.org/names/52377>,
        <http://data.carnegiehall.org/names/59560> ;
    ns2:performer <http://data.carnegiehall.org/names/20251>,
        <http://data.carnegiehall.org/names/20252>,
        <http://data.carnegiehall.org/names/21484>,
        <http://data.carnegiehall.org/names/25043>,
        <http://data.carnegiehall.org/names/27139>,
        <http://data.carnegiehall.org/names/28497>,
        <http://data.carnegiehall.org/names/43050>,
        <http://data.carnegiehall.org/names/4890>,
        <http://data.carnegiehall.org/names/52377>,
        <http://data.carnegiehall.org/names/59560> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/102929> .

