Main Page: Difference between revisions

m (email label)
Line 7: Line 7:
{{#widget:SPARQLquery|code=
{{#widget:SPARQLquery|code=
#defaultView:Graph
#defaultView:Graph
PREFIX grt: <https://graphit.ur.de/prop/direct/>
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 grt:P1 ?dependency.
   ?item wdt:P1 ?dependency.
   ?item grt:P2 ?class
   ?item wdt:P2 ?class
   OPTIONAL{ ?item grt:P9 ?image.}
   OPTIONAL{ ?item wdt:P9 ?image.}
   OPTIONAL{ ?class grt:P9 ?image.}
   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.