yago-naga / yago4

Yago 4 - the next version of Yago
https://yago-knowledge.org/downloads/yago-4
GNU General Public License v3.0
90 stars 15 forks source link

Searching "size" unexpectedly finds the Unix program named "size" #12

Open chunhualiao opened 3 years ago

chunhualiao commented 3 years ago

I am trying to use Yago 4 to encode some csv table. The first column of the table is the size of an array (Matrix).

Searching “size” in https://yago-knowledge.org/graph/Elvis_Presley , I get

Yago:Magnitude_(mathematics) --> size@en <-- rdfs:label yago:size_Q19528

However, https://yago-knowledge.org/graph/yago:size_Q19528 is a Unix program named size. I was expecting to find https://en.wikipedia.org/wiki/Size instead.

Did I do anything wrong?

Also how to do a reverse lookup from a wiki link to find its corresponding yago entity?