Versions Compared

Key

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

...

To find the classes in your VIVO, you can use the SPARQL query below.

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

VIVO Classes

The figure below shows the classes in VIVO.  It is being revised.  The following revisions will be made:

  1. The figure includes classes not in VIVO.  These will be removed.
  2. The figure does not include all classes in VIVO.  These will be added.
  3. The figure does not use the actual name of the class in all cases.  This will be corrected.  When a class has a numeric name, the numeric name and the corresponding text name will be provided.  For example  obo:ARG2000028 "has contact info"

These corrections are minor.  The figure is substantially correct.

 

All classes delivered with VIVO should be included in the diagram below.  Classes in the respective ontologies, but not delivered in VIVO, are not included.  For figures related to the ontologies on which VIVO is based, see the corresponding ontology projects.

Image AddedImage Removed