我想我被 SPARQL 的基础所困。有人可以帮忙吗?
我只是想过滤所有包含 RDS 数据库“Mountain”的主题。
Prefix lgdr:<http://linkedgeodata.org/triplify/> Prefix lgdo:<http://linkedgeodata.org/ontology/>
Select * where {
?s ?p ?o .
filter (contains(?s, "Mountain"))
} Limit 1000
查询导致错误:
Virtuoso 22023 Error SL001: The SPARQL 1.1 function CONTAINS() needs a string value as first argument