新书推介:《语义网技术体系》
作者:瞿裕忠,胡伟,程龚
   XML论坛     W3CHINA.ORG讨论区     >>计算机科学论坛<<     SOAChina论坛     Blog     开放翻译计划     新浪微博  
 
  • 首页
  • 登录
  • 注册
  • 软件下载
  • 资料下载
  • 核心成员
  • 帮助
  •   Add to Google

    >> 本版讨论Semantic Web(语义Web,语义网或语义万维网, Web 3.0)及相关理论,如:Ontology(本体,本体论), OWL(Web Ontology Langauge,Web本体语言), Description Logic(DL, 描述逻辑),RDFa,Ontology Engineering等。
    [返回] 计算机科学论坛W3CHINA.ORG讨论区 - Web新技术讨论『 Semantic Web(语义Web)/描述逻辑/本体 』 → Jena推理介绍中的两段英文描述,各位大拿帮忙看看具体是什么意思 查看新帖用户列表

      发表一个新主题  发表一个新投票  回复主题  (订阅本版) 您是本帖的第 2422 个阅读者浏览上一篇主题  刷新本主题   树形显示贴子 浏览下一篇主题
     * 贴子主题: Jena推理介绍中的两段英文描述,各位大拿帮忙看看具体是什么意思 举报  打印  推荐  IE收藏夹 
       本主题类别:     
     wumingrock 帅哥哟,离线,有人找我吗?
      
      
      等级:大二(研究C++)
      文章:50
      积分:286
      门派:W3CHINA.ORG
      注册:2006/4/27

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给wumingrock发送一个短消息 把wumingrock加入好友 查看wumingrock的个人资料 搜索wumingrock在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 引用回复这个贴子 回复这个贴子 查看wumingrock的博客楼主
    发贴心情 Jena推理介绍中的两段英文描述,各位大拿帮忙看看具体是什么意思

    The default API supports accessing all entailed information at the level of individual triples. This is surprisingly flexible but there are queries which cannot be easily supported this way. The first such is when the query needs to make reference to an expression which is not already present in the data. For example, in description logic systems it is often possible to ask if there are any instances of some class expression. Whereas using the triple-based approach we can only ask if there are any instances of some class already defined (though it could be defined by a bNode rather than be explicitly named).

    To overcome this limitation the InfModel API supports a notion of "posit", that is a set of assertions which can be used to temporarily declare new information such as the definition of some class expression. These temporary assertions can then be referenced by the other arguments to the listStatements command. With the current reasoners this is an expensive operation, involving the temporary creation of an entire new model with the additional posits added and all inference has to start again from scratch. Thus it is worth considering preloading your data with expressions you might need to query over. However, for some external reasoners, especially description logic reasoners, we anticipate restricted uses of this form of listStatement will be important.


       收藏   分享  
    顶(0)
      




    ----------------------------------------------
    努力学习语义和本体~~

    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2006/8/25 15:15:00
     
     wumingrock 帅哥哟,离线,有人找我吗?
      
      
      等级:大二(研究C++)
      文章:50
      积分:286
      门派:W3CHINA.ORG
      注册:2006/4/27

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给wumingrock发送一个短消息 把wumingrock加入好友 查看wumingrock的个人资料 搜索wumingrock在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 引用回复这个贴子 回复这个贴子 查看wumingrock的博客2
    发贴心情 
    看了好久,还是不太明白这两段话的确切意思,拜托各位帮帮小弟了!!

    ----------------------------------------------
    努力学习语义和本体~~

    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2006/8/25 15:17:00
     
     jpz6311whu 帅哥哟,离线,有人找我吗?
      
      
      
      威望:9
      等级:研三(收到微软亚洲研究院的Offer了)(版主)
      文章:1718
      积分:10610
      门派:W3CHINA.ORG
      注册:2005/4/12

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给jpz6311whu发送一个短消息 把jpz6311whu加入好友 查看jpz6311whu的个人资料 搜索jpz6311whu在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 引用回复这个贴子 回复这个贴子 查看jpz6311whu的博客3
    发贴心情 
    主要是讲jena中InfModel的实现机制,也就是a notion of "posit"这种方法,它能克服第一段所说的局限性,但是目前实现效率比较低,所以要restricted uses of this form of listStatement
    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2006/8/25 15:29:00
     
     wumingrock 帅哥哟,离线,有人找我吗?
      
      
      等级:大二(研究C++)
      文章:50
      积分:286
      门派:W3CHINA.ORG
      注册:2006/4/27

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给wumingrock发送一个短消息 把wumingrock加入好友 查看wumingrock的个人资料 搜索wumingrock在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 引用回复这个贴子 回复这个贴子 查看wumingrock的博客4
    发贴心情 
    楼上的大哥,你讲的这些太high level了吧。。。。能不能具体些。。。

    我就没搞清楚,描述逻辑系统和基于三元组的方法不同之处在哪里。。。

    ----------------------------------------------
    努力学习语义和本体~~

    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2006/8/25 16:44:00
     
     GoogleAdSense
      
      
      等级:大一新生
      文章:1
      积分:50
      门派:无门无派
      院校:未填写
      注册:2007-01-01
    给Google AdSense发送一个短消息 把Google AdSense加入好友 查看Google AdSense的个人资料 搜索Google AdSense在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 访问Google AdSense的主页 引用回复这个贴子 回复这个贴子 查看Google AdSense的博客广告
    2025/10/2 20:48:01

    本主题贴数4,分页: [1]

    管理选项修改tag | 锁定 | 解锁 | 提升 | 删除 | 移动 | 固顶 | 总固顶 | 奖励 | 惩罚 | 发布公告
    W3C Contributing Supporter! W 3 C h i n a ( since 2003 ) 旗 下 站 点
    苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
    62.500ms