Pedro Tutorials

Linking Ontologies to the Data Model.


There is still much debate over the exact definition of an ontology. For the purposes of this tutorial, an ontology can be thought of as a pre-determined arrangement of controlled terminology and vocabulary for use in better describing a term. This is perhaps a pragmatic definition but Pedro is a tool and not an unreliable one.

The Data Modeller would be expected to work with the Developer to get ontology services set up. From the cancerPatientRecord model, here’s what it looks like:

The actual rendering of the ontology terms will depend on how many of them there are. Just a few terms will result in a straight list; more than a few and Pedro will attempt to group them into sections; more than 40 terms and a separate browse window will appear.

Pedro comes with a few ontology source classes that parse common file formats. These are:

Ontology Source Description
SingleColumnTextSource parses a simple text file whose terms are in a column.
TabIndentedSource parses tab delimited text files where tabs represent levels in a tree hierarchy of terms.
XMLOntologySource parses a simple bespoke XML format for specifying ontology terms. You can associate each ontology term with a text definition and a web page.
PictureOntologySource extends the functionality of XMLOntologySource by also allowing thumbnail pictures to be associated with ontology terms. For examples of how to write this file format, please download the "ontology" model from pedrodownloac.man.ac.uk