@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/34827/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Her Lord and Master, a Comedy in Four Acts" ;
    ns2:actor <http://data.carnegiehall.org/names/10797>,
        <http://data.carnegiehall.org/names/18863>,
        <http://data.carnegiehall.org/names/2597>,
        <http://data.carnegiehall.org/names/26623>,
        <http://data.carnegiehall.org/names/34199>,
        <http://data.carnegiehall.org/names/43382>,
        <http://data.carnegiehall.org/names/47594>,
        <http://data.carnegiehall.org/names/50593>,
        <http://data.carnegiehall.org/names/57464>,
        <http://data.carnegiehall.org/names/6104>,
        <http://data.carnegiehall.org/names/6105> ;
    ns2:theater_group <http://data.carnegiehall.org/names/20327> ;
    ns1:performer <http://data.carnegiehall.org/names/10797>,
        <http://data.carnegiehall.org/names/18863>,
        <http://data.carnegiehall.org/names/20327>,
        <http://data.carnegiehall.org/names/2597>,
        <http://data.carnegiehall.org/names/26623>,
        <http://data.carnegiehall.org/names/34199>,
        <http://data.carnegiehall.org/names/43382>,
        <http://data.carnegiehall.org/names/47594>,
        <http://data.carnegiehall.org/names/50593>,
        <http://data.carnegiehall.org/names/57464>,
        <http://data.carnegiehall.org/names/6104>,
        <http://data.carnegiehall.org/names/6105> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/103051> .

