@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/4522/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Richelieu: Or, The Conspiracy, a Play in Five Acts" ;
    ns2:actor <http://data.carnegiehall.org/names/1399>,
        <http://data.carnegiehall.org/names/16433>,
        <http://data.carnegiehall.org/names/16434>,
        <http://data.carnegiehall.org/names/1829>,
        <http://data.carnegiehall.org/names/19469>,
        <http://data.carnegiehall.org/names/26485>,
        <http://data.carnegiehall.org/names/31921>,
        <http://data.carnegiehall.org/names/36368>,
        <http://data.carnegiehall.org/names/47652>,
        <http://data.carnegiehall.org/names/47739>,
        <http://data.carnegiehall.org/names/49105>,
        <http://data.carnegiehall.org/names/51895>,
        <http://data.carnegiehall.org/names/57798>,
        <http://data.carnegiehall.org/names/59193>,
        <http://data.carnegiehall.org/names/8356>,
        <http://data.carnegiehall.org/names/8490> ;
    ns1:performer <http://data.carnegiehall.org/names/1399>,
        <http://data.carnegiehall.org/names/16433>,
        <http://data.carnegiehall.org/names/16434>,
        <http://data.carnegiehall.org/names/1829>,
        <http://data.carnegiehall.org/names/19469>,
        <http://data.carnegiehall.org/names/26485>,
        <http://data.carnegiehall.org/names/31921>,
        <http://data.carnegiehall.org/names/36368>,
        <http://data.carnegiehall.org/names/47652>,
        <http://data.carnegiehall.org/names/47739>,
        <http://data.carnegiehall.org/names/49105>,
        <http://data.carnegiehall.org/names/51895>,
        <http://data.carnegiehall.org/names/57798>,
        <http://data.carnegiehall.org/names/59193>,
        <http://data.carnegiehall.org/names/8356>,
        <http://data.carnegiehall.org/names/8490> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/102973> .

