@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/19107/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Failure, A Play in Four Acts" ;
    ns1:actor <http://data.carnegiehall.org/names/10314>,
        <http://data.carnegiehall.org/names/18479>,
        <http://data.carnegiehall.org/names/18971>,
        <http://data.carnegiehall.org/names/21695>,
        <http://data.carnegiehall.org/names/22859>,
        <http://data.carnegiehall.org/names/23082>,
        <http://data.carnegiehall.org/names/2702>,
        <http://data.carnegiehall.org/names/29905>,
        <http://data.carnegiehall.org/names/36890>,
        <http://data.carnegiehall.org/names/48577>,
        <http://data.carnegiehall.org/names/51563>,
        <http://data.carnegiehall.org/names/562>,
        <http://data.carnegiehall.org/names/56757>,
        <http://data.carnegiehall.org/names/5699>,
        <http://data.carnegiehall.org/names/57608>,
        <http://data.carnegiehall.org/names/60181>,
        <http://data.carnegiehall.org/names/8567> ;
    ns2:performer <http://data.carnegiehall.org/names/10314>,
        <http://data.carnegiehall.org/names/18479>,
        <http://data.carnegiehall.org/names/18971>,
        <http://data.carnegiehall.org/names/21695>,
        <http://data.carnegiehall.org/names/22859>,
        <http://data.carnegiehall.org/names/23082>,
        <http://data.carnegiehall.org/names/2702>,
        <http://data.carnegiehall.org/names/29905>,
        <http://data.carnegiehall.org/names/36890>,
        <http://data.carnegiehall.org/names/48577>,
        <http://data.carnegiehall.org/names/51563>,
        <http://data.carnegiehall.org/names/562>,
        <http://data.carnegiehall.org/names/56757>,
        <http://data.carnegiehall.org/names/5699>,
        <http://data.carnegiehall.org/names/57608>,
        <http://data.carnegiehall.org/names/60181>,
        <http://data.carnegiehall.org/names/8567> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/3410> .

