Skip to content
Marc Lieber edited this page Jan 8, 2021 · 5 revisions

Welcome to the rdf_mythology wiki!

Objectives

  • Build a SKOS based RDF ontology on Greek, Roman, Egyptian , etc ... mythologies
  • Use JSON-LD and TTL files to be able to upload the same data in a triple store (Allegrograph) and MongoDB
  • The data are stored in ten named graphs: metamodel, skos, gods, temple, creatures, ..... One Named graph per JSON-LD file
  • Allegrograph supports direct upload of JSON-LD into the triple store. See algMyth.py
  • test reasoning/inferencing on the data. How can this be compared with MongoDB queries
  • MongoDB uses the eight JSON-LD files found in the data subfolder.
  • Compare the SPARQL queries with MongoDB queries.
  • Support for a few courses on RDF ontologies.
  • use Python to maintain Data in Allegrograph and MongoDB.
Clone this wiki locally