新书推介:《语义网技术体系》
作者:瞿裕忠,胡伟,程龚
   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)/描述逻辑/本体 』 → [推荐]Frequently Asked Questions on Ontology Technology 查看新帖用户列表

      发表一个新主题  发表一个新投票  回复主题  (订阅本版) 您是本帖的第 5206 个阅读者浏览上一篇主题  刷新本主题   树形显示贴子 浏览下一篇主题
     * 贴子主题: [推荐]Frequently Asked Questions on Ontology Technology 举报  打印  推荐  IE收藏夹 
       本主题类别:     
     初来咋到 帅哥哟,离线,有人找我吗?
      
      
      等级:大一新生
      文章:9
      积分:90
      门派:XML.ORG.CN
      注册:2005/9/27

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给初来咋到发送一个短消息 把初来咋到加入好友 查看初来咋到的个人资料 搜索初来咋到在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 引用回复这个贴子 回复这个贴子 查看初来咋到的博客楼主
    发贴心情 [推荐]Frequently Asked Questions on Ontology Technology

    下载了ibm的snobase,一个本体管理系统,发现里面的faq不错,还没来得及细研究snobase,先把这个传上来给大家看看,
    上传文件和下面一样,是doc格式

    Frequently Asked Questions on
    Ontology Technology


    Juhnyoung Lee
    IBM T. J. Watson Research Center
    Hawthorne, NY
    jyl@us.ibm.com

    August 19, 2004

    1. General

    Q. What is an ontology, in the context of computing?
    Q. More precisely, what are components of an ontology?
    Q. Why is ontology important in computing?
    Q. Why would someone want to develop an ontology?
    Q. How do developers start to work with ontologies?
    Q. What is a knowledge engineering methodology for developing an ontology?
    Q. What can ontologies be used for?
    Q. What are ontologies not good for? What are limitations of ontology?
    Q. How is ontology different from expert systems and other AI technologies?
    Q. How is ontology different from database?
    Q. How is ontology different from object-oriented modeling?
    Q. Are there any ontology standards?
    Q. What else is going on for ontology standards?

    2. Ontology Specification Languages

    Q. How is OWL different from earlier ontology languages?
    Q. Who is implementing OWL tools and applications?
    Q. Are there OWL ontologies available already?
    Q. What does OWL add that RDF Schema doesn’t?
    Q. What is the difference between RDF and XML Schema?

    3. Ontology Management Systems

    Q. Are there any tools for ontology design and management?
    Q. What is an ontology management system?
    Q. What is in the Snobase Ontology Management System?
    Q. What are the components of Snobase Ontology Management System?
    Q. What is the JOBC API and what does it do?
    Q. What does the Ontology Directory do?
    Q. What does the Inference Engine do?
    Q. What does the Query Optimizer do?
    Q. What does the Ontology Source Connector do?
    Q. Is there any document for IBM Ontology Management System?

    4. Ontology Query Languages

    Q. What query languages does the Snobase Ontology Management System support?
    Q. What is RDQL (RDF Data Query Language)?

    5. References



    1. General

    Q. What is an ontology, in the context of computing?

    A. Although the concept of ontology has been around for a very long time in philosophy, in recent years it has become identified with computers as a machine readable vocabulary that is specified with enough precision to allow differing terms to be precisely related. More precisely, the operational definition of an ontology from the OWL Requirements Document [16] is as follows: An ontology defines the terms used to describe and represent an area of knowledge. Ontologies are used by people, databases, and applications that need to share domain information (a domain is just a specific subject area or area of knowledge, like petroleum, medicine, tool manufacturing, real estate, automobile repair, financial management, etc.). Ontologies include computer-usable definitions of basic concepts in the domain and the relationships among them [...]. They encode knowledge in a domain and also knowledge that spans domains. In this way, they make that knowledge reusable.

    Q. More precisely, what are components of an ontology?

    A. An ontology comprises a formal explicit description of concepts (often called classes) in a domain of discourse, properties (sometimes called slots) of each concept describing various features and attributes of the concept, and restrictions on properties (sometimes called facets). An ontology together with a set of individual instances of classes constitutes a knowledge base. In reality, there is a fine line where the ontology ends and the knowledge base begins, and also a fine line between a class and an instance. Classes are the focus of most ontologies. Classes describe concepts in the domain. For example, a class of wines represents all wines. Specific wines are instances of this class. The Bordeaux wine in the glass is an instance of the class of Bordeaux wines. A class can have subclasses that represent concepts that are more specific than the superclass. For example, we can divide the class of all wines into red, white, and rosé wines. Alternatively, we can divide a class of all wines into sparkling and non-sparkling wines.  

    Q. Why is ontology important in computing?

    A. An ontology shows enormous potentials in making software more efficient, adaptive, and intelligent. It is recognized as one of the areas which will bring the next breakthrough in software development. The idea of ontology has been welcomed by visionaries and early adopters. For example, ontology has been used in medical informatics studies, and the community produced popular tools like Protégé ontology editor. However, it has failed to appeal to the majority users of the mainstream, at least until recently. It is said, the idea was too arcane for ordinary folks to understand. There is no standard way to do things with ontology, but so many different proprietary ways. There were not enough tools for programming ontologies and managing various aspects of the lifecycle of ontologies. Recently, however, the semantic Web initiative [23] lead by W3C has changed the ontology landscape completely. Through the initiative, researchers and developers join forces to provide standard semantics markup languages based on XML [30], ontology management systems and other useful tools. Also, the Web provides interesting applications of ontology critical to daily life such as search and navigation. In addition, people rediscover the value of ontology in other important applications such as information and process integration. Ontology is now poised to cross the technology chasm and fighting its way into the mainstream.

    Q. Why would someone want to develop an ontology?

    A. An ontology helps make software more efficient, adaptive, and intelligent, because it allows:

    - To share common understanding of the structure of information among people or software,
    - To separate domain knowledge from the operational knowledge,
    - To make domain assumptions explicit,
    - To enable reuse of domain knowledge, and
    - To analyze domain knowledge.

    Q. How do developers start to work with ontologies?

    A. There are two aspects to start with: technology aspect and business aspect. Developers should take care of the business aspect first. They should work with business users to understand their problems and think about how semantics can help solve the problems and how it can bring in value. There are a number of problems ontology helps particularly well, such as information integration, model transformation, translation, data cleansing, search, navigation, text understanding, document preparation, speech understanding, “active” menus and forms, question and answering, etc. Additionally, the developers should consider if there are other innovative ways of using ontology for solving their problems. Once one is comfortable with the value ontology bring in, s/he can go ahead to populate the ontology for the solution. There are standard semantic markup languages recommended by W3C such as RDF (Resource Description Framework) [19] and OWL (Web Ontology Language) [29]. Also, there are a number of tools based on the languages available for ontology population, integration, reasoning and management. In addition, there are APIs and ontology management systems such as IBM’s Snobase [25]. They help incorporate ontology into the current development efforts with ease.

    Q. What is a knowledge engineering methodology for developing an ontology?

    A. First there are some fundamental rules in ontology design. These rules may seem rather dogmatic. They can help, however, to make design decisions in many cases.

    - There is no one correct way to model a domain – there are always viable alternatives. The best solution almost always depends on the application that you have in mind and the extensions that you anticipate.
    - Ontology development is necessarily an iterative process.
    - Concepts in the ontology should be close to objects (physical or logical) and relationships in your domain of interest. These are most likely to be nouns (objects) or verbs (relationships) in sentences that describe your domain.

    Deciding what we are going to use the ontology for, and how detailed or general the ontology is going to be will guide many of the modeling decisions down the road. Among several viable alternatives, we will need to determine which one would work better for the projected task, be more intuitive, more extensible, and more maintainable. We also need to remember that an ontology is a model of reality of the world and the concepts in the ontology must reflect this reality. After we define an initial version of the ontology, we can evaluate and debug it by using it in applications or problem-solving methods or by discussing it with experts in the field, or both. As a result, we will almost certainly need to revise the initial ontology. This process of iterative design will likely continue through the entire lifecycle of the ontology.

    In practical terms, developing ontology includes the followings:

    1. Defining classes in the ontology,
    2. Arranging the classes in a taxonomic (subclass–superclass) hierarchy,
    3. Defining properties and` describing allowed values for these properties,
    4. Filling in the values for properties for instances, and
    5. Then, create a knowledge base by defining individual instances of these classes filling in specific property value information and additional property restrictions.

    Q. What can ontologies be used for?

    A. The Web Ontology Working Group at W3C identified major use cases of ontologies [16]. Also, a survey of implemented applications was made with about 25 actually deployed systems identified. The WG categorized the following ontology application areas:

     Controlled vocabulary
     Web site or document organization and navigation support
     Browsing support
     Search support (semantic search)
     Generalization/specialization of search
     Sense disambiguation support
     Consistency checking (use of restrictions)
     Auto-completion
     Interoperability support (information/process integration)
     Support validation and verification testing
     Configuration support
     Support structured, comparative, and customized search

    Q. What are ontologies not good for? What are limitations of ontology?

    A. One theoretical foundation of ontology is logic, more specifically, Description Logic [10] for OWL (Web Ontology Language) [29]. That is, the ontology technology belongs to symbolic computation, as opposed to procedural computation, and that’s where it brings value to solving problems with automated reasoning and inference. It is not meant to replace various software technologies in the procedural computation category such as Java, SQL, data mining, statistics, etc. Instead, ontology brings most value when it is used in combination with such procedural technologies. For example, ontology cannot replace data mining algorithms based on pattern matching or statistical techniques. However, it can help make data mining procedures more efficient, adaptive, and smart by externalizing and organizing domain knowledge the data mining algorithms use in ontological models. For another example, ontology cannot replace software engineering technology using object-oriented analysis and modeling. However, it can help software engineering tools validate the generated models by externalizing and organizing metadata of the models in ontological models. For yet another example, ontology is not meant to replace database technology for storing large-scale data sets. However, it can be used with databases to provide a conceptual view of various data sources scattered in a number of databases with an ontological model, and virtually integrate (federate) the data sources without replicating data instances.

    Q. How is ontology different from expert systems and other AI technologies?

    A. For the semantic web and modern ontology technology to function, computers must have access to structured collections of information and sets of inference rules that they can use to conduct automated reasoning. Artificial Intelligence researchers have studied such systems since long before the Web was developed. Knowledge representation [2], as this technology is often called, is currently in a state comparable to that of hypertext before the advent of the Web: it is clearly a good idea, and some very nice demonstrations exist, but it has not yet changed the world. It contains the seeds of important applications, but to realize its full potential it must be linked into a single global system. The OWL language is a major step towards developing that potential.

    Q. How is ontology different from database?

    A. An ontology is different from a relational database in several ways. First, an ontology represents a data model, not a data repository. A desirable way to use an ontology is to describe an interface with it through which data may be accessed, while managing actual data instances in databases. Another difference is query; while most queries in databases retrieve the same data as stored previously, queries against ontologies infer or reason about the asserted facts and retrieve new facts implied by the known facts. Also, rules can be expressed regarding relationships between classes (entities) and subsequently these rules are applied to query processing which generates all results matching the query according to the specified relationships.

    Q. How is ontology different from object-oriented modeling?

    A. An ontology is different from object-oriented modeling (represented in UML [26]) in several ways. First, the most profound difference is that the ontology technology is theoretically found on logic. While ontology allows automated reasoning or inference, object-oriented modeling does not. Another difference is the treatment of properties; while the ontology technology treats properties as the first class citizen, the object-oriented modeling does not. That is, while the ontology technology allows inheritance of properties, the object-oriented modeling does not. While the ontology technology allows arbitrary user-defined relationships among classes (a type property), the object-oriented modeling limits the relationship types to the subclass-superclass hierarchical relationship. While the ontology technology allows adding properties to relationships such as symmetry, transitivity and inverse so that they are used in reasoning, the object-oriented modeling does not. While the ontology technology allows multiple inheritances among classes and also among properties, the object-oriented modeling allows only single inheritances. Despite theses differences, object-oriented modeling and UML are accepted as a practical ontology specification, mostly because of its wide-spread use in industry and the multitude of existing models in UML. There is an on-going effort to add logic capability to object-oriented modeling, represented by OCL (Object Constraint Language) [27].

    Q. Are there any ontology standards?

    A. Yes. Most notably, W3C recommends a number of semantic markup language standards as part of the semantic Web stack. Specifically, XML (eXtensible Markup Language) [30] provides a surface syntax for structured documents, but imposes no semantic constraints on the meaning of these documents. XML Schema [31] is a language for restricting the structure of XML documents. RDF (Resource Description Framework) [19] is a language for creating a data model for objects (or “resources”) and relations among them, providing a simple semantics for the data model. The data models are represented in an XML syntax. RDF Schema [20] is a vocabulary for describing properties and classes of RDF resources, with semantics for generalization hierarchies of such properties and classes. Finally, OWL (Web Ontology Language) [29] adds more vocabulary for describing properties and classes. Among others, relations among classes, cardinality, equality, richer typing of properties and enumerated classes. OWL succeeds the preceding effort of DAML+OIL [7] in this area. In summary, OWL adds facilities for expressing meaning and semantics to XML, RDF, and RDF Schema, and thus it goes beyond these languages in its ability to represent machine readable content. This figure shows the semantic Web stack of W3C:

    Q. What else is going on for ontology standards?

    A. UML (Unified Modeling Language) [26] is also viewed as a language for designing ontology. Software engineers can design an ontology by organizing object classes in a class hierarchy and creating relationships among them. However, UML has some limitations. For example, UML does not support the notion of conceptual equivalence. Also, UML has insufficient means for describing restrictions and constraints. Software engineers can use the Object Constraint Language (OCL) [27], but it may be difficult to understand for business analysts. In short, an ontology language provides richer semantic than UML. OMG (Object Management Group) [14] has issued a Request for Proposal for an Ontology Definition Meta-model in March 2003. The request is for an MOF (Meta Object Facility) meta-model for ontology development with a mapping to UML and a binding to OWL. This meta-model will provide a translation from UML to OWL, and the use of UML tools in ontology definition.

    2. Ontology Specification Languages

    Q. How is OWL different from earlier ontology languages?

    A. OWL is a Web Ontology language [29]. Where earlier languages have been used to develop tools and ontologies for specific user communities (particularly in the sciences and in company-specific e-commerce applications), they were not defined to be compatible with the architecture of the World Wide Web in general, and the Semantic Web in particular.

    OWL rectifies this by providing a language which uses the linking provided by RDF to add the following capabilities to ontologies:

    - Ability to be distributed across many systems,
    - Scalability to Web needs,
    - Compatibility with Web standards for accessibility and internationalization, and
    - Openness and extensibility

    Q. Who is implementing OWL tools and applications?

    A. A large number of organizations have been exploring the use of OWL, with many tools currently available. The W3C Web Ontology Working Group [29] is maintaining a list of implementations and demonstrations. In addition, both the US government (via DARPA and NSF) and the European Union (via the 5th and 6th generation frameworks of the IST program) have invested in web ontology language development. Most of the systems currently using DAML, OIL and DAML+OIL (the predecessor languages that OWL was based on) are now migrating to OWL. In addition, a number of ontology language tools, such as the widely used Protégé system [18], now provide OWL support.

    Q. Are there OWL ontologies available already?

    A. There are a large number of ontologies available on the Web in OWL. There is an ontology library at DAML ontology library [8], which contains about 250 examples written in OWL or DAML+OIL (a converter from DAML+OIL to OWL is available on the Web). In addition, several large ontologies have been released in OWL. These include a cancer ontology in OWL developed by the US National Cancer Institute’s Center for Bio-informatics, which contains about 17,000 cancer related terms and their definitions, and an OWL version of the well-known GALEN medical ontology [15], developed at the University of Manchester.

    Q. What does OWL add that RDF Schema doesn’t?

    A. OWL extends RDFS to allow for the expression of complex relationships between different RDFS classes and of more precise constraints on specific classes and properties. Examples are as follows:

    - The means to limit the properties of classes with respect to number and type,
    - The means to infer that items with various properties are members of a particular class,
    - The means to determine if all members of a class will have a particular property, or if only some of them might ,
    - The means to distinguish one-to-one from many-to-one or one-to-many relationships, allowing the “foreign keys” of a database to be represented in an ontology,
    - The means to express relationships between classes defined in different documents across the web, - the means to construct new classes out of the unions, intersections and complements of other classes, and
    - The means to constrain range and domain to specific class/property combinations.

    Q. What is the difference between RDF and XML Schema?

    A. XML (eXtensible Markup Language) [30] provides a surface syntax for structured documents, but imposes no semantic constraints on the meaning of these documents. XML Schema [31] is a language for restricting the structure of XML documents. RDF (Resource Description Framework) [19] is a language for creating a data model for objects (or “resources”) and relations among them, providing a simple semantics for the data model. The data models are represented in an XML syntax. RDF Schema [20] is a vocabulary for describing properties and classes of RDF resources, with semantics for generalization hierarchies of such properties and classes. Finally, OWL (Web Ontology Language) [29] adds more vocabulary for describing properties and classes. Among others, relations among classes, cardinality, equality, richer typing of properties and enumerated classes.

    3. Ontology Management Systems

    Q. Are there any tools for ontology design and management?

    A. Today, there are more than 90 tools available for helping the use of ontologies from both non-commercial organizations and commercial software vendors [3]. Most of them are tools for designing and editing ontology files. Some of them may provide certain capabilities for analyzing, modifying, and maintaining ontology over time, in addition to the editing capabilities. One of the more popular editing tools is Protégé [18], developed by the Stanford University School of Medicine. Other tools are SemTalk [24], OilEd [13], Unicorn [28], Jena [12], and Snobase [25], to name a few.

    Q. What is an ontology management system?

    A. An ontology management system for ontology is equivalent to a database management system (DBMS) for data. A DBMS allows an application to externalize the storing and processing of data, via a standard interface, and relieves the program from the burden of deciding how to store the data in files, how to index the data, how to optimized queries, how to retrieve query results, etc. In a similar way, an ontology management system allows an application to manipulate and query ontology without worrying about how the ontology is stored and accessed, how queries are processed, how query results are retrieved, etc., by providing a programming interface. Ontology editing capabilities are not viewed as the critical component of an ontology management system. An ontology management system may or may not provide the ontology editing/designing capabilities. In case it does not, an ontology management system can be used in connection with an ontology editor such as Protégé, if necessary.

    Q. What is in the Snobase Ontology Management System?

    A. Snobase Ontology Management System [25] provides mechanisms for loading ontologies from files and via the Internet, and for locally creating, modifying and storing ontologies. It also provides a mechanism for querying ontologies, and an easy-to-use programming interface for applications to interact in standard ontology specification languages such as  RDF, DAML+OIL, and OWL. Internally, the system uses an inference engine, an ontology persistent store, an ontology directory and ontology source connectors. Applications can query against the created ontology models and the inference engine deduces the answers and returns results sets similar to JDBC (Java Data Base Connectivity) [11] result sets.

    Q. What are the components of Snobase Ontology Management System?

    A. The following figure shows the schematic overview of the current IBM Ontology Management System. Conceptually, the application programmers interact with the management system by using the JOBC API that provides high-level access to ontology resources and an ontology engine via an ontology base driver. Below each component of the IBM Ontology Management System is described in detail one by one.

    Q. What is the JOBC API and what does it do?

    A. JOBC (Java Ontology Base Connectivity) is an application programming interface that provides applications with a high-level access to ontological resources stored in the IBM Ontology Management System. The JOBC API follows the design patterns of JDBC, with several alterations. Like JDBC, JOBC provides a connection-based API for interacting with data sources. Unlike JDBC, however, JOBC allows connections to be made without reference to a particular base ontology. Such connections would be connections to a default ontology that would include the top-level definitions of XML-based ontology languages such as OWL, DAML+OIL, RDF, RDF Schema, XML and XML Schema. These definitions are required in order to process any ontological information.

    The API is implemented using the abstract factory class. The DriverManager class provides a method that is used to construct a connection based on the URI used to initiate the connection. There is a mechanism in the DriverManager that uses the given ontology type to identify and load the correct driver. This driver is then used to create a connection of the appropriate type. The connection then acts as a factory to produce objects, such as statements. The objects created implement interfaces defined in the JOBC API, but have implementations that are provided by the driver that is loaded. The JOBC driver is an IBM driver for the JOBC interface, and consists of Java classes that will provide an implementation of the JOBC API.

    Q. What does the Ontology Directory do?

    A.  The Ontology Directory provides the meta-level information about which ontologies are available to the JOBC driver. By default, the ontology directory will need to contain the references to the top-level definitions of the XML-based ontology languages supported. For each ontology source, the directory will need to store the URI, but may additionally store information about the contents of the ontology source to aid in query optimization. In addition, the Ontology Directory may contain deployment information that gives additional sources of ontology information.

    Q. What does the Inference Engine do?

    A.  The Inference Engine provides a mechanism for interpreting the semantics of constructs of an ontology language, represented as a set of language specific rules. The rules are used to answer queries, when the requested fact is not immediately available but must be inferred from available facts. The Inference Engine of the IBM Ontology Management System was built by using IBM ABLE (Agent Building and Learning Environment) technology [6].

    Q. What does the Query Optimizer do?

    A.  The Query Optimizer allows applications to query large knowledge bases whose entire set cannot be loaded into the working memory by querying the ontology source for appropriate pieces, as they are needed. In addition, the task of the Query Optimizer is to not only optimize the retrieval of information from ontology sources, but also coordinate queries that span multiple sources. This component is still under construction, and will be added to future editions of IBM Ontology Management System.

    Q. What does the Ontology Source Connector do?

    A.  The Ontology Source Connectors provide a mechanism for reading and writing ontology information to persistent storage. The simplest connector is the file connector that is used to store ontologies to the local file system. In addition, there will be connectors for storing ontological information in remote servers. Also, the connectors are used to implement caching of remote information to improve performance and reliability.

    Q. Is there any document for IBM Ontology Management System?

    A. Javadoc document is available. In addition, several white papers and presentation materials are available.

    4. Ontology Query Languages

    Q. What query languages does the Snobase Ontology Management System support?

    A. Currently, Snobase [25] support a variant of OWL Query Language (OWL-QL) [4] as an ontological equivalent of SQL (Structured Query Language) for our ontology management system. OWL-QL is a language and protocol supporting agent-to-agent query-answering dialogues using knowledge represented in OWL. It precisely specifies the semantic relationships among a query, a query answer, and the ontology base(s) used to produce the answer. It also supports query-answering dialogues in which the answering agent may use automated reasoning methods to derive answers to queries. To quote from the OWL-QL specification, “an OWL-QL query contains a query pattern that is a collection of OWL sentences in which some literals and/or URIrefs have been replaced by variables. A query answer provides bindings of terms to some of these variables such that the conjunction of the answer sentences - produced by applying the bindings to the query pattern and considering the remaining variables in the query pattern to be existentially quantified - is entailed by a knowledge base (KB) called the answer KB.”

    Snobase take advantage of this query model for its relative simplicity and expressiveness. To make a query, a program simply describes the concept it is searching for, indicating with variables which aspects of matching concepts it is interested in getting as part of a reply. This is similar to the concept of query by example, but with the advantage that the ontology language allows a richer method for describing the examples. The Snobase system supports an OWL-QL style query language working with JOBC for understanding the requirements of query processing and optimization for ontology management systems. The advantage of the OWL-QL query approach is that the mechanism is easily adaptable to a variety of ontology representation languages. In addition to OWL-QL, Snobase will support RDQL in its future versions later 2004.

    Q. What is RDQL (RDF Data Query Language)?

    A. RDQL is an implementation of an SQL-like query language for RDF, developed by HP [21] and submitted to W3C for possible recommendation [22]. It treats RDF as data and provides query with triple patterns [17] and constraints over a single RDF model. The target usage is for scripting. The purpose of RDQL is as a model-level access mechanism that is higher level than an RDF API. Query provides one way in which the programmer can write a more declarative statement of what is wanted, and have the system retrieve it. The Snobase team is working for supporting RDQL as an alternative query language, and its support will be available in its future versions later 2004.

    5. Reference

    [1] A. Bernstein, F. Provost, S. Hill, “Towards Intelligent Assistance for a Data Mining Process: An Ontology-based Approach for Cost-sensitive Classification,” IEEE Transactions on Knowledge and Data Engineering, 2004, p. forthcoming.
    [2] R. Davis, H. Shrobe, and P. Szolovits, “What is a Knowledge Representation?” http://medg.lcs.mit.edu/ftp/psz/k-rep.html.
    [3] M. Denny, “Ontology Tools Survey, Revisited,” http://www.xml.com/pub/a/2004/07/14/onto.html.
    [4] R. Fikes, P. Hayes and I. Horrocks, “OWL-QL - A Language for Deductive Query Answering on the Semantic Web,” Knowledge Systems Laboratory, Stanford University, Stanford, CA, 2003.
    [5] C. Forgy, “Rete: A Fast Algorithm for the Many Pattern/Many Object Pattern Match Problem,” Artificial Intelligence, 19, pp 17-37, 1982.
    [6] ABLE (Agent Building and Learning Environment), http://alphaworks.ibm.com/tech/able.
    [7] DAML+OIL, http://www.daml.org/2001/03/daml+oil-index.
    [8] DAML Ontology Labirary, http://www.daml.org/ontologies/.
    [9] DAML Time Homepage, http://www.cs.rochester.edu/~ferguson/daml/.
    [10] Description Logic, http://dl.kr.org/.
    [11] JDBC Technology, http://java.sun.com/products/jdbc/.
    [12] Jena: A Semantic Web Framework, http://www.hpl.hp.com/semweb/jena.htm.
    [13] OilEd, http://oiled.man.ac.uk/.
    [14] OMG (Object Management Group), http://www.omg.org.
    [15] Open GARLEN, http://www.opengalen.org/.
    [16] OWL Web Ontology Language Use Cases and Requirements, http://www.w3.org/TR/webont-req/.
    [17] Primer: Getting into RDF & Semantic Web using N3, http://www.w3.org/2000/10/swap/Primer.html.
    [18] Protege, http://protege.stanford.edu.
    [19] RDF: Resource Description Framework, http://www.w3.org/RDF/.
    [20] RDF Schema, http://www.w3.org/TR/rdf-schema/.
    [21] RDQL: RDF Data Query Language, “RDQL - A Query Language for RDF,” http://www.w3.org/Submission/2004/SUBM-RDQL-20040109/.
    [22] RDQL: RDF Data Query Language, http://www.hpl.hp.com/semweb/rdql.htm.
    [23] Semantic Web, http://www.w3.org/2001/sw/.
    [24] SemTalk, http://www.semtalk.com.
    [25] Snobase: IBM Ontology Management System, http://alphaworks.ibm.com/tech/snobase.
    [26] UML: Unified Modeling Language, http://www.uml.org/.
    [27] UML 2.0 Object Constraint Language, http://www.omg.org/technology/uml/.
    [28] Unicorn, http://www.unicorn.com.
    [29] Web Ontology Language (OWL), http://www.w3.org/2004/OWL/.
    [30] XML, http://www.w3.org/XML/.
    [31] XML Schema, http://www.w3.org/XML/Schema.


       收藏   分享  
    顶(0)
      




    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2005/10/18 20:08:00
     
     初来咋到 帅哥哟,离线,有人找我吗?
      
      
      等级:大一新生
      文章:9
      积分:90
      门派:XML.ORG.CN
      注册:2005/9/27

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


    忘了上传了,刚才
    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2005/10/18 20:10:00
     
     cyn0sure 帅哥哟,离线,有人找我吗?
      
      
      等级:大二期末(数据结构考了98分!)
      文章:49
      积分:322
      门派:XML.ORG.CN
      注册:2005/7/19

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给cyn0sure发送一个短消息 把cyn0sure加入好友 查看cyn0sure的个人资料 搜索cyn0sure在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 引用回复这个贴子 回复这个贴子 查看cyn0sure的博客3
    发贴心情 
    看完了,很不错,谢谢楼主。我也下载了这个程序,好好看看。
    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2005/10/19 23:39:00
     
     beginner 美女呀,离线,快来找我吧!
      
      
      等级:大一新生
      文章:2
      积分:71
      门派:XML.ORG.CN
      注册:2005/10/20

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给beginner发送一个短消息 把beginner加入好友 查看beginner的个人资料 搜索beginner在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 引用回复这个贴子 回复这个贴子 查看beginner的博客4
    发贴心情 
    谢谢楼主发的资料!但是我对ontology与Expert system, database, object-oriented modeling的区别不太明白,尤其是资料中讲ontology可以automated reasoning or inference,具体要采用什么方法来实现呢?有没有什么工具可以采用?

    谢谢回复!!

    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2005/10/28 5:34:00
     
     xiawared 美女呀,离线,快来找我吧!
      
      
      等级:大一(猛啃高等数学)
      文章:23
      积分:155
      门派:XML.ORG.CN
      注册:2008/3/27

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

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

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