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
@@ -36,8 +38,10 @@ Each entry in the master taxonomy array is a JavaScript object representing a co
36
38
**Rule:* For example, the broader term of `Agent derailment` is `Agentic Misbehavior`.
37
39
**Root nodes:* If the term is a top-level conceptual category, set this to `null`.
38
40
***`definition`***(String, Required):* A clear, technical, pre-competitive definition.
39
-
**Content Rule:* Vendor-neutral and objective. Do not mention proprietary commercial tools.
41
+
**Content Rule:* Vendor-neutral and objective. If the term represents an adjacent contrasting concept (e.g., *Tool* vs. *Skill*), the definition MUST explicitly state how it differs from its counterpart.
40
42
***`scopeNote`***(String, Optional):* Captures historical context, meeting review dates, or explanations of conceptual boundaries between working groups.
43
+
***`relatedTerms`***(Array of Strings, Optional):* Maps associative `skos:related` conceptual linkages (e.g., `["Skill", "Primitive"]`). Defaults to `[]`.
44
+
***`contrastsWith`***(Array of Strings, Optional):* Explicitly links paired contrasting terms (e.g., `["Tool"]`). Defaults to `[]`.
41
45
***`workgroups`***(Array of Strings, Required):* The working groups that share interest or joint ownership of this term (e.g., `["Security & Privacy", "Identity & Trust"]`).
0 commit comments