emk / rdf-agraph

Ruby AllegroGraph repository adapter for RDF.rb
http://rdf-agraph.rubyforge.org/
The Unlicense
17 stars 6 forks source link

different graph patterns #9

Closed cagdasolgun closed 11 years ago

cagdasolgun commented 11 years ago

how to use different graph patterns like "FILTER"

i want to implement

SELECT ?x
WHERE {
   ?x ?y ?z.
   FILTER (REGEX(STR(?z), "some term", "i"))
}
abrisse commented 11 years ago

Use repo#sparql_query. Please use stackoverflow or email to ask questions. Github is used to highlight bugs, not for support.