25 lines
556 B
Markdown
25 lines
556 B
Markdown
%%
|
|
Title: Knowledge graph
|
|
Created: 2022-03-08 01:48
|
|
Status:
|
|
Parent: [[Archive/Computing/KExocortex]]
|
|
Tags:
|
|
Source:
|
|
%%
|
|
|
|
# Knowledge graph
|
|
|
|
An exocortex is knowledge graph + repository store.
|
|
|
|
Thoughts:
|
|
* Node: entity in the graph
|
|
* Entity / attribute / value
|
|
* Relationship links (child, parent, sibling, related)
|
|
* Tags
|
|
* Links as nodes
|
|
* Model as protobuf?
|
|
|
|
## Reading list
|
|
|
|
* [Collective Intelligence at the Knowledge Graph Conference](https://deelythomas.medium.com/collective-intelligence-at-the-knowledge-graph-conference-6de36eb84e01)
|