You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The **degree** of a field represents how many other fields it co-occurs with across the dataset. Fields with high degree are more central — they tend to appear together with many other fields, indicating they may be *core schema components*. Fields with low degree are more isolated or specialized.
45
+
46
+
-**Average degree:** 6.77
47
+
-**Maximum degree:** 11
48
+
-**Minimum degree:** 1
49
+
50
+
51
+
### Core (Highly Connected) Fields
52
+
53
+
typeOfMeeting (11), host (11), peoplePresent (11), date (11), purpose (11), workingDocs (11), documenter (11), status (11)
54
+
55
+
56
+
### Peripheral (Low-Connectivity) Fields
57
+
58
+
rationale (3), topicsCovered (3), emotions (3), opposing (3), other (2), gamesPlayed (2), link (1), title (1)
59
+
60
+
61
+
_Interpretation:_
62
+
63
+
The core fields likely represent the fundamental metadata elements that occur in nearly every record (e.g., identifiers, titles, timestamps). The peripheral fields may represent optional or contextual data used only in specific cases or submodules of the schema.
0 commit comments