0%

Book Description

After a slow incubation period of nearly 15 years, a large and growing number of organizations now have one or more projects using the Semantic Web stack of technologies. The Web Ontology Language (OWL) is an essential ingredient in this stack, and the need for ontologists is increasing faster than the number and variety of available resources for learning OWL. This is especially true for the primary target audience for this book: modelers who want to build OWL ontologies for practical use in enterprise and government settings. The purpose of this book is to speed up the process of learning and mastering OWL. To that end, the focus is on the 30% of OWL that gets used 90% of the time.

Others who may benefit from this book include technically oriented managers, semantic technology developers, undergraduate and post-graduate students, and finally, instructors looking for new ways to explain OWL.

The book unfolds in a spiral manner, starting with the core ideas. Each subsequent cycle reinforces and expands on what has been learned in prior cycles and introduces new related ideas.

Part 1 is a cook's tour of ontology and OWL, giving an informal overview of what things need to be said to build an ontology, followed by a detailed look at how to say them in OWL. This is illustrated using a healthcare example. Part 1 concludes with an explanation of some foundational ideas about meaning and semantics to prepare the reader for subsequent chapters.

Part 2 goes into depth on properties and classes, which are the core of OWL. There are detailed descriptions of the main constructs that you are likely to need in every day modeling, including what inferences are sanctioned. Each is illustrated with real world examples.

Part 3 explains and illustrates how to put OWL into practice, using examples in healthcare, collateral, and financial transactions. A small ontology is described for each, along with some key inferences. Key limitations of OWL are identified, along with possible workarounds. The final chapter gives a variety of practical tips and guidelines to send the reader on their way.

Table of Contents

  1. Cover
  2. Title Page
  3. Copyright
  4. Contents
  5. Foreword
  6. Foreword
  7. Preface
  8. Acknowledgments
  9. Part 1: Introducing OWL
    1. 1 Getting Started: What Do We Need to Say?
      1. 1.1 What is an Ontology? What is OWL?
      2. 1.2 In the Beginning there are Things
      3. 1.3 Kinds of Things vs. Individual Things
      4. 1.4 No Thing is an Island
        1. 1.4.1 Healthcare
        2. 1.4.2 Finance
        3. 1.4.3 Corporate Registrations
      5. 1.5 Things Can Have a Variety of Attributes
      6. 1.6 More General Things and More Specific Things
      7. 1.7 Drawing Conclusions
      8. 1.8 Data and Metadata
      9. 1.9 Summary Learning
    2. 2 How Do We Say it in OWL?
      1. 2.1 Introduction
      2. 2.2 Saying Things
        1. 2.2.1 An Ontology is a Set of Triples
        2. 2.2.2 Namespaces, Resource Identifiers, and OWL Syntax
        3. 2.2.3 Summary: Informal to Formal
        4. 2.2.4 Notational Conventions
      3. 2.3 A Simple Ontology in Healthcare
        1. 2.3.1 Healthcare Data
        2. 2.3.2 Healthcare Metadata
        3. 2.3.3 Individuals and Their Types
        4. 2.3.4 Richer Semantics and Automatic Categorization
        5. 2.3.5 Other Ways to Specify Meaning
        6. 2.3.6 Pause and Reflect
      4. 2.4 Summary of Key OWL Concepts and Assertions
        1. 2.4.1 Vocabularies and Namespaces
        2. 2.4.2 Individuals and Classes
        3. 2.4.3 Properties
        4. 2.4.4 Class Expressions and Restrictions
        5. 2.4.5 Drawing Conclusions
      5. 2.5 Summary Learning
    3. 3 Fundamentals: Meaning, Semantics, and Sets
      1. 3.1 Logic
        1. 3.1.1 Reasoning and Arguments
        2. 3.1.2 Formal Semantics and Sets
        3. 3.1.3 The Open World
        4. 3.1.4 Resource Identifiers
        5. 3.1.5 Literals and Datatypes
        6. 3.1.6 Metaclasses
        7. 3.1.7 Expressions
        8. 3.1.8 Meaning, Semantics, and Ambiguity
        9. 3.1.9 Concepts vs. Terms
        10. 3.1.10 The World of Triples
        11. 3.1.11 Reuse and Modularity
        12. 3.1.12 Triple Stores, Querying, and SPARQL
        13. 3.1.13 Summary Learning
      2. 3.2 Summary for Part 1
  10. Part 2: Going into Depth: Properties and Classes
    1. 4 Properties
      1. 4.1 Properties, Relationships, and Sets
      2. 4.2 Properties are First-Class Objects
      3. 4.3 Property Hierarchies
      4. 4.4 Domain and Range
        1. 4.4.1 Use Domain and Range with Care
      5. 4.5 Inverse Properties and Property Chains
        1. 4.5.1 Inverse Properties
        2. 4.5.2 Property Chains
      6. 4.6 Property Characteristics
        1. 4.6.1 Functional Properties
        2. 4.6.2 Transitive Properties
        3. 4.6.3 Symmetric and Asymmetric Properties
      7. 4.7 Property Characteristics of Subproperties and Inverse Properties
        1. 4.7.1 Subproperties
        2. 4.7.2 Inverse Properties
      8. 4.8 Data Properties
        1. 4.8.1 Data vs. Object Properties
        2. 4.8.2 When to Use Data Properties
      9. 4.9 Disjointness and Equivalence
      10. 4.10 Annotation Properties
      11. 4.11 Summary Learning
    2. 5 Classes
      1. 5.1 Review: Classes and Sets
      2. 5.2 Class Relationships
        1. 5.2.1 Subclass
        2. 5.2.2 Class Equivalence
        3. 5.2.3 Disjoint Classes
      3. 5.3 Class Expressions
        1. 5.3.1 Anonymous Classes and Blank Nodes
        2. 5.3.2 Boolean Expressions
        3. 5.3.3 Enumeration
        4. 5.3.4 Property Restrictions
        5. 5.3.5 Summary: Class Expressions
      4. 5.4 Property Restrictions
        1. 5.4.1 Usage Scenarios
        2. 5.4.2 Anatomy of a Property Restriction
        3. 5.4.3 Existential: someValuesFrom
        4. 5.4.4 Universal: allValuesFrom
        5. 5.4.5 Minimum Cardinality
        6. 5.4.6 Maximum Cardinality
        7. 5.4.7 Exact Cardinality
        8. 5.4.8 Individual Value: hasValue
        9. 5.4.9 Data Property Restrictions
        10. 5.4.10 Summary: Property Restrictions
      5. 5.5 Summary Learning
      6. 5.6 Conclusion for Part 2
  11. Part 3: Using OWL in Practice
    1. 6 More Examples
      1. 6.1 Patient Visit
      2. 6.2 Collateral
      3. 6.3 Internal vs. External Transactions
      4. 6.4 Inference
        1. 6.4.1 Patient Visit
        2. 6.4.2 Inference with Partial Information
        3. 6.4.3 Security Agreement and Collateral
        4. 6.4.4 Internal Organizations and Transactions
        5. 6.4.5 Classification Inference
      5. 6.5 Summary Learning
    2. 7 OWL Limitations
      1. 7.1 Metaclasses
      2. 7.2 The Object of a Triple
      3. 7.3 N-ary Relations
      4. 7.4 Rules
      5. 7.5 Dates and Times
      6. 7.6 Cardinality Restrictions with Transitive Properties or Property Chains
      7. 7.7 Inference at Scale
      8. 7.8 Summary Learning
    3. 8 Go Forth and Ontologize
      1. 8.1 Modeling Principles and Tools
        1. 8.1.1 Conceptual and Operational
        2. 8.1.2 Concepts, Terms, and Naming Conventions
        3. 8.1.3 Modeling Choice: Data or Object Property?
        4. 8.1.4 Modeling Choice: Class or Property?
        5. 8.1.5 Modeling Choice: Class or Individual?
        6. 8.1.6 Modularity for Reusability
        7. 8.1.7 Ontology Editors and Inference Engines
      2. 8.2 Modeling Patterns
        1. 8.2.1 Genus Differentia
        2. 8.2.2 Orphan Classes and High-level Disjoints
        3. 8.2.3 Upper Ontologies
        4. 8.2.4 N-ary Relations
        5. 8.2.5 Buckets, Buckets Everywhere
        6. 8.2.6 Roles
      3. 8.3 Common Pitfalls
        1. 8.3.1 Reading Too Much into IRIs and Labels
        2. 8.3.2 Unique Name Assumption
        3. 8.3.3 Namespace Proliferation
        4. 8.3.4 Domain and Range
        5. 8.3.5 Less is More
      4. 8.4 Less Frequently Used OWL Constructs
        1. 8.4.1 Pairwise disjoint and disjoint Union
        2. 8.4.2 Datatypes
        3. 8.4.3 Different Individuals
        4. 8.4.4 Same Individuals
        5. 8.4.5 Deprecation
      5. 8.5 The Open World Revisited
      6. 8.6 Summary Learning
      7. 8.7 Final Remarks
  12. Appendices
    1. A.1   Acronyms & Abbreviations
    2. A.2   e6Tools Visual OWL Syntax
    3. A.3   Recommended Resources for Further Learning
    4. A.4   Answers to Exercises
      1. A.4.1   Chapter 1
      2. A.4.2   Chapter 2
      3. A.4.4   Chapter 4
      4. A.4.5   Chapter 5
      5. A.4.6   Chapter 6
  13. Author Biography
  14. Index
3.138.174.195