Pinned Repositories
dataflow
Flow-based programming in Java based on a HyperGraphDB representation and using its P2P framework.
feedforwardnn
Implementation for a feed-forward 3-layer neural net as a hypergraph.
hypergraphdb
HyperGraphDB is a general purpose, extensible, portable, distributed, embeddable, open-source data storage mechanism. It is a graph database designed specifically for artificial intelligence and semantic web projects, it can also be used as an embedded object-oriented database for projects of all sizes.
management
HyperGraphDB application plugins management module, very simple framework for dealing with lifecycle of HyperGraphDB modules. A module is something that implements a domain model on top of the HyperGraphDB storage framework. In general, it defines types, indices, query and storage strategies etc.
mjson
Implementation of JSON storage as a hypergraph - JSON structures as graphs rather than blobs as commonly implemented in so called "document-oriented" database.
owl
Full implementation of the OWL 3.0 standard API with distributed version control of ontologies for collaborative editing. This module is complement with a Protege plugin.
prolog
Integration with the TuProlog interpreter for reasoning over hypergraphs through Prolog.
protegeowl
A plugin to the Protege OWL editor integrating the HyperGraphDB based OWL implementation with extension support for distributed version control.
sail
Implementation of the RDF standard using the openRDF.org Sesame framework.
viewer
HyperGraphDB UI for display and navigating (hyper)graphs.
hypergraphdb's Repositories
hypergraphdb/hypergraphdb
HyperGraphDB is a general purpose, extensible, portable, distributed, embeddable, open-source data storage mechanism. It is a graph database designed specifically for artificial intelligence and semantic web projects, it can also be used as an embedded object-oriented database for projects of all sizes.
hypergraphdb/protegeowl
A plugin to the Protege OWL editor integrating the HyperGraphDB based OWL implementation with extension support for distributed version control.
hypergraphdb/mjson
Implementation of JSON storage as a hypergraph - JSON structures as graphs rather than blobs as commonly implemented in so called "document-oriented" database.
hypergraphdb/prolog
Integration with the TuProlog interpreter for reasoning over hypergraphs through Prolog.
hypergraphdb/dataflow
Flow-based programming in Java based on a HyperGraphDB representation and using its P2P framework.
hypergraphdb/owl
Full implementation of the OWL 3.0 standard API with distributed version control of ontologies for collaborative editing. This module is complement with a Protege plugin.
hypergraphdb/viewer
HyperGraphDB UI for display and navigating (hyper)graphs.
hypergraphdb/sail
Implementation of the RDF standard using the openRDF.org Sesame framework.
hypergraphdb/feedforwardnn
Implementation for a feed-forward 3-layer neural net as a hypergraph.
hypergraphdb/management
HyperGraphDB application plugins management module, very simple framework for dealing with lifecycle of HyperGraphDB modules. A module is something that implements a domain model on top of the HyperGraphDB storage framework. In general, it defines types, indices, query and storage strategies etc.
hypergraphdb/topicmaps
Implementation of the Topic Maps 1.0 standard.
hypergraphdb/wordnet
Representation of the lexical WordNet database from Princeton.
hypergraphdb/xsd
Implementation of the XML Schema standard within the HyperGraphDB type system.