Skip to content
Snippets Groups Projects
inductive.sparql 89 B
Newer Older
  • Learn to ignore specific revisions
  • PREFIX ulo: <https://mathhub.info/ulo>
    
    SELECT ?x ?y WHERE {
      ?x ulo:inductive-on ?y.
    }