AtomGraph / LinkedDataHub

The low-code Knowledge Graph application platform. Apache license.
https://atomgraph.github.io/LinkedDataHub/
Apache License 2.0
485 stars 122 forks source link

Move URI building to the client-side #105

Closed namedgraph closed 2 years ago

namedgraph commented 2 years ago

Get rid of the forClass URL-param and Skolemizer based server-side URI skolemization.

Load app ontology on the client-side and build a (?class, ?path) map where ?class ldt:path ?path. Implement skolemizer with Saxon-JS.