@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/37021/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/11281>,
        <http://data.carnegiehall.org/names/14395>,
        <http://data.carnegiehall.org/names/14849>,
        <http://data.carnegiehall.org/names/31523>,
        <http://data.carnegiehall.org/names/40514>,
        <http://data.carnegiehall.org/names/4566>,
        <http://data.carnegiehall.org/names/46145>,
        <http://data.carnegiehall.org/names/491>,
        <http://data.carnegiehall.org/names/7226>,
        <http://data.carnegiehall.org/names/7370> ;
    ns2:theater_group <http://data.carnegiehall.org/names/23640> ;
    ns1:performer <http://data.carnegiehall.org/names/11281>,
        <http://data.carnegiehall.org/names/14395>,
        <http://data.carnegiehall.org/names/14849>,
        <http://data.carnegiehall.org/names/23640>,
        <http://data.carnegiehall.org/names/31523>,
        <http://data.carnegiehall.org/names/40514>,
        <http://data.carnegiehall.org/names/4566>,
        <http://data.carnegiehall.org/names/46145>,
        <http://data.carnegiehall.org/names/491>,
        <http://data.carnegiehall.org/names/7226>,
        <http://data.carnegiehall.org/names/7370> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/102884> .

