@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/31122/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Captain Racket, A Farce Comedy in Three Acts" ;
    ns3:actor <http://data.carnegiehall.org/names/12432>,
        <http://data.carnegiehall.org/names/16401>,
        <http://data.carnegiehall.org/names/23434>,
        <http://data.carnegiehall.org/names/2477>,
        <http://data.carnegiehall.org/names/25900>,
        <http://data.carnegiehall.org/names/25901>,
        <http://data.carnegiehall.org/names/47373>,
        <http://data.carnegiehall.org/names/6394> ;
    ns3:theater_group <http://data.carnegiehall.org/names/36561> ;
    ns1:performer <http://data.carnegiehall.org/names/12432>,
        <http://data.carnegiehall.org/names/16401>,
        <http://data.carnegiehall.org/names/23434>,
        <http://data.carnegiehall.org/names/2477>,
        <http://data.carnegiehall.org/names/25900>,
        <http://data.carnegiehall.org/names/25901>,
        <http://data.carnegiehall.org/names/36561>,
        <http://data.carnegiehall.org/names/47373>,
        <http://data.carnegiehall.org/names/6394> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/102939> .

