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

<http://data.carnegiehall.org/events/10845/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "To-morrow at Twelve, An Original Comedy in Two Acts" ;
    ns1:actor <http://data.carnegiehall.org/names/1276>,
        <http://data.carnegiehall.org/names/23083>,
        <http://data.carnegiehall.org/names/2808>,
        <http://data.carnegiehall.org/names/39521>,
        <http://data.carnegiehall.org/names/39522>,
        <http://data.carnegiehall.org/names/6034>,
        <http://data.carnegiehall.org/names/8787> ;
    ns2:performer <http://data.carnegiehall.org/names/1276>,
        <http://data.carnegiehall.org/names/23083>,
        <http://data.carnegiehall.org/names/2808>,
        <http://data.carnegiehall.org/names/39521>,
        <http://data.carnegiehall.org/names/39522>,
        <http://data.carnegiehall.org/names/6034>,
        <http://data.carnegiehall.org/names/8787> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/103119> .

