-
Notifications
You must be signed in to change notification settings - Fork 0
knowledge graphs
mattana edited this page Nov 29, 2025
·
2 revisions
This page explores the implementation of knowledge graphs within the runtime.
- Where should the translation between symbol table entries and IRIs take place? Runtime or Compile time?
- Does a compile time process have enough information to be able to perform the mapping?
- would RDF* reification pose an issue to compile time mapping?
- is it compulsory that it is only one and not the other?
- if much of the KG funcs were implemented via
Fifth.Runtime,
- The bulk of the working code for KGs can be delivered through thoroughly tested runtime facilities in
Fifth.Runtime - a symtab could be extended to also have a lexical scope for alias decls.
- aliases could be allowed in more places than just a preamble for a module.