Documentation
¶
Overview ¶
Package schema provides types and functions for an RDF-compliant event and attribute store.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Property ¶
type Property struct {
Predicate string
Objects []TypedValue
}
type TypedValue ¶
type TypedValue struct {
TypeName string
Value interface{}
}
Click to show internal directories.
Click to hide internal directories.