ICP 7 - smqhw/kdm1 GitHub Wiki

Description about the ICP In this ICP we have to create an OWL Ontology using Protégé tool which was developed by the Stanford University. Design/ implementation (include screenshots with explanations)

  1. Report the entities: In the screenshot below, we can see the list of subclasses as well as the description of the Gender subclass.

I created 4 sub-object properties that each one has its own characteristics. [hasChild and hasParent properties inverse to each other], [hasGender has a specific domain and range.], and [hasSibling property is Symmetric and Irreflexive Characteristics]

  1. Report the predicates: In the Individuals, I have created "Male" and "Female" under the Gender class, and Mary under the Person class.

The only thing I did in the Data Properties is creating a sub-property called "fullName" that has a specific domain and range.

  1. Report the triplets: SPARQL Query

Display your ontology using VOWL

Video link I have submitted in Code file.

Conclusion I followed all the instructions and steps on the ppt file for lecture 7, and I did not face any difficult challenges while doing this ICP.