Class RdfCanonicalizer
Implementation of the RDFC-1.0 algorithm. Transforms a RDF graph into its canonical form.
Inherited Members
Namespace: VDS.RDF
Assembly: dotNetRdf.dll
Syntax
public class RdfCanonicalizer
Constructors
| Edit this page View SourceRdfCanonicalizer(string)
Implementation of the RDFC-1.0 algorithm. Transforms a RDF graph into its canonical form.
Declaration
public RdfCanonicalizer(string hashAlgorithm = "SHA256")
Parameters
Type | Name | Description |
---|---|---|
string | hashAlgorithm |
Methods
| Edit this page View SourceCanonicalize(ITripleStore)
This implements RDFC-1.0 (https://www.w3.org/TR/rdf-canon).
Declaration
public RdfCanonicalizer.CanonicalizedRdfDataset Canonicalize(ITripleStore inputDataset)
Parameters
Type | Name | Description |
---|---|---|
ITripleStore | inputDataset |
Returns
Type | Description |
---|---|
RdfCanonicalizer.CanonicalizedRdfDataset |