[VIVO-1671] Restrict context node labels added to search index to relationships (#117)

Resolves: https://jira.duraspace.org/browse/VIVO-1671

* Restrict context node labels added to search index to relationships
This commit is contained in:
Ben 2019-01-25 07:45:27 -07:00 committed by Andrew Woods
parent 3da53e27fe
commit ba2ee238ad

View file

@ -23,6 +23,7 @@
searchIndex:documentBuilding.DocumentModifier ,
searchIndex:extensions.LabelsAcrossContextNodes ;
rdfs:label "Labels across relatedBy/relates" ;
:hasTypeRestriction "http://vivoweb.org/ontology/core#Relationship" ;
:hasIncomingProperty "http://vivoweb.org/ontology/core#relatedBy" ;
:hasOutgoingProperty "http://vivoweb.org/ontology/core#relates" .
@ -150,4 +151,3 @@
?emailHolder vcard:email ?email .
}
""" .