HighlightCurated by Aramai Editorialgit.nextgraph.org

oxigraph

A Rust-based graph database implementing the SPARQL standard.

Oxigraph is a graph database written in Rust that implements the SPARQL standard. It provides a compliant, safe, and fast graph database based on the RocksDB key-value store. Oxigraph also includes utility functions for reading, writing, and processing RDF files.

Based on: oxigraph · git.nextgraph.org

HighlightCurated by Aramai Editorialgithub.com

Vault-LD: an open spec for Markdown vaults as linked data

An open format for knowledge that enables two-way conversion between Markdown notes and RDF graphs.

Vault-LD is a specification for converting Markdown notes into RDF graphs, enabling the sharing of knowledge between humans and machines. It uses YAML frontmatter to map onto YAML-LD, allowing for round-trip conversions between Markdown and RDF. This approach enables business semantics to be integrated into existing wiki systems, and vice versa.

Based on: GitHub - The-Knowledge-Graph-Guys/vault-ld: Vault-LD: an open spec for Markdown vaults as linked data. YAML-LD frontmatter + a shared @context = an RDF knowledge graph. Prose for humans and LLMs, triples for machines. · github.com

HighlightCurated by Aramai Editorialoaei.ontologymatching.org

Ontology Alignment Evaluation Initiative::2025

Evaluation campaign for ontology matching technologies.

The Ontology Alignment Evaluation Initiative (OAEI) is a yearly evaluation campaign that assesses the performance of ontology matching systems. The 2025 campaign includes various tracks, such as T-Box/Schema matching, Multifarm, and Knowledge Graph Track, which evaluate different aspects of ontology alignment. The goal is to provide a comprehensive assessment of ontology matching technologies.

Based on: Ontology Alignment Evaluation Initiative::2025 · oaei.ontologymatching.org

HighlightCurated by Aramai Editorialfrontiersin.org

SHACLens: a visualization workflow for SHACL violation exploration in knowledge graphs

A visualization workflow for exploring SHACL violations in large knowledge graphs.

The paper presents SHACLens, an interactive visualization workflow that links ontology, instance data, and violation reports across multiple coordinated views. The workflow is designed to help analysts identify co-occurring errors and their likely upstream causes. An evaluation of the workflow using a transcriptomics dataset showed that it efficiently surfaced repeated sets of errors due to missing objects and schema inconsistencies.

Based on: Frontiers | SHACLens: a visualization workflow for SHACL violation exploration in knowledge graphs · frontiersin.org

HighlightCurated by Aramai Editorialcloud.google.com

How the Open Knowledge Format can improve data sharing

Google introduces the Open Knowledge Format (OKF) to standardize knowledge representation for AI systems.

The Open Knowledge Format is an open specification that formalizes the LLM-wiki pattern into a portable, interoperable format. It represents knowledge as a directory of markdown files with YAML frontmatter and allows for standardized documentation and data sharing across teams and organizations. The OKF aims to solve the problem of fragmented context landscapes by providing a vendor-neutral, agent- and human-friendly standard for representing metadata, context, and curated knowledge.

Based on: How the Open Knowledge Format can improve data sharing | Google Cloud Blog · cloud.google.com

HighlightCurated by Aramai Editorialjessicatalisman.substack.com

Intentional Arrangement

A Substack publication by Jessica Talisman, MLS, on information architecture and semantic engineering.

The resource covers topics such as ontologies, knowledge graphs, AI, and semantic interoperability. It includes essays and articles on various aspects of digital knowledge ecosystems and their organization. The author shares her expertise in information architecture and semantic engineering, with a focus on intentional arrangement and its applications.

Based on: Intentional Arrangement | Jessica Talisman, MLS | Substack · jessicatalisman.substack.com

HighlightCurated by Aramai Editorialgithub.com

DuckDB RDF Extension

A DuckDB extension to read and write RDF files directly.

This extension allows reading and writing RDF files in DuckDB, supporting various formats such as Turtle, NTriples, NQuads, and TriG. It uses the SERD library for parsing and writing RDF data. The extension also supports WebAssembly (WASM) builds and compression formats like Gzip and Zst.

Based on: GitHub - nonodename/duck_rdf: RDF file extension for DuckDB. Reads and writes supported · github.com

HighlightCurated by Aramai Editorialgithub.com

GitHub - DataTreehouse/maplib

A high-performance RDF knowledge graph construction library in Python.

maplib is a Rust-based library for constructing and querying knowledge graphs. It supports SHACL validation, SPARQL and Datalog queries, and can read knowledge graphs from various serialization formats. The library allows users to leverage their existing skills with Pandas or Polars to extract and wrangle data before building a knowledge graph.

Based on: GitHub - DataTreehouse/maplib · github.com

HighlightCurated by Aramai Editorialfigureandground.substack.com

The Ontology Layer of Design

An article discussing the importance of ontology in design, particularly in the context of AI and large language models.

The author argues that designers must adapt to the changing landscape of AI by defining a product's ontology, which is the basic structure of objects, relationships, and concepts. This involves understanding how to spot good ontologies from bad ones and leveraging language as a way of shaping the worlds our new AI tools will inhabit.

Based on: The Ontology Layer of Design · figureandground.substack.com

HighlightCurated by Aramai EditorialarXiv

Separating Semantic Competition from Context Length in RAG Reading

Paper on evaluating Retrieval-Augmented Generation (RAG) systems.

The authors introduce a matched-control protocol to isolate the effect of semantic competition on RAG reading performance. They apply this protocol to two compact open models on SQuAD and report improvements in F1, answer inclusion, and exact match scores. The results suggest that the competition effect is distinct from context length.

Based on: Separating Semantic Competition from Context Length in RAG Reading · arXiv

HighlightCurated by Aramai EditorialarXiv

Uncertainty-Aware Hybrid Retrieval for Long-Document RAG

A training-free hybrid retrieval framework for Retrieval Augmented Generation (RAG).

The authors propose Uncertainty-aware Multi-Granularity RAG (UMG-RAG), a hybrid retrieval framework that treats chunk granularity as query-specific reliability estimation. UMG-RAG uses existing dense and sparse retrievers as complementary experts across multiple chunk granularities, estimating reliability from distribution entropy and fusing candidates according to query-specific semantic, lexical, and granularity confidence.

Based on: Uncertainty-Aware Hybrid Retrieval for Long-Document RAG · arXiv

HighlightCurated by Aramai EditorialarXiv

mcp-proto-okn: Natural-language access to open scientific knowledge graphs through the Model Context Protocol

A Python-based Model Context Protocol server for natural-language access to open scientific knowledge graphs.

The MCP Server Proto-OKN enables AI assistants to discover, inspect, and query scientific knowledge graphs through natural language. It provides various functions such as graph routing, schema inspection, and SPARQL execution. The server is implemented in Python using the FastMCP framework and is available on GitHub.

Based on: mcp-proto-okn: Natural-language access to open scientific knowledge graphs through the Model Context Protocol · arXiv