rdfjs/dataset-spec

.toCanonical() and .toString()

blake-regalia opened this issue · 0 comments

toCanonical
Returns an N-Triples string representation of the dataset, preprocessed with RDF Dataset Normalization algorithm.

toString
Returns an N-Triples string representation of the dataset.

Shouldn't these be an "N-Quads" string representation of the dataset?