Re: Doubt about SPARQL

2013-07-23 Thread Anthony Ramalho
/|#)') AS ?localName) } or SELECT ... (REPLACE(str(?YourVariable), '^.*(/|#)') AS ?localName) WHERE { ... } > > Enviado via iPhone > > Em 2013-07-23, às 12:24, Joshua TAYLOR escreveu: > >> On Tue, Jul 23, 2013 at 9:57 AM, Anthony Ramalho >> wrote:

Doubt about SPARQL

2013-07-23 Thread Anthony Ramalho
Hi all,   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?   Thanks for your support,   Anthony Diniz

Transitivity

2012-08-03 Thread Anthony Ramalho
Hi all,   Does anybody know a way of using the transitivity facet of OWL in a way that we can, for example, perform a query with SPARQL and get a result based on: a -> b -> c -> d   So, querying "a" we get all the others in that order.   Thanks for your help,   Anthony Andrey