Main Page
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 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.
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". }
<nowiki>}</nowiki>
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.