@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/51339/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Les Fourberies de Scapin: comédie en trois actes" ;
    ns2:actor <http://data.carnegiehall.org/names/78556>,
        <http://data.carnegiehall.org/names/93288>,
        <http://data.carnegiehall.org/names/93289>,
        <http://data.carnegiehall.org/names/93290>,
        <http://data.carnegiehall.org/names/93291>,
        <http://data.carnegiehall.org/names/93292> ;
    ns1:performer <http://data.carnegiehall.org/names/78556>,
        <http://data.carnegiehall.org/names/93288>,
        <http://data.carnegiehall.org/names/93289>,
        <http://data.carnegiehall.org/names/93290>,
        <http://data.carnegiehall.org/names/93291>,
        <http://data.carnegiehall.org/names/93292> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/103205> .

