@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/54633/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Sweet Lavender, A Comedy in Three Acts" ;
    ns1:actor <http://data.carnegiehall.org/names/105382>,
        <http://data.carnegiehall.org/names/105383>,
        <http://data.carnegiehall.org/names/105384>,
        <http://data.carnegiehall.org/names/105385>,
        <http://data.carnegiehall.org/names/105386>,
        <http://data.carnegiehall.org/names/105387>,
        <http://data.carnegiehall.org/names/105388>,
        <http://data.carnegiehall.org/names/105431>,
        <http://data.carnegiehall.org/names/105439>,
        <http://data.carnegiehall.org/names/105440>,
        <http://data.carnegiehall.org/names/105446> ;
    ns2:performer <http://data.carnegiehall.org/names/105382>,
        <http://data.carnegiehall.org/names/105383>,
        <http://data.carnegiehall.org/names/105384>,
        <http://data.carnegiehall.org/names/105385>,
        <http://data.carnegiehall.org/names/105386>,
        <http://data.carnegiehall.org/names/105387>,
        <http://data.carnegiehall.org/names/105388>,
        <http://data.carnegiehall.org/names/105431>,
        <http://data.carnegiehall.org/names/105439>,
        <http://data.carnegiehall.org/names/105440>,
        <http://data.carnegiehall.org/names/105446> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/96515> .

