dice-group / LIMES

Link Discovery Framework for Metric Spaces.
https://limes.demos.dice-research.org/
GNU Affero General Public License v3.0
126 stars 54 forks source link

owl:sameAs is not implemented yet message #248

Closed pskLana closed 2 years ago

pskLana commented 3 years ago

Limes throws the message, saying that owl:sameAs is not implemented yet. The actual functionality works for me. So I guess it is just a message. Please, remove it, if it is unnecessary. The screenshot from the colleague who encountered this issue is shown below. image_limes

Probably, the matching relationship is passed to the ExecutionEngineFactory.

abdullahfathi commented 2 years ago

LIMES implements three execution engines (default, simple, and partial recall) so LIMES will through a message when the execution engine is not one of the already implemented engines. The message is telling that the name you entered during LIMES configuration (either manually or via a configuration file) is not implemented yet and LIMES will use the default execution engine. This will not affect the functionality of LIMES because LIMES will use the default execution engine in this case.