Hacker News new | ask | show | jobs
Show HN: Data store with change-request mechanic (copernic.space)
2 points by amirouche 2306 days ago
1 comments

The code is at: https://github.com/amirouche/copernic

A quick tour is available at: https://www.youtube.com/watch?v=wqbYfuOhG9w

Here is the equiavlent of the following SPARQL query:

  SELECT ?uid ?key ?value WHERE {
    ?uid <http://title> "copernic" .
    ?uid ?key ?value
  }
link: http://copernic.space/query/?uid0=uid%3F&key0=title&value0=c...