https://github.com/zazuko/clownface-io
I/O methods for Clownface
https://github.com/zazuko/clownface-io
Last synced: 2 months ago
JSON representation
I/O methods for Clownface
- Host: GitHub
- URL: https://github.com/zazuko/clownface-io
- Owner: zazuko
- Created: 2020-07-19T22:42:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-20T09:39:21.000Z (over 3 years ago)
- Last Synced: 2025-12-26T22:46:09.204Z (6 months ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clownface.io
The complete package to get you started with working on RDF based on the simple but powerfull graph traversing library.
This library is based on http://zazuko.github.io/clownface/ and bring all batteries necessary to start accesing and (soon) writing of RDF.
## What does it include already?
* Standard set of libraries shipped with it. A opiniated sane set of standard configurations.
* Parsers included in [RDF/JS formats common](https://github.com/rdfjs-base/formats-common).
* RDF accessable through HTTP and file interfaces.
* Can be used without any knowledge about streams, and the underlying stream based libraries.
## What is on a potential roadmap?
* Configurable to change standard set of libraries.
* Full control on error management. (E.g. in case of multiple requests in a chain.)
* Query directly a SPARQL endpoint.
* Resolve resources with multiple strategies
1. Configured endpoints.
2. Configured proxies to dereference.
3. Dereference on HTTP/S.
4. Look for void with SPARQL endpoint.
* Writing to different places (SPARQL endpoint, GraphStore, Serializations).