diff --git a/example.deploy.properties b/example.deploy.properties index d8787897..6de06c42 100644 --- a/example.deploy.properties +++ b/example.deploy.properties @@ -127,10 +127,11 @@ selfEditing.idMatchingProperty = http://vivo.mydomain.edu/ns#networkId # # The temporal graph visualization is used to compare different organizations/people -# within an organization on different parameters like number of publications, grants. -# This parameter will be used as a default in case a URI is not provided. It will also -# be used whenever this visualization is to be rendered for the top level organization. -# In the absence of this parameter, a SPARQL query will be fired which will attempt to -# provide a top level organization. +# within an organization on parameters like number of publications or grants. +# By default, the app will attempt to make its best guess at the top level +# organization in your instance. If you're unhappy with this selection, uncomment out +# the property below and set it to the URI of the organization individual you want to +# identify as the top level organization. It will be used as the default whenever the +# temporal graph visualization is rendered without being passed an explicit org. -# visualization.topLevelOrg = http://vivo-trunk.indiana.edu/individual/topLevelOrgURI +# visualization.topLevelOrg = http://vivo.mydomain.edu/individual/topLevelOrgURI