Bugfix for type restriction in search index config

This commit is contained in:
gneissone 2021-02-10 18:06:02 -07:00 committed by Andrew Woods
parent 2122254cdb
commit f15eec19e0

View file

@ -23,7 +23,7 @@
searchIndex:documentBuilding.DocumentModifier , searchIndex:documentBuilding.DocumentModifier ,
searchIndex:extensions.LabelsAcrossContextNodes ; searchIndex:extensions.LabelsAcrossContextNodes ;
rdfs:label "Labels across relatedBy/relates" ; rdfs:label "Labels across relatedBy/relates" ;
:hasTypeRestriction "http://vivoweb.org/ontology/core#Relationship" ; :appliesToContextNodeType "http://vivoweb.org/ontology/core#Relationship" ;
:hasIncomingProperty "http://vivoweb.org/ontology/core#relatedBy" ; :hasIncomingProperty "http://vivoweb.org/ontology/core#relatedBy" ;
:hasOutgoingProperty "http://vivoweb.org/ontology/core#relates" . :hasOutgoingProperty "http://vivoweb.org/ontology/core#relates" .