TypeDB

hasConcept

  • "Concept Architecture"

Thoughts

Use Cases

Tips

  • When inserting instances of a relation, it is not necessary to define all of its role players. But this represents an incomplete information state, such as a marriage in which only one of the spouses is known.

Issues

Modelling

  • entity:
    • anything physical
    • anything that exists logically but doesn't require involvement of other things
    • concrete
    • /proper/common/abstract/collective
    • relations should be "abstract nouns" or "transitive verbs that can accept 2 or more argument"
  • no equivalanet of blank node (no open world), but you could do "entity with no URI is unspecified"
  • "GRAKN.AI uses “hypergraphs” instead of vanilla digraphs to model their knowledge, although under the hood, they map these hypergraphs to digraphs before persisting to whatever vendor DB using Apache TinkerPop."

Temporal Modelling

Resources


Backlinks