-
Notifications
You must be signed in to change notification settings - Fork 13
Description
How to find them? Which to use?
Every team wastes time going through a similar research and
selection process.
"Beginners drown in the options."
https://lists.w3.org/Archives/Public/semantic-web/2018Nov/0229.html
IDEA: LAMP for RDF
Create a bundled release of RDF tools, analogous
to a standard LAMP stack, or Red Hat or Ubuntu; so that if
someone wants to use RDF all they have to do is install that
bundle and they're ready to go.
Richard Cyganiak called this the "LARP" stack:
http://richard.cyganiak.de/blog/2005/09/rdf-and-web-applications/
"such a platform already exists :) We call it LinkedDataHub":
https://linkeddatahub.com/docs/about
https://lists.w3.org/Archives/Public/semantic-web/2018Nov/0052.html
IDEA: semantic web generic client in a box
"Simply start a server pointing at a SPARQL endpoint(s). Optionally
configure it with some example queries, metadata about what property to
derive labels (or introspect this from the endpoint itself), and get:
- A form interface for SPARQL queries with a menu of example queries
that give you an idea of how to get started, plus some useful standard
prefixes - Simple linked data browsing (using conneg for html vs turtle)
- Dumb generic graphical browsing, a la neo4j
- Basic schema derivation; or just stats on most used classes and
properties - A generic semantic hypermedia API
- An autogenerated domain-specific swagger API (e.g. using garlik)"
https://lists.w3.org/Archives/Public/semantic-web/2018Nov/0046.html