@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/16230/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Wolves and the Lamb, A Comedy in Two Acts" ;
    ns1:actor <http://data.carnegiehall.org/names/18479>,
        <http://data.carnegiehall.org/names/22859>,
        <http://data.carnegiehall.org/names/23082>,
        <http://data.carnegiehall.org/names/2702>,
        <http://data.carnegiehall.org/names/32366>,
        <http://data.carnegiehall.org/names/48577>,
        <http://data.carnegiehall.org/names/56757>,
        <http://data.carnegiehall.org/names/5699>,
        <http://data.carnegiehall.org/names/57608>,
        <http://data.carnegiehall.org/names/57609>,
        <http://data.carnegiehall.org/names/58552>,
        <http://data.carnegiehall.org/names/6841>,
        <http://data.carnegiehall.org/names/6842>,
        <http://data.carnegiehall.org/names/7392>,
        <http://data.carnegiehall.org/names/8477>,
        <http://data.carnegiehall.org/names/8567> ;
    ns2:performer <http://data.carnegiehall.org/names/18479>,
        <http://data.carnegiehall.org/names/22859>,
        <http://data.carnegiehall.org/names/23082>,
        <http://data.carnegiehall.org/names/2702>,
        <http://data.carnegiehall.org/names/32366>,
        <http://data.carnegiehall.org/names/48577>,
        <http://data.carnegiehall.org/names/56757>,
        <http://data.carnegiehall.org/names/5699>,
        <http://data.carnegiehall.org/names/57608>,
        <http://data.carnegiehall.org/names/57609>,
        <http://data.carnegiehall.org/names/58552>,
        <http://data.carnegiehall.org/names/6841>,
        <http://data.carnegiehall.org/names/6842>,
        <http://data.carnegiehall.org/names/7392>,
        <http://data.carnegiehall.org/names/8477>,
        <http://data.carnegiehall.org/names/8567> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/103054> .

