
* Remove trailing whitespace throughout project Resolves: https://jira.duraspace.org/browse/VIVO-1690 ** Along with: https://github.com/vivo-project/Vitro/pull/117
7 lines
310 B
Text
7 lines
310 B
Text
@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#> .
|
|
|
|
vitroDisplay:SearchIndex
|
|
rdf:type owl:Thing ;
|
|
vitroDisplay:excludeClass <http://xmlns.com/foaf/0.1/Person> .
|