Expand description
Seed and resolve ontology sources bundled with the desktop app.
These sources provide an offline fallback for essential ontologies whose
catalog URLs may be unavailable at runtime. They are also seeded into
{storage}/Index/ on startup so readiness checks can treat them as present.
Solid stack (from Timothy’s W3C ns archive + Solid Terms vocab):
ldp, acl, solid-terms, solid-oidc, pim-space, foaf under
bundled/ontologies/w3c-archives/.
Constants§
- DEFAULT_
BUNDLED_ ONTOLOGIES - Ontologies seeded into local storage when absent.
Functions§
- resolve_
bundled_ ontology_ source - Resolve a bundled ontology source file from the packaged app or repo tree.
- seed_
bundled_ ontologies - Seed bundled essential ontologies into
{storage}/Index/when absent.