Documentation ¶
Index ¶
- type DataSet
- type Parser
- type Triple
- type URI
- func (u URI) Bytes() []byte
- func (z *URI) DecodeMsg(dc *msgp.Reader) (err error)
- func (z URI) EncodeMsg(en *msgp.Writer) (err error)
- func (u URI) IsVariable() bool
- func (z URI) MarshalMsg(b []byte) (o []byte, err error)
- func (z URI) Msgsize() (s int)
- func (u URI) String() string
- func (z *URI) UnmarshalMsg(bts []byte) (o []byte, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataSet ¶ added in v0.5.2
type DataSet struct { Namespaces map[string]string Triples []Triple // contains filtered or unexported fields }
func (*DataSet) AddTripleStrings ¶ added in v0.6.0
func (*DataSet) AddTripleURIs ¶ added in v0.6.0
func (*DataSet) NumNamespaces ¶ added in v0.5.2
func (*DataSet) NumTriples ¶ added in v0.5.2
type Parser ¶ added in v0.5.2
type Triple ¶ added in v0.5.2
func MakeTriple ¶ added in v0.5.2
func (*Triple) MarshalMsg ¶ added in v0.5.2
MarshalMsg implements msgp.Marshaler
type URI ¶ added in v0.5.2
func (URI) IsVariable ¶ added in v0.5.2
func (URI) MarshalMsg ¶ added in v0.5.2
MarshalMsg implements msgp.Marshaler
Click to show internal directories.
Click to hide internal directories.