Merge branch 'develop' of https://github.com/vivo-project/VIVO into develop

This commit is contained in:
unknown 2015-03-27 13:12:49 -04:00
commit 46afb9538c
2 changed files with 68 additions and 29 deletions

View file

@ -1,26 +1,25 @@
User-agent: *
Disallow: /admin/
Disallow: /help/
Disallow: /images/
Disallow: /js/
Disallow: /quickedits/
Disallow: /site_icons/
Disallow: /src/
Disallow: /templates/
Disallow: /themes/
Disallow: /WEB-INF/
Disallow: /xsl/
Disallow: /search/
Disallow: /coauthors/
Disallow: /pubsbyorg/
Disallow: /fedsearch/
Disallow: /comments.jsp
Disallow: /dataservice/
# VIVO additions
Disallow: /visualizationfm/
Disallow: /visualization/
Disallow: /vis/
Disallow: /visualizationAjax/
Disallow: /visualizationData/
Disallow: /qrcode
Disallow: /admin/ # Vitro
Disallow: /help/ # Vitro
Disallow: /images/ # Vitro
Disallow: /js/ # Vitro
Disallow: /quickedits/ # Vitro
Disallow: /site_icons/ # Vitro
Disallow: /src/ # Vitro
Disallow: /templates/ # Vitro
Disallow: /themes/ # Vitro
Disallow: /xsl/ # Vitro
Disallow: /search/ # Vitro
Disallow: /coauthors/ # Vitro
Disallow: /pubsbyorg/ # Vitro
Disallow: /fedsearch/ # Vitro
Disallow: /comments.jsp # Vitro
Disallow: /dataservice/ # Vitro
Disallow: /listrdf/ # Vitro
Disallow: /visualizationfm/ # VIVO addition
Disallow: /visualization/ # VIVO addition
Disallow: /vis/ # VIVO addition
Disallow: /visualizationAjax/ # VIVO addition
Disallow: /visualizationData/ # VIVO addition
Disallow: /qrcode # VIVO addition
Disallow: /individual # VIVO addition

View file

@ -15,7 +15,9 @@
# ------------------------------------
:extension_forContextNodes_1
# Most context nodes look like this: relatedBy ==> node ==> relates
# relates <== node <== relatedBy
:extension_forContextNodes
a <java:edu.cornell.mannlib.vitro.webapp.searchindex.indexing.IndexingUriFinder> ,
<java:edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding.DocumentModifier> ,
<java:edu.cornell.mannlib.vitro.webapp.searchindex.extensions.LabelsAcrossContextNodes> ;
@ -23,7 +25,9 @@
:hasIncomingProperty "http://vivoweb.org/ontology/core#relatedBy" ;
:hasOutgoingProperty "http://vivoweb.org/ontology/core#relates" .
:extension_forContextNodes_2
# Some roles look like this: bearerOf ==> role ==> roleContributesTo
# inheresIn <== role <== contributingRole
:extension_forContextNodes_role_contributes_1
a <java:edu.cornell.mannlib.vitro.webapp.searchindex.indexing.IndexingUriFinder> ,
<java:edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding.DocumentModifier> ,
<java:edu.cornell.mannlib.vitro.webapp.searchindex.extensions.LabelsAcrossContextNodes> ;
@ -31,7 +35,7 @@
:hasIncomingProperty "http://purl.obolibrary.org/obo/RO_0000053" ;
:hasOutgoingProperty "http://vivoweb.org/ontology/core#roleContributesTo" .
:extension_forContextNodes_3
:extension_forContextNodes_role_contributes_2
a <java:edu.cornell.mannlib.vitro.webapp.searchindex.indexing.IndexingUriFinder> ,
<java:edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding.DocumentModifier> ,
<java:edu.cornell.mannlib.vitro.webapp.searchindex.extensions.LabelsAcrossContextNodes> ;
@ -39,6 +43,42 @@
:hasIncomingProperty "http://vivoweb.org/ontology/core#contributingRole" ;
:hasOutgoingProperty "http://purl.obolibrary.org/obo/RO_0000052" .
# Other roles look like this: bearerOf ==> role ==> realizedIn
# inheresIn <== role <== realizes
:extension_forContextNodes_role_realizedIn_1
a <java:edu.cornell.mannlib.vitro.webapp.searchindex.indexing.IndexingUriFinder> ,
<java:edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding.DocumentModifier> ,
<java:edu.cornell.mannlib.vitro.webapp.searchindex.extensions.LabelsAcrossContextNodes> ;
rdfs:label "Labels across bearerOf/realizedIn" ;
:hasIncomingProperty "http://purl.obolibrary.org/obo/RO_0000053" ;
:hasOutgoingProperty "http://purl.obolibrary.org/obo/BFO_0000054" .
:extension_forContextNodes_role_realizedIn_2
a <java:edu.cornell.mannlib.vitro.webapp.searchindex.indexing.IndexingUriFinder> ,
<java:edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding.DocumentModifier> ,
<java:edu.cornell.mannlib.vitro.webapp.searchindex.extensions.LabelsAcrossContextNodes> ;
rdfs:label "Labels across realizes/inheresIn" ;
:hasIncomingProperty "http://purl.obolibrary.org/obo/BFO_0000055" ;
:hasOutgoingProperty "http://purl.obolibrary.org/obo/RO_0000052" .
# Roles on grants look like this: bearerOf ==> role ==> relatedBy
# inheresIn <== role <== relates
:extension_forContextNodes_roles_on_grants_1
a <java:edu.cornell.mannlib.vitro.webapp.searchindex.indexing.IndexingUriFinder> ,
<java:edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding.DocumentModifier> ,
<java:edu.cornell.mannlib.vitro.webapp.searchindex.extensions.LabelsAcrossContextNodes> ;
rdfs:label "Labels across bearerOf/relates" ;
:hasIncomingProperty "http://purl.obolibrary.org/obo/RO_0000053" ;
:hasOutgoingProperty "http://vivoweb.org/ontology/core#relatedBy" .
:extension_forContextNodes_roles_on_grants_2
a <java:edu.cornell.mannlib.vitro.webapp.searchindex.indexing.IndexingUriFinder> ,
<java:edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding.DocumentModifier> ,
<java:edu.cornell.mannlib.vitro.webapp.searchindex.extensions.LabelsAcrossContextNodes> ;
rdfs:label "Labels across contributor/relatedBy" ;
:hasIncomingProperty "http://vivoweb.org/ontology/core#relates" ;
:hasOutgoingProperty "http://purl.obolibrary.org/obo/RO_0000052" .
# ------------------------------------