Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

Finding the Classes in your VIVO

Code Block
SELECT ?s
WHERE
{
   ?s a owl:Class .
   FILTER(regex(?s, "http"))
}
ORDER BY ?s