Skip to content

Deleting blank nodes #1986

Answered by afs
syscharles asked this question in Q&A
Discussion options

You must be logged in to vote

Could you describe your use in moire detail? You said you have data with blank nodes.

Java code calling the model API can delete statements containing blank nodes.

In SPARQL, a DELETE would find the triples with blank nodes in order to delete those triples.

How the app would find them depends on the form of the data. If the blank nod subjects have an inverse functional property, (a key to look them up by) then that is one simple way. Otherwise it needs an identifying pattern.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by syscharles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants