Wimmics / solid-start

Projet SOLID Inria - Startin'blox
MIT License
1 stars 0 forks source link

Consider enriching type index with schema-based inferences #10

Open FabienGandon opened 10 months ago

FabienGandon commented 10 months ago

We could consider enriching type indexes with schema-based inferences including for instance : add super-classes of mentioned classes, add equivalent classes, etc.

This could be materialized by an agent external to the POD that could be the indexer agent or another.

lecoqlibre commented 10 months ago

A ctc standard could enforce clients to resolve all the inferences in indexes. Clients would do this by themselves or with an agent.

For large scale, if the index contains inferences, it could be spitted into smaller pieces to reduce loading times.