vivo-project / VIVO

VIVO is an extensible semantic web application for research discovery and showcasing scholarly work
http://vivoweb.org
BSD 3-Clause "New" or "Revised" License
202 stars 127 forks source link

Update wiki SPARQL API example to explain use of kb-2 graph #3901

Closed brianjlowe closed 2 weeks ago

brianjlowe commented 1 year ago

Prompted by https://github.com/vivo-project/VIVO/issues/3900

The SPARQL UPDATE wiki page at https://wiki.lyrasis.org/display/VIVODOC113x/SPARQL+Update+API uses the http://vitro.mannlib.cornell.edu/default/vitro-kb-2 graph in its examples but doesn't explain why this particular graph IRI is significant. It should be updated with a brief but prominent explanation of the fact that kb-2 is the only graph from which the GUI editor is able to remove triples, so data that is intended to be manually edited should be loaded here.

brianjlowe commented 2 weeks ago

Updated here: https://wiki.lyrasis.org/display/VIVODOC114x/SPARQL+Update+API

chenejac commented 2 weeks ago

Thanks @brianjlowe , I have also updated https://wiki.lyrasis.org/display/VIVODOC115x/SPARQL+Update+API