Model entities and relations to trace strategic dependencies.
Purpose
Replaces isolated documents with an ontology of entities (companies, people, sectors, events) connected by typed relations. Enables graph traversal to answer questions such as "who owns the chain?".
Body
Palantir Foundry's model is the gold standard: a central ontology, entities with typed properties, relations with cardinality and confidence. olivLaw builds its KG by extracting entities from articles (spaCy ro_core_news_lg + LLM) and consolidating into relational tables + untyped graphs (Neo4j or Postgres+pgvector planned in a later phase).
Core concepts
- Entity linking
- Dependency mapping
- Per-relation confidence
- Graph traversal
- Ontological inference