-
Notifications
You must be signed in to change notification settings - Fork 12
Modules
Dmitri Zagidulin edited this page Aug 3, 2016
·
24 revisions
A list of modules which already implement the RDFJS specification or will implement it in the future:
- 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
- tracking issue
- rdflib.js Javascript RDF library (parsers, serializers, web fetcher, in-memory store) for browsers and NodeJS
- tracking issue