@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/44632/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Hunt for Husbands in Hades, A Play in One Act" ;
    ns2:actor <http://data.carnegiehall.org/names/24975>,
        <http://data.carnegiehall.org/names/2616>,
        <http://data.carnegiehall.org/names/2632>,
        <http://data.carnegiehall.org/names/33172>,
        <http://data.carnegiehall.org/names/36474>,
        <http://data.carnegiehall.org/names/36475>,
        <http://data.carnegiehall.org/names/37630>,
        <http://data.carnegiehall.org/names/40886>,
        <http://data.carnegiehall.org/names/4787>,
        <http://data.carnegiehall.org/names/49647>,
        <http://data.carnegiehall.org/names/54646>,
        <http://data.carnegiehall.org/names/58477>,
        <http://data.carnegiehall.org/names/5922> ;
    ns1:performer <http://data.carnegiehall.org/names/24975>,
        <http://data.carnegiehall.org/names/2616>,
        <http://data.carnegiehall.org/names/2632>,
        <http://data.carnegiehall.org/names/33172>,
        <http://data.carnegiehall.org/names/36474>,
        <http://data.carnegiehall.org/names/36475>,
        <http://data.carnegiehall.org/names/37630>,
        <http://data.carnegiehall.org/names/40886>,
        <http://data.carnegiehall.org/names/4787>,
        <http://data.carnegiehall.org/names/49647>,
        <http://data.carnegiehall.org/names/54646>,
        <http://data.carnegiehall.org/names/58477>,
        <http://data.carnegiehall.org/names/5922> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/103123> .

