以文本方式查看主题

-  中文XML论坛 - 专业的XML技术讨论区  (http://bbs.xml.org.cn/index.asp)
--  『 Semantic Web(语义Web)/描述逻辑/本体 』  (http://bbs.xml.org.cn/list.asp?boardid=2)
----  如何找出某个属性对应的值?  (http://bbs.xml.org.cn/dispbbs.asp?boardid=2&rootid=&id=45719)


--  作者:palwang723
--  发布时间:4/20/2007 9:56:00 AM

--  如何找出某个属性对应的值?
定义了一个本体,然后创建了一个实例,要找到这个实例中某个属性对应的值,应该怎么做?jena有没有提供可用的方法?
如:某个Person实例,有属性email,在本体中是<email>testemai</email>,现在就是要取得数值属性email的值testemail。
--  作者:jpz6311whu
--  发布时间:4/20/2007 10:05:00 AM

--  
listStatements
StmtIterator listStatements(Resource s,
                            Property p,
                            RDFNode o)Find all the statements matching a pattern.
Return an iterator over all the statements in a model that match a pattern. The statements selected are those whose subject matches the subject argument, whose predicate matches the predicate argument and whose object matches the object argument. If an argument is null it matches anything.


Parameters:
s - The subject sought
p - The predicate sought
o - The value sought
Returns:
an iterator over the subjects

或者 用 SPARQL


--  作者:palwang723
--  发布时间:4/20/2007 2:34:00 PM

--  
谢谢~~~
已经解决
--  作者:wenling332
--  发布时间:12/2/2009 2:03:00 PM

--  
请问是怎么解决的
--  作者:wenling332
--  发布时间:12/2/2009 10:00:00 PM

--  
请问是怎么解决的
--  作者:springbird
--  发布时间:12/3/2009 1:50:00 PM

--  
请问是如何解决的,分享一下解决过程。。。
W 3 C h i n a ( since 2003 ) 旗 下 站 点
苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
46.875ms