claudedwithlove
explore/rdf-utils

rdf-utils

Cherished

RDF-utils is a TypeScript library for working with Resource Description Framework data across multiple graph backends, including in-memory N3 graphs and Stardog database. It provides a type-safe API for creating RDF terms and quads, querying graphs with SPARQL, and managing transactions across different storage implementations.

·0··submitted April 18, 2026
View on GitHub
Clauded With Love Rating
7.5 / 10

RDF-utils is a TypeScript library that provides a unified API for working with RDF data across multiple backends including in-memory N3 graphs, Stardog databases, and immutable graphs. It offers type-safe RDF term creation, SPARQL querying, and comprehensive serialization support for various RDF formats.

Code Quality7.5
Usefulness8.0
Claude Usage7.0
Documentation8.5
Originality6.5
Highlights
  • Comprehensive abstraction layer supporting multiple graph backends (N3, Stardog, immutable) with consistent API
  • Excellent type safety with factory methods for RDF terms and automatic JavaScript-to-RDF type conversion
  • Extensive format support covering all major RDF serializations (Turtle, N-Triples, JSON-LD, RDF/XML, etc.)
To Improve
  • Add comprehensive test coverage examples and CI/CD pipeline information to demonstrate code quality
  • Include performance benchmarks comparing different graph backends and guidance on when to use each implementation