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
| Entity | Description |
|---|---|
| Article | Wiki page with content, timestamps |
| Author | Person who wrote the article |
| Tag | Category labels for articles |
| Citation | Article-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."