-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSON-LD responses: make them FAIR. #70
Comments
@RinkeHoekstra thanks for the suggestion! Would you be interested in drafting a PR to show what it would look like? |
:-) that’s what I thought you’d say. Let me see what I can do. |
In today's call @fsteeg pointed out that ActivityPub uses JSON-LD to format some payloads: https://www.w3.org/TR/activitypub/ |
@RinkeHoekstra Can you give us some more feedback on what the response might be required to look like? Is a JSON We could even start simple if some clients prefer and need conformance and say in the spec that a response can be in JSON-LD and that it may include Many questions here and certainly open to discuss more. I do want to point out that I am a big fan of JSON-LD and it could particularly help us with a consistent method of string internationalization just as an example, but then would all clients have to fully support all the variety of ways for a JSON-LD plain string to be annotated with a language (there are about 4) and particularly nice are the |
@wetneb @fsteeg Having a consistent format and processer library in their language of choice would address parsing issues for developers and not having to write their own as evidenced by @stefanw with #84 (comment)
JSON-LD has many that are compliant with latest JSON-LD 1.1 https://json-ld.org/#developers A reconcile service returns Objects, some of them might be related, some not, and so I don't think a Which ultimately leads to a question of performance to service user requests:
|
This popped up in my emails. Unfortunately, I currently don't have the time to go deeper into this right now, I want to point to a thread from 2020 where we already discussed JSON-LD payloads: #38 (comment) ff Maybe it can be helpful... |
I would suggest looking at the Hydra Vocabulary for the manifest/service definition and Linked Data Platform for reconciliation itself. Other relevant vocabularies would include VoID, Web Annotations, DCAT, and Activity Streams. |
I think it's great to standardise on what a reconciliation API should and shouldn't do, but I strongly favour ensuring that the API response is in line with the W3C Linked Data family of languages.
This means that the response should be more entity-centric (i.e. the response should return a part of an entity's description) and that it should be interpretable as RDF through a JSON-LD context definition.
The text was updated successfully, but these errors were encountered: