Skip to content

0.04

Compare
Choose a tag to compare
@indeyets indeyets released this 05 Jul 16:12
· 8 commits to master since this release

Grids.by/you is a hosting platform for Semantic Web. We provide free RDF hosting and OAuth-secured HTTP-API (including SPARQL endpoint) for getting necessary pieces of data.

Under the hood, we use a lot of great opensource components glued together. We're powered by Virtuoso/7 triplestore, Redis for caching and Celery/RabbitMQ for task processing.

We value both privacy of our users and responsiveness, so all communications are secured by TLS by default and are SPDY (aka HTTP/2.0) enabled.

Changelog

  • list.json method of API accepts JSON-LD input. This way it is possible to specify more complex filters
  • get.jsonld method of API returns "compact" form of JSON-LD, as it is easier to parse it manually (still, we recommend to use proper libraries)
  • New public datasets:
    • OpenCyc
    • The Suggested Upper Merged Ontology (SUMO)
    • WordNet
  • stability fixes for various code parts