Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.05 KB

README.md

File metadata and controls

15 lines (10 loc) · 1.05 KB

rdf-elements

build status npm version

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 and SparqlEditor 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.