@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/10913/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Checkmate, A Farcical Comedy in Two Acts" ;
    ns1:actor <http://data.carnegiehall.org/names/10928>,
        <http://data.carnegiehall.org/names/23161>,
        <http://data.carnegiehall.org/names/23162>,
        <http://data.carnegiehall.org/names/25393>,
        <http://data.carnegiehall.org/names/30707>,
        <http://data.carnegiehall.org/names/36317>,
        <http://data.carnegiehall.org/names/48785>,
        <http://data.carnegiehall.org/names/49192>,
        <http://data.carnegiehall.org/names/5251>,
        <http://data.carnegiehall.org/names/54117>,
        <http://data.carnegiehall.org/names/54929>,
        <http://data.carnegiehall.org/names/7110> ;
    ns1:theater_group <http://data.carnegiehall.org/names/16978> ;
    ns2:performer <http://data.carnegiehall.org/names/10928>,
        <http://data.carnegiehall.org/names/16978>,
        <http://data.carnegiehall.org/names/23161>,
        <http://data.carnegiehall.org/names/23162>,
        <http://data.carnegiehall.org/names/25393>,
        <http://data.carnegiehall.org/names/30707>,
        <http://data.carnegiehall.org/names/36317>,
        <http://data.carnegiehall.org/names/48785>,
        <http://data.carnegiehall.org/names/49192>,
        <http://data.carnegiehall.org/names/5251>,
        <http://data.carnegiehall.org/names/54117>,
        <http://data.carnegiehall.org/names/54929>,
        <http://data.carnegiehall.org/names/7110> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/96516> .

