@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/10179/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Night Off, or A Page from Balzac: A Comedy in Four Acts" ;
    ns3:actor <http://data.carnegiehall.org/names/11281>,
        <http://data.carnegiehall.org/names/13371>,
        <http://data.carnegiehall.org/names/14395>,
        <http://data.carnegiehall.org/names/18483>,
        <http://data.carnegiehall.org/names/20180>,
        <http://data.carnegiehall.org/names/21468>,
        <http://data.carnegiehall.org/names/37177>,
        <http://data.carnegiehall.org/names/40514>,
        <http://data.carnegiehall.org/names/46144>,
        <http://data.carnegiehall.org/names/46145>,
        <http://data.carnegiehall.org/names/7226> ;
    ns1:performer <http://data.carnegiehall.org/names/11281>,
        <http://data.carnegiehall.org/names/13371>,
        <http://data.carnegiehall.org/names/14395>,
        <http://data.carnegiehall.org/names/18483>,
        <http://data.carnegiehall.org/names/20180>,
        <http://data.carnegiehall.org/names/21468>,
        <http://data.carnegiehall.org/names/37177>,
        <http://data.carnegiehall.org/names/40514>,
        <http://data.carnegiehall.org/names/46144>,
        <http://data.carnegiehall.org/names/46145>,
        <http://data.carnegiehall.org/names/7226> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/96924> .

