新书推介:《语义网技术体系》
作者:瞿裕忠,胡伟,程龚
   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讨论区 - 语义网·描述逻辑·本体·RDF·OWLW3CHINA.ORG讨论区 - Web新技术讨论『 Semantic Web(语义Web)/描述逻辑/本体 』 → SWRL: A Semantic Web Rule Language Combining OWL and RuleML 查看新帖用户列表

      发表一个新主题  发表一个新投票  回复主题  (订阅本版) 您是本帖的第 4223 个阅读者浏览上一篇主题  刷新本主题   树形显示贴子 浏览下一篇主题
     * 贴子主题: SWRL: A Semantic Web Rule Language Combining OWL and RuleML 举报  打印  推荐  IE收藏夹 
       本主题类别:     
     admin 帅哥哟,离线,有人找我吗?
      
      
      
      威望:9
      头衔:W3China站长
      等级:计算机硕士学位(管理员)
      文章:5255
      积分:18406
      门派:W3CHINA.ORG
      注册:2003/10/5

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给admin发送一个短消息 把admin加入好友 查看admin的个人资料 搜索admin在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 点击这里发送电邮给admin  访问admin的主页 引用回复这个贴子 回复这个贴子 查看admin的博客楼主
    发贴心情 SWRL: A Semantic Web Rule Language Combining OWL and RuleML

    SWRL: A Semantic Web Rule Language Combining OWL and RuleML.

    W3C has acknowledged receipt of a Member Submission from the National Research Council of Canada, Network Inference, and Stanford University for SWRL: A Semantic Web Rule Language Combining OWL and RuleML. The submission has been made in association with the Joint US/EU ad hoc Agent Markup Language Committee.

    The SWRL submission package contains three components in addition to the principal prose document: (1) an RDF Schema partially describing the RDF Concrete Syntax of SWRL; (2) an OWL ontology partially describing the RDF Concrete Syntax of SWRL; (3) an XML Schema for the SWRL XML Concrete Syntax.

    The document "contains a proposal for a Semantic Web Rule Language (SWRL) based on a combination of the OWL DL and OWL Lite sublanguages of the OWL Web Ontology Language with the Unary/Binary Datalog RuleML sublanguages of the Rule Markup Language. SWRL includes a high-level abstract syntax for Horn-like rules in both the OWL DL and OWL Lite sublanguages of OWL. A model-theoretic semantics is given to provide the formal meaning for OWL ontologies including rules written in this abstract syntax. An XML syntax based on RuleML and the OWL XML Presentation Syntax as well as an RDF concrete syntax based on the OWL RDF/XML exchange syntax are also given, along with several examples."

    Statements concerning copyrights, trademarks, service marks, and patents related to the submission have been made by W3C members and non-members, including the National Research Council of Canada, Network Inference, Stanford University, Lucent Technologies, Macgregor, Inc., Massachusetts Institute of Technology, and BBN Technologies; each of these organizations has granted to the W3C "a perpetual, nonexclusive, royalty-free, world-wide right and license under any of its copyrights in this contribution to copy, publish and distribute the contribution under the W3C document licenses."

    Bibliographic Information

    SWRL: A Semantic Web Rule Language Combining OWL and RuleML. By [URL=http://www.cs.man.ac.uk/%7Ehorrocks/]Ian Horrocks[/URL] (Network Inference), [URL=http://www-db.research.bell-labs.com/user/pfps/]Peter F. Patel-Schneider[/URL] (Bell Labs Research, Lucent Technologies), [URL=http://www.cs.unb.ca/%7Eboley/]Harold Boley[/URL] (National Research Council of Canada), [URL=http://home.comcast.net/%7Estabet/]Said Tabet[/URL] (Macgregor, Inc.), [URL=http://ebusiness.mit.edu/bgrosof/]Benjamin Grosof[/URL] (Sloan School of Management, MIT), and [URL=http://www.daml.org/people/mdean/]Mike Dean[/URL] (BBN Technologies). W3C Member Submission. 21-May-2004. Version URL: [URL=http://www.w3.org/Submission/2004/SUBM-SWRL-20040521/]http://www.w3.org/Submission/2004/SUBM-SWRL-20040521/[/URL]. Latest version URL: [URL=http://www.w3.org/Submission/SWRL/]http://www.w3.org/Submission/SWRL/[/URL].


    SWRL Overview

    SWRL provides a high-level abstract syntax "that extends the OWL abstract syntax described in the [URL=http://www.w3.org/TR/2004/REC-owl-semantics-20040210/]OWL Semantics and Abstract Syntax[/URL] document. An extension of the OWL model-theoretic semantics is also given to provide a formal meaning for OWL ontologies including rules written in this abstract syntax.

    The proposed rules are of the form of an implication between an antecedent (body) and consequent (head). The intended meaning can be read as: whenever the conditions specified in the antecedent hold, then the conditions specified in the consequent must also hold.

    Both the antecedent (body) and consequent (head) consist of zero or more atoms. An empty antecedent is treated as trivially true (i.e., satisfied by every interpretation), so the consequent must also be satisfied by every interpretation; an empty consequent is treated as trivially false (i.e., not satisfied by any interpretation), so the antecedent must also not be satisfied by any interpretation. Multiple atoms are treated as a conjunction. Note that rules with conjunctive consequents could easily be transformed (via the Lloyd-Topor transformations) into multiple rules each with an atomic consequent.

    Atoms in these rules can be of the form C(x), P(x,y), sameAs(x,y) or differentFrom(x,y), where C is an OWL description, P is an OWL property, and x,y are either variables, OWL individuals or OWL data values. It is easy to see that OWL DL becomes undecidable when extended in this way as rules can be used to simulate role value maps...

    An XML syntax is also given for these rules based on RuleML and the [URL=http://www.w3.org/TR/owl-xmlsyntax/]OWL XML presentation syntax[/URL]. Furthermore, an RDF concrete syntax based on the OWL RDF/XML exchange syntax is presented. The rule syntaxes are illustrated with several running examples. Finally, we give usage suggestions and cautions..." [from the SWRL Submission 'Introduction']


    W3C Team Comment on the SWRL Submission

    "Rule languages have a long history, dating from Prolog in the early 1970s, through a variety of academic and industrial developments, including recent Semantic Web rule languages from W3C Team members, [URL=http://www.w3.org/RDF/Metalog]Metalog[/URL] and [URL=http://www.w3.org/2000/10/swap/Primer]N3[/URL].

    Rules offer users the ability to express certain logical relationships in a form suitable for machine processing. They are declarations like 'if P is true, then Q must also be true,' and for some applications they are easy for people to understand and efficient for machines to use in computation.

    As a rule language for the Semantic Web, SWRL uses URIs to identify things, making it essentially compatible with RDF and OWL. In RDF, an organization can express that a particular person in an employee and is also granted access to all internal documents. In SWRL, one can express the rule that all employees are granted access to internal documents. Given this rule and the fact that someone is an employee, a SWRL reasoner can conclude that the person is granted access.

    SWRL is unique in being an extension of OWL DL, so that users of OWL DL can add rules to their ontologies and maintain clear semantics. Some rule systems offer meta-processing (rules about rules), and with the addition of OWL comes the possibility for new confusion in rules about OWL axioms and OWL axioms about rules; the design of SWRL 0.6 carefully steers clear of these potentially-confusing areas...

    The development of languages like SWRL, with high expressive power, also raises the question of the computational complexity of the implementation: as the submission authors correctly note, there will be the need to select suitable subsets of the language that can be implemented in efficient ways, balancing expressive power against execution speed and termination of the computation.

    We encourage further development of SWRL or similar languages to address reasoning on the Web, understanding that graceful interoperation within the RDF model and with the [URL=http://www.w3.org/TR/xpath-functions]XQuery functions and operators[/URL] may well be the key to the success of components of the Semantic Web..." [excerpted from the comments of [URL=http://www.w3.org/People/Massimo/]Massimo Marchiori[/URL] and [URL=http://www.w3.org/People/Sandro/]Sandro Hawke[/URL]]


    Principal references:
    [URL=http://www.w3.org/Submission/2004/SUBM-SWRL-20040521/]SWRL: A Semantic Web Rule Language Combining OWL and RuleML[/URL].
    [URL=http://www.w3.org/Submission/2004/03/]SWRL Submission Request[/URL]. From the National Research Council of Canada, Network Inference, and Stanford University. May 05, 2004.
    [URL=http://www.w3.org/Submission/2004/03/Comment]W3C Team Comment on the SWRL Submission[/URL]. From [URL=http://www.w3.org/People/Massimo/]Massimo Marchiori[/URL] and [URL=http://www.w3.org/People/Sandro/]Sandro Hawke[/URL].
    [URL=http://www.w3.org/Submission/2004/SUBM-SWRL-20040521/issuesList.html]SWRL Issues List and Language Extensions[/URL]
    [URL=http://lists.w3.org/Archives/Public/www-rdf-rules/]Mailing list archives for 'www-rdf-rules'[/URL]. Send email to [URL=mailto:www-rdf-rules@w3.org]mailto:www-rdf-rules@w3.org[/URL].
    [URL=http://www.w3.org/Submission/]Complete list of acknowledged W3C Member Submissions[/URL]
    W3C Semantic Web:
    [URL=http://www.w3.org/2001/sw/]W3C Semantic Web Activity[/URL]
    [URL=http://www.w3.org/2001/sw/Activity]Semantic Web Activity Statement[/URL]
    OWL:
    [URL=http://www.w3.org/TR/2004/REC-owl-semantics-20040210/]OWL Web Ontology Language Semantics and Abstract Syntax.[/URL] W3C Recommendation 10-February-2004.
    [URL=http://www.w3.org/TR/owl-xmlsyntax/]OWL Web Ontology Language XML Presentation Syntax.[/URL] W3C Note 11-June-2003.
    [URL=http://www.w3.org/TR/2004/REC-owl-ref-20040210/]OWL Web Ontology Language Reference.[/URL] W3C Recommendation 10-February-2004.
    Related websites:
    [URL=http://www.daml.org/swrl/]DAML Rules[/URL]. See [URL=http://www.daml.org/2004/04/swrl/]SWRL 0.6 major release, 2004-04.[/URL]
    [URL=http://www.daml.org/committee/]Joint US/EU ad hoc Agent Markup Language Committee[/URL]
    [URL=http://www.ruleml.org/]The Rule Markup Initiative[/URL]
    [URL=http://www.swsi.org/]Semantic Web Services Initiative (SWSI)[/URL]
    Other resources for XML and Semantics:
    Conceptual Modeling and Markup Languages
    XML and 'The Semantic Web'
    STARLab ORM Markup Language (ORM-ML)
    XML and Attribute Grammars
    XML Belief Network File Format (Bayesian Networks)
    Predictive Model Markup Language (PMML)
    Triple-s XML Survey Interchange Standard
    Multilingual Upper-Level Electronic Commerce Ontology (MULECO)
    Resource Description Framework (RDF)
    Ontology Interchange Language (OIL)
    Meaning Definition Language (MDL)
    (XML) Topic Maps
    DARPA Agent Mark Up Language (DAML)
    OWL Web Ontology Language
    Proof Markup Language for Semantic Web Services (PML)
    Robotic Markup Language (RoboML)
    Rule Markup Language (RuleML)
    Business Rules Markup Language (BRML)
    Business Process Modeling Language (BPML)
    Agent-Oriented Rule Markup Language (AORML)
    Extensible Rule Markup Language (XRML)
    Simple Rule Markup Language (SRML)
    Relational-Functional Markup Language (RFML)
    Ontology and Conceptual Knowledge Markup Languages
    Information Flow Framework Language (IFF)
    Simple HTML Ontology Extensions (SHOE)
    XOL - XML-Based Ontology Exchange Language
    Description Logics Markup Language (DLML)
    Case Based Markup Language (CBML)
    Artificial Intelligence Markup Language (AIML)
    Procedural Markup Language (PML)
    Process Interchange Format XML (PIF-XML)
    XML and Petri Nets
    Petri Net Markup Language (PNML)


       收藏   分享  
    顶(0)
      




    ----------------------------------------------

    -----------------------------------------------

    第十二章第一节《用ROR创建面向资源的服务》
    第十二章第二节《用Restlet创建面向资源的服务》
    第三章《REST式服务有什么不同》
    InfoQ SOA首席编辑胡键评《RESTful Web Services中文版》
    [InfoQ文章]解答有关REST的十点疑惑

    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2004/5/25 21:06:00
     
     baojie 帅哥哟,离线,有人找我吗?
      
      
      
      威望:9
      头衔:小学生
      等级:研一(参加了一年一度的XML大会)(贵宾)
      文章:667
      积分:4442
      门派:XML.ORG.CN
      注册:2003/11/24

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给baojie发送一个短消息 把baojie加入好友 查看baojie的个人资料 搜索baojie在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 点击这里发送电邮给baojie  访问baojie的主页 引用回复这个贴子 回复这个贴子 查看baojie的博客2
    发贴心情 
    从去年11月到现在酝酿了有半年了, 终于出台了
    今年WWW有一个Horrocks的论文说这个的
    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2004/5/26 3:41:00
     
     GoogleAdSense
      
      
      等级:大一新生
      文章:1
      积分:50
      门派:无门无派
      院校:未填写
      注册:2007-01-01
    给Google AdSense发送一个短消息 把Google AdSense加入好友 查看Google AdSense的个人资料 搜索Google AdSense在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 点击这里发送电邮给Google AdSense  访问Google AdSense的主页 引用回复这个贴子 回复这个贴子 查看Google AdSense的博客广告
    2024/5/3 12:35:01

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

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