@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/404/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "They Kissed Each Other, A Comedy in One Act" ;
    ns1:actor <http://data.carnegiehall.org/names/10313>,
        <http://data.carnegiehall.org/names/18478>,
        <http://data.carnegiehall.org/names/21695>,
        <http://data.carnegiehall.org/names/51563>,
        <http://data.carnegiehall.org/names/57608>,
        <http://data.carnegiehall.org/names/58552> ;
    ns2:performer <http://data.carnegiehall.org/names/10313>,
        <http://data.carnegiehall.org/names/18478>,
        <http://data.carnegiehall.org/names/21695>,
        <http://data.carnegiehall.org/names/51563>,
        <http://data.carnegiehall.org/names/57608>,
        <http://data.carnegiehall.org/names/58552> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/102954> .

