@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/1364/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Kleptomania, A Farcical Comedy in Three Acts" ;
    ns2:actor <http://data.carnegiehall.org/names/18675>,
        <http://data.carnegiehall.org/names/18676>,
        <http://data.carnegiehall.org/names/20298>,
        <http://data.carnegiehall.org/names/34187>,
        <http://data.carnegiehall.org/names/4902>,
        <http://data.carnegiehall.org/names/50146>,
        <http://data.carnegiehall.org/names/52371>,
        <http://data.carnegiehall.org/names/54928>,
        <http://data.carnegiehall.org/names/55530>,
        <http://data.carnegiehall.org/names/57464>,
        <http://data.carnegiehall.org/names/6909>,
        <http://data.carnegiehall.org/names/6910> ;
    ns1:performer <http://data.carnegiehall.org/names/18675>,
        <http://data.carnegiehall.org/names/18676>,
        <http://data.carnegiehall.org/names/20298>,
        <http://data.carnegiehall.org/names/34187>,
        <http://data.carnegiehall.org/names/4902>,
        <http://data.carnegiehall.org/names/50146>,
        <http://data.carnegiehall.org/names/52371>,
        <http://data.carnegiehall.org/names/54928>,
        <http://data.carnegiehall.org/names/55530>,
        <http://data.carnegiehall.org/names/57464>,
        <http://data.carnegiehall.org/names/6909>,
        <http://data.carnegiehall.org/names/6910> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/102846> .

