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:
parent
6242624dea
commit
0aff2c6fcd
1 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
||||||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||||
@prefix core: <http://vivoweb.org/ontology/core#> .
|
@prefix core: <http://vivoweb.org/ontology/core#> .
|
||||||
@prefix localNav: <http://vitro.mannlib.cornell.edu/ns/localnav#> .
|
@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
|
# All instances of a class can be excluded from the lucene
|
||||||
# index by adding a vitroDisplay:excludeClass property between
|
# index by adding a vitroDisplay:excludeClass property between
|
||||||
|
@ -18,4 +19,5 @@
|
||||||
vitroDisplay:excludeClass core:Authorship ;
|
vitroDisplay:excludeClass core:Authorship ;
|
||||||
vitroDisplay:excludeClass core:Position ;
|
vitroDisplay:excludeClass core:Position ;
|
||||||
vitroDisplay:excludeClass core:ResearchActivity ;
|
vitroDisplay:excludeClass core:ResearchActivity ;
|
||||||
vitroDisplay:excludeClass core:EducationalTraining .
|
vitroDisplay:excludeClass core:EducationalTraining ;
|
||||||
|
vitroDisplay:excludeClass bibo:DocumentStatus .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue