ontola / linked-delta

Extensible protocol for the transfer of delta updates in linked datasets
6 stars 0 forks source link

ll:subjectChange - dealing with moving a subject / redirects #3

Open joepio opened 5 years ago

joepio commented 5 years ago

When a resource moves from one URL to another, the subject has to change. Perhaps we should add ll:subjectChange (or ll:move).

rescribet commented 5 years ago

I'd feel something for moving individual statements around;

s p o ld:move?to=[subject]

which moves the (s p o) to the subject to

Whether or not the graph should move the entire resource is another matter, we currently use sp:Variable for unnamed wildcards (e.g. s schema:name sp:Variable ld:move?to=[subject] would move all schema:name statements for the given subject) see https://github.com/ontola/linked-delta/issues/7.