hierarchical_orgs_relations #150
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
RDGraph
RSAC
wontfix
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: D-Net/dnet-hadoop#150
Loading…
Reference in New Issue
No description provided.
Delete Branch "hierarchical_orgs_relations"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is a small modification that implements the integration of "IsParentOf" and "IsChildOf" relations. Such relations are now part of the raw graph in the "relation" folder.
All the relationships in the graph should be bidirectional. I see the method
processOrgOrgParentChildRels
is invoked once, so looking at the implementation I can assume they are already stored in both directions in the OpenOrg database:is this the case? If not, the implementation of the mapping must ensure that both directions are produced.
The relations are already bi-directional in the OpenOrgs database.