@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/43643/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Jewel Maiden, A Japanese Musical Play in Three Acts" ;
    ns2:actor <http://data.carnegiehall.org/names/15506>,
        <http://data.carnegiehall.org/names/20368>,
        <http://data.carnegiehall.org/names/28491>,
        <http://data.carnegiehall.org/names/28492>,
        <http://data.carnegiehall.org/names/32042>,
        <http://data.carnegiehall.org/names/36080>,
        <http://data.carnegiehall.org/names/38327>,
        <http://data.carnegiehall.org/names/44260>,
        <http://data.carnegiehall.org/names/45462>,
        <http://data.carnegiehall.org/names/48034>,
        <http://data.carnegiehall.org/names/4832>,
        <http://data.carnegiehall.org/names/54991>,
        <http://data.carnegiehall.org/names/5891>,
        <http://data.carnegiehall.org/names/59512> ;
    ns1:performer <http://data.carnegiehall.org/names/15506>,
        <http://data.carnegiehall.org/names/20368>,
        <http://data.carnegiehall.org/names/28491>,
        <http://data.carnegiehall.org/names/28492>,
        <http://data.carnegiehall.org/names/32042>,
        <http://data.carnegiehall.org/names/36080>,
        <http://data.carnegiehall.org/names/38327>,
        <http://data.carnegiehall.org/names/44260>,
        <http://data.carnegiehall.org/names/45462>,
        <http://data.carnegiehall.org/names/48034>,
        <http://data.carnegiehall.org/names/4832>,
        <http://data.carnegiehall.org/names/54991>,
        <http://data.carnegiehall.org/names/5891>,
        <http://data.carnegiehall.org/names/59512> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/103053> .

