Documentation
¶
Overview ¶
Package cybergraph provides actors/handlers for accessing a semantic store based on RDF-like triples.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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.