@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/4015/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Game of Romps, A Farce in One Act" ;
    ns3:actor <http://data.carnegiehall.org/names/12057>,
        <http://data.carnegiehall.org/names/12741>,
        <http://data.carnegiehall.org/names/19615>,
        <http://data.carnegiehall.org/names/24782>,
        <http://data.carnegiehall.org/names/34419>,
        <http://data.carnegiehall.org/names/40753>,
        <http://data.carnegiehall.org/names/47578>,
        <http://data.carnegiehall.org/names/52460> ;
    ns1:performer <http://data.carnegiehall.org/names/12057>,
        <http://data.carnegiehall.org/names/12741>,
        <http://data.carnegiehall.org/names/19615>,
        <http://data.carnegiehall.org/names/24782>,
        <http://data.carnegiehall.org/names/34419>,
        <http://data.carnegiehall.org/names/40753>,
        <http://data.carnegiehall.org/names/47578>,
        <http://data.carnegiehall.org/names/52460> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/102928> .

