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

<http://data.carnegiehall.org/events/32360/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Miner and Soldier, A Play in One Act" ;
    ns2:actor <http://data.carnegiehall.org/names/12188>,
        <http://data.carnegiehall.org/names/19240>,
        <http://data.carnegiehall.org/names/19325>,
        <http://data.carnegiehall.org/names/28625>,
        <http://data.carnegiehall.org/names/28626>,
        <http://data.carnegiehall.org/names/2980>,
        <http://data.carnegiehall.org/names/42206>,
        <http://data.carnegiehall.org/names/48244>,
        <http://data.carnegiehall.org/names/50500>,
        <http://data.carnegiehall.org/names/57653>,
        <http://data.carnegiehall.org/names/5959>,
        <http://data.carnegiehall.org/names/7795> ;
    ns1:performer <http://data.carnegiehall.org/names/12188>,
        <http://data.carnegiehall.org/names/19240>,
        <http://data.carnegiehall.org/names/19325>,
        <http://data.carnegiehall.org/names/28625>,
        <http://data.carnegiehall.org/names/28626>,
        <http://data.carnegiehall.org/names/2980>,
        <http://data.carnegiehall.org/names/42206>,
        <http://data.carnegiehall.org/names/48244>,
        <http://data.carnegiehall.org/names/50500>,
        <http://data.carnegiehall.org/names/57653>,
        <http://data.carnegiehall.org/names/5959>,
        <http://data.carnegiehall.org/names/7795> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/102871> .

