Closed TBoonX closed 3 years ago
You are missing a closing parenthesis in your link specification. Also, if you are specifying a single atomic link specification you do not need to guard it with a threshold, i.e.
<METRIC>
exactmatch(s.test:repotype,t.rdfs:label|0.9
</METRIC>
should be
<METRIC>
exactmatch(s.test:repotype,t.rdfs:label)
</METRIC>
Let me know if that works
Thanks for the solution, the error is gone.
It is my first time with limes and I just want one simple working configuration.
Config file:
Data file example_data.ttl:
Console output: