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

<http://data.carnegiehall.org/events/54679/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Forest Ring, A Play in Three Acts" ;
    ns1:actor <http://data.carnegiehall.org/names/104936>,
        <http://data.carnegiehall.org/names/105398>,
        <http://data.carnegiehall.org/names/105412>,
        <http://data.carnegiehall.org/names/105419>,
        <http://data.carnegiehall.org/names/105439>,
        <http://data.carnegiehall.org/names/105440>,
        <http://data.carnegiehall.org/names/105569>,
        <http://data.carnegiehall.org/names/105573>,
        <http://data.carnegiehall.org/names/105588>,
        <http://data.carnegiehall.org/names/105592>,
        <http://data.carnegiehall.org/names/105606>,
        <http://data.carnegiehall.org/names/105624>,
        <http://data.carnegiehall.org/names/105625>,
        <http://data.carnegiehall.org/names/22563> ;
    ns3:performer <http://data.carnegiehall.org/names/104936>,
        <http://data.carnegiehall.org/names/105398>,
        <http://data.carnegiehall.org/names/105412>,
        <http://data.carnegiehall.org/names/105419>,
        <http://data.carnegiehall.org/names/105439>,
        <http://data.carnegiehall.org/names/105440>,
        <http://data.carnegiehall.org/names/105569>,
        <http://data.carnegiehall.org/names/105573>,
        <http://data.carnegiehall.org/names/105588>,
        <http://data.carnegiehall.org/names/105592>,
        <http://data.carnegiehall.org/names/105606>,
        <http://data.carnegiehall.org/names/105624>,
        <http://data.carnegiehall.org/names/105625>,
        <http://data.carnegiehall.org/names/22563> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/97167> .

