Coder Social home page Coder Social logo

Comments (7)

deiu avatar deiu commented on May 29, 2024

Our two SoLiD servers (gold and ldnode) both support JSON-LD (application/ld+json). The SoLiD document speak about JSON-LD, because it is just another serialization format.

from solid-spec.

akuckartz avatar akuckartz commented on May 29, 2024

This issue is about the current requirement by Activity Streams 2.0 to support a new special Activity Streams 2.0 media type instead of the JSON-LD media type (with a profile).

from solid-spec.

deiu avatar deiu commented on May 29, 2024

I see. I believe it is less likely that SoLiD will support the application/activity+json media type, at least in the near future.

from solid-spec.

sandhawke avatar sandhawke commented on May 29, 2024

It should be fine to accept it as a synonym for json-ld during writes. The question is when it's okay to serve it, and I'm not exactly clear about that. What is the subset of json-ld that is also activity+json. Hmmm.

from solid-spec.

sebilasse avatar sebilasse commented on May 29, 2024

@deiu

I have a couple of additional questions related to JSON :
In this talk it was said that it only depends on the URI ...
However – to have an idempotent and restful "JSON handling" the spec. should allow that

PATCH with sparql-update

could also be JSON Patch
and how about

Link: https://example.org/data/.meta; rel="describedby"

from solid-spec.

bblfish avatar bblfish commented on May 29, 2024

PATCH with Json Patch on an LDP server is something that would be possible, but it would require a server to be able to keep a stable copy of the serialisation of the data. It would also require the client to keep a very good copy of the serialised data - Different parsers in JS act quite differently, so it may not be very reliable. In any case once you build Linked Data apps you'd on the whole like to get away as far as possible from thinking about serialisations. It is costly to maintain on the client and the server.

Still if you drop JSON Documents into an LDP Container - then it should be possible to edit them with JSON Patch. The LDP spec does not disallow that.

from solid-spec.

dmitrizagidulin avatar dmitrizagidulin commented on May 29, 2024

Closing. Moving to:

from solid-spec.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.