Skip to main content
An Item (also known as an Entity in broader RDF contexts) is any distinct “thing” in your world—a person, a piece of code, a company, or a concept. Every item is represented as a node in the Worlds knowledge graph.

Attributes of an Item

  • Identification: A unique IRI, or Internationalized Resource Identifier, identifies every item.
  • Classes: Items are categorized by their type using standard properties like rdf:type (e.g., User, Project, or Task).
Items are connected to each other via properties to form a Triple, establishing a fact in the world.