# $This file is distributed under the terms of the license in /doc/license.txt$ @prefix owl: . @prefix vitroDisplay: . @prefix rdf: . @prefix core: . @prefix example: . # All instances of a class can be excluded from the search index # by adding a vitroDisplay:excludeClass property between # vitroDisplay:SearchIndex and the URI of the class # that you would like to exclude. # All .n3 files in this directory will be used to configure # the search exclusions. Only .n3 files will be loaded. # # If you would like to add classes to the # exclusions, add a file to this directory ending in .n3 with # N3 statements similar to this example. # vitroDisplay:SearchIndex # rdf:type owl:Thing ; # vitroDisplay:excludeClass example:classToExclude ;