We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/SANSA-Stack/SANSA-RDF/blob/4b1e3ab8c7f6f275b22814b366f355b0a708bb24/sansa-rdf-spark/src/main/scala/net/sansa_stack/rdf/spark/stats/RDFStatistics.scala#L296-L301
doesn't return what I'd expect. I think it's more correct to return (String, String, Int) instead of a concatenated String of both namespaces.
(String, String, Int)
The text was updated successfully, but these errors were encountered:
Basically addressed by commit ca96ea2
Sorry, something went wrong.
LorenzBuehmann
GezimSejdiu
No branches or pull requests
https://github.com/SANSA-Stack/SANSA-RDF/blob/4b1e3ab8c7f6f275b22814b366f355b0a708bb24/sansa-rdf-spark/src/main/scala/net/sansa_stack/rdf/spark/stats/RDFStatistics.scala#L296-L301
doesn't return what I'd expect. I think it's more correct to return
(String, String, Int)
instead of a concatenated String of both namespaces.The text was updated successfully, but these errors were encountered: