From 01bc63810ba9f842072ef5f5469d6a7c8145d0da Mon Sep 17 00:00:00 2001 From: kortschak Date: Sat, 26 Jul 2014 17:45:56 +0930 Subject: [PATCH] Specify the limitations of quad/triple parsing --- nquads/nquads.go | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/nquads/nquads.go b/nquads/nquads.go index bb6e62f..1561f55 100644 --- a/nquads/nquads.go +++ b/nquads/nquads.go @@ -12,8 +12,12 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Package nquads implements the RDF 1.1 N-Quads line-based syntax for RDF -// datasets as defined by http://www.w3.org/TR/n-quads/. +// Package nquads implements parsing the RDF 1.1 N-Quads line-based syntax +// for RDF datasets. +// +// N-Quad parsing is performed as defined by http://www.w3.org/TR/n-quads/ +// with the exception that the nquads package will allow relative IRI values, +// which are prohibited by the N-Quads and N-Triples specifications. package nquads import (