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

<http://data.carnegiehall.org/events/16352/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "One of the Enemy: An Incident of the Civil War, A Dramatic Sketch in One Act" ;
    ns3:actor <http://data.carnegiehall.org/names/27639>,
        <http://data.carnegiehall.org/names/46145>,
        <http://data.carnegiehall.org/names/67104> ;
    ns3:theater_group <http://data.carnegiehall.org/names/23640> ;
    ns2:performer <http://data.carnegiehall.org/names/23640>,
        <http://data.carnegiehall.org/names/27639>,
        <http://data.carnegiehall.org/names/46145>,
        <http://data.carnegiehall.org/names/67104> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/102785> .

