Add note to runtime.properties that TPF should not be used if VIVO contains restricted data. (#236)
This commit is contained in:
parent
f4d187a601
commit
fe1498319a
1 changed files with 10 additions and 2 deletions
|
@ -407,7 +407,15 @@ Vitro.reconcile.defaultTypeList = http://vivoweb.org/ontology/core#Role, core:Ro
|
|||
# If you do not wish to use the claiming interface, set this property to nothing (empty)
|
||||
createAndLink.providers = doi, pmid
|
||||
|
||||
# Triple pattern fragments is a very fast, very simple means for querying a triple store.
|
||||
# The triple pattern fragments API in VIVO puts little load on the server, providing a simple means for getting data from the triple store. The API has a web interface for manual use, can be used from the command line via curl, and can be used by programs.
|
||||
# Triple Pattern Fragments is a very fast, very simple means for querying a
|
||||
# triple store. The Triple Pattern Fragments API in VIVO puts little load on
|
||||
# the server, providing a simple means for getting data from the triple store.
|
||||
# The API has a web interface for manual use, can be used from the command
|
||||
# line via curl, and can be used by programs.
|
||||
#
|
||||
# VIVO's Triple Pattern Fragments API does not require authentication and
|
||||
# makes the full RDF graph available regardless of display or publish levels
|
||||
# set on particular properties. Enable Triple Pattern Fragments only if your
|
||||
# VIVO does not contain restricted data that should not be shared with others.
|
||||
#
|
||||
# tpf.activeFlag = true
|
||||
|
|
Loading…
Add table
Reference in a new issue