gpt4 book ai didi

rdf - Virtuoso 中的 STRAFTER SPARQL 1.1 函数

转载 作者:行者123 更新时间:2023-12-04 05:07:18 24 4
gpt4 key购买 nike

是否STRAFTER从 SPARQL 1.1 工作在 Virtuoso(2012 年 6 月 6.04 版)?

尝试

PREFIX qb:  <http://purl.org/linked-data/cube#>
PREFIX iodp: <http://data.oceandrilling.org/core/1/>
PREFIX sdmx-dimension: <http://purl.org/linked-data/sdmx/2009/dimension#>
SELECT ?p (strafter(str(?p), "http://data.oceandrilling.org/janus/") AS ?pshort)
FROM <http://data.oceandrilling.org/janus/>
WHERE {
<http://data.oceandrilling.org/janus/ngr_section201_1226> qb:observation ?observation .
?observation ?p ?o .
FILTER (regex(?p, "janus")) .
FILTER (!regex(?p, "leg")) .
FILTER (!regex(?p, "site")) .
FILTER (datatype(?o) = <http://www.w3.org/2001/XMLSchema#decimal>) .
}

http://data.oceandrilling.org/sparql引发 SPARQL 编译错误。

最佳答案

不,它不支持 sraft,您需要构建 6.1.5 see the release notes .

关于rdf - Virtuoso 中的 STRAFTER SPARQL 1.1 函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15374556/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com