@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/42039/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Engaged, A Farce Comedy in Three Acts" ;
    ns1:actor <http://data.carnegiehall.org/names/10546>,
        <http://data.carnegiehall.org/names/21116>,
        <http://data.carnegiehall.org/names/29703>,
        <http://data.carnegiehall.org/names/37372>,
        <http://data.carnegiehall.org/names/37373>,
        <http://data.carnegiehall.org/names/51043>,
        <http://data.carnegiehall.org/names/56863>,
        <http://data.carnegiehall.org/names/5693>,
        <http://data.carnegiehall.org/names/60360>,
        <http://data.carnegiehall.org/names/7748> ;
    ns2:performer <http://data.carnegiehall.org/names/10546>,
        <http://data.carnegiehall.org/names/21116>,
        <http://data.carnegiehall.org/names/29703>,
        <http://data.carnegiehall.org/names/37372>,
        <http://data.carnegiehall.org/names/37373>,
        <http://data.carnegiehall.org/names/51043>,
        <http://data.carnegiehall.org/names/56863>,
        <http://data.carnegiehall.org/names/5693>,
        <http://data.carnegiehall.org/names/60360>,
        <http://data.carnegiehall.org/names/7748> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/98056> .

