On Tue, Jul 23, 2013 at 9:57 AM, Anthony Ramalho
<anthony_and...@yahoo.com> wrote:
> I'd like to know if somebody knows a way of hiding the prefix from results in 
> SPARQL queries.
> If yes, is it possible showing some kind of example?

What do you mean by "hiding the prefix"?


1) Are you currently getting results like: foo:someIndividual but you
want <http://foo.com/.../someIndividual>, i.e., you want to to show
the full IRI, and not use a prefix?

2) Are you currently getting results like
<http://foo.com/.../someIndividual> and you want to hide the prefix
(of the IRI) "http://foo.com/.../"; and show foo:someIndividual
instead?

3) Are you currently getting results like
<http://foo.com/.../someIndividual> or foo:someIndividual, and you
want to just have someIndividual instead?

All three are possible, but they require different approaches.

//JT
-- 
Joshua Taylor, http://www.cs.rpi.edu/~tayloj/

Reply via email to