Reading a Thing from a blank node in a SolidDataset #948
Labels
enhancement
New feature request
Triaged
This means that we've a ticket to look at this in the future
Search terms you've used
I've searched the issues on this repo and the solid community forum for posts referring to "blank node"
The getThing documentation has a variation for getting a Thing from a URL, and one for a
LocalNode
which may be the right trackFeature suggestion
I have a
SolidDataset
containing a blank node as the object of a triple and I want to be able to read it, ultimately into aThingLocal
objectExpected functionality/enhancement
If it wasn't a blank node, I could do this:
My dream would be something more intuitive and similar to Jena:
Actual functionality/enhancement
I find that
getUrl
returnsnull
because it's not a valid URL which throws an errorUse Cases
I make a request to the server which returns content in Turtle format. I'm able to parse that data into a
SolidDataset
containing the following Quad entry:Additional information
I'm in control of this server endpoint so I don't have to return the resource with a blank node - I'll workaround this issue by returning the object as a named node
The text was updated successfully, but these errors were encountered: