# $This file is distributed under the terms of the license in /doc/license.txt$ @prefix owl: . @prefix vitroDisplay: . @prefix rdf: . @prefix core: . @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 core:Role ; vitroDisplay:excludeClass core:AdvisingRelationship ; vitroDisplay:excludeClass core:Authorship ; vitroDisplay:excludeClass core:SubjectArea ; vitroDisplay:excludeClass core:Position ; vitroDisplay:excludeClass core:ResearchActivity ; vitroDisplay:excludeClass core:EducationalTraining .