Re: [Dbpedia-discussion] DBPedia IRI bug?

2009-10-01 Thread Peter Ansell
Looking at the headers that are returned it definitely looks like a server bug: -- http://dbpedia.org/resource/Ja%C3%ABl GET /resource/Ja%C3%ABl HTTP/1.1 Host: dbpedia.org User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-GB

Re: [Dbpedia-discussion] DBPedia IRI bug?

2009-10-01 Thread Peter Ansell
Why is double encoding necessary? This sounds like a bug with the server. Cheers, Peter 2009/10/1 Davide Palmisano : > Yves Raimond wrote: >> Hello! >> >> I am trying to get some RDF/XML out of that URI: >> >> http://dbpedia.org/resource/Ja%C3%ABl >> >> However, >> >> curl -L -H "Accept: applica

Re: [Dbpedia-discussion] can't find Goethe using new faceted browser.

2009-10-01 Thread Grobe, David Michael
Christopher: I suppose this is a different issue, but since you're "on the line", I'd like to know if the interface supports searches on ontology ranges, so that I could, for example, search for any gene annotated with any Gene Ontology category "descending from" GO:0005488. or for any gene an

Re: [Dbpedia-discussion] DBPedia IRI bug?

2009-10-01 Thread Davide Palmisano
Yves Raimond wrote: >> try to double encode the last part of the URI: >> >> curl -L -H "Accept: application/rdf+xml" >> http://dbpedia.org/resource/Ja%25C3%25ABl >> > > Thanks Davide :-) > However, that worried me a little: you have to escape the "%"? So any > generic client wanting to ingest

Re: [Dbpedia-discussion] DBPedia IRI bug?

2009-10-01 Thread Yves Raimond
> > try to double encode the last part of the URI: > > curl -L -H "Accept: application/rdf+xml" > http://dbpedia.org/resource/Ja%25C3%25ABl Thanks Davide :-) However, that worried me a little: you have to escape the "%"? So any generic client wanting to ingest things from DBpedia needs to have cus

Re: [Dbpedia-discussion] DBPedia IRI bug?

2009-10-01 Thread Davide Palmisano
Yves Raimond wrote: > Hello! > > I am trying to get some RDF/XML out of that URI: > > http://dbpedia.org/resource/Ja%C3%ABl > > However, > > curl -L -H "Accept: application/rdf+xml" > http://dbpedia.org/resource/Ja%C3%ABl gives me an empty RDF/XML > document > > And same thing for http://dbpedia.or

[Dbpedia-discussion] DBPedia IRI bug?

2009-10-01 Thread Yves Raimond
Hello! I am trying to get some RDF/XML out of that URI: http://dbpedia.org/resource/Ja%C3%ABl However, curl -L -H "Accept: application/rdf+xml" http://dbpedia.org/resource/Ja%C3%ABl gives me an empty RDF/XML document And same thing for http://dbpedia.org/resource/Jaƫl How can I get the RDF/XM