Added property reconcile.defaultTypeList to provide Google Refine reconciliation service with a list of default ontology classes.
This commit is contained in:
parent
6f8278dedd
commit
a6b8006380
1 changed files with 7 additions and 0 deletions
|
@ -150,3 +150,10 @@ selfEditing.idMatchingProperty = http://vivo.mydomain.edu/ns#networkId
|
||||||
# visualization.topLevelOrg = http://vivo.psm.edu/individual/n2862
|
# visualization.topLevelOrg = http://vivo.psm.edu/individual/n2862
|
||||||
#
|
#
|
||||||
# visualization.topLevelOrg = http://vivo.mydomain.edu/individual/topLevelOrgURI
|
# visualization.topLevelOrg = http://vivo.mydomain.edu/individual/topLevelOrgURI
|
||||||
|
|
||||||
|
#
|
||||||
|
# Default type(s) for Google Refine Reconciliation Service
|
||||||
|
# The format for this property is id, name; id1, name1; id2, name2 etc.
|
||||||
|
# See Service Metadata from this page http://code.google.com/p/google-refine/wiki/ReconciliationServiceApi
|
||||||
|
# for more information.
|
||||||
|
Vitro.reconcile.defaultTypeList = http://vivoweb.org/ontology/core#Course, Course; http://vivoweb.org/ontology/core#Grant, Grant; http://aims.fao.org/aos/geopolitical.owl, Location; http://xmlns.com/foaf/0.1/Organization, Organization; http://xmlns.com/foaf/0.1/Person, Person; http://purl.org/ontology/bibo/Article, Publication
|
||||||
|
|
Loading…
Add table
Reference in a new issue