diff --git a/webapp/rdf/display/everytime/vitroSearchProhibited.n3 b/webapp/rdf/display/everytime/vitroSearchProhibited.n3 new file mode 100644 index 000000000..7110c0fbc --- /dev/null +++ b/webapp/rdf/display/everytime/vitroSearchProhibited.n3 @@ -0,0 +1,25 @@ +# $This file is distributed under the terms of the license in /doc/license.txt$ + +# 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. + +# .n3 or .rdf files can be created in this directory to configure the search +# exclusions. Each file must be a valid file in the format specified by its +# extension. Each file will be loaded individually and must be a complete +# stand alone example of its format. Each file must contain all the necessary +# prefixes, namespaces and preambles required by the format specified by its +# extension. + +# 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. + +# +# @prefix owl: . +# @prefix vitroDisplay: . +# @prefix rdf: . +# @prefix example: . +# +# vitroDisplay:SearchIndex +# rdf:type owl:Thing ; +# vitroDisplay:excludeClass example:classToExclude ; \ No newline at end of file diff --git a/webapp/web/WEB-INF/ontologies/search/vitroSearchProhibited.n3 b/webapp/web/WEB-INF/ontologies/search/vitroSearchProhibited.n3 deleted file mode 100644 index ba3ed6838..000000000 --- a/webapp/web/WEB-INF/ontologies/search/vitroSearchProhibited.n3 +++ /dev/null @@ -1,27 +0,0 @@ -# $This file is distributed under the terms of the license in /doc/license.txt$ - -# 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 or .rdf files in this directory will be used to configure -# the search exclusions. Each file must be a valid file in the format -# specified by its extension. Each file will be loaded individually and -# must be a complete stand alone example of its format. Each file must contain all -# the necessary prefixes, namespaces and preambles required by the format -# specified by its extension. - -# 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. - -# -# @prefix owl: . -# @prefix vitroDisplay: . -# @prefix rdf: . -# @prefix example: . -# -# vitroDisplay:SearchIndex -# rdf:type owl:Thing ; -# vitroDisplay:excludeClass example:classToExclude ; \ No newline at end of file