dice-group / ida-pg

GNU Affero General Public License v3.0
6 stars 4 forks source link

Convert the historians dataset to RDF #145

Open maqboolkhan opened 5 years ago

maqboolkhan commented 5 years ago

Create an RDF model of the historians dataset.

tohardik commented 5 years ago

Consolidated feedback from Monday meeting:

  1. Add two Literature tables to the ontology.
  2. Analyse if all the fields found in DB tables have been covered in ontology design.
  3. deathPlace & birthPlace as Resources instead of strings, use existing publically available Place resources from DBPedia. (Ex: http://dbpedia.org/resource/Berlin)
  4. Use foaf ontology: soldier should be a type of foaf:Person, also analyse and reuse properties like lastName/firstName available in foaf. (See: http://xmlns.com/foaf/spec/#sec-glance)
  5. Add German language labels for classes. Make the labels more readable.
  6. Changing the URL prefix.
  7. Troubleshoot the problem with special characters in the output TTL file.
  8. Remove Soldier resources with names in URI, only use ids. Possibly do this for other resources as well.
  9. Introduce more subclasses in the ontology for correct assignment of data properties.
  10. Discussion: Removing classes starting with _ as suggested by Adrian.