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 wdt:P1 ?dependency.
   ?item grt:P1 ?dependency.
   ?item wdt:P2 ?class
   ?item grt:P2 ?class
   OPTIONAL{ ?item wdt:P9 ?image.}
   OPTIONAL{ ?item grt:P9 ?image.}
   OPTIONAL{ ?class wdt:P9 ?image.}
   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.

More to come in May 2023