1 / 6

Protege API

Protege API. Description Features Architecture Disadvantages Comparison with other APIs Code Example. Description. The Protégé-OWL API is an open-source Java library for the Web Ontology Language and RDF(S).

sumi
Télécharger la présentation

Protege API

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Protege API • Description • Features • Architecture • Disadvantages • Comparison with other APIs • Code Example

  2. Description • The Protégé-OWL API is an open-source Java library for the Web Ontology Language and RDF(S). • The API provides classes and methods to load and save OWL files, to query and manipulate OWL data models, and to perform reasoning. • Protégé ontology development platform can be extended by way of a plug-in architecture and Java-based Application Programming Interface (API) for building knowledge-based tools and applications.

  3. Features • Provided with the standard Protege installation. • Has good compatibility with Protege. • You can edit ontologies , access description logic DL reasoners. • For example, we can create new classes and instances programmatically. • Furthermore, the API is optimized for the implementation of graphical user interfaces. • Like other Java APIs, the libraries are needed to be imported in the source code of the application. • The Protege OWL API seems to sit on top of JENA API however it uses Jena only for parsing and provides a Jena view. • By basing the OWL Plugin on top of Protege, we could also reuse Protege's client-server based multi-user mode that allows multiple people to edit the same ontology at the same time .

  4. Users' opinions

  5. Code Examples

  6. Resources • http://protege.stanford.edu/plugins/owl/api/ • http://wiki.unik.no/index.php/Courses/4710JavaCommunity • ”The Protege OWL Plugin:An Open Development Environment for Semantic Web Applications”,Holger Knublauch, Ray W. Fergerson, Natalya F. Noy, and Mark A. Musen

More Related