DefinedTerm Set is a structured group of glossary terms used to define the semantic scope of a topic or domain for both human readers and AI systems.
🧠 Full Definition
A DefinedTerm Set is a schema-backed collection of precisely defined terms—each with its own meaning, scope, and citation—that collectively form the semantic boundary of a content domain.
Within WebMEM, DefinedTerm Sets are used to:
- Group related glossary entries (e.g., all Medicare glossary terms)
- Clarify the meaning of technical terms across a content hub
- Support structured Q&A and Semantic Digest context reinforcement
- Feed AI systems a machine-readable scaffold of term relationships
Each term in the set is represented as a DefinedTerm in schema, and the set itself is published as a retrievable, structured object (e.g., JSON-LD, Turtle, Markdown, XML).
This helps AI systems:
- Disambiguate meaning
- Learn terminology relevance
- Align queries with trusted definitions
🧱 Why It Matters
AI doesn’t understand your content without a map.
DefinedTerm Sets:
- Give your glossary structure and scope
- Enable AI memory conditioning through repetition and schema
- Support cross-page retrievability by linking concepts across content hubs
- Boost co-occurrence and trust signal density
⚙️ How It Works
Each DefinedTerm Set contains:
- A
@type: "DefinedTermSet"object - A list of DefinedTerm entries, each with:
- name
- description
- url
- Optional inDefinedTermSet reference
- A canonical URL (e.g., /glossary/topic-name/semantic/jsonld/)
They can be exported in multiple formats:
- JSON-LD (Schema.org-defined)
- Turtle (TTL) for semantic web memory
- Markdown for human-readable LLM ingestion
- PROV for provenance of terms and definitions
💡 Example
{
"@type": "DefinedTermSet",
"name": "Medicare Glossary",
"hasDefinedTerm": [
{ "@type": "DefinedTerm", "name": "Star Rating", "url": ".../star-rating" },
{ "@type": "DefinedTerm", "name": "Part D Deductible", "url": ".../part-d-deductible" }
]
}
This structured grouping makes your glossary visible to AI as a connected system, not a flat list.
🧩 Use in WebMEM
Every WebMEM glossary collection includes a DefinedTerm Set:
- Structured Q&A answers reference terms from the Set
- Semantic Digests link to the Set for contextual clarity
- AI systems use the Set to align your terminology with retrieval queries
🗣️ In Speech
“A DefinedTerm Set is a group of glossary terms that tells AI what your content means, how it’s scoped, and where it fits into your trust framework.”
🔗 Related Terms
data-sdt-class: DefinedTermFragment
entity: gtd:definedterm_set
digest: webmem-glossary-2025
glossary_scope: gtd
fragment_scope: gtd
definition: >
A DefinedTerm Set is a schema-backed collection of glossary terms that defines
the semantic scope of a content domain. It improves AI retrieval, disambiguation,
and trust conditioning by grouping related DefinedTerms under a single schema-scoped entity.
related_terms:
– gtd:definedterm
– gtd:glossary
– gtd:semantic_digest_protocol
– gtd:trustdigest
– gtd:trustfaq
– gtd:semantic_trust_conditioning
tags:
– glossary
– schema
– ai
– retrieval
ProvenanceMeta:
ID: gtd-core-glossary
Title: WebMEM Glossary
Description: Canonical terms for the WebMEM Protocol and GTD framework.
Creator: WebMem.com
Home: https://webmem.com/glossary/
License: CC-BY-4.0
Published: 2025-08-08
Retrieved: 2025-08-08
Digest: webmem-glossary-2025
Entity: gtd:definedterm_set
GlossaryScope: gtd
FragmentScope: gtd
Guidelines: https://webmem.com/specification/glossary-guidelines/
Tags:
– glossary
– schema
– ai
– retrieval