You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I'm not understanding how to compare two labels. I'm doing it in the context of comparing two rivers' labels and adding an owl:sameAs property to link wikidata identifier. I get a "malformedURL" error.
10:29:14.909 [main] [] INFO org.aksw.limes.core.io.query.SparqlQueryModule:67 - Querying the endpoint.
10:29:14.909 [main] [] INFO org.aksw.limes.core.io.query.SparqlQueryModule:82 - Getting statements 0 to 1000
Exception in thread "main" HttpException: 0 Malformed URL: java.net.MalformedURLException: unknown protocol: c
at org.apache.jena.sparql.engine.http.HttpQuery.execGet(HttpQuery.java:319)
at org.apache.jena.sparql.engine.http.HttpQuery.exec(HttpQuery.java:288)
at org.apache.jena.sparql.engine.http.QueryEngineHTTP.execResultSetInner(QueryEngineHTTP.java:352)
at org.apache.jena.sparql.engine.http.QueryEngineHTTP.execSelect(QueryEngineHTTP.java:344)
at org.aksw.limes.core.io.query.SparqlQueryModule.fillCache(SparqlQueryModule.java:117)
at org.aksw.limes.core.io.query.SparqlQueryModule.fillCache(SparqlQueryModule.java:49)
at org.aksw.limes.core.io.cache.HybridCache.getData(HybridCache.java:144)
at org.aksw.limes.core.io.cache.HybridCache.getData(HybridCache.java:106)
at org.aksw.limes.core.controller.Controller.getMapping(Controller.java:197)
at org.aksw.limes.core.controller.Controller.getMapping(Controller.java:187)
at org.aksw.limes.core.controller.Controller.main(Controller.java:97)
The text was updated successfully, but these errors were encountered:
I think I'm not understanding how to compare two labels. I'm doing it in the context of comparing two rivers' labels and adding an
owl:sameAs
property to link wikidata identifier. I get a "malformedURL" error.The file:
The error:
The text was updated successfully, but these errors were encountered: