8f4706e46c
Approved by: portmgr blanket
6 lines
361 B
Text
6 lines
361 B
Text
This is a Ruby implementation of a RDF Normalize for RDF.rb. It is a Graph
|
|
normalizer for the RDF.rb library suite. It generates normalized output for an
|
|
RDF Dataset using the algorithm defined in RDF Normalize. It also implements an
|
|
RDF Writer interface, which can be used to serialize normalized statements.
|
|
|
|
WWW: https://github.com/gkellogg/rdf-normalize
|