Feature Demo: Difference between revisions
m (1 revision imported: Import pages from backup) |
(→Ein großer Abhängigkeitsgraph: Add caption) |
||
(9 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
{{#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". } | ||
} | } | ||
|caption=All dependencies on this platform. | |||
}} | }} | ||
== Verknüpfung von Materialien == | == Verknüpfung von Materialien == | ||
{{#widget:SPARQLquery|code= | {{#widget:SPARQLquery|code= | ||
#defaultView:Graph | #defaultView:Graph | ||
SELECT ?item ?itemLabel | PREFIX wd: <https://graphit.ur.de/entity/> | ||
? | PREFIX wdt: <https://graphit.ur.de/prop/direct/> | ||
OPTIONAL{ ?item wdt: | SELECT ?resource ?resourceLabel ?item ?itemLabel ?image WHERE { | ||
?item wdt:P21 ?resource | |||
VALUES ?item {wd:Q108} | |||
OPTIONAL{ ?item wdt:P11 ?image.} | |||
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } | SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } | ||
} | } | ||
}} | }} | ||
Line 35: | Line 37: | ||
{{#widget:SPARQLquery|code= | {{#widget:SPARQLquery|code= | ||
#defaultView:Timeline | #defaultView:Timeline | ||
PREFIX gr: <https://graphit.ur.de/entity/> | |||
PREFIX grs: <https://graphit.ur.de/entity/statement/> | |||
PREFIX grv: <https://graphit.ur.de/value/> | |||
PREFIX grt: <https://graphit.ur.de/prop/direct/> | |||
PREFIX p: <https://graphit.ur.de/prop/> | |||
PREFIX ps: <https://graphit.ur.de/prop/statement/> | |||
PREFIX pq: <https://graphit.ur.de/prop/qualifier/> | |||
SELECT ?topic ?topicLabel ?image ?date WHERE { | SELECT ?topic ?topicLabel ?image ?date WHERE { | ||
BIND( | BIND(gr:Q157 as ?user). | ||
?user p: | ?user p:P12 ?statement. | ||
?statement ps: | ?statement ps:P12 ?topic. | ||
?statement pq: | ?statement pq:P19 ?date. | ||
OPTIONAL{ ?topic | OPTIONAL{ ?topic grt:P11 ?image.} | ||
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } | SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } | ||
} | } | ||
}} | }} |
Latest revision as of 12:53, 5 October 2023
Graph-basierte Entwicklung von Curricula und Lehrveranstaltungen
Ein großer Abhängigkeitsgraph
Beispiel: Themen der Vorlesung "Einführung in die Computergrafik und Bildverarbeitung" - Ausschnitt
Verknüpfung von Materialien
Lernfortschritt von Studierenden