VIVO-1614 - Update to allow the TPF API to be toggled via the runtime.properties. (#136)
* Update to allow the TPF API to be toggled via the runtime.properties. Resolves: https://jira.duraspace.org/browse/VIVO-1614
This commit is contained in:
parent
c0ad14b734
commit
0a08c2890d
1 changed files with 6 additions and 0 deletions
|
@ -374,3 +374,9 @@ Vitro.reconcile.defaultTypeList = http://vivoweb.org/ontology/core#Role, core:Ro
|
|||
http://xmlns.com/foaf/0.1/Organization, foaf:Organization; \
|
||||
http://xmlns.com/foaf/0.1/Person, foaf:Person; \
|
||||
http://purl.obolibrary.org/obo/IAO_0000030, obo:IAO_0000030
|
||||
|
||||
|
||||
# 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.
|
||||
|
||||
# tpf.activeFlag = true
|
||||
|
|
Loading…
Add table
Reference in a new issue