Skip to main content

Knowledge Base / Wiki

This example demonstrates a company wiki with articles, tags, citations, and version history—showcasing Fluree's temporal query capabilities.

Schema Overview

graph LR a(Article) -->|author| auth(Author) a -->|tags| t(Tag) a -->|cites| a2(Article)

Entities

EntityDescription
ArticleWiki page with content, timestamps
AuthorPerson who wrote the article
TagCategory labels for articles
CitationArticle-to-article references

Key Features

  • Citations: Articles can reference other articles, creating a knowledge graph
  • Version History: All changes are tracked with timestamps
  • Time-Travel: Query the wiki as it existed at any point in time
info

The citation graph enables powerful queries like "find all articles that cite this one" or "show the citation chain."