Hey dbpedia team,

I struggle to send query using nationalized URIs. Specifically in Czech
language with diacritics.

running on http://cs.dbpedia.org/sparql the following query:

select ?x where {
  ?x <http://dbpedia.org/ontology/wikiPageID> 116812 .
} LIMIT 100

gets me correctly to this page:
http://cs.dbpedia.org/page/Stachelberg_%28d%C4%9Blost%C5%99eleck%C3%A1_tvrz%29


but when i write this:
select ?x, ?n where {
  ?x <http://dbpedia.org/ontology/wikiPageID> 116812 .
  ?x <http://dbpedia.org/property/názevTvrze> ?n .
} LIMIT 100

or this:
select ?x, ?n where {
  ?x <http://dbpedia.org/ontology/wikiPageID> 116812 .
  ?x <http://dbpedia.org/property/n%C3%83%C2%A1zevTvrze> ?n .
} LIMIT 100

I get an empty result.

What is the correct way to use URI's with diacritics?

Thanks in advance,
kub1x
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Dbpedia-discussion mailing list
Dbpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to