eyeling — a compact Notation3 (N3) reasoner in JavaScript.

The core idea: forward chaining is the outer loop; backward chaining is the proof engine used inside rule firing. Built-ins can participate in rule bodies, so consequences are computed until fixpoint.

https://github.com/eyereasoner/eyeling

#Notation3 #N3 #SemanticWeb #LinkedData #JavaScript #Reasoning

The #Notation3 #W3C Community Group published today Notation3 Semantics! Great work by Dörthe Arndt https://w3c.github.io/N3/spec/semantics.html
Notation3 Semantics

In case your need a (JavaScript) tool to transform RDF from one serialisation to another rdf-parse and rdf-serialize ,written by Ruben Taelman of @ugent IMEC-Knows, is your friend: #trig #nquads #turtle #ntriples #notation3 #rdf/xml #rdfa #jsonld you name it. Here is an example how to use it https://gist.github.com/phochste/ef249cccffbcb6583782526f0fe65b57
Example how to transform RDF from one serialisation to another

Example how to transform RDF from one serialisation to another - example.js

Gist