# $This file is distributed under the terms of the license in /doc/license.txt$ @prefix owl: . @prefix vitroDisplay: . @prefix rdf: . @prefix vivo: . @prefix localNav: . # All instances of a class can be excluded from the lucene # index by adding a vitroDisplay:excludeClass property between # vitroDisplay:PrimaryLuceneIndex and the URI of the class # that you would like to exclude. vitroDisplay:PrimaryLuceneIndex rdf:type owl:Thing ; vitroDisplay:excludeClass vivo:AdvisingActivity ; vitroDisplay:excludeClass vivo:Authorship ; vitroDisplay:excludeClass vivo:SubjectArea ; vitroDisplay:excludeClass vivo:Position ; vitroDisplay:excludeClass vivo:ResearchActivity ; vitroDisplay:excludeClass vivo:EducationalBackground .