Skip to content
Snippets Groups Projects
inductive.sparql 89 B
PREFIX ulo: <https://mathhub.info/ulo>

SELECT ?x ?y WHERE {
  ?x ulo:inductive-on ?y.
}