-
Notifications
You must be signed in to change notification settings - Fork 8
List of available implementations
Dan Yamamoto edited this page Aug 16, 2023
·
11 revisions
This page shows the implementation of RDF-Canon that the WG knows about. Eventually, this list will be part of the official implementation report of the Specification
- rdfjs-c14n: implementation in TypeScript on top of the interfaces defined by the RDF/JS Data model specification. Under the W3C Software and Document License. Author: Ivan Herman.
- rdf-normalize: implementation in Ruby. Unlicensed/Public Domain. Author Gregg Kellogg.
- rdf-canonize: implementation in JavaScript. New BSD licensed.
- rdf-canonize-native: implementation in C++ requiring a Node.js wrapper. New BSD licensed.
- pyld: implementation in Python. New BSD licensed.
- rdf-urdna: implementation in Java. Apache 2 licensed.
- json-gold: implementation in Go. Apache 2 licensed.
- jsonld-normalization-dotnet: implementation in C#/.NET. MIT Licensed.
- ssi-json-ld: implementation in Rust. Apache 2 licensed.
- zkp-ld/rdf-canon: implementation in Rust. MIT licensed.