Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 2 KB

implementations.md

File metadata and controls

30 lines (25 loc) · 2 KB

List of N3 implementations

In Progress

Incomplete

  • N3.js Lightning fast, asynchronous, streaming RDF for JavaScript
    (note: does not support reasoning)
  • swish implementation in Haskell of N3 (also Turtle, formal semantics, graph isomorphism, etc)
    (homepage mentions incompleteness)
  • AutoNomic backchaining reasoner with AE rules
    (seems incomplete according to this?)
  • Linked Data-Fu implementation in Java of a subset of N3's features (RDF assertions, deductions) with special semantics regarding HTTP requests in rule heads
    (reasoning aspect unclear - cannot access system)
  • RDFLib Python package for working with RDF. (note: does not support reasoning)
  • RoXi a Rust based streaming reasoner (command line + web version)

Archived