Auto saved by Logseq

This commit is contained in:
2022-05-02 01:21:47 +02:00
parent 83ab9d85ef
commit 0c708c2230
+1 -1
View File
@@ -8,8 +8,8 @@
- Being a [[graph]], an Agora can be defined as a set of vertexes or [[nodes]] `N` (entities) and [[edges]] `E` (known links between entities, optionally annotated). - Being a [[graph]], an Agora can be defined as a set of vertexes or [[nodes]] `N` (entities) and [[edges]] `E` (known links between entities, optionally annotated).
- Agora [[nodes]] are defined by the set of known resources *about* the entity described by their title or other metadata. - Agora [[nodes]] are defined by the set of known resources *about* the entity described by their title or other metadata.
- A [[node]] is a community-maintained [[collection]] of voice-preserving individual [[subnodes]] defined by the resources contributed by a certain user or group. - A [[node]] is a community-maintained [[collection]] of voice-preserving individual [[subnodes]] defined by the resources contributed by a certain user or group.
- Links can be said to
- Because links between two nodes in an Agora can be [[annotated]] (i.e. #tagged or qualified by other nearby links) and have multiplicity, the Agora is in fact a [[hypergraph]]. - Because links between two nodes in an Agora can be [[annotated]] (i.e. #tagged or qualified by other nearby links) and have multiplicity, the Agora is in fact a [[hypergraph]].
- Links by default can be said to [[fan out]] in an Agora, in the sense that a query will return a multiplicity whenever that is possible by default.
- Individual agoras are expected to federate and organize into greater Agora networks, which are in themselves graph-like at a higher level. - Individual agoras are expected to federate and organize into greater Agora networks, which are in themselves graph-like at a higher level.
- On a system level, there exists a [[reference Agora]] that provides a minimum viable implementation for the [[underlay]], [[interlay]], [[overlay]] components of the [[distributed knowledge graph]]. - On a system level, there exists a [[reference Agora]] that provides a minimum viable implementation for the [[underlay]], [[interlay]], [[overlay]] components of the [[distributed knowledge graph]].
- We are using said reference Agora to refine the proposed system and run experiments. - We are using said reference Agora to refine the proposed system and run experiments.