@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/2105/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Sword of Damocles, A Farcical Comedy in Three Acts" ;
    ns1:actor <http://data.carnegiehall.org/names/14395>,
        <http://data.carnegiehall.org/names/17594>,
        <http://data.carnegiehall.org/names/22563>,
        <http://data.carnegiehall.org/names/27639>,
        <http://data.carnegiehall.org/names/46145>,
        <http://data.carnegiehall.org/names/66903>,
        <http://data.carnegiehall.org/names/66904>,
        <http://data.carnegiehall.org/names/66905>,
        <http://data.carnegiehall.org/names/7226> ;
    ns2:performer <http://data.carnegiehall.org/names/14395>,
        <http://data.carnegiehall.org/names/17594>,
        <http://data.carnegiehall.org/names/22563>,
        <http://data.carnegiehall.org/names/27639>,
        <http://data.carnegiehall.org/names/46145>,
        <http://data.carnegiehall.org/names/66903>,
        <http://data.carnegiehall.org/names/66904>,
        <http://data.carnegiehall.org/names/66905>,
        <http://data.carnegiehall.org/names/7226> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/102646> .

