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
As an architect of a YAML-LD aware system and a developer, I am a bit uncomfortable about having my users write JSON-LD @-keywords and have to quote them because that would mean additional effort. I would rather prefer some other prefix character from ASCII character set.
As an architect of a YAML-LD aware system and a developer, I am a bit uncomfortable about having my users write JSON-LD @-keywords and have to quote them because that would mean additional effort. I would rather prefer some other prefix character from ASCII character set.
Choice of prefix characters
@id
- id
Also,
_
in Python means private or internal things so I am subconsciously against that :)I suggest using
$
for the Convenience Context. This character also is good for JS:something.$type
is workable in that language.The users however may do whatever they want. For instance, users might want something like this:
I won't stop them. Our
$
is really just a way to trigger everyone's imagination.The text was updated successfully, but these errors were encountered: