@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/32791/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "My Lord in Livery, A Farce in One Act" ;
    ns1:actor <http://data.carnegiehall.org/names/23215>,
        <http://data.carnegiehall.org/names/23216>,
        <http://data.carnegiehall.org/names/3630>,
        <http://data.carnegiehall.org/names/36721>,
        <http://data.carnegiehall.org/names/39779>,
        <http://data.carnegiehall.org/names/50424>,
        <http://data.carnegiehall.org/names/56935> ;
    ns2:performer <http://data.carnegiehall.org/names/23215>,
        <http://data.carnegiehall.org/names/23216>,
        <http://data.carnegiehall.org/names/3630>,
        <http://data.carnegiehall.org/names/36721>,
        <http://data.carnegiehall.org/names/39779>,
        <http://data.carnegiehall.org/names/50424>,
        <http://data.carnegiehall.org/names/56935> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/103118> .

