An open API service indexing awesome lists of open source software.

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

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).