新书推介:《语义网技术体系》
作者:瞿裕忠,胡伟,程龚
   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)/描述逻辑/本体 』 → protege自动产生的命名空间的疑问 查看新帖用户列表

      发表一个新主题  发表一个新投票  回复主题  (订阅本版) 您是本帖的第 3627 个阅读者浏览上一篇主题  刷新本主题   树形显示贴子 浏览下一篇主题
     * 贴子主题: protege自动产生的命名空间的疑问 举报  打印  推荐  IE收藏夹 
       本主题类别:     
     boywaiter 帅哥哟,离线,有人找我吗?水瓶座1974-2-18
      
      
      等级:大二期末(数据结构考了98分!)
      文章:29
      积分:324
      门派:W3CHINA.ORG
      注册:2006/7/13

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给boywaiter发送一个短消息 把boywaiter加入好友 查看boywaiter的个人资料 搜索boywaiter在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 引用回复这个贴子 回复这个贴子 查看boywaiter的博客楼主
    发贴心情 protege自动产生的命名空间的疑问

    protege在建立的每个OWL文件中都会产生一个类似
    xml:base="http://www.owl-ontologies.com/Ontology1166756957.owl"
    的命名空间。
    请问是用这个来区别在WEB上的不同本体吗?
    如果是,那么由谁来统一管理?如果本机不上网,会产生吗?(我试了还是会有)
    用其他的本体编辑软件,会产生吗?

       收藏   分享  
    顶(0)
      




    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2006/12/22 11:56:00
     
     boshu717 美女呀,离线,快来找我吧!
      
      
      等级:大一(猛啃高等数学)
      文章:12
      积分:108
      门派:W3CHINA.ORG
      注册:2006/9/19

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给boshu717发送一个短消息 把boshu717加入好友 查看boshu717的个人资料 搜索boshu717在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 引用回复这个贴子 回复这个贴子 查看boshu717的博客2
    发贴心情 
    我看了我本机上用protege建的几个owl文件,都是xml:base="http://www.owl-ontologies.com/unnamed.owl">
    这样的描述,都是一样的啊,这能区别本体吗?我感觉不行
    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2006/12/22 14:04:00
     
     swiss1023 美女呀,离线,快来找我吧!
      
      
      等级:大一新生
      文章:5
      积分:78
      门派:XML.ORG.CN
      注册:2007/3/25

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给swiss1023发送一个短消息 把swiss1023加入好友 查看swiss1023的个人资料 搜索swiss1023在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 引用回复这个贴子 回复这个贴子 查看swiss1023的博客3
    发贴心情 
    问题出在哪呢,我也不明白?
    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2007/4/20 10:08:00
     
     jpz6311whu 帅哥哟,离线,有人找我吗?
      
      
      
      威望:9
      等级:研三(收到微软亚洲研究院的Offer了)(版主)
      文章:1718
      积分:10610
      门派:W3CHINA.ORG
      注册:2005/4/12

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给jpz6311whu发送一个短消息 把jpz6311whu加入好友 查看jpz6311whu的个人资料 搜索jpz6311whu在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 引用回复这个贴子 回复这个贴子 查看jpz6311whu的博客4
    发贴心情 
    Before we can use a set of terms, we need a precise indication of what specific vocabularies are being used. A standard initial component of an ontology includes a set of XML namespace declarations enclosed in an opening rdf:RDF tag. These provide a means to unambiguously interpret identifiers and make the rest of the ontology presentation much more readable. A typical OWL ontology begins with a namespace declaration similar to the following. Of course, the URIs of the defined ontologies will not usually be w3.org references.

    <rdf:RDF
        xmlns     ="http://www.w3.org/TR/2004/REC-owl-guide-20040210/wine#"
        xmlns:vin ="http://www.w3.org/TR/2004/REC-owl-guide-20040210/wine#"       
        xml:base  ="http://www.w3.org/TR/2004/REC-owl-guide-20040210/wine#"       
        xmlns:food="http://www.w3.org/TR/2004/REC-owl-guide-20040210/food#"    
        xmlns:owl ="http://www.w3.org/2002/07/owl#"
        xmlns:rdf ="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
        xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
        xmlns:xsd ="http://www.w3.org/2001/XMLSchema#">
    The first two declarations identify the namespace associated with this ontology. The first makes it the default namespace, stating that unprefixed qualified names refer to the current ontology. The second identifies the namespace of the current ontology with the prefix vin:. The third identifies the base URI for this document (see below ). The fourth identifies the namespace of the supporting food ontology with the prefix food:.

    The fifth namespace declaration says that in this document, elements prefixed with owl: should be understood as referring to things drawn from the namespace called http://www.w3.org/2002/07/owl#. This is a conventional OWL declaration, used to introduce the OWL vocabulary.

    OWL depends on constructs defined by RDF, RDFS, and XML Schema datatypes. In this document, the rdf: prefix refers to things drawn from the namespace called http://www.w3.org/1999/02/22-rdf-syntax-ns#. The next two namespace declarations make similar statements about the RDF Schema (rdfs:) and XML Schema datatype (xsd:) namespaces.

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

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

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