rdf_canonicalization 0.2.0 copy "rdf_canonicalization: ^0.2.0" to clipboard
rdf_canonicalization: ^0.2.0 copied to clipboard

A Dart library for RDF graph canonicalization and isomorphism testing, implementing the W3C RDF Dataset Canonicalization specification.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rdf_canonicalization

With Flutter:

 $ flutter pub add rdf_canonicalization

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  rdf_canonicalization: ^0.2.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:rdf_canonicalization/rdf_canonicalization.dart';
0
likes
160
points
159
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart library for RDF graph canonicalization and isomorphism testing, implementing the W3C RDF Dataset Canonicalization specification.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#rdf #canonicalization #graph-isomorphism #semantic-web #blank-nodes

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

crypto, logging, rdf_core

More

Packages that depend on rdf_canonicalization