Main Page: Difference between revisions
m (email label) |
(→Welcome to GraphIT: fix wdts) |
||
Line 7: | Line 7: | ||
{{#widget:SPARQLquery|code= | {{#widget:SPARQLquery|code= | ||
#defaultView:Graph | #defaultView:Graph | ||
PREFIX | PREFIX wdt: <https://graphit.ur.de/prop/direct/> | ||
SELECT ?item ?itemLabel ?class ?classLabel ?image ?dependency ?dependencyLabel WHERE { | SELECT ?item ?itemLabel ?class ?classLabel ?image ?dependency ?dependencyLabel WHERE { | ||
?item | ?item wdt:P1 ?dependency. | ||
?item | ?item wdt:P2 ?class | ||
OPTIONAL{ ?item | OPTIONAL{ ?item wdt:P9 ?image.} | ||
OPTIONAL{ ?class | OPTIONAL{ ?class wdt:P9 ?image.} | ||
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } | SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } | ||
} | } |
Revision as of 16:20, 5 May 2023
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.
About / Contact
This is a project by the Physical Digital Affordances Group / Chair of Media Informatics at the University of Regensburg
Primary contact: Raphael Wimmer (email)
Current Contributors: Alexander Weichart, Leonie Schrod
You can also find us on the GraphIT Discord server
The project is supported by a small grant from the Bavarian State Ministry for Science and the Arts via the Center for University and Academic Teaching (ZHW) at the University of Regensburg.