2010-07-02 00:24:17 +00:00
|
|
|
# $This file is distributed under the terms of the license in /doc/license.txt$
|
|
|
|
|
|
|
|
@prefix owl: <http://www.w3.org/2002/07/owl#> .
|
|
|
|
@prefix vitroDisplay: <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#> .
|
|
|
|
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
|
|
|
@prefix vivo: <http://vivoweb.org/ontology/core#> .
|
|
|
|
@prefix localNav: <http://vitro.mannlib.cornell.edu/ns/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 ;
|
2010-07-06 16:47:49 +00:00
|
|
|
vitroDisplay:excludeClass vivo:ResearchActivity ;
|
2010-07-02 00:24:17 +00:00
|
|
|
vitroDisplay:excludeClass vivo:EducationalBackground .
|