@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/24879/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Troubles of a Playwright, A Play in Three Acts" ;
    ns1:actor <http://data.carnegiehall.org/names/10760>,
        <http://data.carnegiehall.org/names/18361>,
        <http://data.carnegiehall.org/names/35012>,
        <http://data.carnegiehall.org/names/3737>,
        <http://data.carnegiehall.org/names/38216>,
        <http://data.carnegiehall.org/names/38217>,
        <http://data.carnegiehall.org/names/48689>,
        <http://data.carnegiehall.org/names/56940>,
        <http://data.carnegiehall.org/names/59291>,
        <http://data.carnegiehall.org/names/797> ;
    ns2:performer <http://data.carnegiehall.org/names/10760>,
        <http://data.carnegiehall.org/names/18361>,
        <http://data.carnegiehall.org/names/35012>,
        <http://data.carnegiehall.org/names/3737>,
        <http://data.carnegiehall.org/names/38216>,
        <http://data.carnegiehall.org/names/38217>,
        <http://data.carnegiehall.org/names/48689>,
        <http://data.carnegiehall.org/names/56940>,
        <http://data.carnegiehall.org/names/59291>,
        <http://data.carnegiehall.org/names/797> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/46379> .

