If you put the url in your browser, the result does not look like RDF. It looks like a SPARQL query was run and an error resulted, so no data was returned.
Hi @DMF194 ,
If you add extraInfo (see below) to the params returned by the n10s.rdf.import.* proc, you should get additional info on what's causing the error.
Also worth checking the logs?
Let us know what you find.
Cheers,
JB
WITH "https://query.wikidata.org/sparql?query=prefix..... rest of the query...." AS softwareSystemsUri
CALL n10s.rdf.import.fetch(softwareSystemsUri, 'Turtle' , { headerParams: { Accept: "application/x-turtle" } })
YIELD terminationStatus, triplesLoaded, triplesParsed, namespaces, callParams, extraInfo
RETURN terminationStatus, triplesLoaded, triplesParsed, namespaces, callParams, extraInfo;
I got the result this."PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target".
I am getting error like this can you help me here? Error is "PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target"
Hi @DMF194 ,
If you add extraInfo (see below) to the params returned by the n10s.rdf.import.* proc, you should get additional info on what's causing the error.
Also worth checking the logs?
Let us know what you find.
Cheers,
JB
WITH "https://query.wikidata.org/sparql?query=prefix..... rest of the query...." AS softwareSystemsUri
CALL n10s.rdf.import.fetch(softwareSystemsUri, 'Turtle' , { headerParams: { Accept: "application/x-turtle" } })
YIELD terminationStatus, triplesLoaded, triplesParsed, namespaces, callParams, extraInfo
RETURN terminationStatus, triplesLoaded, triplesParsed, namespaces, callParams, extraInfo;
I got the result this."PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target".
If you google that error message, A bunch of stuff comes up about 'not finding a certificate.' What happens when you put the url directly in your web browser: