The rdf-elements
package provides Web Components based on Lit to handle RDF/JS data.
See the examples page for more details.
The following libraries have been utilized in this project:
- The
RdfEditor
andSparqlEditor
components are based on CodeMirror editor. - Turtle language support for
RdfEditor
is based on SHACLed Turtle. - SPARQL.js takes care of the SPARQL syntax validation.
- The
RdfNetwork
component used Cytoscape.js for the visualization.