@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/20448/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Seven-Twenty-Eight, or Casting the Boomerang: A Comedy of Today, in Four Acts" ;
    ns1:actor <http://data.carnegiehall.org/names/11281>,
        <http://data.carnegiehall.org/names/13371>,
        <http://data.carnegiehall.org/names/14395>,
        <http://data.carnegiehall.org/names/22563>,
        <http://data.carnegiehall.org/names/31523>,
        <http://data.carnegiehall.org/names/33481>,
        <http://data.carnegiehall.org/names/46145>,
        <http://data.carnegiehall.org/names/52131>,
        <http://data.carnegiehall.org/names/67232>,
        <http://data.carnegiehall.org/names/67233> ;
    ns1:theater_group <http://data.carnegiehall.org/names/23640> ;
    ns2:performer <http://data.carnegiehall.org/names/11281>,
        <http://data.carnegiehall.org/names/13371>,
        <http://data.carnegiehall.org/names/14395>,
        <http://data.carnegiehall.org/names/22563>,
        <http://data.carnegiehall.org/names/23640>,
        <http://data.carnegiehall.org/names/31523>,
        <http://data.carnegiehall.org/names/33481>,
        <http://data.carnegiehall.org/names/46145>,
        <http://data.carnegiehall.org/names/52131>,
        <http://data.carnegiehall.org/names/67232>,
        <http://data.carnegiehall.org/names/67233> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/102786> .

