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

IRI's in Yago 4 #1

Open Kashif-Rabbani opened 4 years ago

Kashif-Rabbani commented 4 years ago

Hi, I have been trying to load and query the newly released Yago 4 in GraphDB. I came across this IRI https://yago-knowledge.org/resource/Artist's_book having an apostrophe in it. The GraphDB doesn't accept such IRI's. I tried using URLEncoder and slashing it out but no luck. Can you please help me sort out this issue?

Thanks.

Tpt commented 4 years ago

Hi! Thank you for your interest in YAGO 4. Apostrophe in IRIs are valid according to the IRI specification. It is strange that GraphDB does not accept them. I see two options:

  1. percent-encode it (slash escaping is not allowed in IRIs).
  2. report the bug to GraphDB.