Ontology · version 1.0
Ancient Greek Oratory Ontology
The legal proceedings of the Athenian courts.
Overview
This ontology defines the primary legal proceedings of the Classical Athenian courts, where a proceeding is a court dispute between two litigants, for which a forensic speech would be written. That definition is the load-bearing decision: it ties the legal category directly to the surviving textual evidence, rather than modelling Athenian law in the abstract.
Scope
| Period covered | c. 419 – 323 BCE |
|---|---|
| Region | Classical Athens |
| Modelled as | Ontology |
| Languages | English, Ancient Greek |
| Built with | Tedi ontoTerminology Editor. See TEDI documentation |
| Sources | Corpus of Attic oratory; David D. Phillips, The Law of Ancient Athens |
Access the data
Query it through the SPARQL endpoint using this named graph:
https://triplestore.talos-ai4ssh.uoc.gr:8890/datasets/Ancient-Oratory-v1
Ways in
- SPARQL endpoint: browser interface, no setup
- OTV Ontology Viewer: browse the class hierarchy
- RDF Graph Viewer: explore as a network
- Download the RDF/OWL and .otb files
The .otb file opens in TEDI; the
.rdf file opens in Protégé, and can be visualised with
WebVOWL.
Example queries
What are the Ancient Greek termsin the dataset and their definitions?
Every concept is denoted by one or more terms, and each term carries a language tag.
Filtering on grc returns the Ancient Greek terms with their definitions
— here, the legal vocabulary the orators themselves used.
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX otv: <http://www.ontologia.fr/OTB/otv#>
SELECT ?termName ?def
WHERE {
?subject rdf:type otv:Concept.
?subject otv:denotedByTerm ?term.
?term otv:termName ?termName.
?term otv:termDefinition ?def.
?term otv:language ?lg.
FILTER (?lg = "grc")
}
ORDER BY ?termName
Swap the language code for en to get the English terms, or drop the
filter to return every term in both languages, one row per language.
The same query works against Legal Bodies in Classical Athens, which uses the same vocabulary and covers the same period. Running it on both is the quickest way to see how the proceedings and the bodies that heard them divide between the two ontologies.
Size & structure
| Concepts | 39 |
|---|---|
| Terms | 80 |
| Axioms | 3,752 |
| Classes | 53 |
| Individuals | 367 |
| Object properties | 13 |
| Subclass axioms | 246 |
Citation & licence
Cite as
Milio, R., Papadopoulou, M., & Roche, C. (2024).
Ancient Greek Oratory Ontology v.1.0 (Version 1.0) [Dataset].
Zenodo. https://doi.org/10.5281/zenodo.13379144
Licence
Funding
European Commission, TALOS AI4SSH, grant agreement 101087269.
Credits
| Rachel Milio | Data curator ORCID 0009-0000-0420-4711 |
|---|---|
| Maria Papadopoulou | Supervisor ORCID 0000-0001-6451-8712 |
| Christophe Roche | Supervisor ORCID 0000-0002-0756-0559 |
Department of Philology, University of Crete