You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we require content-negotiation for labels, such that human readable and machine readable are on the same IRI.
We could support non-content-neg by using the url property from Objects in AS2, but this would come with a client complication of "how do I discover the JSON-LD when I've been given a html page URI instead of the label IRI.
The text was updated successfully, but these errors were encountered:
Do you mean like each label sharing the same exact URL, i.e. "url"="https://example.com/moderation.html"
versus each label having a specific IRI like "url"="https://example.com/moderation.html#hate-speech"
? or do you mean where url is being used for something other than human-readable definitions of arbitrary keys? I'm not sure I understand the client complication here
Yeah, so rather than doing content-neg on the id / @id of the Label, you follow the url property instead. The logic here is that legacy systems should be able to support being a label provider (e.g., a CMS like wordpress), where content-neg may be difficult to implement. So having a path for them to provide human-readable labels makes sense.
Currently we require content-negotiation for labels, such that human readable and machine readable are on the same IRI.
We could support non-content-neg by using the
url
property from Objects in AS2, but this would come with a client complication of "how do I discover the JSON-LD when I've been given a html page URI instead of the label IRI.The text was updated successfully, but these errors were encountered: