designing user interfaces to minimise common errors in ontology development

28
2nd Sept 2004 UK e-Science all hands me eting 1 Designing User Interfaces to Minimise Common Errors in Ontology Development Alan Rector, Nick Drummond, Matthew Horridge, Jeremy Rogers, Holger Knublauch, Robert Stevens, Hai Wang, Chris Wroe Funded by The CO-ODE and HyOntUse projects

Upload: alexander-woodard

Post on 31-Dec-2015

13 views

Category:

Documents


0 download

DESCRIPTION

Designing User Interfaces to Minimise Common Errors in Ontology Development. The CO-ODE and HyOntUse projects. Alan Rector, Nick Drummond , Matthew Horridge, Jeremy Rogers, Holger Knublauch, Robert Stevens, Hai Wang, Chris Wroe. Funded by. Who Are We Working With?. What’s This Talk About?. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Designing User Interfaces to Minimise Common Errors in Ontology Development

2nd Sept 2004 UK e-Science all hands meeting 1

Designing User Interfaces to Minimise Common Errors

in Ontology Development

Alan Rector, Nick Drummond, Matthew Horridge, Jeremy Rogers, Holger Knublauch, Robert Stevens, Hai Wang, Chris Wroe

Funded by

The CO-ODE and HyOntUse projects

Page 2: Designing User Interfaces to Minimise Common Errors in Ontology Development

2nd Sept 2004 UK e-Science all hands meeting 2

Who Are WeWorking With?

Page 3: Designing User Interfaces to Minimise Common Errors in Ontology Development

2nd Sept 2004 UK e-Science all hands meeting 3

What’s This Talk About?

• Problems in building ontologies in OWL

• Tools to begin addressing the problems

Page 4: Designing User Interfaces to Minimise Common Errors in Ontology Development

2nd Sept 2004 UK e-Science all hands meeting 4

What’s The Problem?

is

difficult

Building Ontologies

Page 5: Designing User Interfaces to Minimise Common Errors in Ontology Development

2nd Sept 2004 UK e-Science all hands meeting 5

Why?

• Not everyone can afford to employ an ontologist

• XML/RDF/OWL is not much fun to write by hand

• DL languages like OWL often don’t behave as expected

Page 6: Designing User Interfaces to Minimise Common Errors in Ontology Development

2nd Sept 2004 UK e-Science all hands meeting 6

Behave as Expected?

• OWL does not make the Unique Name Assumption

• DLs use Open World Reasoning

• Domain and Range as axioms

• Only logicians like symbols like and • Primitive vs Defined classes

Page 7: Designing User Interfaces to Minimise Common Errors in Ontology Development

2nd Sept 2004 UK e-Science all hands meeting 7

What’s The Problem?

is

difficult

without help!

Building Ontologies

in OWL VERY

Page 8: Designing User Interfaces to Minimise Common Errors in Ontology Development

2nd Sept 2004 UK e-Science all hands meeting 8

WE WANTTO

HELP

Page 9: Designing User Interfaces to Minimise Common Errors in Ontology Development

2nd Sept 2004 UK e-Science all hands meeting 9

• Tutorials and courses run with OWL and DAML+OIL

• Existing tools developed by Manchester and Stanford (OilEd & Protégé)

• Lots of ontology building experience• High level of involvement in language

standards being created• In house DL expertise

Why Should We(of all people) Help?

Page 10: Designing User Interfaces to Minimise Common Errors in Ontology Development

2nd Sept 2004 UK e-Science all hands meeting 10

How Can We Help?

1) Provide easy access to common tasks

2) Make correct actions the default

3) Simplify complex tasks

4) Improve presentation

5) Make it easy to catch mistakes

By making tools which:

Encourage Good Modelling

Page 11: Designing User Interfaces to Minimise Common Errors in Ontology Development

2nd Sept 2004 UK e-Science all hands meeting 11

+ =

What Are We Doing?

Page 12: Designing User Interfaces to Minimise Common Errors in Ontology Development

2nd Sept 2004 UK e-Science all hands meeting 12

1. Access to Common Tasks:

Disjointness

• Problem: Explicit assertion of disjointness required

• Aim: Make whole primitive tree disjoint• Common task: Make all siblings disjoint• Solutions:

– Make all subclasses disjoint action– Make all siblings disjoint button– Create group of classes wizard

Page 13: Designing User Interfaces to Minimise Common Errors in Ontology Development

2nd Sept 2004 UK e-Science all hands meeting 13

1. Access to Common Tasks:

Disjointness

Page 14: Designing User Interfaces to Minimise Common Errors in Ontology Development

2nd Sept 2004 UK e-Science all hands meeting 14

2. Default Actions:

Universal Restrictions

• Problem: Universal restrictions used incorrectly

• Common task: Create a set of existential restrictions and then close

• Solutions:– Create existential restriction by default– Closure action abstracts away universal restr.– Warn when universal restr. used inappropriately

Page 15: Designing User Interfaces to Minimise Common Errors in Ontology Development

2nd Sept 2004 UK e-Science all hands meeting 15

2. Default Actions:

Universal Restrictions

Page 16: Designing User Interfaces to Minimise Common Errors in Ontology Development

2nd Sept 2004 UK e-Science all hands meeting 16

3. Complex tasks:

Creating Patterns

• Problem: Modelling practice not established so its easy to omit steps in creating patterns

• Aim: Create patterns in a consistent manner• Solutions:

– Supporting work by W3C Semantic Web Best Practice Working Party

– Wizards (eg Value Partitions)– Covering Axioms action

Page 17: Designing User Interfaces to Minimise Common Errors in Ontology Development

2nd Sept 2004 UK e-Science all hands meeting 17

3. Complex tasks:

Creating Patterns

Page 18: Designing User Interfaces to Minimise Common Errors in Ontology Development

2nd Sept 2004 UK e-Science all hands meeting 18

4. Improve Visualisation:

Defined Classes

• Problem: Class definition and effects of classification are hard to visualise

• Aim: Create defined classes and allow polyheirarchies to be computed automatically

• Solutions:– Clear distinctions between restrictions defining a

class and those simply describing it– Improved visualisation to navigate the model

before and after classification

Page 19: Designing User Interfaces to Minimise Common Errors in Ontology Development

2nd Sept 2004 UK e-Science all hands meeting 19

4. Improve Visualisation:

Defined Classes

Page 20: Designing User Interfaces to Minimise Common Errors in Ontology Development

2nd Sept 2004 UK e-Science all hands meeting 20

4. Improve Visualisation:

Defined Classes

Page 21: Designing User Interfaces to Minimise Common Errors in Ontology Development

2nd Sept 2004 UK e-Science all hands meeting 21

5. Catching Mistakes:

Timebombs

• Problem: Finding the reasons for inconsistencies or misclassification is hard

• Aim: Check that model fits in with intent of modeller

• Solutions:– Tests framework– Warnings during editing of possible bad practice– Debugging view

Page 22: Designing User Interfaces to Minimise Common Errors in Ontology Development

2nd Sept 2004 UK e-Science all hands meeting 22

5. Catching Mistakes:

Timebombs

Page 23: Designing User Interfaces to Minimise Common Errors in Ontology Development

2nd Sept 2004 UK e-Science all hands meeting 23

Is That All?

• Improved Reasoner support

• Support for larger ontologies

• Hiding away workarounds for language limitations

• Cut-down editing environment

• More wizards (pattern support)

Page 24: Designing User Interfaces to Minimise Common Errors in Ontology Development

2nd Sept 2004 UK e-Science all hands meeting 24

What If You Still Can’tUse It?

Get the Protégé OWL tutorial

Page 25: Designing User Interfaces to Minimise Common Errors in Ontology Development

2nd Sept 2004 UK e-Science all hands meeting 25

What Was All That?

• We are contributing to the successful Protégé OWL plugin

• We are developing further tools

• The aim of the tools is to make ontology development easier

• We have also developed tutorials and other community support

Page 26: Designing User Interfaces to Minimise Common Errors in Ontology Development

2nd Sept 2004 UK e-Science all hands meeting 26

How Do You Contribute?

• Ontologies: Applications, Requirements and Tools BoF, 4:20pm Room 2

• CO-ODE forum

(http://www.co-ode.org/forum)

• Protégé OWL mailing list

(http://protege.stanford.edu)

Page 27: Designing User Interfaces to Minimise Common Errors in Ontology Development

2nd Sept 2004 UK e-Science all hands meeting 27

One Final Question…

Page 28: Designing User Interfaces to Minimise Common Errors in Ontology Development

2nd Sept 2004 UK e-Science all hands meeting 28

…Any Questions?