2 dépôts
Storage systems specialized in maintaining semantic relationships using quad-tuples for web-scale data.
Distinguishing note: None of the candidates cover the specific semantic quad-storage paradigm for linked data.
Explore 2 awesome GitHub repositories matching data & databases · Semantic Linked Data Storage. Refine with filters or upvote what's useful.
Cayley is a graph database and query engine designed to store and retrieve interconnected data. It functions as a quad store, persisting information as four-element tuples to maintain complex relationships and semantic linked data. The system features a backend-agnostic storage layer that decouples the graph API from the underlying data store. This allows for the integration of external backends through a modular adapter system, enabling the synchronization of data across different storage engines. The project provides a pattern-matching query engine for extracting specific nodes and relatio
Persists information as four-element quads to maintain semantic relationships and linked data.
Solid is a protocol and ecosystem for decentralized web applications that separates application logic from data storage. It enables users to store and control their personal information in personal online data stores, known as Pods, ensuring that individuals own their data rather than the applications they use. The project provides a framework for decentralized identity and authentication using WebID and OpenID Connect, decoupling identity from central providers. It implements a resource-level permission system via Web Access Control, allowing users to grant or deny read, write, and append ac
Uses a storage architecture based on RDF graphs to enable cross-domain data linking and semantic querying.