This seems to work:

select ?x ?n where {
  ?x <http://dbpedia.org/ontology/wikiPageID> 116812 .
  ?x prop-cs:názevTvrze ?n
} LIMIT 100

Best,
Volha

On 5/24/2014 9:09 AM, Jakub Podlaha wrote:
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 <http://dbpedia.org/property/n%C3%A1zevTvrze>> ?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


--
---------------------
Dr. Volha Bryl
Postdoctoral Researcher
Chair of Information Systems V
Web-based Systems Group
Universität Mannheim
B6, 26, Room C1.03
D-68131 Mannheim

Tel.: +49 621 181 2599
Mail: vo...@informatik.uni-mannheim.de

------------------------------------------------------------------------------
"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