@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/3982/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Tragedy of Julius Caesar" ;
    ns2:actor <http://data.carnegiehall.org/names/13153>,
        <http://data.carnegiehall.org/names/21484>,
        <http://data.carnegiehall.org/names/24965>,
        <http://data.carnegiehall.org/names/25447>,
        <http://data.carnegiehall.org/names/29493>,
        <http://data.carnegiehall.org/names/30531>,
        <http://data.carnegiehall.org/names/41562>,
        <http://data.carnegiehall.org/names/41870>,
        <http://data.carnegiehall.org/names/46334>,
        <http://data.carnegiehall.org/names/60116>,
        <http://data.carnegiehall.org/names/7038>,
        <http://data.carnegiehall.org/names/7470>,
        <http://data.carnegiehall.org/names/7471>,
        <http://data.carnegiehall.org/names/8538> ;
    ns2:theater_group <http://data.carnegiehall.org/names/71810> ;
    ns1:performer <http://data.carnegiehall.org/names/13153>,
        <http://data.carnegiehall.org/names/21484>,
        <http://data.carnegiehall.org/names/24965>,
        <http://data.carnegiehall.org/names/25447>,
        <http://data.carnegiehall.org/names/29493>,
        <http://data.carnegiehall.org/names/30531>,
        <http://data.carnegiehall.org/names/41562>,
        <http://data.carnegiehall.org/names/41870>,
        <http://data.carnegiehall.org/names/46334>,
        <http://data.carnegiehall.org/names/60116>,
        <http://data.carnegiehall.org/names/7038>,
        <http://data.carnegiehall.org/names/71810>,
        <http://data.carnegiehall.org/names/7470>,
        <http://data.carnegiehall.org/names/7471>,
        <http://data.carnegiehall.org/names/8538> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/31971> .

