Is RDF/SPARQL Star support? I tried with GraphDB with a query like
select * where {
<< <somesubject> <someprop> "somevalue" >> ?p ?v
}
The query succeeds and the variables ?p and ?v are instantiated correctly, but instead of the triple I get back some GraphDB internal generated identifier.
SPARQL HTTP Protocol is probably behind on RDF Star....any thoughts?
Apologies if this is not the right forum to ask a question like this - I see the same people in various RDF JavaScript effort, perhaps there is some discussion forum that I should be using.
Is RDF/SPARQL Star support? I tried with GraphDB with a query like
The query succeeds and the variables ?p and ?v are instantiated correctly, but instead of the triple I get back some GraphDB internal generated identifier.
SPARQL HTTP Protocol is probably behind on RDF Star....any thoughts?
Apologies if this is not the right forum to ask a question like this - I see the same people in various RDF JavaScript effort, perhaps there is some discussion forum that I should be using.