@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/2127/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Because She Loved Him So, A Comedy in Three Acts" ;
    ns2:actor <http://data.carnegiehall.org/names/25990>,
        <http://data.carnegiehall.org/names/28427>,
        <http://data.carnegiehall.org/names/2920>,
        <http://data.carnegiehall.org/names/3099>,
        <http://data.carnegiehall.org/names/39890>,
        <http://data.carnegiehall.org/names/45293>,
        <http://data.carnegiehall.org/names/49555>,
        <http://data.carnegiehall.org/names/52272>,
        <http://data.carnegiehall.org/names/52674>,
        <http://data.carnegiehall.org/names/54113>,
        <http://data.carnegiehall.org/names/5623>,
        <http://data.carnegiehall.org/names/60401>,
        <http://data.carnegiehall.org/names/60601> ;
    ns1:performer <http://data.carnegiehall.org/names/25990>,
        <http://data.carnegiehall.org/names/28427>,
        <http://data.carnegiehall.org/names/2920>,
        <http://data.carnegiehall.org/names/3099>,
        <http://data.carnegiehall.org/names/39890>,
        <http://data.carnegiehall.org/names/45293>,
        <http://data.carnegiehall.org/names/49555>,
        <http://data.carnegiehall.org/names/52272>,
        <http://data.carnegiehall.org/names/52674>,
        <http://data.carnegiehall.org/names/54113>,
        <http://data.carnegiehall.org/names/5623>,
        <http://data.carnegiehall.org/names/60401>,
        <http://data.carnegiehall.org/names/60601> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/97175> .

