Why use this data structure?

Rajil TL
1 Min Read
Disclosure: This website may contain affiliate links, which means I may earn a commission if you click on the link and make a purchase. I only recommend products or services that I personally use and believe will add value to my readers. Your support is appreciated!
  • It enables attribute values to be retrieved quickly
    • assertions are indexed by the entities
    • binary predicates are indexed by first argument. E.g. team(Mike-Hall , Cardiff).
  • Properties of relations are easy to describe .
  • It allows ease of consideration as it embraces aspects of object oriented programming.

So called because:

  • A slot is an attribute value pair in its simplest form.
  • A filler is a value that a slot can take — could be a numeric, string (or any data type) value or a pointer to another slot.
  • A weak slot and filler structure does not consider the content of the representation.

We will study two types:

  • Semantic Nets.
  • Frames.
Share This Article

Rajil TL is a SenseCentral contributor focused on tech, apps, tools, and product-building insights. He writes practical content for creators, founders, and learners—covering workflows, software strategies, and real-world implementation tips. His style is direct, structured, and action-oriented, often turning complex ideas into step-by-step guidance. He’s passionate about building useful digital products and sharing what works.

Leave a review