Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 655 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 655 Bytes

Entities for data management in Go

This is early work

The idea is simple enough -- design some entities -- structs in Go -- with common names, common slots, and a common pointer architecture to replicate the kinds of data needs of the Semantic Web. Provide methods for loading and unloading the structures to triples -- this allows for storage and query in triple stores and the use of the SPARQL query language for reporting.

The Go data structures are simple, extensible, and fast. Should be useful for many data problems, and the construction of CRM systems, academic profiling systems such as VIVO, and many other common data applications.