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
Lists in m-ld, using the @list JSON-LD keyword, do not transform to RDF Collections. They are more like RDF Containers (but still, not quite π). Plain RDF Collections don't converge nicely with concurrent edits β more about this in our Semantics poster. If you want to use lists we'll have to consider what to do here.
I read the semantics poster.
I can adapt the system to also support the structure m-ld is using. Another idea could be to abstract lists away. Do I see it correct that I could propagate list changes in m-ld specific format, but keep them in my own dataset as a rdf list?
The use of the m-ld vocabulary type would cause m-ld to maintain the List's coherence. So, for example INSERT <ex:shopping> rdf:_2 "cheese" would give:
I read the semantics poster.
I can adapt the system to also support the structure m-ld is using. Another idea could be to abstract lists away. Do I see it correct that I could propagate list changes in m-ld specific format, but keep them in my own dataset as a rdf list?
Originally posted by @danielbeeke in m-ld/m-ld-spec#117 (reply in thread)
The text was updated successfully, but these errors were encountered: