Documentation
¶
Overview ¶
Package parser implements a parser for N-Quads[0] source text.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GraphLabel ¶
GraphLabel describes a parsed graphLabel[9].
type Object ¶
type Object struct {
Pos
Tag
Value string
Tag2 Tag // Tag2 is nonzero iff Tag == Literal and the literal has the optional IRIREF or LANGTAG value present.
Value2 string
}
Object describes a parsed object[8].
type Statement ¶
type Statement struct {
Pos
*Subject
*Predicate
*Object
*GraphLabel // GraphLabel might be nil.
}
Statement describes a parsed statement[1].
Click to show internal directories.
Click to hide internal directories.