@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/27365/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Glass of Fashion, An Original Comedy in Four Acts" ;
    ns1:actor <http://data.carnegiehall.org/names/10928>,
        <http://data.carnegiehall.org/names/23103>,
        <http://data.carnegiehall.org/names/25082>,
        <http://data.carnegiehall.org/names/28507>,
        <http://data.carnegiehall.org/names/2869>,
        <http://data.carnegiehall.org/names/35849>,
        <http://data.carnegiehall.org/names/48407>,
        <http://data.carnegiehall.org/names/48408>,
        <http://data.carnegiehall.org/names/52579>,
        <http://data.carnegiehall.org/names/54821> ;
    ns2:performer <http://data.carnegiehall.org/names/10928>,
        <http://data.carnegiehall.org/names/23103>,
        <http://data.carnegiehall.org/names/25082>,
        <http://data.carnegiehall.org/names/28507>,
        <http://data.carnegiehall.org/names/2869>,
        <http://data.carnegiehall.org/names/35849>,
        <http://data.carnegiehall.org/names/48407>,
        <http://data.carnegiehall.org/names/48408>,
        <http://data.carnegiehall.org/names/52579>,
        <http://data.carnegiehall.org/names/54821> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/97941> .

