@prefix dcterms: .
@prefix owl: .
@prefix rdf: .
@prefix rdfs: .
@prefix vs: .
@prefix o: .
@prefix reve: .
a owl:Ontology ;
dcterms:title "Reve Project Ontology" ;
dcterms:description "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." .
reve:FrenchTheatrePerformance a rdfs:Class ;
rdfs:label "French Theatre Performance Ontology" ;
rdfs:comment "Specific class for French Theatre Performance during the Napoleonic era" ;
rdfs:domain o:Resource ;
vs:term_status "experimental" .
reve:author a rdf:Property ;
rdfs:label "Author(s)" ;
rdfs:comment "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." ;
rdfs:domain o:Resource ;
vs:term_status "experimental" .
reve:iso8601date a rdf:Property ;
rdfs:label "Calendar date" ;
rdfs:comment "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." ;
rdfs:domain o:Resource ;
vs:term_status "experimental" .
reve:firstPremiereDate a rdf:Property ;
rdfs:label "Date of the first premiere" ;
rdfs:comment "Date of the first premiere." ;
rdfs:domain o:Resource ;
vs:term_status "experimental" .
reve:publications a rdf:Property ;
rdfs:label "Details publication" ;
rdfs:comment "Details of publication." ;
rdfs:domain o:Resource ;
vs:term_status "experimental" .
reve:genre a rdf:Property ;
rdfs:label "Genre" ;
rdfs:comment "Genre or description of play (work)." ;
rdfs:domain o:Resource ;
vs:term_status "experimental" .
reve:id a rdf:Property ;
rdfs:label "Identifier" ;
rdfs:comment "Unique reference code for each record. Use internal Omeka S ID where necessary." ;
rdfs:domain o:Resource ;
vs:term_status "experimental" .
reve:uri a rdf:Property ;
rdfs:label "Link to Gallica or Google books" ;
rdfs:comment "Link to Gallica or Google books if existing." ;
rdfs:domain o:Resource ;
vs:term_status "experimental" .
reve:notes a rdf:Property ;
rdfs:label "Notes from the press" ;
rdfs:comment "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." ;
rdfs:domain o:Resource ;
vs:term_status "experimental" .
reve:cluster a rdf:Property ;
rdfs:label "Periodical information" ;
rdfs:comment "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." ;
rdfs:domain o:Resource ;
vs:term_status "experimental" .
reve:review a rdf:Property ;
rdfs:label "Review" ;
rdfs:comment "The periodical's article on a specific performance (compte rendu, a.k.a. review)." ;
rdfs:domain o:Resource ;
vs:term_status "experimental" .
reve:reviewPhoto a rdf:Property ;
rdfs:label "Review photo" ;
rdfs:comment "Photograph from review." ;
rdfs:domain o:Resource ;
vs:term_status "experimental" .
reve:revolutionaryDate a rdf:Property ;
rdfs:label "Revolutionary date" ;
rdfs:comment "Rev(olutionary) date." ;
rdfs:domain o:Resource ;
vs:term_status "experimental" .
reve:revolutionaryPeriod a rdf:Property ;
rdfs:label "Revolutionary period" ;
rdfs:comment "Revolutionary period. Same as 'reve:revolutionaryDate'." ;
rdfs:domain o:Resource ;
vs:term_status "experimental" .
reve:source a rdf:Property ;
rdfs:label "Source" ;
rdfs:comment "Source." ;
rdfs:domain o:Resource ;
vs:term_status "experimental" .
reve:subTitle a rdf:Property ;
rdfs:label "Subtitle" ;
rdfs:comment "Subtitle of play (work)." ;
rdfs:domain o:Resource ;
vs:term_status "experimental" .
reve:theatre a rdf:Property ;
rdfs:label "Theatre" ;
rdfs:comment "Name of theatre." ;
rdfs:domain o:Resource ;
vs:term_status "experimental" .
reve:title a rdf:Property ;
rdfs:label "Title" ;
rdfs:comment "Title of play (work). Use Dublin Core dcterms:title where necessary." ;
rdfs:domain o:Resource ;
vs:term_status "experimental" .