Main Page

Revision as of 10:37, 4 April 2023 by graphit>Admin
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Welcome to GraphIT

This project at the University of Regensburg investigates how dependency graphs can be used to model courses, curricula, and personal learning progress. The initial focus lies on courses in higher education.

This initial prototype is built on Wikibase, the knowledge-graph platform powering Wikidata.

Here's a dependency graph of all learning content currently in the prototype. Read on to learn more about the aims of this project.


Warning: touch(): Utime failed: Permission denied in /var/www/html/extensions/Widgets/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php on line 178

Background: Challenges when developing curricula

to do

#defaultView:Graph
SELECT ?item ?itemLabel ?class ?classLabel ?image ?dependency ?dependencyLabel WHERE {
  ?item wdt:P1 ?dependency.
  ?item wdt:P2 ?class
  OPTIONAL{ ?item wdt:P9 ?image.}
  OPTIONAL{ ?class wdt:P9 ?image.}
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

What is a dependency graph?

to do

What can you do with a dependency graph of learning contents?

Open Questions

With GraphIT we want to

Related Projects and Research

To Do: ...

For a curated collection of related work, check out our Zotero group.

About us