@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/11704/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Our Regiment, A Farcical Comedy in Three Acts" ;
    ns2:actor <http://data.carnegiehall.org/names/11154>,
        <http://data.carnegiehall.org/names/19506>,
        <http://data.carnegiehall.org/names/19507>,
        <http://data.carnegiehall.org/names/24044>,
        <http://data.carnegiehall.org/names/447>,
        <http://data.carnegiehall.org/names/45979>,
        <http://data.carnegiehall.org/names/46777>,
        <http://data.carnegiehall.org/names/46852>,
        <http://data.carnegiehall.org/names/5823>,
        <http://data.carnegiehall.org/names/6394> ;
    ns2:theater_group <http://data.carnegiehall.org/names/36561> ;
    ns1:performer <http://data.carnegiehall.org/names/11154>,
        <http://data.carnegiehall.org/names/19506>,
        <http://data.carnegiehall.org/names/19507>,
        <http://data.carnegiehall.org/names/24044>,
        <http://data.carnegiehall.org/names/36561>,
        <http://data.carnegiehall.org/names/447>,
        <http://data.carnegiehall.org/names/45979>,
        <http://data.carnegiehall.org/names/46777>,
        <http://data.carnegiehall.org/names/46852>,
        <http://data.carnegiehall.org/names/5823>,
        <http://data.carnegiehall.org/names/6394> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/102884> .

