Hi Everyone,
1. Is there any way where we can write SPARQL query using regex filters and get that working on the stardog CLI front, for e.g - .filter regex(?somevariable,'"somevalue")?
2. Is there any provision of using PREFIX apf: <java:com.hp.hpl.jena.query.pfunction.library.> and provision of using corresponding methods for e.g. apf:splitIRI (?nspace ?plocal) get these working in stardog CLI, for me it gives error while querying the triple store. Any sample example is appreciated.
Thanks..
--
-- --
You received this message because you are subscribed to the C&P "Stardog" group.
To post to this group, send email to sta...@clarkparsia.com
To unsubscribe from this group, send email to
stardog+u...@clarkparsia.com
For more options, visit this group at
http://groups.google.com/a/clarkparsia.com/group/stardog?hl=en
Hi Mike,
Thanks for your quick reply, can you provide me any sample query with the regex filter in it. I mean more from syntax purpose. How it should be written? any helpful link with example will suffice.
PREFIX foaf: <http://xmlns.com/foaf/0.1/> SELECT ?name WHERE { ?x foaf:name ?name FILTER regex(?name, "^ali", "i") }
Is there any alternate to jena extension that are present in stardog??