Documentation ¶
Overview ¶
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 quad-Quads specifications.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Decoder ¶
type Decoder struct {
// contains filtered or unexported fields
}
Decoder implements N-Quad document parsing according to the RDF 1.1 N-Quads specification.
func NewDecoder ¶
NewDecoder returns an N-Quad decoder that takes its input from the provided io.Reader.
Click to show internal directories.
Click to hide internal directories.