@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/5849/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "On the Frontier, Dramatic Sketch in Three Acts after Rudyard Kipling" ;
    ns1:actor <http://data.carnegiehall.org/names/16320>,
        <http://data.carnegiehall.org/names/22577>,
        <http://data.carnegiehall.org/names/23063>,
        <http://data.carnegiehall.org/names/23497>,
        <http://data.carnegiehall.org/names/23498>,
        <http://data.carnegiehall.org/names/29034>,
        <http://data.carnegiehall.org/names/39750>,
        <http://data.carnegiehall.org/names/4019>,
        <http://data.carnegiehall.org/names/42764>,
        <http://data.carnegiehall.org/names/50558>,
        <http://data.carnegiehall.org/names/54525>,
        <http://data.carnegiehall.org/names/56672> ;
    ns2:performer <http://data.carnegiehall.org/names/16320>,
        <http://data.carnegiehall.org/names/22577>,
        <http://data.carnegiehall.org/names/23063>,
        <http://data.carnegiehall.org/names/23497>,
        <http://data.carnegiehall.org/names/23498>,
        <http://data.carnegiehall.org/names/29034>,
        <http://data.carnegiehall.org/names/39750>,
        <http://data.carnegiehall.org/names/4019>,
        <http://data.carnegiehall.org/names/42764>,
        <http://data.carnegiehall.org/names/50558>,
        <http://data.carnegiehall.org/names/54525>,
        <http://data.carnegiehall.org/names/56672> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/102637> .

