@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/9194/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Major John Andre: an historical drama in five acts" ;
    ns1:actor <http://data.carnegiehall.org/names/11689>,
        <http://data.carnegiehall.org/names/13015>,
        <http://data.carnegiehall.org/names/14409>,
        <http://data.carnegiehall.org/names/18801>,
        <http://data.carnegiehall.org/names/18802>,
        <http://data.carnegiehall.org/names/20504>,
        <http://data.carnegiehall.org/names/2765>,
        <http://data.carnegiehall.org/names/30976>,
        <http://data.carnegiehall.org/names/30978>,
        <http://data.carnegiehall.org/names/35461>,
        <http://data.carnegiehall.org/names/44347>,
        <http://data.carnegiehall.org/names/46932>,
        <http://data.carnegiehall.org/names/50861>,
        <http://data.carnegiehall.org/names/52136>,
        <http://data.carnegiehall.org/names/53084>,
        <http://data.carnegiehall.org/names/5401>,
        <http://data.carnegiehall.org/names/54848>,
        <http://data.carnegiehall.org/names/57689>,
        <http://data.carnegiehall.org/names/58786>,
        <http://data.carnegiehall.org/names/60547>,
        <http://data.carnegiehall.org/names/6460> ;
    ns2:performer <http://data.carnegiehall.org/names/11689>,
        <http://data.carnegiehall.org/names/13015>,
        <http://data.carnegiehall.org/names/14409>,
        <http://data.carnegiehall.org/names/18801>,
        <http://data.carnegiehall.org/names/18802>,
        <http://data.carnegiehall.org/names/20504>,
        <http://data.carnegiehall.org/names/2765>,
        <http://data.carnegiehall.org/names/30976>,
        <http://data.carnegiehall.org/names/30978>,
        <http://data.carnegiehall.org/names/35461>,
        <http://data.carnegiehall.org/names/44347>,
        <http://data.carnegiehall.org/names/46932>,
        <http://data.carnegiehall.org/names/50861>,
        <http://data.carnegiehall.org/names/52136>,
        <http://data.carnegiehall.org/names/53084>,
        <http://data.carnegiehall.org/names/5401>,
        <http://data.carnegiehall.org/names/54848>,
        <http://data.carnegiehall.org/names/57689>,
        <http://data.carnegiehall.org/names/58786>,
        <http://data.carnegiehall.org/names/60547>,
        <http://data.carnegiehall.org/names/6460> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/102976> .

