Question: SECTION A ( Answer any 6 Questions, 1 mark each ) [ 6 mark ] Q 1 . Define equivalent class. Write OWL code to

SECTION A (Answer any 6 Questions, 1 mark each)
[6 mark]
Q1. Define "equivalent class". Write OWL code to define that "flat" and 'apartment' are equivalent classes.
Q2. Using OWL code, define an enumerated class "car-color" which is a subclass of 'color' and have fixed individuals "black', 'white', 'red', and 'blue'.
Q3. Class 'child' is a disjoint union of the class boy and class girl. Where boy and girl classes are pairwise disjoint. Represent the above information using OWL2 construct.
Q4. Define property chain inclusion with example using OWL2 construct.
Q5. Write an SRS query to get the "documents from swissprot that contain 'adrenergic' and 'receptor' in the 'description'-field, but not 'alpha1 A".
Q6. Write the OWL code to represent that 'Roll-No' and 'Student-Id' are equivalent properties.
Q7. Unfold the given T-Box.
Male =>not Female
Man => Person Male
Woman => Person Female
Mother => Woman EE has-child.Human
Father => Man EE has-child.Human
Parent => Mother Father
SECTION A ( Answer any 6 Questions, 1 mark each )

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!