Manual merge of NIHVIV-1203 from the 1.1.1 branch - because the merge tool didn't work properly for me (or people I asked for help) for this particular update.

This commit is contained in:
sjm222 2010-10-14 18:00:57 +00:00
parent 6242624dea
commit 0aff2c6fcd

View file

@ -5,6 +5,7 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix core: <http://vivoweb.org/ontology/core#> .
@prefix localNav: <http://vitro.mannlib.cornell.edu/ns/localnav#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
# All instances of a class can be excluded from the lucene
# index by adding a vitroDisplay:excludeClass property between
@ -18,4 +19,5 @@
vitroDisplay:excludeClass core:Authorship ;
vitroDisplay:excludeClass core:Position ;
vitroDisplay:excludeClass core:ResearchActivity ;
vitroDisplay:excludeClass core:EducationalTraining .
vitroDisplay:excludeClass core:EducationalTraining ;
vitroDisplay:excludeClass bibo:DocumentStatus .