Added some sample data for the death of Caesar example

This commit is contained in:
Simon Brooke 2020-04-23 01:55:24 +01:00
parent fdd0b477e7
commit 180b57b09a
3 changed files with 45 additions and 2 deletions

View file

@ -68,3 +68,5 @@ This means that every implementation of the `wildwood.knowledge-accessor/Accesso
## Thoughts on the shape of a knowledge base
The object of building Bialowieza as a library is that we should not constrain how applications which use the library store their knowledge. Rather, knowledge accessors must transduce between the representation used by the particular storage implementation and that defined in `wildwood.schema`. However, what we've described above suggests that a hierarchical database would be a very natural fit for knowlege base data - more natural, in this case, than a relational database.