Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
getting_started [2012/12/01 13:49] – [Learning OWL] tenorthgetting_started [2013/02/12 17:41] – external edit 127.0.0.1
Line 19: Line 19:
 Download the Protege OWL editor (version 4.1) which makes exploring and editing OWL files much easier: http://protege.stanford.edu/download/protege/4.1/installanywhere/ and have a look at the documentation (http://protegewiki.stanford.edu/index.php/Protege4GettingStarted). The tutorial (http://owl.cs.manchester.ac.uk/tutorials/protegeowltutorial/resources/ProtegeOWLTutorialP4_v1_2.pdf) is not only a good introduction to the Protege program, but to modeling with OWL in general. It will take you a day or two, but is worth the time. Also look at the XML/OWL code you just created in Protege with a text editor to see how the relations you created using the GUI are represented in OWL. It is important now only to understand how things look in the editor, but also how they are encoded in the lower-level data structures. Download the Protege OWL editor (version 4.1) which makes exploring and editing OWL files much easier: http://protege.stanford.edu/download/protege/4.1/installanywhere/ and have a look at the documentation (http://protegewiki.stanford.edu/index.php/Protege4GettingStarted). The tutorial (http://owl.cs.manchester.ac.uk/tutorials/protegeowltutorial/resources/ProtegeOWLTutorialP4_v1_2.pdf) is not only a good introduction to the Protege program, but to modeling with OWL in general. It will take you a day or two, but is worth the time. Also look at the XML/OWL code you just created in Protege with a text editor to see how the relations you created using the GUI are represented in OWL. It is important now only to understand how things look in the editor, but also how they are encoded in the lower-level data structures.
  
-==== Learning Prolog ====+==== Prolog tutorials ====
 Though you probably won't need very sophisticated Prolog skills in the beginning, you should have a rough understanding of how a Prolog program looks like and what the basic concepts are to implement your own queries and (later) modules. The tutorials at http://www.learnprolognow.org/ are a very good introduction -- try to follow them at least until Lesson 6. Though you probably won't need very sophisticated Prolog skills in the beginning, you should have a rough understanding of how a Prolog program looks like and what the basic concepts are to implement your own queries and (later) modules. The tutorials at http://www.learnprolognow.org/ are a very good introduction -- try to follow them at least until Lesson 6.