Reve Project Ontology

A specific ontology for Reve project data column headers mapping (e.g., when using CSVImport module). R code is available, on request, for processing data in excel file format.

Classes

Label Term Comment
French Theatre Performance Ontology reve:FrenchTheatrePerformance Specific class for French Theatre Performance during the Napoleonic era

Properties

Label Term Comment
Author(s) reve:author Author (s) of play (work) consisting of playwright(s) and or composer(s). The names are separated by a semi-colon which is used later in Omeka S as a separator.
Calendar date reve:iso8601date Gregorian calendar date in ISO 8601 format (e.g., YYYY-MM-DD). Ideally, where necessary, use the dcterms:date which is a Dublin Core date property with NumericDataTypes module. For date format DD/MM/YYYY, you may copy-paste the following excel code, starting from row 2, to convert to ISO 8601 date format: =CONCAT((IF(LEN(H2)=10,RIGHT(H2,4),RIGHT(H2,4))),"-",(IF(LEN(H2)=10,MID(H2,4,2),MID(H2,3,2))),"-",(IF(LEN(H2)=10, LEFT(H2,2),LEFT(H2,1)))). Alternatively, r code is available to do this on request.
Date of the first premiere reve:firstPremiereDate Date of the first premiere.
Details publication reve:publications Details of publication.
Genre reve:genre Genre or description of play (work).
Identifier reve:id Unique reference code for each record. Use internal Omeka S ID where necessary.
Link to Gallica or Google books reve:uri Link to Gallica or Google books if existing.
Notes from the press reve:notes Information given in the press but just about the play listed in that very row, for instance "3rdperformance", "Mr Molé will perform the role of..." "followed by a divertissement" etc.), review (Compte-rendu), which at the moment is just a reminder for project-team about the date of that particular critical review (for instance : Affiches - the name of a periodical - 13 Brumaire : CR (compte rendu, a.k.a. review) of Romeo and Juliet etc.
Periodical information reve:cluster These are the general information given by periodicals on a due date about the theatre in general, such as "Tomorrow the theatrical society will perform Phèdre and Romeo and Juliet", or "Waiting for Romeo and Juliet" or "Tomorrow the first performance of Romeo and Juliet" etc.
Review reve:review The periodical's article on a specific performance (compte rendu, a.k.a. review).
Review photo reve:reviewPhoto Photograph from review.
Revolutionary date reve:revolutionaryDate Rev(olutionary) date.
Revolutionary period reve:revolutionaryPeriod Revolutionary period. Same as 'reve:revolutionaryDate'.
Source reve:source Source.
Subtitle reve:subTitle Subtitle of play (work).
Theatre reve:theatre Name of theatre.
Title reve:title Title of play (work). Use Dublin Core dcterms:title where necessary.