我试图只匹配完整的字符串,而不是使用过滤器在sparql中匹配子字符串。FILTER(regex(?name, "V", "i"))
会发现那些包含V,IV,VI,VII等的人。Virtuoso 37000 Error SP030: SPARQL compiler, line 0: Bad escape sequence in a short double-quoted string
我尝试了以下sparql查询,但不起作用。WHERE {}Virtuoso 37000 Error SP030: SPARQL compiler, line 8: Aggregates areallowed only in result sets at ')' before '>'
我对sparql非常陌生。