Hi,
is there a way for me to purge old Entity-Relationship versions from my DSpace? I'm learning to use virtual-metadata.xml and some of these relationship types, such as resultsInConceptSet and resultsInPhenotype are outdated, because I switched these relationship types to ones that are more explicit and have the Entities involved in the names e.g. is[Entity A]Of[Entity B]. Some of the new ones are showing up, and some of them aren't, and I'm also noticing that there are other relationships showing up as relationships.is*Of.* and I just want to know how to force DSpace to use my new set of relationship type names.
As you can see, my relationship_type table has a bunch of relationship types in them, many of which are redundant. I want, as a primary example, for my Study entity to the NEW relationship types (`is*Of*`) instead of the old ones. But instead, only the old ones show.
I have updated my `virtual-metadata.xml`, `relationship-type.xml` and `relationship-formats.xml`. I've attached them here. Hopefully they help.
PS I did manually change all of these `type_id`s from `18` to `32` thinking that would help but it did nothing.