trifid
trifid copied to clipboard
Lightweight Linked Data Server and Proxy
First DRAFT: # Trifid ## What is Trifid? It's a Web server specialized in Linked Data. The main functionalities of trifid are: ### Provide a SPARQL endpoint (proxy) Backed by...
Final goal to have the default instance should be online on ld.zazuko.com
All packages should be converted from CommonJS to ESM.
## Changes - [x] Show Named entities at the bottom (non-compacted & compacted) - [x] Show Unnamed at the bottom (non-compacted & compacted) - [x] Show embedded Lists with numbering...
Is it possible to configure Trifid to display inverse relations/triples?
To track progress for the feature mentioned in https://github.com/zazuko/trifid/issues/72
Design similar to: https://github.com/zazuko/zazuko.com
Replace outdated renderer with a one that uses an up-to-date, extendable RDF UI framework
There is currently no support for `HTTP HEAD`. I think that would be nice to add, as it screwed myself several times when I did a `curl` for head and...
Try to use something like `handlebars` as a template engine instead of our custom solution to avoid any issue.