Created
January 5, 2016 23:23
-
-
Save melvincarvalho/2ccb3b6c91aac383e731 to your computer and use it in GitHub Desktop.
patch timeline
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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