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

<http://data.carnegiehall.org/events/44634/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Le Hulan, A Drama in Five Acts" ;
    ns3:actor <http://data.carnegiehall.org/names/17013>,
        <http://data.carnegiehall.org/names/19408>,
        <http://data.carnegiehall.org/names/19616>,
        <http://data.carnegiehall.org/names/25991>,
        <http://data.carnegiehall.org/names/2870>,
        <http://data.carnegiehall.org/names/32566>,
        <http://data.carnegiehall.org/names/43050>,
        <http://data.carnegiehall.org/names/47625>,
        <http://data.carnegiehall.org/names/54474>,
        <http://data.carnegiehall.org/names/8264>,
        <http://data.carnegiehall.org/names/8265> ;
    ns1:performer <http://data.carnegiehall.org/names/17013>,
        <http://data.carnegiehall.org/names/19408>,
        <http://data.carnegiehall.org/names/19616>,
        <http://data.carnegiehall.org/names/25991>,
        <http://data.carnegiehall.org/names/2870>,
        <http://data.carnegiehall.org/names/32566>,
        <http://data.carnegiehall.org/names/43050>,
        <http://data.carnegiehall.org/names/47625>,
        <http://data.carnegiehall.org/names/54474>,
        <http://data.carnegiehall.org/names/8264>,
        <http://data.carnegiehall.org/names/8265> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/103124> .

