Graph Connectivity Analysis Report

Graph Connectivity Analysis Report

🔎 Correspondence Between Graph Arrows and Class Incidence Counts

The numbers in the log represent how many times each entity appears in the edge connections of the Mermaid graph. These reflect how often each node appears as a target (i.e., incoming arrows).

🎯 High-Incidence Entities

Entity Class Incidence Incoming Arrows From
ArtistCredit 9 Track, Recording, Release, ReleaseGroup, Isrc, ReleaseAlias, Medium, RecordingAlias, ReleaseLabel
AreaType 5 Area, Artist, Label, ArtistAlias, ReleaseLabel
ReleaseGroupPrimaryType 5 ReleaseGroup, Release, ReleaseAlias, ReleaseLabel, Medium
Language 4 Release, ReleaseAlias, ReleaseLabel, Medium
ReleaseStatus 4 Release, ReleaseAlias, ReleaseLabel, Medium
ReleasePackaging 4 Release, ReleaseAlias, ReleaseLabel, Medium
Area 4 Label, ArtistAlias, Artist, ReleaseLabel
ReleaseGroup 4 Release, ReleaseAlias, ReleaseLabel, Medium

🧩 Medium-Incidence Entities

Entity Class Incidence Connected From
Recording 3 Track, Isrc, RecordingAlias
Release 3 ReleaseAlias, ReleaseLabel, Medium

🧬 Low-Incidence Entities

Entity Class Incidence Notes
ArtistAliasType1Terminal metadata
ArtistType2Descriptive node
Gender2Metadata for artist identity
WorkType1Descriptor for works
ReleaseAliasType1Alias metadata
RecordingAliasType1Alias metadata
InstrumentType1Associated with instruments
Artist1Core identity node
MediumFormat1Media descriptor
Label1Connected from ReleaseLabel only

🔗 Key Insight

There’s a strong correlation between the number after each class name and how often that entity appears as a target in the graph edges. The Mermaid diagram visualizes a directed graph, and this log provides an in-degree count for each node.

Comments