-
Notifications
You must be signed in to change notification settings - Fork 2
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
How to handle blank nodes & items that do not have names? #101
Comments
This is about Embedding - see the JSON-LD spec Where we have stuff entities like In his example the ID of the coordinates is not really important, it's just there to embed this in the place, we could use a Blank Node for this. We could generalise this for other kinds of embedding (eg PropertyValue) or Roles as used by the IDN so Properties could have values where the profile says Here's an example from the spec -- this uses a https://www.researchobject.org/ro-crate/1.1/contextual-entities.html#extra-metadata-such-as-exif
|
AND, we can use this to handle this kind of structure as well. (This is another IDN example)
We could make the RO-Crate library turn these structures into a flattened structure with blank-node @ids for the embeddings. These would then show up inline in the Crate-O for editing and these TYPES could be included in an IDN profile.
|
How do you join blank nodes?
TODO: @ptsefton to add some detail to this ticket please.
Example from IDN
The text was updated successfully, but these errors were encountered: