LACRIMALit
Ontology
Authors: M. Papadopoulou, C. Roche
Environment: Protégé
Ontology in OWL: Download
Visualisation: WebOWL
Query the LACRIMALit Ontology
SPARQL Endpoint 1: TALOS dashboard
SPARQL Endpoint 2: SPARQLer
A query example:
# CQ1: What are the different types of political crises?
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX lac: <http://ontologia.fr/OTB/lac#>
SELECT DISTINCT ?crisisName
FROM <http://ontologia.fr/OTB/lac.owl>
WHERE { ?crisis rdfs:subClassOf* lac:Political_Crisis.
?crisis rdfs:label ?crisisName }
ORDER BY ?crisisName
Sparql query in: github
Sparql query in google collab
Publications
The LACRIMALit Ontology of Crisis: An Event-Centric Model for Digital History Papadopoulou, M.; Roche, C.; Tamiolaki, E.-M. . Information 2022, 13, 398. https://doi.org/10.3390/info13080398
Crisis in troubled ancient times: ontological modeling of textual evidence from Greek historians. Maria Papadopoulou, Eleni-Melina Tamiolaki and Christophe Roche. TOTh 2021, Terminology & Ontology : Theories and applications, Chambéry (France), 3-4 June 2021
CC BY-NC-ND This license enables reusers to copy and distribute the material in any medium or format in unadapted form only, for noncommercial purposes only, and only so long as attribution is given to the creator. CC BY-NC-ND includes the following elements: BY: credit must be given to the creator. NC: Only noncommercial uses of the work are permitted. ND: No derivatives or adaptations of the work are permitted.