@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/22774/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mr. Bob, A Two-Act Comedy" ;
    ns2:actor <http://data.carnegiehall.org/names/10928>,
        <http://data.carnegiehall.org/names/31045>,
        <http://data.carnegiehall.org/names/34955>,
        <http://data.carnegiehall.org/names/54117>,
        <http://data.carnegiehall.org/names/54929>,
        <http://data.carnegiehall.org/names/5734>,
        <http://data.carnegiehall.org/names/59779> ;
    ns2:theater_group <http://data.carnegiehall.org/names/16978> ;
    ns1:performer <http://data.carnegiehall.org/names/10928>,
        <http://data.carnegiehall.org/names/16978>,
        <http://data.carnegiehall.org/names/31045>,
        <http://data.carnegiehall.org/names/34955>,
        <http://data.carnegiehall.org/names/54117>,
        <http://data.carnegiehall.org/names/54929>,
        <http://data.carnegiehall.org/names/5734>,
        <http://data.carnegiehall.org/names/59779> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/102844> .

