English book "Ontologies with Python" published at Apress

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

English book "Ontologies with Python" published at Apress

Jiba
Administrator
Hi everybody,

My book "Ontologies with Python" has just been published by Apress editions, in paper and electronic format.



This 350-pages book describes how to use OWL 2.0 ontologies in Python 3.x, with the Owlready2 Python module for ontology-oriented programming.

Use ontologies in Python, with the Owlready2 module developed for ontology-oriented programming. You will start with an introduction and refresher on Python and OWL ontologies. Then, you will dive straight into how to access, create, and modify ontologies in Python. Next, you will move on to an overview of semantic constructs and class properties followed by how to perform automatic reasoning. You will also learn about annotations, multilingual texts, and how to add Python methods to OWL classes and ontologies. Using medical terminologies as well as direct access to RDF triples is also covered.

Python is one of the most used programming languages, especially in the biomedical field, and formal ontologies are also widely used. However, there are limited resources for the use of ontologies in Python. Owlready2, downloaded more than 60,000 times, is a response to this problem, and this book is the first one on the topic of using ontologies with Python.

What You Will Learn:

* Use Owlready2 to access and modify OWL ontologies in Python

* Publish ontologies on dynamic websites

* Perform automatic reasoning in Python

* Use well-known ontologies, including DBpedia and Gene Ontology, and terminological resources, such as UMLS (Unified Medical Language System)

* Integrate Python methods in OWL ontologies

Who Is This Book For: Beginner to experienced readers from biomedical sciences and artificial intelligence fields would find the book useful.

The book is an updated translation of the French book "Python et les ontologies" published at ENI éditions last year.

More informations on the editor website:

https://www.apress.com/fr/book/9781484265512

Jiba
Reply | Threaded
Open this post in threaded view
|

Re: English book "Ontologies with Python" published at Apress

noblecook
Got my copies (digital and print) yesterday! Thanks for this!
Reply | Threaded
Open this post in threaded view
|

Re: English book "Ontologies with Python" published at Apress

cknoll
In reply to this post by Jiba
Thanks for writing this book and informing us. I just asked the local university library to buy it.

And of course: Thanks for creating and maintaining Owlready2!
rdk
Reply | Threaded
Open this post in threaded view
|

Re: English book "Ontologies with Python" published at Apress

rdk
In reply to this post by Jiba
Congratulations Jean-Baptiste!

Is there any major difference between the English version and the French?
Best,

Rui
Reply | Threaded
Open this post in threaded view
|

Re: English book "Ontologies with Python" published at Apress

Jiba
Administrator
Thank you!

The difference between the French and the English version are limited. I fixed a few errors, and added a few pages e.g. on the creation of user-defined datatype.

If you already own the French version, and are fluent in French, I'm not sure you need the English one (or vice versa).

Jiba