Week 5 Flashcards
Where does OWL stand for?
Ontology Web Language
A set or category of things having some property or attribute in common and differentiated rom others by kind, type or quality is called a…
class
In OWL, what is the superclass / subclass of everything called?
owl:Thing / owl:Nothing
A class for which all individuals can be listed is called…
enumerated class.
Assertion that an individual is a member of a class is called…
classification.
Another word for classification, in terms of relationship is…
class inclusion
A feature, or characterstic of an individual is called a…
property
In OWL, properties define…
relationships.
In OWL, properties have direction. True / False
True (artist creates artwork). subject –> left hand side; object –> right hand side.
Class of allowed “values” at the left side, origin of the relationship is called…
domain
Class of allowed “values” at the right side, destination of the relationship is called…
range.
What is the extensional view of classes?
Classes are equal if and only if they have the same class extension
What is class extension?
The set of members in a class
Give an example of a class expression.
mother = woman and parent
A constraint which must be true for class membership, but is not enough to classify it as a member of the class is called…
a necessary (class) definition.