Main Page: Difference between revisions
(cleanup für Start) |
No edit summary |
||
Line 7: | Line 7: | ||
{{#widget:SPARQLquery|code= | {{#widget:SPARQLquery|code= | ||
#defaultView:Graph | #defaultView:Graph | ||
PREFIX grt: <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 grt:P1 ?dependency. | ||
?item | ?item grt:P2 ?class | ||
OPTIONAL{ ?item | OPTIONAL{ ?item grt:P9 ?image.} | ||
OPTIONAL{ ?class | OPTIONAL{ ?class grt: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 09:39, 26 April 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.