以文本方式查看主题 - 中文XML论坛 - 专业的XML技术讨论区 (http://bbs.xml.org.cn/index.asp) -- 『 Semantic Web(语义Web)/描述逻辑/本体 』 (http://bbs.xml.org.cn/list.asp?boardid=2) ---- 用Jena解析SPARQL? (http://bbs.xml.org.cn/dispbbs.asp?boardid=2&rootid=&id=91411) |
-- 作者:happy2009 -- 发布时间:6/18/2011 7:21:00 PM -- 用Jena解析SPARQL? 如何用Jena解析SPARQL语句,得到查询头部变量,以及基本三元组图模式中的三元组集合,非强制图模式中的三元组集合,Filter表达式内容?谢谢!例如: PREFIX ex:<http://example.org/schemas/university#> PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT ?A1 ?B2 ?C1 WHERE{ ?x rdf:type ex:ClassA. ?x ex:A1 ?A1. ?x ex:hasB ?y. ?y rdf:type ex:ClassB. ?y ex:hasA ?x. ?y ex:B1 Value(B1). OPTIONAL{ ?y ex:B2 ?B2. } ?y ex :hasC ?z. ?z rdf:type ex :ClassC. ?z ex :C1 ?C1. FILTER(Exp(?A1)) } |
W 3 C h i n a ( since 2003 ) 旗 下 站 点 苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》 |
31.250ms |