Created
March 9, 2015 10:37
-
-
Save melvincarvalho/b13006ae25feb1f2e49b to your computer and use it in GitHub Desktop.
update foaf knows
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
| $.ajax({ | |
| url: 'https://silverbucket.rww.io/profile/card', | |
| contentType: "application/sparql-update", | |
| type: 'PATCH', | |
| data: 'INSERT DATA { <https://silverbucket.rww.io/profile/card#me> <http://xmlns.com/foaf/0.1/knows> <http://melvincarvalho.com/#me> . } ', | |
| success: function(result) { | |
| } | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment