Closed cagdasolgun closed 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")) }
Use repo#sparql_query. Please use stackoverflow or email to ask questions. Github is used to highlight bugs, not for support.
how to use different graph patterns like "FILTER"
i want to implement