Re: How to move concepts from one ontology to another

Posted by Jiba on
URL: http://owlready.306.s1.nabble.com/How-to-move-concepts-from-one-ontology-to-another-tp1386p1389.html

Hi,

To create a new ontology, just use get_ontology(IRI) but do not call .load().

However, Owlready still miss a "concetp-copying" method. Such a method is not entirely trivial (e.g. should the related concept be also copied? recursively?).

You may duplicate the RDF triples defining a concept with RDFlib though.

Jiba