Skip to content

Instantly share code, notes, and snippets.

@melvincarvalho
Created January 5, 2016 23:23
Show Gist options
  • Select an option

  • Save melvincarvalho/2ccb3b6c91aac383e731 to your computer and use it in GitHub Desktop.

Select an option

Save melvincarvalho/2ccb3b6c91aac383e731 to your computer and use it in GitHub Desktop.
patch timeline
for post in $(for i in $(rdf ls $TIME/) ; do rdf ls $i ; done) ; do curl -X PATCH -H "Content-type: application/sparql-update" -d "INSERT DATA { <#this> <http://www.w3.org/ns/solid/terms#timeline> <$TIME/> }" $post ; sleep 1 ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment