nquads

package
v0.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2015 License: Apache-2.0 Imports: 7 Imported by: 0

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

func Parse

func Parse(statement string) (quad.Quad, error)

Parse returns a valid quad.Quad or a non-nil error. Parse does handle comments except where the comment placement does not prevent a complete valid quad.Quad from being defined.

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

func NewDecoder(r io.Reader) *Decoder

NewDecoder returns an N-Quad decoder that takes its input from the provided io.Reader.

func (*Decoder) Unmarshal

func (dec *Decoder) Unmarshal() (quad.Quad, error)

Unmarshal returns the next valid N-Quad as a quad.Quad, or an error.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL