@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/12230/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Engaged, A Farce Comedy in Three Acts" ;
    ns2:actor <http://data.carnegiehall.org/names/13149>,
        <http://data.carnegiehall.org/names/24978>,
        <http://data.carnegiehall.org/names/3148>,
        <http://data.carnegiehall.org/names/3149>,
        <http://data.carnegiehall.org/names/36972>,
        <http://data.carnegiehall.org/names/39858>,
        <http://data.carnegiehall.org/names/42901>,
        <http://data.carnegiehall.org/names/46300>,
        <http://data.carnegiehall.org/names/8778> ;
    ns2:theater_group <http://data.carnegiehall.org/names/37182> ;
    ns1:performer <http://data.carnegiehall.org/names/13149>,
        <http://data.carnegiehall.org/names/24978>,
        <http://data.carnegiehall.org/names/3148>,
        <http://data.carnegiehall.org/names/3149>,
        <http://data.carnegiehall.org/names/36972>,
        <http://data.carnegiehall.org/names/37182>,
        <http://data.carnegiehall.org/names/39858>,
        <http://data.carnegiehall.org/names/42901>,
        <http://data.carnegiehall.org/names/46300>,
        <http://data.carnegiehall.org/names/8778> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/98056> .

