@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/14993/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Frank Glynn's Wife, A Sketch in One Act" ;
    ns1:actor <http://data.carnegiehall.org/names/21411>,
        <http://data.carnegiehall.org/names/21929>,
        <http://data.carnegiehall.org/names/27466>,
        <http://data.carnegiehall.org/names/30368>,
        <http://data.carnegiehall.org/names/30687>,
        <http://data.carnegiehall.org/names/37716>,
        <http://data.carnegiehall.org/names/40248> ;
    ns2:performer <http://data.carnegiehall.org/names/21411>,
        <http://data.carnegiehall.org/names/21929>,
        <http://data.carnegiehall.org/names/27466>,
        <http://data.carnegiehall.org/names/30368>,
        <http://data.carnegiehall.org/names/30687>,
        <http://data.carnegiehall.org/names/37716>,
        <http://data.carnegiehall.org/names/40248> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/103087> .

