cybergraph

package
v0.1.10 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2021 License: MIT Imports: 3 Imported by: 0

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

func CleanUp

func CleanUp(ctx *b.Context, spec m.Map, msg *b.Message)

func QueryTriples

func QueryTriples(ctx *b.Context, spec m.Map, msg *b.Message)

Types

type Property

type Property struct {
	Predicate string
	Objects   []TypedValue
}

type Triple

type Triple struct {
	STName string
	SText  string
	PText  string
	OTName string
	OText  string
	//TimeStamp time.Time
	TimeStamp string
}

type TypedValue

type TypedValue struct {
	TypeName string
	Value    interface{}
}

Jump to

Keyboard shortcuts

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