@prefix : . @prefix xsd: . # # Specify the SearchIndexExcluders and DocumentModifiers. # # Exclude from the search index Individuals with types from these namespaces. # Note: if you do OWL.NS here you will exclude all of owl:Thing. :searchExcluder_namespaceExcluder a , ; :excludes "http://vitro.mannlib.cornell.edu/ns/vitro/0.7#" , "http://vitro.mannlib.cornell.edu/ns/vitro/public#" , "http://vitro.mannlib.cornell.edu/ns/bnode#" , "http://www.w3.org/2002/07/owl#" . # Individuals of these types will be excluded from the search index :searchExcluder_typeExcluder a , ; :excludes "http://www.w3.org/2002/07/owl#AnnotationProperty" , "http://www.w3.org/2002/07/owl#DatatypeProperty" , "http://www.w3.org/2002/07/owl#ObjectProperty" . # Exclude from the search index individuals who's URIs start with these namespaces. :searchExcluder_typeNamespaceExcluder a , ; :excludes "http://vitro.mannlib.cornell.edu/ns/vitro/role#public" . :searchExcluder_vitroExcluder a , . :searchExcluder_syncingTypeExcluder a , . # ------------------------------------ :documentModifier_nameFields a , . :documentModifier_nameBoost a , ; :hasBoost "1.2"^^xsd:float . :documentModifier_thumbnailImageUrl a , .