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

<http://data.carnegiehall.org/events/39987/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Arabian Nights, A Farce in Three Acts" ;
    ns1:actor <http://data.carnegiehall.org/names/27639>,
        <http://data.carnegiehall.org/names/33481>,
        <http://data.carnegiehall.org/names/42426>,
        <http://data.carnegiehall.org/names/46144>,
        <http://data.carnegiehall.org/names/48039>,
        <http://data.carnegiehall.org/names/60815>,
        <http://data.carnegiehall.org/names/66653>,
        <http://data.carnegiehall.org/names/66654>,
        <http://data.carnegiehall.org/names/66655> ;
    ns1:theater_group <http://data.carnegiehall.org/names/23640> ;
    ns3:performer <http://data.carnegiehall.org/names/23640>,
        <http://data.carnegiehall.org/names/27639>,
        <http://data.carnegiehall.org/names/33481>,
        <http://data.carnegiehall.org/names/42426>,
        <http://data.carnegiehall.org/names/46144>,
        <http://data.carnegiehall.org/names/48039>,
        <http://data.carnegiehall.org/names/60815>,
        <http://data.carnegiehall.org/names/66653>,
        <http://data.carnegiehall.org/names/66654>,
        <http://data.carnegiehall.org/names/66655> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/97556> .

