The future of OFN in a distributed web environment

Interesting thread!
I didnt know about openbazaar.org, really interesting and inspiring for OFN.

I just learned that JSON-LD is actually compatible with RDF. It’s an implementation of RDF. That is great because we can forget about the abstract theory of semantic web and just use JSON-LD on our API :slight_smile:
I see two dimensions to it:

  • JSON-LD to give meaning to the data - links to schemas, the @context tag for example
  • HATEOAS - basically, links between related resources
    Anyway, first, we need to clean up and define our basic REST API, then we can start to build these beautiful things on top.

Some interesting links:

1 Like