Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用Sansa 堆栈对 HDFS 中的大量数据执行 sparql 查询。Sansa 是一个基于 spark 的框架,可对大量数据执行 sparql 查询。我的 sparql 查询中有如下分配。
BIND(STRAFTER(str(?d), "#") as ?docid) .
但是 sansa 无法进行这种转换,并且最终输出没有变量 ?docid 。sparql 中是否还有其他类似于 BIND 的功能?