• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

WebMEM™

The Protocol for Structuring, Delivering, and Conditioning Trust-Scored AI Memory on the Open Web

  • Primer
  • Memory-First
  • Protocols
    • SDT Specification
    • WebMEM SemanticMap
    • WebMEM MapPointer
    • Digest Endpoint Specification
    • ProvenanceMeta Specification
    • AI Retrieval Feedback Loop Specification
    • Semantic Feedback Interface (SFI) Specification
    • Glossary Term Protocol (GTP) Specification
    • Examples
  • RFC
  • Glossary
  • About
    • WebMEM License
    • Mission
    • Charter

Field Inheritance Across Fragments

inherits_from (Optional)

The inherits_from key allows an SDT fragment to declare explicit field-level inheritance from one or more other fragments. This enables modular composition of memory without repeating stable facts—especially when multiple fragments describe the same entity or belong to the same digest.

inherits_from:
  - fragment: fragment-h5521-290-0-landscape
    fields:
      - plan_name
      - contract_id

Field Definitions

Key Required? Description
fragment ✅ ID of the source fragment to inherit from
fields ✅ List of id values to copy from the referenced fragment

Use Cases

  • Reference common fields like plan_name or contract_id from a shared base fragment
  • Reduce duplication in DataFragments or DirectoryFragments that reuse structural fields
  • Enable modular retrieval and memory stitching in multi-fragment digests

Retrieval & Export Behavior

Fields referenced via inherits_from may be:

  • Rendered by client UIs during display
  • Included in structured export bundles (e.g., JSON-LD, TTL)
  • Evaluated by agents for citation, scoring, or field merging logic

Best Practices

  • Only inherit static, non-sensitive fields that are display-safe and semantically clear
  • Avoid inheriting derived or volatile fields unless their integrity is validated
  • Prefer inheritance between fragments sharing the same entity identifier
  • Include fallback content for agents operating without multi-fragment context

Primary Sidebar

YAML-in-HTML SDT

  1. Semantic Data Templates (SDT) Specification
  2. YAML-in-HTML Embedding
  3. Anatomy of a Semantic DataFragment
  4. SDT Fragment Header Mapping
  5. Field Inheritance Across Fragments (inherits_from)
  6. Cross-Fragment Indexing (related_fragments)
  7. ProvenanceMeta Best Practices
  8. SDT YAML-in-HTML: HTML Container Attributes
  9. Semantic Data Atoms: Fields Block Specification
  10. Fragment Relationships and Referencing
  11. Semantic Data Template (SDT) Fragment Classes Overview
    1. DataFragment
    2. DerivedStatsFragment
    3. IndexFragment
    4. DefinedTermFragment
    5. FAQFragment
    6. MetaFragment
    7. ExplainerFragment
    8. DirectoryFragment
    9. EligibilityFragment
    10. ProcedureFragment
    11. GlossaryFragment
    12. PersonaFragment
    13. PolicyFragment
    14. RecommendationFragment

Copyright © 2026 · David Bynon · Log in