Fuseki system identifiers for blank nodes - RDF Patch #2198
Answered
by
afs
edmondchuc
asked this question in
Q&A
|
Hi, I'm trying to figure out whether Fuseki provides a way to retrieve the system identifiers for blank nodes like in GraphDB. The reason why I want the system identifiers is to be able to generate an RDF Patch log entry to update the values for blank node objects in a Fuseki system. The docs for RDF Patch describe updating values within blank nodes by referring to the system's identifier. Is my use case supported? Or is there another way to achieve the same result without using SPARQL Update? Thanks. |
Answered by
afs
Jan 16, 2024
Replies: 1 comment 1 reply
|
In Fuseki Otherwise use SPARQL Update - that is portable. |
1 reply
Answer selected by
edmondchuc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Fuseki
str(?myBlankNode)will return the internal identifier as a string.It's not a portable - it is an extension.
Otherwise use SPARQL Update - that is portable.