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
SPARQL endpoints like http://linkedgeodata.org/sparql who don't have ":myproperty a rdf:Property" assignments make it very slow to query them for properties and can cause timeouts in the property matching step.
The text was updated successfully, but these errors were encountered:
I now changed it by using code from the old saim project and integrating it. The idea now is that it takes some instances (10 atm) of the chosen class and uses the most used properties from this sample. Still needs to be tested however and if you have any idea feel free to suggest better methodologies, look at the code (SPARQLHelper.properties()) and improve it.
Properties now use the EHCache and are thus way faster when queried an additional time.
Still not closing it however, because there are always ways for improvement.
P.S.: The EH Cache also has the tendency to corrupt when I use it so feel free to update the EHCache using code if you know better how to do it :-)
SPARQL endpoints like http://linkedgeodata.org/sparql who don't have ":myproperty a rdf:Property" assignments make it very slow to query them for properties and can cause timeouts in the property matching step.
The text was updated successfully, but these errors were encountered: