https://github.com/zazuko/rdfjs-elements
Web components for RDF/JS libraries
https://github.com/zazuko/rdfjs-elements
Last synced: 10 months ago
JSON representation
Web components for RDF/JS libraries
- Host: GitHub
- URL: https://github.com/zazuko/rdfjs-elements
- Owner: zazuko
- License: mit
- Created: 2020-08-05T15:02:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-03T07:21:57.000Z (about 1 year ago)
- Last Synced: 2025-08-14T00:39:59.885Z (11 months ago)
- Language: JavaScript
- Homepage: http://zazuko.github.io/rdfjs-elements/converter
- Size: 2.01 MB
- Stars: 12
- Watchers: 5
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @rdfjs-elements
Custom elements wrapping RDF/JS libraries
## Components
| Component | Package | | Description |
| -- | -- | -- | -- |
| [`rdf‑editor`](packages/rdf-editor) | [](https://www.npmjs.com/package/@rdfjs-elements/rdf-editor) | [API/Demo](https://zazuko.github.io/rdfjs-elements/rdf-editor) | Text editor with code highlighting which uses RDF/JS parsers and serializers |
| [`rdf‑snippet`](packages/rdf-snippet) | [](https://www.npmjs.com/package/@rdfjs-elements/rdf-snippet)| [API/Demo](https://zazuko.github.io/rdfjs-elements/rdf-snippet) | Snippet viewer with ability to switch between RDF representations |
| [`sparql‑editor`](packages/sparql-editor) | [](https://www.npmjs.com/package/@rdfjs-elements/sparql-editor)| [API/Demo](https://zazuko.github.io/rdfjs-elements/sparql-editor) | Text editor for SPARQL |
## Other packages
| Package | | Description |
| -- | -- | -- |
| [`@rdfjs-elements/editor-base`](packages/editor-base) | [](https://npm.im/@rdfjs-elements/editor-base) | Base class for editor elements |
| [`@rdfjs-elements/formats-pretty`](packages/formats) | [](https://npm.im/@rdfjs-elements/formats-pretty) | [`@rdfjs/formats-common`](https://npm.im/@rdfjs/formats-common) with serializers configured to do pretty-printing |
| [`@rdfjs-elements/lit-helpers`](packages/lit-helpers) | [](https://npm.im/@rdfjs-elements/lit-helpers) | Utilities for using RDF/JS objects with [`lit`](https://npm.im/lit) |
| [`@rdfjs-elements/testing`](packages/testing-helpers) | [](https://npm.im/@rdfjs-elements/testing) | A [es-dev-server plugin](https://github.com/open-wc/es-dev-server) which serves stubs of node stream modules |