@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/4789/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Gauntlet (En Hanske), A Drama in Two Acts" ;
    ns1:actor <http://data.carnegiehall.org/names/12565>,
        <http://data.carnegiehall.org/names/24782>,
        <http://data.carnegiehall.org/names/27213>,
        <http://data.carnegiehall.org/names/30280>,
        <http://data.carnegiehall.org/names/32415>,
        <http://data.carnegiehall.org/names/34419>,
        <http://data.carnegiehall.org/names/3674>,
        <http://data.carnegiehall.org/names/40753>,
        <http://data.carnegiehall.org/names/41301>,
        <http://data.carnegiehall.org/names/52460>,
        <http://data.carnegiehall.org/names/54929>,
        <http://data.carnegiehall.org/names/59124>,
        <http://data.carnegiehall.org/names/61032> ;
    ns2:performer <http://data.carnegiehall.org/names/12565>,
        <http://data.carnegiehall.org/names/24782>,
        <http://data.carnegiehall.org/names/27213>,
        <http://data.carnegiehall.org/names/30280>,
        <http://data.carnegiehall.org/names/32415>,
        <http://data.carnegiehall.org/names/34419>,
        <http://data.carnegiehall.org/names/3674>,
        <http://data.carnegiehall.org/names/40753>,
        <http://data.carnegiehall.org/names/41301>,
        <http://data.carnegiehall.org/names/52460>,
        <http://data.carnegiehall.org/names/54929>,
        <http://data.carnegiehall.org/names/59124>,
        <http://data.carnegiehall.org/names/61032> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/8110> .

