Relationships and hierarchies

1️⃣

ROR Schema v1

This page documents relationships in ROR metadata schema v1. For documentation of relationships in ROR metadata schema v2, see https://ror.readme.io/v2/docs/relationships. You can also read more about ROR schema versions and a summary of what's new in ROR Schema 2.0.

How ROR handles relationships

ROR records store both structural and temporal connections in the relationships field with the values "Parent", "Child", "Related", "Successor", and "Predecessor", allowing systems to understand and display organizational hierarchies and connections. The relationships element is an array, so organizations can have multiple children, multiple parents, and multiple lateral relationships.

If an organization ceases operations and passes on its work to another organization, that relationship is also reflected in ROR through the "Predecessor" and "Successor" relationship types. See ROR data structure: relationships for a full explanation.

Examples

The US National Cancer Institute is a child organization of the National Institutes of Health (NIH), and it also has multiple child organizations of its own and multiple related organizations.

{[...]
   "name" : "National Cancer Institute",
   "relationships" : [
      {
         "id" : "https://ror.org/00w52vt71",
         "label" : "Hollings Cancer Center",
         "type" : "Related"
      },
      {
         "id" : "https://ror.org/01cwqze88",
         "label" : "National Institutes of Health",
         "type" : "Parent"
      },
      {
         "id" : "https://ror.org/05bjen692",
         "label" : "Center for Cancer Research",
         "type" : "Child"
      },
      {
         "id" : "https://ror.org/03v6m3209",
         "label" : "Frederick National Laboratory for Cancer Research",
         "type" : "Child"
      },
      {
         "id" : "https://ror.org/05n6zrm60",
         "label" : "SWOG Cancer Research Network",
         "type" : "Child"
      },
      {
         "id" : "https://ror.org/02qyzaf42",
         "label" : "The Cancer Imaging Archive",
         "type" : "Related"
      }
   ],
   "status" : "active",
   "types" : [
      "Government"
   ],
   "wikipedia_url" : "https://en.wikipedia.org/wiki/National_Cancer_Institute"
}

In the ROR search interface, the number of relationships (if any) is shown on each record in the list view, and clicking the "View Details" button will take the user to the individual record, where all relationships are displayed.

ROR web record for the National Cancer Institute from v1 of the ROR web search

ROR Record for the US National Cancer Institute from v1 of the ROR web search showing the parent organization as the National Institutes of Health as well as three child organizations and two related organizations.

Pictured below is an image of an organizational "family tree" created from ROR records with an organization tree script. The United States Department of Energy is the top node and has many "children" and "grandchildren" and one "great-grandchild" organization. (Laterally related organizations are not shown in this view.)

1050

List of University of California system children and grandchildren expressed as nodes in an indented list from the ROR organization tree script written by Sandra Mierz.



Other resources you might find helpful

Read our blog post explaining in more detail how ROR handles organizational hierarchies and relationships