[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:
parent
3da53e27fe
commit
ba2ee238ad
1 changed files with 1 additions and 1 deletions
|
@ -23,6 +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" ;
|
||||||
: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" .
|
||||||
|
|
||||||
|
@ -150,4 +151,3 @@
|
||||||
?emailHolder vcard:email ?email .
|
?emailHolder vcard:email ?email .
|
||||||
}
|
}
|
||||||
""" .
|
""" .
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue