新书推介:《语义网技术体系》
作者:瞿裕忠,胡伟,程龚
   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)/描述逻辑/本体 』 → 要列出某个OntClass的所有的属性(包括从父类继承的属性)怎么写规则? 查看新帖用户列表

      发表一个新主题  发表一个新投票  回复主题  (订阅本版) 您是本帖的第 2484 个阅读者浏览上一篇主题  刷新本主题   树形显示贴子 浏览下一篇主题
     * 贴子主题: 要列出某个OntClass的所有的属性(包括从父类继承的属性)怎么写规则? 举报  打印  推荐  IE收藏夹 
       本主题类别:     
     horizonman 帅哥哟,离线,有人找我吗?
      
      
      等级:大二(研究C++)
      文章:49
      积分:297
      门派:W3CHINA.ORG
      注册:2005/9/27

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给horizonman发送一个短消息 把horizonman加入好友 查看horizonman的个人资料 搜索horizonman在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 引用回复这个贴子 回复这个贴子 查看horizonman的博客楼主
    发贴心情 要列出某个OntClass的所有的属性(包括从父类继承的属性)怎么写规则?

    要列出某个OntClass(A)的所有的属性(包括从父类继承的属性)怎么写规则?谢谢?

       收藏   分享  
    顶(0)
      




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

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给jpz6311whu发送一个短消息 把jpz6311whu加入好友 查看jpz6311whu的个人资料 搜索jpz6311whu在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 引用回复这个贴子 回复这个贴子 查看jpz6311whu的博客2
    发贴心情 
    或者用这个

    com.hp.hpl.jena.ontology
    Interface OntClass

    ExtendedIterator listDeclaredProperties()
              Answer an iteration of the properties associated with a frame-like view of this class.
    ExtendedIterator listDeclaredProperties(boolean direct)
              Answer an iteration of the properties associated with a frame-like view of this class.


    listDeclaredProperties
    ExtendedIterator listDeclaredProperties(boolean direct)Answer an iteration of the properties associated with a frame-like view of this class. Note that many cases of determining whether a property is associated with a class depends on RDFS or OWL reasoning. This method may therefore return complete results only in models that have an attached reasoner. See the RDF frames how-to for full details.


    Parameters:
    direct - If true, restrict the properties returned to those directly associated with this class.
    Returns:
    An iteration of the properties that are associated with this class by their domain.

    javadoc中说要用推理机

    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2006/8/30 12:01:00
     
     Ambrosia 美女呀,离线,快来找我吧!
      
      
      威望:1
      头衔:天使
      等级:计算机学士学位
      文章:377
      积分:2304
      门派:XHTML.ORG.CN
      注册:2006/2/23

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给Ambrosia发送一个短消息 把Ambrosia加入好友 查看Ambrosia的个人资料 搜索Ambrosia在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 引用回复这个贴子 回复这个贴子 查看Ambrosia的博客3
    发贴心情 
    这个绝对懒不起来,jena没有提供这种直接的方法
    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2006/8/30 19:57:00
     
     horizonman 帅哥哟,离线,有人找我吗?
      
      
      等级:大二(研究C++)
      文章:49
      积分:297
      门派:W3CHINA.ORG
      注册:2005/9/27

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给horizonman发送一个短消息 把horizonman加入好友 查看horizonman的个人资料 搜索horizonman在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 引用回复这个贴子 回复这个贴子 查看horizonman的博客4
    发贴心情 
    用listDeclaredProperties()方法的话可以返回OntClass本身有的属性和从父类那里继承来的属性。但是如果该类的某个属性有两层Domain的话,用listDeclaredProperties()就不行了!

    哪位同志有没有好的办法!谢谢:)

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

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给jpz6311whu发送一个短消息 把jpz6311whu加入好友 查看jpz6311whu的个人资料 搜索jpz6311whu在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 引用回复这个贴子 回复这个贴子 查看jpz6311whu的博客5
    发贴心情 
    对所有的property遍历其domain,如果domain是该类或者是由该类组成的Union,那么这个property就是该类的属性。
    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2006/8/30 23:51:00
     
     GoogleAdSense
      
      
      等级:大一新生
      文章:1
      积分:50
      门派:无门无派
      院校:未填写
      注册:2007-01-01
    给Google AdSense发送一个短消息 把Google AdSense加入好友 查看Google AdSense的个人资料 搜索Google AdSense在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 访问Google AdSense的主页 引用回复这个贴子 回复这个贴子 查看Google AdSense的博客广告
    2025/10/1 12:03:12

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

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