Skip to content

Instantly share code, notes, and snippets.

@melvincarvalho
Created March 9, 2015 10:37
Show Gist options
  • Select an option

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

Select an option

Save melvincarvalho/b13006ae25feb1f2e49b to your computer and use it in GitHub Desktop.
update foaf knows
$.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