ArcGIS Pro Intelligence

Creating your first link chart using ArcGIS Pro Intelligence

We are going to look at the process used to create a link chart. A link chart is a way to visualize relationships between entities in your data. A link chart consists of two main components, entities and relationships. An entity represents people, places, and things, and even concepts such as phone numbers and IP addresses. A relationship is a visual representation of how entities are related/connected.

Example of a link chart in ArcGIS Pro Intelligence.

Link charts are created using the attributes in your data depending on what you want to visualize and how your data is modeled, without requiring complicated schemas or pre-defined ontologies. The data you use can be contained within a single feature layer or multiple feature layers. We will discuss both cases below.

Building a link chart from a single feature layer

The link chart above shows a typical organizational chart for a fictional company.

All the employees are entities and the relationships show the hierarchy of the organization. Let’s examine the data to gain a better understanding of how it’s organized. The employee feature layer has each employee’s name stored in the ‘name’ field. Notice that there are some duplicates in the ‘name’ field because these employees have more than one direct report. The ‘employees’ field contains the name of the employee who reports to the individual listed in the ‘name’ field.

The first step is to create an entity type from a field in your feature layer. In this example:

Next, we will create the relationship type to define how the entities are connected in the link chart. In this case we will use one entity type as the source entity and the target entity (later in this article, we’ll walk through how to use different entity types).

When you create a relationship using the key fields you are using attributes to link the entities based on a matching attribute field. In this example, we’ve created a relationship that shows the link between employees and their managers.

Example of how Key fields are used to create links

Building a link chart from multiple feature layers

In this example, we will use two feature layers to create a link chart that shows the relationships between actors and movies. You can see how the data is organized in the image below:

The movies layer, on the left, contains a record for each movie and the actors that were in that movie. Because there is more than one actor per movie, there are duplicates in the movie column. The actors’ identity is stored in this layer by a unique ‘actor id’ field value (this is representative of other unique ids such as social security numbers, cross reference numbers, prisoner ids, etc.). The layer on the right contains the same list of actor ids, in a field named ‘UID’. For example, the selected record for the movie True Lies has an actor id of 216, which corresponds with the ‘UID’ field value of 216, which is Arnold Schwarzenegger.

Understanding how the data is organized and what you want to visualize in the link chart will help you create the appropriate entity and relationship types. We’ll now walk through creating two entity types: one for movies and another for actors.

Movies

  1. Choose the ‘movies’ feature layer.
  2. Choose the field for your unique entities (what you want to see in your link chart).
  3. Name the entity type something meaningful to you, we chose ‘Movies’.
  4. Visually collapse duplicate entities because the “movie” field contains multiple entries per movie.
Creating the Movies entity type.

Actors

  1. Choose the ‘Actors’ feature layer.
  2. Choose the field for your unique entities (what you want to see in your link chart).
  3. Name the entity type something meaningful to you, we chose ‘Actors’.
  4. In the image below we chose to check the box to visually collapse duplicate entities; however, this field does not have duplicates so it will have no effect.
Creating the Actors entity type.

Once the entity types are created, we can now define how the entities are connected through relationship types. We want to visualize the cast of each movie, so we’ll define the relationship type as such:

  1. The ‘actors’ are the source entities.
  2. The ‘movies’ are the target entities.
  3. We named this relationship type, ‘Actors to Movies’.
  4. As discussed earlier, the feature layers associated with these entity types have a common key field for actors, the ‘UID’ field and the ‘actor id’. By setting key fields, links will be generated between the entities when the relationship type is created.
Creating the Actors to Movies relationship type.

Notes:

 

From the entity and relationship types created above, we now have a link chart that shows how actors are linked to movies.

Actor/movie link chart.

Relevant Links

ArcGIS Pro Intelligence

Add Entity Type

Add Relationship Type

Perform analysis on your link chart

 

About the authors

Tony Angell

Tony is a product engineer on the Intelligence Solution team at Esri. He has been with Esri since 2019 and a former Marine with multiple years of support to the SOF community.

Eric Linz is a Senior Product Engineer on the ArcGIS AllSource team. Eric has been with Esri for over 30 years, during which time he has supported the defense and intelligence communities through software development and data production. His educational background is in Geography.

Subscribe
Notify of
1 Comment
Oldest
Newest
Inline Feedbacks
View all comments

Next Article

Harnessing the Power of Imagery: A Programmatic Approach

Read this article