Show / Hide Table of Contents

Class RdfCanonicalizer

Implementation of the RDFC-1.0 algorithm. Transforms a RDF graph into its canonical form.

Inheritance
object
RdfCanonicalizer
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF
Assembly: dotNetRdf.dll
Syntax
public class RdfCanonicalizer

Constructors

| Edit this page View Source

RdfCanonicalizer(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 Source

Canonicalize(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

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Constructors
    • RdfCanonicalizer(string)
  • Methods
    • Canonicalize(ITripleStore)
  • Extension Methods
Back to top Generated by DocFX