SPARQL examples: Difference between revisions
(add central topics) |
(fix variable order for central topic example) |
||
Line 32: | Line 32: | ||
PREFIX pq: <https://graphit.ur.de/prop/qualifier/> | PREFIX pq: <https://graphit.ur.de/prop/qualifier/> | ||
SELECT ? | SELECT ?dependency ?dependencyLabel ?prerequisites ?prerequisite ?prerequisiteLabel WHERE { | ||
{ | { | ||
SELECT ?dependency ?dependencyLabel (COUNT(DISTINCT ?prerequisite) as ?prerequisites) WHERE { | SELECT ?dependency ?dependencyLabel (COUNT(DISTINCT ?prerequisite) as ?prerequisites) WHERE { |
Revision as of 22:13, 5 May 2023
This page is automatically parsed by the query page to provide examples.
Simple Queries
Complete Dependency Graph
All topics in the CGBV course
Educational resources for learning Python
Stuff you need to learn if you want to write a tool that counts objects in an image
Central topics (topics with a high number of dependencies)
Advanced topics (topics with a high number of prerequisites)
Topics that Max Mustermann wants to complete
Topics that Max Mustermann has completed