Question: @profile keyword to specify the profile of a JSON-LD file in its content
#926
ioggstream
started this conversation in
Ideas
Replies: 1 comment
-
|
@ioggstream I converted this to a discussion since it's not a The proposal is interesting and the problem space is real--especially when frames can be confused with data and not even the file extension provides differentiation. Happy to continue discussing it here, but feel free to open this as an issue on the JSON-LD Syntax repo, and we'll get the group to discuss it. Cheers! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I have to parse different kinds of JSON-LD content:
some are frame, others are framed, others are plain data files.
I see that I can use
; profile=...at content-negotiation time,but I found no specific keyword I can use to distinguish files
by their content.
Is there a keyword for that?
If not, does it make sense to define a
@profilekeyword toespress the specific jsonld profile inside the file?
Ex.1
Ex.2
Have a nice day, R.
Beta Was this translation helpful? Give feedback.
All reactions