@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/10935/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Night Off, or A Page from Balzac: A Comedy in Four Acts" ;
    ns1:actor <http://data.carnegiehall.org/names/13768>,
        <http://data.carnegiehall.org/names/21875>,
        <http://data.carnegiehall.org/names/22224>,
        <http://data.carnegiehall.org/names/35883>,
        <http://data.carnegiehall.org/names/38346>,
        <http://data.carnegiehall.org/names/49618>,
        <http://data.carnegiehall.org/names/54234>,
        <http://data.carnegiehall.org/names/65069>,
        <http://data.carnegiehall.org/names/7748>,
        <http://data.carnegiehall.org/names/8529> ;
    ns2:performer <http://data.carnegiehall.org/names/13768>,
        <http://data.carnegiehall.org/names/21875>,
        <http://data.carnegiehall.org/names/22224>,
        <http://data.carnegiehall.org/names/35883>,
        <http://data.carnegiehall.org/names/38346>,
        <http://data.carnegiehall.org/names/49618>,
        <http://data.carnegiehall.org/names/54234>,
        <http://data.carnegiehall.org/names/65069>,
        <http://data.carnegiehall.org/names/7748>,
        <http://data.carnegiehall.org/names/8529> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/96924> .

