Versions Compared

Key

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

...

Using SPARQL to manage data

...

ASK

...

Queries

Vitro SPARQL supports ASK queries which return either true (there are triples that satisfy the pattern), or false (there are no triples that satisfy the pattern.  The query below will return true in most VIVOs and false in a new VIVO.

Code Block
languageactionscript3
titleASK Query
ASK { ?s a vivo:Relationship . }


Additional SPARQL Resources

...