Difference between revisions of "ChAO API"

From Protege Wiki
Jump to: navigation, search
(New page: = Accessing the collaboration features programatically (The Changes and Annotations API) = Protege provides support for collaboration through the [[Collaborative Protege|Collaborative Pro...)
 
Line 6: Line 6:
  
 
The change tracking information and annotation of ontology entities and changes is stored as instances of the '''Changes and Annotation Ontology (ChAO)'''. This wiki page shows how to access this information programmatically.
 
The change tracking information and annotation of ontology entities and changes is stored as instances of the '''Changes and Annotation Ontology (ChAO)'''. This wiki page shows how to access this information programmatically.
 +
 +
== The ChAO KB Manager ==
 +
 +
One of the most important classes is the <code> edu.stanford.bmir.protegex.chao.ChAOKbManager </code>.
  
  
 
== Accessing the annotation information ==
 
== Accessing the annotation information ==
 +
 +
== Accessing the changes information ==

Revision as of 15:57, October 24, 2008

Accessing the collaboration features programatically (The Changes and Annotations API)

Protege provides support for collaboration through the Collaborative Protege extension: e.g., tracking changes, annotating ontology components (classes, properties, etc.) or changes (creation of a class). This wiki page describes how to access the change tracking and the annotation information programatically.

Other relevant documentation: the Changes Tab, the Collaborative Protege paper, the paper describing the Changes and Annotation ontology.

The change tracking information and annotation of ontology entities and changes is stored as instances of the Changes and Annotation Ontology (ChAO). This wiki page shows how to access this information programmatically.

The ChAO KB Manager

One of the most important classes is the edu.stanford.bmir.protegex.chao.ChAOKbManager .


Accessing the annotation information

Accessing the changes information