Yesterday, I released rdf-validation, a new #rdfjs package that solves some of the simpler validation tasks I described in my last blog post. For #shacl validation, I recommend the shacl-engine package.

https://github.com/rdf-ext/rdf-validation
https://github.com/rdf-ext/shacl-engine

GitHub - rdf-ext/rdf-validation: Validate RDF/JS objects

Validate RDF/JS objects. Contribute to rdf-ext/rdf-validation development by creating an account on GitHub.

GitHub

My current blog post covers the work on the RDF/JS specifications, why it was not only about data exchange but also about data processing, and how validation is related to that topic.

https://www.bergnet.org/2024/01/rdfjs-data-processing/

**#rdf** **#rdfjs**

RDF/JS for Data Processing

While working on RDF/JS specifications, I fulfilled two roles. As the chair, I had the goal that every feasible requirement submitted could be implemented based on what is written in the specification

bergis universe of software, hardware and ideas
I wrote a blog post about Grapoi, an #rdfjs #javascript compatible #rdf graph traversing library with history: https://www.bergnet.org/2023/09/grapoi/
Graph traversing with history

Graph traversing with plain RDF/JS objects is no fun. Keeping track of the path walked while traversing a graph adds another layer of complexity. With Grapoi, graph traversing is fun again and makes c

bergis universe of software, hardware and ideas
I wrote a new blog post about the current state and future plans of #rdfext and related #rdfjs #javascript libraries. Please give some feedback! https://www.bergnet.org/2023/03/rdf-ext-state-plans/
Current State and Future Plans for RDF-Ext

This year, RDF-Ext will turn ten years old. In this blog post, I will give a brief overview of recent updates, show the current plans, and explain how you can help improve RDF-Ext.

bergis universe of software, hardware and ideas
v1.0 of my pretty-print #rdfjs #turtle serializer is ready. https://www.npmjs.com/package/@rdfjs/serializer-turtle
@rdfjs/serializer-turtle

Turtle serializer that implements the RDF/JS Sink interface. Latest version: 1.0.0, last published: 11 hours ago. Start using @rdfjs/serializer-turtle in your project by running `npm i @rdfjs/serializer-turtle`. There are no other projects in the npm registry using @rdfjs/serializer-turtle.

npm