以文本方式查看主题 - 计算机科学论坛 (http://bbs.xml.org.cn/index.asp) -- 『 Semantic Web(语义Web)/描述逻辑/本体 』 (http://bbs.xml.org.cn/list.asp?boardid=2) ---- Jena中哪个函数能将和某个individual有某种object property关系的另一个individual列举出来呀. 大哥们救命呀!~ (http://bbs.xml.org.cn/dispbbs.asp?boardid=2&rootid=&id=64585) |
-- 作者:jack8375 -- 发布时间:7/13/2008 9:41:00 AM -- Jena中哪个函数能将和某个individual有某种object property关系的另一个individual列举出来呀. 大哥们救命呀!~ Jena中哪个函数能将和某个individual有某种object property关系的另一个individual列举出来呀. 比如说我现在在操作某个individual名字叫test1, 它和另一个individual名字叫Chinese(中文课) 有一个object property关系是:isTestOf.... 哪个函数能帮我通过test1的这个object property找到Chinese....... 找了半天都没找到,大哥们救命呀!~ |
-- 作者:jpz6311whu -- 发布时间:7/15/2008 12:40:00 PM -- getPropertyValue RDFNode getPropertyValue(Property property)Answer the value of a given RDF property for this resource, or null if it doesn't have one. The value is returned as an RDFNode, from which the concrete data value can be extracted for literals. If the value is a resource, it will present the OntResource facet. If there is more than one RDF statement with the given property for the current value, it is not defined which of the values will be returned. -------------------------------------------------------------------------------- listPropertyValues |
W 3 C h i n a ( since 2003 ) 旗 下 站 点 苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》 |
43.945ms |