Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to import specific classes and object properties from an ontology in Protege?

I want to import some classes in Protege from different ontologies to my ontology. For example, I need the classes foaf:Person, org:Site, vcard:Organization, and many more.

I don't want to create them by myself (and modifying their IRI). When I did import the whole ontology (Schema.org, vCard, FOAF, …), I had many elements that I don't need.

Is there any way to do it?

like image 821
Mohamed Sahbi Avatar asked May 26 '17 15:05

Mohamed Sahbi


1 Answers

— Have you looked at this thread: protege-project.136.n4.nabble.com/…

— I tried to use it, but it didn't work.

There are subtle moments, especially on step 5.

  1. Open your target ontology.

target ontology

  1. Open the source ontology in the same window.

source ontology

  1. Select Refactor > Copy/move/delete axioms:

menu path

  1. Select axiom selection method.

import options

  1. Select signature (i. e. a set set of classes, properties etc.) to import. Do not forget to press >> !

select signature

  1. Now you can preview axioms to be imported.

axioms preview

  1. Select what you want to do:

operation selectio

8-9. Select your target ontology:

existing vs new

target ontology

  1. Voila!

result

like image 57
Stanislav Kralin Avatar answered Oct 22 '22 01:10

Stanislav Kralin