-
Notifications
You must be signed in to change notification settings - Fork 12
Modules
Thomas Bergwinkl edited this page May 23, 2016
·
24 revisions
A list of modules which implement the RDFJS Interfaces specification:
- rdf-examples: Different examples using modules which implement RDFJS Interfaces
- rdf-data-model: A basic implementation of the RDFJS Data Model
- rdf-filter-stream: Filters a RDFJS Stream using a filter callback or quad pattern
- rdf-source: Abstract RDFJS Source Interface implementation
- rdf-parser-jsonld: RDFJS Source Interface wrapper for jsonld.js
- rdf-serializer-ntriples: N-Triples serializer that implements the RDFJS Sink Interface
- rdf-normalize: RDF graph normalization
- rdf-ext: RDF library for NodeJS and the Browsers