Closed cKlee closed 8 years ago
See also the query with the LDF client
Yes this is more an issue for RDF::LDF. This (triplePattern) and "http://viaf.org/viaf/sourceID/DNB%7C1023695367#skos:Concept" are statements that are part of the LDF envolope that aren't removed from the final response.
The issues is fixed in RDF::LDF 0.22 which is on its way to CPAN now
Wow, very fast response. Thanks Patrick! It's working now.
Hi!
With the command
(Get me the IRI of the LDF with type
schema:Person
and"Schoen, E."
as a literal object value).I get the result
What I would expect is
since
http://viaf.org/viaf/sourceID/DNB%7C1023695367#skos:Concept
is askos:Concept
and not aschema:Person
. See comparison of fragments:With some minor changes to the query:
I now get the result
http://viaf.org/viaf/sourceID/DNB%7C1023695367#skos:Concept
is gone now. But(triplePattern)
also?Seems like in the first query the variable bindings are not working correctly and in the second query the
(triplePattern)
graph vanishes.We have a local LDF server with the GND data. Here's the same effect.