dice-group / SAIM

LIMES GUI
GNU Affero General Public License v3.0
3 stars 3 forks source link

PropertyMatchingPanel: #15

Closed KLyko closed 11 years ago

KLyko commented 12 years ago

Something happend to the PropertyMatchingPanel: Table isn't displayed anymore. Reason unknown

KLyko commented 12 years ago

Reason is a slow/bugged Query to get all properties for an endpoint with method: SPARQLHelper.properties(). If no properties are found no table row is created: Reproduce: delete your cache, select drugbank preset.

Fixing by allowing manual input of a property? Try a simpler SPARQL query?

KonradHoeffner commented 12 years ago

I took a different SPARQLHelper.properties() from the old saim project, modified it and I am in the process of integrating it.

KonradHoeffner commented 12 years ago

I now integrated a new method for querying the properties (see https://github.com/AKSW/SAIM/issues/19). I cannot test the drugbank example however, because the endpoint http://www4.wiwiss.fu-berlin.de/drugbank/sparql is down at the moment.